aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/geneve.c
AgeCommit message (Expand)Author
2018-04-13geneve: add missing rx stats accountingGirish Moodalbail
2017-03-22geneve: lock RCU on TX pathJakub Kicinski
2016-12-02geneve: avoid use-after-free of skb->dataSabrina Dubroca
2016-10-29geneve: avoid using stale geneve socket.pravin shelar
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
2016-03-08bpf: support for access to tunnel optionsDaniel Borkmann
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-02-21GENEVE: Support outer IPv4 Tx checksums by defaultAlexander Duyck
2016-02-19lwt: fix rx checksum setting for lwt devices tunneling over ipv6Paolo Abeni
2016-02-18geneve: clear IFF_TX_SKB_SHARINGJiri Benc
2016-02-18iptunnel: scrub packet in iptunnel_pull_headerJiri Benc
2016-02-18geneve: move geneve device lookup before iptunnel_pull_headerJiri Benc
2016-02-18geneve: implement geneve_get_sk_family helperJiri Benc
2016-02-18geneve: Refine MTU limitDavid Wragg
2016-02-16geneve: add dst caching supportPaolo Abeni
2016-02-10vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devicesDavid Wragg
2016-02-10geneve: Relax MTU constraintsDavid Wragg
2016-01-21tunnels: Allow IPv6 UDP checksums to be correctly controlled.Jesse Gross
2016-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-01-10udp: restrict offloads to one namespaceHannes Frederic Sowa
2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-25ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar
2015-12-23geneve: initialize needed_headroomPaolo Abeni
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-16geneve: Add geneve_get_rx_port supportSinghai, Anjali
2015-12-16geneve: Add geneve udp port offload for ethernet devicesSinghai, Anjali
2015-12-13geneve: UDP checksum configuration via netlinkTom Herbert