aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_vxlan.c
Commit message (Expand)AuthorAgeFilesLines
* if_vxlan(4): Correct the statistic for output bytesZhenlei Huang2023-01-131-9/+7
* if_vxlan(4): Add missing statistic for input packetsZhenlei Huang2023-01-131-0/+1
* vxlan: Add support for socket ioctls SIOC[SG]TUNFIBZhenlei Huang2023-01-131-1/+25
* if_vxlan(4): Check the size of data available in mbuf before using themZhenlei Huang2022-11-041-0/+6
* vxlan(4): Fix two typos in sysctl descriptionsGordon Bergling2022-04-021-2/+2
* mbuf: add a way to mark flowid as calculated from the internal headersKonstantin Belousov2021-04-091-1/+2
* MFC r349369:Hans Petter Selasky2019-07-051-1/+1
* MFC r345139, r345151, r346324, r346328: ether_gen_addr KPIKyle Evans2019-04-271-18/+3
* net: fix set but not usedMatt Macy2018-05-191-4/+5
* Add macro for vxlan list mutex lock and unlockBryan Venteicher2017-12-301-8/+12
* Advertise IFCAP_LINKSTAT after r326480 added link status supportBryan Venteicher2017-12-301-0/+2
* Add support for IPv6 scoped addresses to vxlanBryan Venteicher2017-12-301-27/+89
* Fix possible memory leak.Andrey V. Elsukov2017-12-161-1/+1
* Add if media and link status events to vxlanBryan Venteicher2017-12-021-0/+33
* net: Use M_HASHTYPE_OPAQUE_HASH if the mbuf flowid has hash propertiesSepherosa Ziehau2016-06-071-2/+1
* Complete the UDP tunneling of ICMP msgs to those protocolsRandall Stewart2016-04-281-1/+1
* Start process of removing the use of the deprecated "M_FLOWID" flagHans Petter Selasky2014-12-011-0/+1
* Use the size of the Ethernet address, not the entire header, whenBryan Venteicher2014-10-211-1/+1
* Add vxlan interfaceBryan Venteicher2014-10-201-0/+3089