summaryrefslogtreecommitdiffstats
path: root/sys/net/if_vxlan.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for a multipoint-to-multipoint mode in vxlan(4). In thisreyk2016-09-031-3/+5
* Define VXLAN_VNI_UNSET and VXLAN_VNI_MAX instead of using magic numbers.reyk2016-08-071-1/+4
* Add support for IPv6 tunnel endpoints. This currently only works forreyk2016-08-061-5/+4
* Keep "struct vxlan_softc" private to prevent pulling more headers whenmpi2015-11-271-20/+1
* tweak the vnetid so it can be optional and therefore cleared/deleted.dlg2015-10-231-2/+2
* unifdef INET in net code as a precursor to removing the pretend option.tedu2014-12-191-3/+1
* Interfaces are associated to rdomains, make it clear by renamingmpi2014-04-111-2/+2
* Improve the address and linkstate hooks and add an additional detachreyk2013-10-191-1/+2
* forgot the cookiesreyk2013-10-191-1/+5
* Remove obsolete ioctl defines and struct (I overloaded the pflowreyk2013-10-141-9/+1
* Import vxlan(4), the virtual extensible local area network tunnelreyk2013-10-131-0/+77