| Commit message (Expand) | Author | Age | Files | Lines |
* | net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookup | Sabrina Dubroca | 2020-05-20 | 1 | -1/+3 |
* | geneve: only configure or fill UDP_ZERO_CSUM6_RX/TX info when CONFIG_IPV6 | Hangbin Liu | 2020-05-20 | 1 | -1/+15 |
* | geneve: correctly handle ipv6.disable module parameter | Jiri Benc | 2019-03-13 | 1 | -3/+8 |
* | net: fix use-after-free in GRO with ESP | Sabrina Dubroca | 2018-07-22 | 1 | -1/+1 |
* | net: don't call update_pmtu unconditionally | Nicolas Dichtel | 2018-05-09 | 1 | -2/+2 |
* | geneve: update skb dst pmtu on tx path | Xin Long | 2018-05-09 | 1 | -0/+14 |
* | geneve: fix fill_info when link down | Hangbin Liu | 2017-12-14 | 1 | -14/+10 |
* | geneve: Fix function matching VNI and tunnel ID on big-endian | Stefano Brivio | 2017-10-21 | 1 | -6/+0 |
* | geneve: use netlink_ext_ack for error reporting in rtnl operations | Girish Moodalbail | 2017-08-11 | 1 | -36/+92 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-08-10 | 1 | -1/+1 |
|\ |
|
| * | geneve: maximum value of VNI cannot be used | Girish Moodalbail | 2017-08-09 | 1 | -1/+1 |
* | | geneve/vxlan: offload ports on register/unregister events | Sabrina Dubroca | 2017-07-24 | 1 | -1/+6 |
* | | geneve/vxlan: add support for NETDEV_UDP_TUNNEL_DROP_INFO | Sabrina Dubroca | 2017-07-24 | 1 | -6/+13 |
* | | geneve: add rtnl changelink support | Girish Moodalbail | 2017-07-24 | 1 | -42/+176 |
|/ |
|
* | geneve: fix hlist corruption | Jiri Benc | 2017-07-03 | 1 | -16/+32 |
* | net: add netlink_ext_ack argument to rtnl_link_ops.validate | Matthias Schiffer | 2017-06-26 | 1 | -1/+2 |
* | net: add netlink_ext_ack argument to rtnl_link_ops.newlink | Matthias Schiffer | 2017-06-26 | 1 | -1/+2 |
* | networking: make skb_push & __skb_push return void pointers | Johannes Berg | 2017-06-16 | 1 | -2/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-06-15 | 1 | -1/+1 |
|\ |
|
| * | net: Fix inconsistent teardown and release of private netdev state. | David S. Miller | 2017-06-07 | 1 | -1/+1 |
* | | geneve: add missing rx stats accounting | Girish Moodalbail | 2017-06-09 | 1 | -12/+24 |
|/ |
|
* | geneve: fix needed_headroom and max_mtu for collect_metadata | Eric Garver | 2017-06-04 | 1 | -1/+1 |
* | geneve: fix fill_info when using collect_metadata | Eric Garver | 2017-05-25 | 1 | -3/+5 |
* | geneve: fix incorrect setting of UDP checksum flag | Girish Moodalbail | 2017-04-30 | 1 | -1/+1 |
* | geneve: lock RCU on TX path | Jakub Kicinski | 2017-03-01 | 1 | -0/+2 |
* | geneve: fix ip_hdr_len reserved for geneve6 tunnel. | Haishuang Yan | 2016-11-28 | 1 | -1/+1 |
* | geneve: Optimize geneve device lookup. | pravin shelar | 2016-11-21 | 1 | -4/+13 |
* | geneve: Remove redundant socket checks. | pravin shelar | 2016-11-21 | 1 | -8/+2 |
* | geneve: Merge ipv4 and ipv6 geneve_build_skb() | pravin shelar | 2016-11-21 | 1 | -74/+26 |
* | geneve: Unify LWT and netdev handling. | pravin shelar | 2016-11-21 | 1 | -349/+263 |
* | netns: make struct pernet_operations::id unsigned int | Alexey Dobriyan | 2016-11-18 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-10-30 | 1 | -12/+35 |
|\ |
|
| * | geneve: avoid using stale geneve socket. | pravin shelar | 2016-10-29 | 1 | -11/+34 |
| * | net: add recursion limit to GRO | Sabrina Dubroca | 2016-10-20 | 1 | -1/+1 |
* | | net: use core MTU range checking in core net infra | Jarod Wilson | 2016-10-20 | 1 | -29/+19 |
|/ |
|
* | drivers/net: fixup comments after "Future-proof tunnel offload handlers" | Sabrina Dubroca | 2016-07-11 | 1 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-07-06 | 1 | -2/+7 |
|\ |
|
| * | geneve: fix max_mtu setting | Haishuang Yan | 2016-07-04 | 1 | -2/+7 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-06-30 | 1 | -7/+15 |
|\| |
|
| * | geneve: fix tx_errors statistics | Haishuang Yan | 2016-06-23 | 1 | -4/+4 |
| * | ovs/geneve: fix rtnl notifications on iface deletion | Nicolas Dichtel | 2016-06-14 | 1 | -0/+4 |
| * | ovs/gre,geneve: fix error path when creating an iface | Nicolas Dichtel | 2016-06-14 | 1 | -3/+7 |
* | | net: Merge VXLAN and GENEVE push notifiers into a single notifier | Alexander Duyck | 2016-06-17 | 1 | -1/+1 |
* | | net: Combine GENEVE and VXLAN port notifiers into single functions | Alexander Duyck | 2016-06-17 | 1 | -51/+7 |
* | | vxlan/geneve: Include udp_tunnel.h in vxlan/geneve.h and fixup includes | Alexander Duyck | 2016-06-17 | 1 | -1/+0 |
|/ |
|
* | udp: prevent skbs lingering in tunnel socket queues | Hannes Frederic Sowa | 2016-05-20 | 1 | -7/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-05-09 | 1 | -2/+3 |
|\ |
|
| * | udp_offload: Set encapsulation before inner completes. | Jarno Rajahalme | 2016-05-06 | 1 | -0/+3 |
| * | udp_tunnel: Remove redundant udp_tunnel_gro_complete(). | Jarno Rajahalme | 2016-05-06 | 1 | -2/+0 |
* | | geneve: break dependency with netdev drivers | Hannes Frederic Sowa | 2016-04-21 | 1 | -3/+28 |