aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* routing: Expire nhops inside the nhgrpPouria Mousavizadeh Tehrani13 days1-5/+22
* routing: Implement merge of nhgrp in new multipath routePouria Mousavizadeh Tehrani13 days3-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
* ifnet: Fix races in if_vmove_reclaim()Zhenlei Huang2026-03-301-5/+9
* routing: Include opt_route.h in route_ctl.cPouria Mousavizadeh Tehrani2026-03-271-0/+1
* routing: Retire ROUTE_MPATH compile optionPouria Mousavizadeh Tehrani2026-03-2715-117/+22
* if_types: Fix a typo in a source code commentGordon Bergling2026-03-271-1/+1
* bridge(4): Remove epoch_enter during destructionPouria Mousavizadeh Tehrani2026-03-191-5/+0
* if_bridge(4): don't sleep under epoch(9) in destructionPouria Mousavizadeh Tehrani2026-03-171-2/+2
* ifnet: Remove unreachable codeZhenlei Huang2026-03-161-18/+0
* ifnet: Fix decreasing the vnet interface countZhenlei Huang2026-03-161-3/+3
* rss_config: Add option to enable rss udp hashingbigJ2026-03-161-12/+22
* libpcap: Update to 1.10.6Joseph Mingrone2026-03-151-36/+141
* debugnet: don't include udp_var.hGleb Smirnoff2026-03-121-1/+0
* systm.h: don't declare socket and inpcb globallyGleb Smirnoff2026-03-121-0/+1
* carp: retire ioctl(2) APIGleb Smirnoff2026-03-121-10/+0
* rss: manifest RSS option in kernel with kern.features sysctlGleb Smirnoff2026-03-051-0/+1
* vnet: Ensure the space allocated by vnet_data_alloc() is sufficent alignedZhenlei Huang2026-02-281-3/+11
* gre: unbreak LINT-NOINETEnji Cooper2026-02-271-4/+12
* rtsock: Fix stack overflowMark Johnston2026-02-241-2/+2
* net/if_vlan.c: do not leak vlan sx slock in vlan_clone_dump_nl()Konstantin Belousov2026-02-221-0/+1