summaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan.c
AgeCommit message (Expand)Author
2016-03-21vxlan: fix too large pskb_may_pull with remote checksumJiri Benc
2016-03-20vxlan: fix populating tclass in vxlan6_get_routeDaniel Borkmann
2016-03-13gro: Defer clearing of flush bit in tunnel pathsAlexander Duyck
2016-03-11vxlan: support setting IPv6 flow labelDaniel Borkmann
2016-03-11ip_tunnel: add support for setting flow label via collect metadataDaniel Borkmann
2016-03-08vxlan: allow setting ipv6 traffic classDaniel Borkmann
2016-03-08bpf, vxlan, geneve, gre: fix usage of dst_cache on xmitDaniel Borkmann
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-03-04vxlan: use reset to set header pointersZhang Shengju
2016-03-03vxlan: fix missing options_len update on RX with collect metadataDaniel Borkmann
2016-02-26net: ndo_fdb_dump should report -EMSGSIZE to rtnl_fdb_dump.MINOURA Makoto / 箕浦 真
2016-02-25vxlan: simplify metadata_dst usage in vxlan_rcvJiri Benc
2016-02-25vxlan: consolidate rx handling to a single functionJiri Benc
2016-02-25vxlan: move ECN decapsulation to a separate functionJiri Benc
2016-02-25vxlan: move inner L2 header processing to a separate functionJiri Benc
2016-02-25vxlan: consolidate GBP handling even moreJiri Benc
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-02-21VXLAN: Support outer IPv4 Tx checksums by defaultAlexander Duyck
2016-02-18vxlan: do not use fdb in metadata modeJiri Benc
2016-02-18vxlan: clear IFF_TX_SKB_SHARINGJiri Benc
2016-02-18iptunnel: scrub packet in iptunnel_pull_headerJiri Benc
2016-02-18vxlan: move vxlan device lookup before iptunnel_pull_headerJiri Benc
2016-02-18vxlan: tun_id is 64bit, not 32bitJiri Benc
2016-02-17vxlan: treat vni in metadata based tunnels consistentlyJiri Benc
2016-02-17vxlan: clean up rx error pathJiri Benc
2016-02-17vxlan: clean up extension handling on rxJiri Benc
2016-02-17vxlan: move GBP header parsing to a separate functionJiri Benc
2016-02-17vxlan: simplify vxlan_remcsumJiri Benc
2016-02-17vxlan: keep flags and vni in network byte orderJiri Benc
2016-02-17vxlan: introduce vxlan_hdrJiri Benc
2016-02-16net: add dst_cache to ovs vxlan lwtunnelPaolo Abeni
2016-02-16net: use dst_cache for vxlan devicePaolo Abeni
2016-02-12net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree
2016-02-12net: vxlan: enable local checksum offloadEdward Cree
2016-02-11vxlan: udp_tunnel duplicate include net/udp_tunnel.hstephen hemminger
2016-02-10vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devicesDavid Wragg
2016-02-10vxlan: Relax MTU constraintsDavid Wragg
2016-02-07vxlan: consolidate vxlan_xmit_skb and vxlan6_xmit_skbJiri Benc
2016-02-07vxlan: consolidate csum flag handlingJiri Benc
2016-02-07vxlan: consolidate output route calculationJiri Benc
2016-01-29vxlan: fix a out of bounds access in __vxlan_find_macLi RongQing
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
2016-01-09vxlan: fix test which detect duplicate vxlan ifaceNicolas Dichtel
2015-12-25ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar
2015-12-07vxlan: interpret IP headers for ECN correctlyJiri Benc
2015-12-07vxlan: support ndo_fill_metadata_dst also for IPv6Jiri Benc
2015-12-07vxlan: move IPv6 outpute route calculation to a functionJiri Benc
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller