aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_vxlan.c
Commit message (Expand)AuthorAgeFilesLines
* vxlan: stop checking CSUM_ENCAP_VXLAN when converting inner CSUM flags into n...Konstantin Belousov2020-12-231-2/+1
* if_vxlan(4): csum_flags_to_inner_flags takes the tunnel protocol as a parameter.Navdeep Parhar2020-10-221-2/+2
* if_vxlan(4): add support for hardware assisted checksumming, TSO, and RSS.Navdeep Parhar2020-09-181-21/+469
* Correct the mask byte order when checking for reserved bits.Qing Li2020-08-151-1/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-4/+4
* Allow set MTU more than 1500 bytes.Kirill Ponomarev2019-07-241-3/+20
* Convert all IPv4 and IPv6 multicast memberships into using a STAILQHans Petter Selasky2019-06-251-1/+1
* net: adjust randomized address bitsKyle Evans2019-04-171-1/+1
* ether: centralize fake hwaddr generationKyle Evans2019-03-141-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