aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* ifconfig: add CMIS support for 400GbE opticsAndrew Gallatin2026-04-141-0/+450
* if_geneve: Fix build without INET or without INET6John Baldwin2026-04-141-7/+49
* routing: Fix use-after-free in finalize_nhopPouria Mousavizadeh Tehrani2026-04-141-2/+2
* iflib: drain admin task and fix teardown order on register failureSumit Saxena2026-04-141-1/+18
* iflib: Fix panic observed while doing sysctl -a with if_bnxt unloadSreekanth Reddy2026-04-141-21/+24
* if_geneve: Add Support for Geneve (RFC8926)Pouria Mousavizadeh Tehrani2026-04-135-4/+4053
* if_clone: Make ifnet_detach_sxlock opaque to consumersZhenlei Huang2026-04-132-5/+17
* ifnet: Move SIOCSIFVNET from ifhwioctl() to ifioctl()Zhenlei Huang2026-04-131-17/+27
* ifnet: vnet_if_return(): Avoid unnecessary recursive acquisition of ifnet_det...Zhenlei Huang2026-04-131-2/+2
* pf: use hashalloc(9) for key, id, src-node and udp-endpoint hashesGleb Smirnoff2026-04-121-2/+1
* gif: use hashalloc(9)Gleb Smirnoff2026-04-122-25/+0
* nd6: Remove DRAFT_IETF_6MAN_IPV6ONLY_FLAG and EXPERIMENTAL optionsPouria Mousavizadeh Tehrani2026-04-101-39/+0
* ifnet: Add some sanity checksZhenlei Huang2026-04-071-10/+19
* net: Add SIOCGI2CPB ioctl & add page/bank fields to ifi2creqAndrew Gallatin2026-04-053-3/+16
* net/route: Add an eventhandler for rt_numfibs changesMark Johnston2026-03-302-1/+9