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