summaryrefslogtreecommitdiffstats
path: root/include/net/vxlan.h
Commit message (Expand)AuthorAgeFilesLines
* drivers: vxlan: vnifilter: per vni statsNikolay Aleksandrov2022-03-011-0/+26
* vxlan: vni filtering support on collect metadata deviceRoopa Prabhu2022-03-011-2/+26
* net: vxlan: add macro definition for number of IANA VXLAN-GPE portHao Chen2021-11-291-0/+1
* net: sched: only keep the available bits when setting vxlan md->gbpXin Long2020-09-141-0/+3
* vxlan: ecmp support for mac fdb entriesRoopa Prabhu2020-05-221-0/+25
* vxlan: add adjacent link to limit depth levelTaehee Yoo2019-10-241-0/+1
* Convert usage of IN_MULTICAST to ipv4_is_multicastDave Taht2019-09-051-2/+2
* vxlan: Use FDB_HASH_SIZE hash_locks to reduce contentionLitao jiao2019-06-061-1/+1
* net: Add IANA_VXLAN_UDP_PORT definition to vxlan header fileMoshe Shemesh2019-03-221-0/+2
* vxlan: add extack support for create and changelinkRoopa Prabhu2019-02-261-0/+31
* vxlan: Add extack to switchdev operationsPetr Machata2019-01-171-2/+4
* vxlan: Add vxlan_fdb_clear_offload()Petr Machata2018-12-071-0/+6
* vxlan: Add vxlan_fdb_replay()Petr Machata2018-12-071-0/+9
* vxlan: Mark user-added FDB entriesPetr Machata2018-11-211-0/+1
* vxlan: Allow configuration of DF behaviourStefano Brivio2018-11-081-0/+1
* vxlan: Support marking RDSTs as offloadedPetr Machata2018-10-171-0/+2
* vxlan: Add vxlan_fdb_find_uc() for FDB queryingPetr Machata2018-10-171-0/+12
* vxlan: Add switchdev notificationsPetr Machata2018-10-171-0/+11
* net: Add netif_is_vxlan()Ido Schimmel2018-10-171-0/+7
* vxlan: Export address checking functionsIdo Schimmel2018-10-171-0/+32
* vxlan: Remove duplicated include from vxlan.hYueHaibing2018-09-131-1/+0
* vxlan: add ttl inherit supportHangbin Liu2018-04-171-0/+1
* vxlan: Fix trailing semicolonLuis de Bethencourt2018-01-171-1/+1
* vxlan: trivial indenting fix.William Tu2018-01-031-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* vxlan: factor out VXLAN-GPE next protocolJiri Benc2017-08-291-6/+0
* net, vxlan: convert vxlan_sock.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+1
* vxlan: fix hlist corruptionJiri Benc2017-07-031-1/+9
* vxlan: check valid combinations of address scopesMatthias Schiffer2017-06-201-0/+2
* vxlan: get rid of redundant vxlan_dev.flagsMatthias Schiffer2017-06-201-1/+0
* vxlan: remove unsed vxlan_dev_dst_port()pravin shelar2016-11-151-10/+0
* vxlan: avoid using stale vxlan socket.pravin shelar2016-10-291-2/+2
* net/ip_tunnels: Introduce tunnel_id_to_key32() and key32_to_tunnel_id()Amir Vadai2016-09-101-18/+0
* net: Remove deprecated tunnel specific UDP offload functionsAlexander Duyck2016-06-171-5/+0
* net: Merge VXLAN and GENEVE push notifiers into a single notifierAlexander Duyck2016-06-171-2/+2
* vxlan/geneve: Include udp_tunnel.h in vxlan/geneve.h and fixup includesAlexander Duyck2016-06-171-5/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-041-1/+3
|\
| * vxlan: Add checksum check to the features check functionAlexander Duyck2016-05-031-1/+3
* | vxlan: break dependency with netdev driversHannes Frederic Sowa2016-04-211-4/+2
* | vxlan: synchronously and race-free destruction of vxlan socketsHannes Frederic Sowa2016-04-161-2/+0
* | vxlan: change vxlan to use UDP socket GROTom Herbert2016-04-071-1/+0
* | vxlan: implement GPEJiri Benc2016-04-061-0/+68
|/
* vxlan: fix sparse warningsJiri Benc2016-03-211-8/+8
* vxlan: support setting IPv6 flow labelDaniel Borkmann2016-03-111-0/+1
* VXLAN: Support outer IPv4 Tx checksums by defaultAlexander Duyck2016-02-211-1/+1
* vxlan: tun_id is 64bit, not 32bitJiri Benc2016-02-181-0/+9
* vxlan: keep flags and vni in network byte orderJiri Benc2016-02-171-11/+59
* vxlan: introduce vxlan_hdrJiri Benc2016-02-171-0/+5
* net: use dst_cache for vxlan devicePaolo Abeni2016-02-161-0/+1
* vxlan: restructure vxlan.h definitionsJiri Benc2016-02-071-41/+63