Age | Commit message (Expand) | Author |
2017-11-24 | geneve: only configure or fill UDP_ZERO_CSUM6_RX/TX info when CONFIG_IPV6 | Hangbin Liu |
2017-11-15 | geneve: fix fill_info when link down | Hangbin Liu |
2017-11-14 | geneve: exit_net cleanup check added | Vasily Averin |
2017-10-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-10-22 | geneve: Get rid of is_all_zero(), streamline is_tnl_info_zero() | Stefano Brivio |
2017-10-21 | geneve: Fix function matching VNI and tunnel ID on big-endian | Stefano Brivio |
2017-08-11 | geneve: use netlink_ext_ack for error reporting in rtnl operations | Girish Moodalbail |
2017-08-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-08-09 | geneve: maximum value of VNI cannot be used | Girish Moodalbail |
2017-07-24 | geneve/vxlan: offload ports on register/unregister events | Sabrina Dubroca |
2017-07-24 | geneve/vxlan: add support for NETDEV_UDP_TUNNEL_DROP_INFO | Sabrina Dubroca |
2017-07-24 | geneve: add rtnl changelink support | Girish Moodalbail |
2017-07-03 | geneve: fix hlist corruption | Jiri Benc |
2017-06-26 | net: add netlink_ext_ack argument to rtnl_link_ops.validate | Matthias Schiffer |
2017-06-26 | net: add netlink_ext_ack argument to rtnl_link_ops.newlink | Matthias Schiffer |
2017-06-16 | networking: make skb_push & __skb_push return void pointers | Johannes Berg |
2017-06-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-06-09 | geneve: add missing rx stats accounting | Girish Moodalbail |
2017-06-07 | net: Fix inconsistent teardown and release of private netdev state. | David S. Miller |
2017-06-04 | geneve: fix needed_headroom and max_mtu for collect_metadata | Eric Garver |
2017-05-25 | geneve: fix fill_info when using collect_metadata | Eric Garver |
2017-04-30 | geneve: fix incorrect setting of UDP checksum flag | Girish Moodalbail |
2017-03-01 | geneve: lock RCU on TX path | Jakub Kicinski |
2016-11-28 | geneve: fix ip_hdr_len reserved for geneve6 tunnel. | Haishuang Yan |
2016-11-21 | geneve: Optimize geneve device lookup. | pravin shelar |
2016-11-21 | geneve: Remove redundant socket checks. | pravin shelar |
2016-11-21 | geneve: Merge ipv4 and ipv6 geneve_build_skb() | pravin shelar |
2016-11-21 | geneve: Unify LWT and netdev handling. | pravin shelar |
2016-11-18 | netns: make struct pernet_operations::id unsigned int | Alexey Dobriyan |
2016-10-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-10-29 | geneve: avoid using stale geneve socket. | pravin shelar |
2016-10-20 | net: use core MTU range checking in core net infra | Jarod Wilson |
2016-10-20 | net: add recursion limit to GRO | Sabrina Dubroca |
2016-07-11 | drivers/net: fixup comments after "Future-proof tunnel offload handlers" | Sabrina Dubroca |
2016-07-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-07-04 | geneve: fix max_mtu setting | Haishuang Yan |
2016-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-06-23 | geneve: fix tx_errors statistics | Haishuang Yan |
2016-06-17 | net: Merge VXLAN and GENEVE push notifiers into a single notifier | Alexander Duyck |
2016-06-17 | net: Combine GENEVE and VXLAN port notifiers into single functions | Alexander Duyck |
2016-06-17 | vxlan/geneve: Include udp_tunnel.h in vxlan/geneve.h and fixup includes | Alexander Duyck |
2016-06-14 | ovs/geneve: fix rtnl notifications on iface deletion | Nicolas Dichtel |
2016-06-14 | ovs/gre,geneve: fix error path when creating an iface | Nicolas Dichtel |
2016-05-20 | udp: prevent skbs lingering in tunnel socket queues | Hannes Frederic Sowa |
2016-05-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-05-06 | udp_offload: Set encapsulation before inner completes. | Jarno Rajahalme |
2016-05-06 | udp_tunnel: Remove redundant udp_tunnel_gro_complete(). | Jarno Rajahalme |
2016-04-21 | geneve: break dependency with netdev drivers | Hannes Frederic Sowa |
2016-04-21 | geneve: testing the wrong variable in geneve6_build_skb() | Dan Carpenter |
2016-04-16 | ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skb | Alexander Duyck |