aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/geneve.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-11drivers/net: fixup comments after "Future-proof tunnel offload handlers"Sabrina Dubroca1-2/+2
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+7
2016-07-04geneve: fix max_mtu settingHaishuang Yan1-2/+7
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+15
2016-06-23geneve: fix tx_errors statisticsHaishuang Yan1-4/+4
2016-06-17net: Merge VXLAN and GENEVE push notifiers into a single notifierAlexander Duyck1-1/+1
2016-06-17net: Combine GENEVE and VXLAN port notifiers into single functionsAlexander Duyck1-51/+7
2016-06-17vxlan/geneve: Include udp_tunnel.h in vxlan/geneve.h and fixup includesAlexander Duyck1-1/+0
2016-06-14ovs/geneve: fix rtnl notifications on iface deletionNicolas Dichtel1-0/+4
2016-06-14ovs/gre,geneve: fix error path when creating an ifaceNicolas Dichtel1-3/+7
2016-05-20udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa1-7/+3
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2016-05-06udp_offload: Set encapsulation before inner completes.Jarno Rajahalme1-0/+3
2016-05-06udp_tunnel: Remove redundant udp_tunnel_gro_complete().Jarno Rajahalme1-2/+0
2016-04-21geneve: break dependency with netdev driversHannes Frederic Sowa1-3/+28
2016-04-21geneve: testing the wrong variable in geneve6_build_skb()Dan Carpenter1-1/+1
2016-04-16ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck1-20/+12
2016-04-07geneve: change to use UDP socket GROTom Herbert1-20/+8
2016-03-20geneve: fix populating tclass in geneve_get_v6_dstDaniel Borkmann1-5/+6
2016-03-13gro: Defer clearing of flush bit in tunnel pathsAlexander Duyck1-5/+2
2016-03-11geneve: support setting IPv6 flow labelDaniel Borkmann1-8/+27
2016-03-11ip_tunnel: add support for setting flow label via collect metadataDaniel Borkmann1-1/+1
2016-03-08bpf, vxlan, geneve, gre: fix usage of dst_cache on xmitDaniel Borkmann1-4/+2
2016-03-08bpf: support for access to tunnel optionsDaniel Borkmann1-2/+2
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+46
2016-02-21GENEVE: Support outer IPv4 Tx checksums by defaultAlexander Duyck1-8/+8
2016-02-19lwt: fix rx checksum setting for lwt devices tunneling over ipv6Paolo Abeni1-1/+2
2016-02-18geneve: clear IFF_TX_SKB_SHARINGJiri Benc1-0/+1
2016-02-18iptunnel: scrub packet in iptunnel_pull_headerJiri Benc1-2/+2
2016-02-18geneve: move geneve device lookup before iptunnel_pull_headerJiri Benc1-32/+44
2016-02-18geneve: implement geneve_get_sk_family helperJiri Benc1-9/+11
2016-02-18geneve: Refine MTU limitDavid Wragg1-5/+22
2016-02-16geneve: add dst caching supportPaolo Abeni1-0/+39
2016-02-10vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devicesDavid Wragg1-4/+14
2016-02-10geneve: Relax MTU constraintsDavid Wragg1-1/+12
2016-01-21tunnels: Allow IPv6 UDP checksums to be correctly controlled.Jesse Gross1-2/+2
2016-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-01-10udp: restrict offloads to one namespaceHannes Frederic Sowa1-1/+1
2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+9
2015-12-25ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar1-9/+8
2015-12-23geneve: initialize needed_headroomPaolo Abeni1-1/+9
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+0
2015-12-16geneve: Add geneve_get_rx_port supportSinghai, Anjali1-0/+24
2015-12-16geneve: Add geneve udp port offload for ethernet devicesSinghai, Anjali1-0/+23
2015-12-13geneve: UDP checksum configuration via netlinkTom Herbert1-23/+70
2015-12-08geneve: Fix IPv6 xmit stats update.Pravin B Shelar1-2/+0
2015-10-30geneve: add IPv6 bits to geneve_fill_metadata_dstJohn W. Linville1-7/+22
2015-10-30geneve: handle ipv6 priority like ipv4 tosJohn W. Linville1-2/+17
2015-10-30geneve: implement support for IPv6-based tunnelsJohn W. Linville1-79/+394
2015-10-22openvswitch: Fix egress tunnel info.Pravin B Shelar1-7/+33