aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/vxlan.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-24vxlan: add adjacent link to limit depth levelTaehee Yoo1-0/+1
2019-09-05Convert usage of IN_MULTICAST to ipv4_is_multicastDave Taht1-2/+2
2019-06-06vxlan: Use FDB_HASH_SIZE hash_locks to reduce contentionLitao jiao1-1/+1
2019-03-22net: Add IANA_VXLAN_UDP_PORT definition to vxlan header fileMoshe Shemesh1-0/+2
2019-02-26vxlan: add extack support for create and changelinkRoopa Prabhu1-0/+31
2019-01-17vxlan: Add extack to switchdev operationsPetr Machata1-2/+4
2018-12-07vxlan: Add vxlan_fdb_clear_offload()Petr Machata1-0/+6
2018-12-07vxlan: Add vxlan_fdb_replay()Petr Machata1-0/+9
2018-11-21vxlan: Mark user-added FDB entriesPetr Machata1-0/+1
2018-11-08vxlan: Allow configuration of DF behaviourStefano Brivio1-0/+1
2018-10-17vxlan: Support marking RDSTs as offloadedPetr Machata1-0/+2
2018-10-17vxlan: Add vxlan_fdb_find_uc() for FDB queryingPetr Machata1-0/+12
2018-10-17vxlan: Add switchdev notificationsPetr Machata1-0/+11
2018-10-17net: Add netif_is_vxlan()Ido Schimmel1-0/+7
2018-10-17vxlan: Export address checking functionsIdo Schimmel1-0/+32
2018-09-13vxlan: Remove duplicated include from vxlan.hYueHaibing1-1/+0
2018-04-17vxlan: add ttl inherit supportHangbin Liu1-0/+1
2018-01-17vxlan: Fix trailing semicolonLuis de Bethencourt1-1/+1
2018-01-03vxlan: trivial indenting fix.William Tu1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-29vxlan: factor out VXLAN-GPE next protocolJiri Benc1-6/+0
2017-07-04net, vxlan: convert vxlan_sock.refcnt from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-07-03vxlan: fix hlist corruptionJiri Benc1-1/+9
2017-06-20vxlan: check valid combinations of address scopesMatthias Schiffer1-0/+2
2017-06-20vxlan: get rid of redundant vxlan_dev.flagsMatthias Schiffer1-1/+0
2016-11-15vxlan: remove unsed vxlan_dev_dst_port()pravin shelar1-10/+0
2016-10-29vxlan: avoid using stale vxlan socket.pravin shelar1-2/+2
2016-09-10net/ip_tunnels: Introduce tunnel_id_to_key32() and key32_to_tunnel_id()Amir Vadai1-18/+0
2016-06-17net: Remove deprecated tunnel specific UDP offload functionsAlexander Duyck1-5/+0
2016-06-17net: Merge VXLAN and GENEVE push notifiers into a single notifierAlexander Duyck1-2/+2
2016-06-17vxlan/geneve: Include udp_tunnel.h in vxlan/geneve.h and fixup includesAlexander Duyck1-5/+1
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2016-05-03vxlan: Add checksum check to the features check functionAlexander Duyck1-1/+3
2016-04-21vxlan: break dependency with netdev driversHannes Frederic Sowa1-4/+2
2016-04-16vxlan: synchronously and race-free destruction of vxlan socketsHannes Frederic Sowa1-2/+0
2016-04-07vxlan: change vxlan to use UDP socket GROTom Herbert1-1/+0
2016-04-06vxlan: implement GPEJiri Benc1-0/+68
2016-03-21vxlan: fix sparse warningsJiri Benc1-8/+8
2016-03-11vxlan: support setting IPv6 flow labelDaniel Borkmann1-0/+1
2016-02-21VXLAN: Support outer IPv4 Tx checksums by defaultAlexander Duyck1-1/+1
2016-02-18vxlan: tun_id is 64bit, not 32bitJiri Benc1-0/+9
2016-02-17vxlan: keep flags and vni in network byte orderJiri Benc1-11/+59
2016-02-17vxlan: introduce vxlan_hdrJiri Benc1-0/+5
2016-02-16net: use dst_cache for vxlan devicePaolo Abeni1-0/+1
2016-02-07vxlan: restructure vxlan.h definitionsJiri Benc1-41/+63
2016-02-07vxlan: remove duplicated macrosJiri Benc1-3/+0
2016-02-07vxlan: cleanup typesJiri Benc1-7/+7
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert1-1/+1
2015-12-05vxlan: fix incorrect RCO bit in VXLAN headerJiri Benc1-1/+1