| Commit message (Expand) | Author | Age | Files | Lines |
| * | if_vxlan(4): Fix panic by validating unused drvspec values | Pouria Mousavizadeh Tehrani | 2026-07-30 | 1 | -1/+2 |
| * | if_vxlan: Update *m0 after a pullup | Mark Johnston | 2026-05-12 | 1 | -2/+1 |
| * | net: Remove the IFF_RENAMING flag | Mark Johnston | 2026-02-10 | 1 | -2/+0 |
| * | if_vxlan: fix byteorder of source port | Seyed Pouria Mousavizadeh Tehrani | 2025-10-21 | 1 | -2/+2 |
| * | if_vxlan(4): Prefer SYSCTL_INT over TUNABLE_INT | Zhenlei Huang | 2025-01-27 | 1 | -2/+4 |
| * | if_vxlan(4): Use static initializers | Zhenlei Huang | 2025-01-24 | 1 | -5/+3 |
| * | if_vxlan(4): Invoke vxlan_stop event handler only when the interface is confi... | Zhenlei Huang | 2025-01-21 | 1 | -2/+6 |
| * | if_vxlan(4): Plug a memory leak | Zhenlei Huang | 2024-07-02 | 1 | -30/+6 |
| * | if_vxlan(4): Exclude ETHER_CRC_LEN from macro VXLAN_MAX_MTU | Zhenlei Huang | 2024-07-02 | 1 | -1/+1 |
| * | net: Remove unneeded NULL check for the allocated ifnet | Zhenlei Huang | 2024-06-28 | 1 | -5/+0 |
| * | if_vxlan(4): Add checking for loops and nesting of tunnels | Zhenlei Huang | 2024-05-20 | 1 | -0/+23 |
| * | sys: Automated cleanup of cdefs and other formatting | Warner Losh | 2023-11-27 | 1 | -1/+0 |
| * | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
| * | ifnet/API: Move struct ifnet definition to a <net/if_private.h> | Justin Hibbits | 2023-01-24 | 1 | -0/+1 |
| * | if_vxlan(4): Correct the statistic for output bytes | Zhenlei Huang | 2022-10-07 | 1 | -9/+7 |
| * | if_vxlan(4): Add missing statistic for input packets | Zhenlei Huang | 2022-10-05 | 1 | -0/+1 |
| * | if_vxlan(4): Check the size of data available in mbuf before using them | Zhenlei Huang | 2022-09-30 | 1 | -0/+6 |
| * | if_clone: migrate some consumers to the new KPI. | Alexander V. Chernikov | 2022-09-22 | 1 | -12/+22 |
| * | vxlan: Add support for socket ioctls SIOC[SG]TUNFIB | Zhenlei Huang | 2022-07-08 | 1 | -2/+25 |
| * | udp: allow udp_tun_func_t() to indicate it did not eat the packet | Kristof Provost | 2022-04-12 | 1 | -2/+4 |
| * | vxlan(4): Fix two typos in sysctl descriptions | Gordon Bergling | 2022-03-28 | 1 | -2/+2 |
| * | if_vxlan(4): Allow netmap_generic to intercept RX packets. | Aleksandr Fedorov | 2022-02-06 | 1 | -2/+7 |
| * | Make LINT NOINET and NOIP kernel builds warning free. | Bjoern A. Zeeb | 2021-06-06 | 1 | -0/+2 |
| * | vxlan: correct interface MTU when using hw offloads | Konstantin Belousov | 2021-03-31 | 1 | -2/+15 |
| * | mbuf: add a way to mark flowid as calculated from the internal headers | Konstantin Belousov | 2021-03-31 | 1 | -1/+2 |
| * | vxlan: stop checking CSUM_ENCAP_VXLAN when converting inner CSUM flags into n... | Konstantin Belousov | 2020-12-23 | 1 | -2/+1 |
| * | if_vxlan(4): csum_flags_to_inner_flags takes the tunnel protocol as a parameter. | Navdeep Parhar | 2020-10-22 | 1 | -2/+2 |
| * | if_vxlan(4): add support for hardware assisted checksumming, TSO, and RSS. | Navdeep Parhar | 2020-09-18 | 1 | -21/+469 |
| * | Correct the mask byte order when checking for reserved bits. | Qing Li | 2020-08-15 | 1 | -1/+1 |
| * | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) | Pawel Biernacki | 2020-02-26 | 1 | -4/+4 |
| * | Allow set MTU more than 1500 bytes. | Kirill Ponomarev | 2019-07-24 | 1 | -3/+20 |
| * | Convert all IPv4 and IPv6 multicast memberships into using a STAILQ | Hans Petter Selasky | 2019-06-25 | 1 | -1/+1 |
| * | net: adjust randomized address bits | Kyle Evans | 2019-04-17 | 1 | -1/+1 |
| * | ether: centralize fake hwaddr generation | Kyle Evans | 2019-03-14 | 1 | -18/+3 |
| * | net: fix set but not used | Matt Macy | 2018-05-19 | 1 | -4/+5 |
| * | Add macro for vxlan list mutex lock and unlock | Bryan Venteicher | 2017-12-30 | 1 | -8/+12 |
| * | Advertise IFCAP_LINKSTAT after r326480 added link status support | Bryan Venteicher | 2017-12-30 | 1 | -0/+2 |
| * | Add support for IPv6 scoped addresses to vxlan | Bryan Venteicher | 2017-12-30 | 1 | -27/+89 |
| * | Fix possible memory leak. | Andrey V. Elsukov | 2017-12-16 | 1 | -1/+1 |
| * | Add if media and link status events to vxlan | Bryan Venteicher | 2017-12-02 | 1 | -0/+33 |
| * | net: Use M_HASHTYPE_OPAQUE_HASH if the mbuf flowid has hash properties | Sepherosa Ziehau | 2016-06-07 | 1 | -2/+1 |
| * | Complete the UDP tunneling of ICMP msgs to those protocols | Randall Stewart | 2016-04-28 | 1 | -1/+1 |
| * | Start process of removing the use of the deprecated "M_FLOWID" flag | Hans Petter Selasky | 2014-12-01 | 1 | -0/+1 |
| * | Use the size of the Ethernet address, not the entire header, when | Bryan Venteicher | 2014-10-21 | 1 | -1/+1 |
| * | Add vxlan interface | Bryan Venteicher | 2014-10-20 | 1 | -0/+3089 |