aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_vxlan.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r327375, r327385, r327386:Bryan Venteicher2018-01-131-35/+103
* MFC r326480:Bryan Venteicher2017-12-261-0/+33
* MFC r326898:Andrey V. Elsukov2017-12-241-1/+1
* 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