aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
...
* pf: fix struct pf_krule_global leakKristof Provost2025-09-021-0/+1
* pf: Introduce M_PF type for pf(4) related memory allocations.Kristof Provost2025-09-021-0/+1
* pf: fix ICMP type/code representationKristof Provost2025-09-021-2/+2
* Revert "epair: add support for checksum offloading"Michael Tuexen2025-09-021-59/+2
* epair: add support for checksum offloadingTimo Völker2025-09-011-2/+59
* bridge: Fix adding gif(4) interface assigned with IP addresses as bridge memeberZhenlei Huang2025-09-011-3/+3
* iflib: Set the get counter routine prior to attaching the interfaceZhenlei Huang2025-08-301-1/+1
* iflib: Make iflib_register() return voidZhenlei Huang2025-08-301-8/+3
* pf: Add prefer-ipv6-nexthop option for route-to poolsKajetan Staszkiewicz2025-08-291-1/+2
* ifnet: Don't include ethernet.h twiceZhenlei Huang2025-08-281-1/+0
* epair: don't include if_var.h twiceMichael Tuexen2025-08-261-1/+0
* netlink: Bypass refcounting when setting promiscuityAymeric Wibo2025-08-252-10/+28
* bridge: Restore ABI compatibility with 14.xLexi Winter2025-08-221-1/+1
* tun(4)/tap(4): allow devices to be configured as transientKyle Evans2025-08-214-2/+54
* if_tuntap: make SIOCIFDESTROY interruptibleKyle Evans2025-08-211-14/+26
* iflib: add a simple transmit routineAndrew Gallatin2025-08-201-12/+80
* pf: rewrite the pf_state_peer_ntoh and pf_state_peer_hton macros as functions.Kristof Provost2025-08-201-33/+4
* pf: remove duplicate struct definitionKristof Provost2025-08-202-30/+10
* iflib: Only define lro_enabled if either INET or INET6 is definedJohn Baldwin2025-08-151-0/+4
* iflib: simplify lro & use tcp_lro_queue_mbuf()Andrew Gallatin2025-08-121-92/+16
* bridge: Divorce ifuntagged from vlanfilterLexi Winter2025-08-101-12/+16
* EtherIP: Fix passing the address family from if_bridge(4) to gif(4)Zhenlei Huang2025-08-082-7/+9
* iflib: don't pullup UDP payloads to the TCP header sizeAndrew Gallatin2025-08-071-41/+22
* Change the default of net.link.epair.ether_gen_addr 0 -> 1.Ronald Klop2025-08-061-1/+1
* pf: also allocate ethernet anchors from a UMA zoneKristof Provost2025-08-051-0/+2
* pf: allocate pf_kanchor from a poolKristof Provost2025-08-051-0/+2
* bridge: Make the vlan(4) shunt more robustLexi Winter2025-08-051-10/+14
* bridge: Allow VLAN protocol to be configuredLexi Winter2025-08-052-4/+35
* bridge: Make 802.1ad (Q-in-Q) configurableLexi Winter2025-08-052-4/+28
* if_epair(4): use ether_gen_addr(9) for stable MAC addressRonald Klop2025-08-051-4/+31
* if_ovpn: support IPv6 link-local addressesKristof Provost2025-08-041-1/+20
* bridge: Add a vlanfilter bridge optionLexi Winter2025-08-032-14/+91
* pf: Use different address family for source and redirection addressKajetan Staszkiewicz2025-08-011-6/+9
* bridge: do not allow a bridge SVI in a bridgeLexi Winter2025-07-282-0/+35
* bridge: be consistent about PVID terminologyLexi Winter2025-07-282-16/+16
* if_tuntap: Try to fix device refcount bugsMark Johnston2025-07-281-18/+58
* if_ovpn: Destroy cloned interfaces via a prison removal callbackMark Johnston2025-07-281-8/+40
* if_ovpn: support floating clientsKristof Provost2025-07-282-1/+193
* bridge: exterr-izeLexi Winter2025-07-281-59/+87
* if_ovpn: Support multihomed server configurationsMark Johnston2025-07-251-7/+46
* if_ovpn: Remove a no-op functionMark Johnston2025-07-251-29/+0
* if_ovpn: Assert that udp_set_kernel_tunneling() succeedsMark Johnston2025-07-251-0/+1
* if_ovpn: Destroy the datapath lock when destroying a cloneMark Johnston2025-07-251-0/+1
* if_ovpn: Sprinkle const over some helper functionsMark Johnston2025-07-251-5/+6
* if_ovpn: Remove an unused field from struct ovpn_kkey_dirMark Johnston2025-07-251-1/+0
* if_ovpn: fill out sin_len/sin6_lenKristof Provost2025-07-231-0/+2
* pf: unify DPFPRINTF definitionsKristof Provost2025-07-231-0/+8
* pf: accept IP options for IGMP and ICMP6 MLDKristof Provost2025-07-231-0/+3
* if_gif(4): Support the NOCLAMP flag to change MTU handling for IPv6Koichiro Iwao2025-07-211-1/+2
* ethernet: Move the assertion of ether header sizes back into ethernet.hZhenlei Huang2025-07-152-5/+6