Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-05-07 | udp_offload: Set encapsulation before inner completes. | Jarno Rajahalme | 1 | -0/+3 |
2016-05-07 | udp_tunnel: Remove redundant udp_tunnel_gro_complete(). | Jarno Rajahalme | 1 | -2/+0 |
2016-04-21 | geneve: break dependency with netdev drivers | Hannes Frederic Sowa | 1 | -3/+28 |
2016-04-21 | geneve: testing the wrong variable in geneve6_build_skb() | Dan Carpenter | 1 | -1/+1 |
2016-04-17 | ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skb | Alexander Duyck | 1 | -20/+12 |
2016-04-07 | geneve: change to use UDP socket GRO | Tom Herbert | 1 | -20/+8 |
2016-03-20 | geneve: fix populating tclass in geneve_get_v6_dst | Daniel Borkmann | 1 | -5/+6 |
2016-03-13 | gro: Defer clearing of flush bit in tunnel paths | Alexander Duyck | 1 | -5/+2 |
2016-03-11 | geneve: support setting IPv6 flow label | Daniel Borkmann | 1 | -8/+27 |
2016-03-11 | ip_tunnel: add support for setting flow label via collect metadata | Daniel Borkmann | 1 | -1/+1 |
2016-03-08 | bpf, vxlan, geneve, gre: fix usage of dst_cache on xmit | Daniel Borkmann | 1 | -4/+2 |