aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-11drivers/net: fixup comments after "Future-proof tunnel offload handlers"Sabrina Dubroca1-2/+2
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-24/+34
2016-06-17vxlan: Add new UDP encapsulation offload type for VXLAN-GPEAlexander Duyck1-0/+6
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/+9
2016-06-17vxlan/geneve: Include udp_tunnel.h in vxlan/geneve.h and fixup includesAlexander Duyck1-17/+0
2016-06-14ovs/vxlan: fix rtnl notifications on iface deletionNicolas Dichtel1-24/+34
2016-05-31vxlan: Accept user specified MTU value when create new vxlan linkChen Haiquan1-0/+3
2016-05-20udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa1-2/+2
2016-05-16vxlan: set mac_header correctly in GPE modeJiri Benc1-0/+1
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-29vxlan: fix initialization with custom link parametersJiri Benc1-4/+4
2016-04-21vxlan: break dependency with netdev driversHannes Frederic Sowa1-5/+9
2016-04-16ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck1-3/+3
2016-04-16vxlan: reduce usage of synchronize_net in ndo_stopHannes Frederic Sowa1-8/+20
2016-04-16vxlan: synchronously and race-free destruction of vxlan socketsHannes Frederic Sowa1-17/+3
2016-04-11vxlan: fix incorrect typeJiri Benc1-2/+2
2016-04-07vxlan: change vxlan to use UDP socket GROTom Herbert1-22/+8
2016-04-06vxlan: implement GPEJiri Benc1-17/+153
2016-04-06vxlan: move fdb code to common location in vxlan_xmitJiri Benc1-11/+11
2016-04-06vxlan: move Ethernet initialization to a separate functionJiri Benc1-7/+13
2016-03-21vxlan: fix too large pskb_may_pull with remote checksumJiri Benc1-4/+2
2016-03-20vxlan: fix populating tclass in vxlan6_get_routeDaniel Borkmann1-2/+1
2016-03-13gro: Defer clearing of flush bit in tunnel pathsAlexander Duyck1-2/+1
2016-03-11vxlan: support setting IPv6 flow labelDaniel Borkmann1-5/+21
2016-03-11ip_tunnel: add support for setting flow label via collect metadataDaniel Borkmann1-1/+1
2016-03-08vxlan: allow setting ipv6 traffic classDaniel Borkmann1-5/+9
2016-03-08bpf, vxlan, geneve, gre: fix usage of dst_cache on xmitDaniel Borkmann1-12/+12
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+6
2016-03-04vxlan: use reset to set header pointersZhang Shengju1-3/+3
2016-03-03vxlan: fix missing options_len update on RX with collect metadataDaniel Borkmann1-1/+3
2016-02-26net: ndo_fdb_dump should report -EMSGSIZE to rtnl_fdb_dump.MINOURA Makoto / 箕浦 真1-1/+3
2016-02-25vxlan: simplify metadata_dst usage in vxlan_rcvJiri Benc1-12/+7
2016-02-25vxlan: consolidate rx handling to a single functionJiri Benc1-44/+28
2016-02-25vxlan: move ECN decapsulation to a separate functionJiri Benc1-31/+31
2016-02-25vxlan: move inner L2 header processing to a separate functionJiri Benc1-16/+33
2016-02-25vxlan: consolidate GBP handling even moreJiri Benc1-4/+5
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-17/+39
2016-02-21VXLAN: Support outer IPv4 Tx checksums by defaultAlexander Duyck1-10/+9
2016-02-18vxlan: do not use fdb in metadata modeJiri Benc1-3/+5
2016-02-18vxlan: clear IFF_TX_SKB_SHARINGJiri Benc1-0/+1
2016-02-18iptunnel: scrub packet in iptunnel_pull_headerJiri Benc1-2/+2
2016-02-18vxlan: move vxlan device lookup before iptunnel_pull_headerJiri Benc1-12/+11
2016-02-18vxlan: tun_id is 64bit, not 32bitJiri Benc1-2/+3
2016-02-17vxlan: treat vni in metadata based tunnels consistentlyJiri Benc1-4/+4
2016-02-17vxlan: clean up rx error pathJiri Benc1-21/+14
2016-02-17vxlan: clean up extension handling on rxJiri Benc1-30/+32
2016-02-17vxlan: move GBP header parsing to a separate functionJiri Benc1-14/+19