aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-17vxlan: simplify vxlan_remcsumJiri Benc1-14/+8
2016-02-17vxlan: keep flags and vni in network byte orderJiri Benc1-58/+57
2016-02-17vxlan: introduce vxlan_hdrJiri Benc1-10/+7
2016-02-16net: add dst_cache to ovs vxlan lwtunnelPaolo Abeni1-7/+8
2016-02-16net: use dst_cache for vxlan devicePaolo Abeni1-8/+47
2016-02-12net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree1-1/+1
2016-02-12net: vxlan: enable local checksum offloadEdward Cree1-4/+2
2016-02-11vxlan: udp_tunnel duplicate include net/udp_tunnel.hstephen hemminger1-1/+1
2016-02-10vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devicesDavid Wragg1-3/+8
2016-02-10vxlan: Relax MTU constraintsDavid Wragg1-11/+25
2016-02-07vxlan: consolidate vxlan_xmit_skb and vxlan6_xmit_skbJiri Benc1-111/+26
2016-02-07vxlan: consolidate csum flag handlingJiri Benc1-21/+16
2016-02-07vxlan: consolidate output route calculationJiri Benc1-40/+37
2016-01-29vxlan: fix a out of bounds access in __vxlan_find_macLi RongQing1-1/+1
2016-01-21tunnels: Allow IPv6 UDP checksums to be correctly controlled.Jesse Gross1-7/+16
2016-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+10
2016-01-10udp: restrict offloads to one namespaceHannes Frederic Sowa1-1/+1
2016-01-09vxlan: fix test which detect duplicate vxlan ifaceNicolas Dichtel1-3/+9
2015-12-25ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar1-5/+4
2015-12-07vxlan: interpret IP headers for ECN correctlyJiri Benc1-4/+2
2015-12-07vxlan: support ndo_fill_metadata_dst also for IPv6Jiri Benc1-2/+23
2015-12-07vxlan: move IPv6 outpute route calculation to a functionJiri Benc1-10/+34
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+41
2015-10-22openvswitch: Fix egress tunnel info.Pravin B Shelar1-0/+41
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+3
2015-10-18tunnels: Don't require remote endpoint or ID during creation.Jesse Gross1-4/+3