summaryrefslogtreecommitdiff
path: root/drivers/net/vxlan.c
AgeCommit message (Expand)Author
2016-11-09vxlan: hide unused local variableArnd Bergmann
2016-10-29vxlan: avoid using stale vxlan socket.pravin shelar
2016-10-20net: add recursion limit to GROSabrina Dubroca
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-10net/ip_tunnels: Introduce tunnel_id_to_key32() and key32_to_tunnel_id()Amir Vadai
2016-09-06vxlan: Update tx_errors statistics if vxlan_build_skb return err.Haishuang Yan
2016-09-04vxlan: fix duplicated and wrong error messagesJiri Benc
2016-09-04vxlan: reject multicast destination without an interfaceJiri Benc
2016-09-04vxlan: call peernet2id() in fdb notificationWANG Cong
2016-09-01rtnetlink: fdb dump: optimize by saving last interface markersRoopa Prabhu
2016-08-26vxlan: remove the useless header file protocol.hZhu Yanjun
2016-08-08net: vxlan: lwt: Fix vxlan local traffic.pravin shelar
2016-08-08net: vxlan: lwt: Use source ip address during route lookup.pravin shelar
2016-07-11drivers/net: fixup comments after "Future-proof tunnel offload handlers"Sabrina Dubroca
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-06-17vxlan: Add new UDP encapsulation offload type for VXLAN-GPEAlexander Duyck
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/vxlan: fix rtnl notifications on iface deletionNicolas Dichtel
2016-05-31vxlan: Accept user specified MTU value when create new vxlan linkChen Haiquan
2016-05-20udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa
2016-05-16vxlan: set mac_header correctly in GPE modeJiri Benc
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-29vxlan: fix initialization with custom link parametersJiri Benc
2016-04-21vxlan: break dependency with netdev driversHannes Frederic Sowa
2016-04-16ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck
2016-04-16vxlan: reduce usage of synchronize_net in ndo_stopHannes Frederic Sowa
2016-04-16vxlan: synchronously and race-free destruction of vxlan socketsHannes Frederic Sowa
2016-04-11vxlan: fix incorrect typeJiri Benc
2016-04-07vxlan: change vxlan to use UDP socket GROTom Herbert
2016-04-06vxlan: implement GPEJiri Benc
2016-04-06vxlan: move fdb code to common location in vxlan_xmitJiri Benc
2016-04-06vxlan: move Ethernet initialization to a separate functionJiri Benc
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