summaryrefslogtreecommitdiff
path: root/include/net/vxlan.h
AgeCommit message (Expand)AuthorFilesLines
2016-02-15vxlan: fix test which detect duplicate vxlan ifaceNicolas Dichtel1-0/+5
2015-01-27net: Generalize ndo_gso_check to ndo_features_checkJesse Gross1-4/+24
2014-11-18vxlan: Inline vxlan_gso_check().Joe Stringer1-1/+17
2014-11-15net: Add vxlan_gso_check() helperJoe Stringer1-0/+2
2014-07-08vxlan: Call udp_flow_src_portTom Herbert1-2/+0
2014-06-05vxlan: Add support for UDP checksums (v4 sending, v6 zero csums)Tom Herbert1-1/+11
2014-04-25vxlan: add x-netns supportNicolas Dichtel1-1/+1
2014-01-22net: Add GRO support for vxlan trafficOr Gerlitz1-0/+1
2013-10-29vxlan: Have the NIC drivers do less work for offloadsJoseph Gasparakis1-0/+11
2013-09-05vxlan: Notify drivers for listening UDP port changesJoseph Gasparakis1-0/+1
2013-09-04vxlan: remove net arg from vxlan[6]_xmit_skb()Nicolas Dichtel1-1/+1
2013-09-01vxlan: add ipv6 supportCong Wang1-1/+1
2013-08-20vxlan: Factor out vxlan send api.Pravin B Shelar1-0/+8
2013-08-20vxlan: Extend vxlan handlers for openvswitch.Pravin B Shelar1-0/+31