aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* if_geneve: Ensure there is no mbuf leak if EAFNOSUPPORTPouria Mousavizadeh Tehrani2026-07-221-0/+1
* if_geneve: Fix mbuf leak on ip_ecn_egressPouria Mousavizadeh Tehrani2026-07-201-16/+5
* net/if.c: Add fib-aware ifa_ifwithaddr()Pouria Mousavizadeh Tehrani2026-07-202-6/+25
* iflib: Remove an unused field from struct iflib_rxqMark Johnston2026-07-151-1/+0
* routing: Include <sys/eventhandler.h> in nhop_ctl.hPouria Mousavizadeh Tehrani2026-07-131-0/+1
* routing: Replace unreachable nhops in nhgrpPouria Mousavizadeh Tehrani2026-07-113-8/+74
* routing: Subscribe nhops to ifnet link eventsPouria Mousavizadeh Tehrani2026-07-114-12/+69
* lagg: re-check port caps after bringing up a portAndrew Gallatin2026-07-081-0/+2
* if_epair: support IFCAP_MEXTPGKristof Provost2026-07-081-1/+6
* if_bridge: Remove unused disable parameter in bridge_stopAcesp252026-07-071-5/+5
* if_ovpn: Fix memory leak in VNET during unloadPouria Mousavizadeh Tehrani2026-07-061-8/+12
* netinet6: cleanse safeguards against IFT_PFLOGGleb Smirnoff2026-06-291-5/+0
* loopback: use new names for checksum offloading flagsTimo Völker2026-06-291-6/+5
* pflog: create bpf tapping points without ifnet(9)Kristof Provost2026-06-281-0/+2
* loopback: improve checksum offloadingTimo Völker2026-06-281-36/+6
* iflib: handle transient errors from isc_txd_encap()Andrew Gallatin2026-06-231-2/+5
* if_fwsubr: remove ARP target hardware address trimmingAbdelkader Boudih2026-06-221-7/+0
* if_ovpn: Fix a lock leak in an error pathMark Johnston2026-06-201-0/+1
* iflib: Fix mbufs leaked by 0 len packets emitted from the if driverReid Linnemann2026-06-171-4/+4
* net/if_media.h: Add 800GBase-X and 200Gbit/s per lane supportSlava Shwartsman2026-06-172-0/+45
* routing: Enable hash_outbound during nhgrp allocationPouria Mousavizadeh Tehrani2026-06-112-14/+7
* if_stf: Free entire mbuf chain on failureEd Maste2026-06-061-2/+2
* lacp: Simplify lacp_compose_key()Andrew Gallatin2026-06-021-133/+40
* net: Fix handling of unmapped user pages in if_getgroup()Mark Johnston2026-06-012-34/+24
* lagg: Handle a port count of zeroMark Johnston2026-06-011-17/+23
* pf: switch to getmicro(up)time()Kristof Provost2026-05-211-2/+2
* Revert "loopback: Clear hash unconditionally."Andrew Gallatin2026-05-211-0/+2
* routing: Add support for metricPouria Mousavizadeh Tehrani2026-05-208-27/+92
* if_vxlan: Update *m0 after a pullupMark Johnston2026-05-121-2/+1
* lacp: fix link state with multiple aggregatorsAndrew Gallatin2026-05-121-2/+6
* if_media: Claim 10BASE-T1S and 10BASE-T1L constantsEd Maste2026-05-121-0/+6
* if_geneve: Fix uninitialized variable use in geneve_udp_input()Pouria Mousavizadeh Tehrani2026-05-101-1/+1
* if_vlan: Use the exclusive lock everywhereMark Johnston2026-05-061-68/+58
* routing: Expire nhops inside the nhgrpPouria Mousavizadeh Tehrani2026-04-301-5/+22
* routing: Implement merge of nhgrp in new multipath routePouria Mousavizadeh Tehrani2026-04-303-1/+106
* if_gre(4): Fix gre_clone_dump_nl address dumpPouria Mousavizadeh Tehrani2026-04-291-11/+12
* tuntap: add SIOCGIFCAP and SIOCSIFCAP ioctlsTimo Völker2026-04-261-0/+17
* ifnet: if_detach(): Fix races with vmove operationsZhenlei Huang2026-04-251-6/+17
* pfsync: rename unused variableKristof Provost2026-04-251-1/+1
* sf_buf_kva: Return a pointer instead of a vm_offset_tJohn Baldwin2026-04-231-2/+1
* loopback: fix use-after-freeKristof Provost2026-04-211-1/+3
* iflib: Add a missing CURVNET_RESTORE() in the error pathPeter Ganzhorn2026-04-201-1/+3
* iflib: fix book keepingMichael Tuexen2026-04-181-6/+7
* routing: Use a better error number in sysctl_fibs()Mark Johnston2026-04-181-1/+1
* routing: Initialize V_rt_numfibs earlier during bootMark Johnston2026-04-181-8/+16
* iflib: accurately count bytes/segments for TSOAndrew Gallatin2026-04-171-8/+20
* iflib: ignore reclaim coalescing when low on tx descriptorsAndrew Gallatin2026-04-171-1/+16
* nd6: Add support for route information (RFC 4191)Pouria Mousavizadeh Tehrani2026-04-161-0/+1
* bpf: fix handling the read timeout on ppc64Michael Tuexen2026-04-151-20/+22
* loopback: Account for packet dropsAndrew Gallatin2026-04-141-3/+7