aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/geneve.c
AgeCommit message (Expand)Author
2017-08-11geneve: use netlink_ext_ack for error reporting in rtnl operationsGirish Moodalbail
2017-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-09geneve: maximum value of VNI cannot be usedGirish Moodalbail
2017-07-24geneve/vxlan: offload ports on register/unregister eventsSabrina Dubroca
2017-07-24geneve/vxlan: add support for NETDEV_UDP_TUNNEL_DROP_INFOSabrina Dubroca
2017-07-24geneve: add rtnl changelink supportGirish Moodalbail
2017-07-03geneve: fix hlist corruptionJiri Benc
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-09geneve: add missing rx stats accountingGirish Moodalbail
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller
2017-06-04geneve: fix needed_headroom and max_mtu for collect_metadataEric Garver
2017-05-25geneve: fix fill_info when using collect_metadataEric Garver
2017-04-30geneve: fix incorrect setting of UDP checksum flagGirish Moodalbail
2017-03-01geneve: lock RCU on TX pathJakub Kicinski
2016-11-28geneve: fix ip_hdr_len reserved for geneve6 tunnel.Haishuang Yan
2016-11-21geneve: Optimize geneve device lookup.pravin shelar
2016-11-21geneve: Remove redundant socket checks.pravin shelar
2016-11-21geneve: Merge ipv4 and ipv6 geneve_build_skb()pravin shelar
2016-11-21geneve: Unify LWT and netdev handling.pravin shelar
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-29geneve: avoid using stale geneve socket.pravin shelar
2016-10-20net: use core MTU range checking in core net infraJarod Wilson
2016-10-20net: add recursion limit to GROSabrina Dubroca
2016-07-11drivers/net: fixup comments after "Future-proof tunnel offload handlers"Sabrina Dubroca
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-04geneve: fix max_mtu settingHaishuang Yan
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-06-23geneve: fix tx_errors statisticsHaishuang Yan
2016-06-17net: Merge VXLAN and GENEVE push notifiers into a single notifierAlexander Duyck
2016-06-17net: Combine GENEVE and VXLAN port notifiers into single functionsAlexander Duyck
2016-06-17vxlan/geneve: Include udp_tunnel.h in vxlan/geneve.h and fixup includesAlexander Duyck
2016-06-14ovs/geneve: fix rtnl notifications on iface deletionNicolas Dichtel
2016-06-14ovs/gre,geneve: fix error path when creating an ifaceNicolas Dichtel
2016-05-20udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-06udp_offload: Set encapsulation before inner completes.Jarno Rajahalme
2016-05-06udp_tunnel: Remove redundant udp_tunnel_gro_complete().Jarno Rajahalme
2016-04-21geneve: break dependency with netdev driversHannes Frederic Sowa
2016-04-21geneve: testing the wrong variable in geneve6_build_skb()Dan Carpenter
2016-04-16ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck
2016-04-07geneve: change to use UDP socket GROTom Herbert
2016-03-20geneve: fix populating tclass in geneve_get_v6_dstDaniel Borkmann
2016-03-13gro: Defer clearing of flush bit in tunnel pathsAlexander Duyck
2016-03-11geneve: support setting IPv6 flow labelDaniel Borkmann
2016-03-11ip_tunnel: add support for setting flow label via collect metadataDaniel Borkmann
2016-03-08bpf, vxlan, geneve, gre: fix usage of dst_cache on xmitDaniel Borkmann