summaryrefslogtreecommitdiffstats
path: root/include/net/vxlan.h
AgeCommit message (Expand)AuthorLines
2025-04-22vxlan: Convert FDB table to rhashtableIdo Schimmel-1/+1
2025-04-22vxlan: Add a linked list of FDB entriesIdo Schimmel-0/+1
2025-04-22vxlan: Use a single lock to protect the FDB tableIdo Schimmel-1/+1
2024-12-09vxlan: Track reserved bits explicitly as part of the configurationPetr Machata-0/+1
2023-11-16vxlan: add support for flowlabel inheritAlce Lafranque-16/+17
2023-08-02vxlan: Fix nexthop hash sizeBenjamin Poirier-2/+2
2023-07-24vxlan: calculate correct header length for GPEJiri Benc-4/+9
2023-05-13net: vxlan: Add nolocalbypass option to vxlan.Vladimir Nikishkin-1/+3
2023-03-17vxlan: Expose helper vxlan_build_gbp_hdrGavin Li-0/+19
2023-03-17vxlan: mdb: Add an internal flag to indicate MDB usageIdo Schimmel-0/+1
2023-03-17vxlan: mdb: Add MDB control path supportIdo Schimmel-0/+5
2022-03-01drivers: vxlan: vnifilter: per vni statsNikolay Aleksandrov-0/+26
2022-03-01vxlan: vni filtering support on collect metadata deviceRoopa Prabhu-2/+26
2021-11-29net: vxlan: add macro definition for number of IANA VXLAN-GPE portHao Chen-0/+1
2020-09-14net: sched: only keep the available bits when setting vxlan md->gbpXin Long-0/+3
2020-05-22vxlan: ecmp support for mac fdb entriesRoopa Prabhu-0/+25
2019-10-24vxlan: add adjacent link to limit depth levelTaehee Yoo-0/+1
2019-09-05Convert usage of IN_MULTICAST to ipv4_is_multicastDave Taht-2/+2
2019-06-06vxlan: Use FDB_HASH_SIZE hash_locks to reduce contentionLitao jiao-1/+1
2019-03-22net: Add IANA_VXLAN_UDP_PORT definition to vxlan header fileMoshe Shemesh-0/+2
2019-02-26vxlan: add extack support for create and changelinkRoopa Prabhu-0/+31
2019-01-17vxlan: Add extack to switchdev operationsPetr Machata-2/+4
2018-12-07vxlan: Add vxlan_fdb_clear_offload()Petr Machata-0/+6
2018-12-07vxlan: Add vxlan_fdb_replay()Petr Machata-0/+9
2018-11-21vxlan: Mark user-added FDB entriesPetr Machata-0/+1
2018-11-08vxlan: Allow configuration of DF behaviourStefano Brivio-0/+1
2018-10-17vxlan: Support marking RDSTs as offloadedPetr Machata-0/+2
2018-10-17vxlan: Add vxlan_fdb_find_uc() for FDB queryingPetr Machata-0/+12
2018-10-17vxlan: Add switchdev notificationsPetr Machata-0/+11
2018-10-17net: Add netif_is_vxlan()Ido Schimmel-0/+7
2018-10-17vxlan: Export address checking functionsIdo Schimmel-0/+32
2018-09-13vxlan: Remove duplicated include from vxlan.hYueHaibing-1/+0
2018-04-17vxlan: add ttl inherit supportHangbin Liu-0/+1
2018-01-17vxlan: Fix trailing semicolonLuis de Bethencourt-1/+1
2018-01-03vxlan: trivial indenting fix.William Tu-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-08-29vxlan: factor out VXLAN-GPE next protocolJiri Benc-6/+0
2017-07-04net, vxlan: convert vxlan_sock.refcnt from atomic_t to refcount_tReshetova, Elena-1/+1
2017-07-03vxlan: fix hlist corruptionJiri Benc-1/+9
2017-06-20vxlan: check valid combinations of address scopesMatthias Schiffer-0/+2
2017-06-20vxlan: get rid of redundant vxlan_dev.flagsMatthias Schiffer-1/+0
2016-11-15vxlan: remove unsed vxlan_dev_dst_port()pravin shelar-10/+0
2016-10-29vxlan: avoid using stale vxlan socket.pravin shelar-2/+2
2016-09-10net/ip_tunnels: Introduce tunnel_id_to_key32() and key32_to_tunnel_id()Amir Vadai-18/+0
2016-06-17net: Remove deprecated tunnel specific UDP offload functionsAlexander Duyck-5/+0
2016-06-17net: Merge VXLAN and GENEVE push notifiers into a single notifierAlexander Duyck-2/+2
2016-06-17vxlan/geneve: Include udp_tunnel.h in vxlan/geneve.h and fixup includesAlexander Duyck-5/+1
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+3
2016-05-03vxlan: Add checksum check to the features check functionAlexander Duyck-1/+3
2016-04-21vxlan: break dependency with netdev driversHannes Frederic Sowa-4/+2