aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-33/+40
2017-03-13vxlan: fix ovs supportNicolas Dichtel1-33/+40
2017-03-12vxlan: use appropriate family on L3 missVincent Bernat1-1/+1
2017-03-01vxlan: lock RCU on TX pathJakub Kicinski1-2/+6
2017-02-24vxlan: don't allow overwrite of config src addrBrian Russell1-7/+5
2017-02-24vxlan: correctly validate VXLAN ID against VXLAN_N_VIDMatthias Schiffer1-1/+1
2017-02-21vxlan: remove unused variable saddr in neigh_reduceRoopa Prabhu1-2/+1
2017-02-21vxlan: add changelink supportRoopa Prabhu1-113/+270
2017-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2017-02-17vxlan: fix oops in dev_fill_metadata_dstPaolo Abeni1-2/+4
2017-02-11vxlan: remove vni zero check and drop for COLLECT_METADATARoopa Prabhu1-3/+0
2017-02-03vxlan: support fdb and learning in COLLECT_METADATA modeRoopa Prabhu1-71/+125
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+8
2017-01-24vxlan: do not age static remote mac entriesBalakrishnan Raman1-1/+1
2017-01-24vxlan: don't flush static fdb entries on admin downRoopa Prabhu1-2/+6
2017-01-20vxlan: preserve type of dst_port parm for encap_bypass_if_local()Lance Richardson1-1/+1
2017-01-17vxlan: fix byte order of vxlan-gpe port numberLance Richardson1-1/+1
2017-01-11vxlan: Set ports in flow key when doing route lookupsMartynas Pumputis1-3/+10
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+7
2016-11-30vxlan: fix a potential issue when create a new vxlan fdb entry.Haishuang Yan1-3/+7
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+1
2016-11-15vxlan: Fix uninitialized variable warnings.David S. Miller1-1/+4
2016-11-15vxlan: simplify vxlan xmitpravin shelar1-44/+34
2016-11-15vxlan: simplify RTF_LOCAL handling.pravin shelar1-34/+51
2016-11-15vxlan: improve vxlan route lookup checks.pravin shelar1-39/+38
2016-11-15vxlan: simplify exception handlingpravin shelar1-27/+19
2016-11-15vxlan: avoid checking socket multiple times.pravin shelar1-7/+5
2016-11-15vxlan: avoid vlan processing in vxlan device.pravin shelar1-8/+1
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2016-11-09vxlan: hide unused local variableArnd Bergmann1-1/+3
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-31/+51
2016-10-29vxlan: avoid using stale vxlan socket.pravin shelar1-30/+50
2016-10-20net: use core MTU range checking in core net infraJarod Wilson1-30/+34
2016-10-20net: add recursion limit to GROSabrina Dubroca1-1/+1
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-26/+12
2016-09-10net/ip_tunnels: Introduce tunnel_id_to_key32() and key32_to_tunnel_id()Amir Vadai1-2/+2
2016-09-06vxlan: Update tx_errors statistics if vxlan_build_skb return err.Haishuang Yan1-0/+1
2016-09-04vxlan: fix duplicated and wrong error messagesJiri Benc1-26/+9
2016-09-04vxlan: reject multicast destination without an interfaceJiri Benc1-0/+3
2016-09-04vxlan: call peernet2id() in fdb notificationWANG Cong1-1/+1
2016-09-01rtnetlink: fdb dump: optimize by saving last interface markersRoopa Prabhu1-8/+6
2016-08-26vxlan: remove the useless header file protocol.hZhu Yanjun1-1/+0
2016-08-08net: vxlan: lwt: Fix vxlan local traffic.pravin shelar1-2/+2
2016-08-08net: vxlan: lwt: Use source ip address during route lookup.pravin shelar1-12/+18
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