aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* netmap: fix LOR in iflib_netmap_registerVincenzo Maffione2022-01-141-0/+3
* pf: protect the rpool from racesKristof Provost2022-01-141-0/+1
* Revert "iflib: Relax timer period from 0.5 to 0.5-0.75s."Alexander Motin2022-01-101-27/+29
* iflib: Relax timer period from 0.5 to 0.5-0.75s.Alexander Motin2022-01-101-29/+27
* Fix ifa refcount leak in ifa_ifwithnet()Ryan Stone2022-01-061-3/+9
* Fix kernel build without INET and INET6Ed Maste2022-01-052-0/+4
* domains: make domain_init() initialize only global stateGleb Smirnoff2022-01-031-1/+1
* protocols: init with standard SYSINIT(9) or VNET_SYSINITGleb Smirnoff2022-01-033-4/+3
* Fix kernel build without INET6Ed Maste2021-12-301-0/+4
* Make CPU_SET macros compliant with other implementationsStefan Eßer2021-12-301-1/+1
* routing: Add unified level-based logging support for the routing subsystem.Alexander V. Chernikov2021-12-296-51/+292
* nhops: split nh_family into nh_upper_family and nh_neigh_family.Alexander V. Chernikov2021-12-293-13/+55
* [lltable] Add per-family lltable getters.Alexander V. Chernikov2021-12-292-8/+22
* net: iflib: sync isc_capenable to if_capenableVincenzo Maffione2021-12-281-0/+1
* pf: make if_pfsync.h self-containedKristof Provost2021-12-171-0/+6
* pf: make if_pflog.h self-containedKristof Provost2021-12-171-0/+3
* net: make if_bridgevar.h self-containedKristof Provost2021-12-171-0/+4
* net: make ethernet.h self-containedKristof Provost2021-12-171-0/+2
* pf: make pfvar.h self-containedKristof Provost2021-12-171-0/+1
* if_stf: make if_stf.h self-containedKristof Provost2021-12-171-0/+2
* Create wrapper for Giant taken for newbusWarner Losh2021-12-101-6/+6
* net/if.c: plug set-but-not-unused varsMateusz Guzik2021-12-091-3/+4
* ifnet: make V_if_index static to if.cGleb Smirnoff2021-12-063-16/+13
* ifnet_byindex() actually requires network epochGleb Smirnoff2021-12-062-15/+11
* ifnet: merge ifindex_alloc(), ifnet_setbyindex(), if_grow() and call magicGleb Smirnoff2021-12-061-74/+21
* ifnet: initial if_grow() shall always succeedGleb Smirnoff2021-12-061-6/+2
* ifnet: use ck_pr(3) store & load setting ifnet pointer in ifindexGleb Smirnoff2021-12-061-3/+3
* ifnet: allocate index at the end of if_alloc_domain()Gleb Smirnoff2021-12-061-23/+15
* nhop: hash ifnet pointer instead of if_indexGleb Smirnoff2021-12-041-18/+12
* if_pflog: fix packet lengthKristof Provost2021-12-041-2/+6
* Revert "wpa: Import wpa_supplicant/hostapd commit 14ab4a816"Cy Schubert2021-12-022-6/+2
* wpa: Import wpa_supplicant/hostapd commit 14ab4a816Cy Schubert2021-12-022-2/+6
* ifnet: enable & fix if_debug buildGleb Smirnoff2021-12-021-1/+2
* Remove "options PCBGROUP"Gleb Smirnoff2021-12-021-1/+0
* Allow to compile RSS without PCBGROUP.Gleb Smirnoff2021-12-021-4/+0
* if_epair: Also mark the flag of pair b with IFF_KNOWSEPOCHZhenlei Huang2021-12-011-0/+1
* if_stf: KASAN fixKristof Provost2021-11-301-7/+7
* if_epair: ifdef vars only used with ALTQMateusz Guzik2021-11-241-2/+6
* if_free: add a comment explaining why ifindex_free() is performed hereGleb Smirnoff2021-11-231-0/+16
* ifnet: merge if_destroy() and if_free_internal() into oneGleb Smirnoff2021-11-231-15/+7
* ifnet: make if_alloc_domain() never failGleb Smirnoff2021-11-231-17/+5
* ifnet: make if_alloc_domain() staticGleb Smirnoff2021-11-232-2/+1
* ifnet: append if_debug.c to if.cGleb Smirnoff2021-11-232-139/+93
* ifnet: garbage collect drbr_*_drv().Gleb Smirnoff2021-11-232-32/+0
* if_stf: add dtrace probe pointsKristof Provost2021-11-201-6/+103
* if_stf: add 6rd supportKristof Provost2021-11-202-62/+298
* lagg: fix unused-but-set-variableKristof Provost2021-11-191-3/+0
* iflib_stop: drain rx tasks to prevent any data racesAndriy Gapon2021-11-191-1/+2
* pf: add COMPAT_FREEBSD13 for DIOCKEEPCOUNTERSKristof Provost2021-11-171-0/+1
* net: whack "set but not used" warnings in net/rtsock.cMateusz Guzik2021-11-141-4/+0