aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* vnet: add CURVNET_ASSERT_SET for !VIMAGEMateusz Guzik2022-02-191-0/+1
* vnet: add CURVNET_ASSERT_SETMateusz Guzik2022-02-191-0/+4
* if_epair: Use ANSI C definitionLi-Wen Hsu2022-02-151-2/+2
* if_epair: implement fanoutKristof Provost2022-02-151-123/+186
* vlan: allow net.link.vlan.mtag_pcp to be set per vnetKristof Provost2022-02-142-6/+8
* if_vxlan(4): Allow netmap_generic to intercept RX packets.Aleksandr Fedorov2022-02-061-2/+7
* pflog: align header to 4 bytes, not 8Kristof Provost2022-02-011-2/+3
* pf: Initialize pf_kpool mutexes earlierMark Johnston2022-01-311-2/+3
* ifnet: garbage collect unused function ifaddr_byindex().Gleb Smirnoff2022-01-282-22/+1
* rtsock: always set m_pkthdr.rcvif when queueing on netisrGleb Smirnoff2022-01-271-2/+0
* netisr: serialize/restore m_pkthdr.rcvif when queueing mbufsGleb Smirnoff2022-01-271-4/+14
* ifnet/mbuf: provide KPI to serialize/restore m->m_pkthdr.rcvifGleb Smirnoff2022-01-272-14/+44
* ifnet: make if_index globalGleb Smirnoff2022-01-271-130/+86
* Add definitions for TLS receive tags using the existing send tag infrastructure.Hans Petter Selasky2022-01-261-1/+25
* if_clone: correctly destroy a clone from a different vnetGleb Smirnoff2022-01-251-28/+2
* if_vmove: improve restoration in cloner's ifgroup membershipGleb Smirnoff2022-01-253-47/+37
* iflib: Allow drivers to determine which queue to TX onEric Joyner2022-01-252-5/+19
* 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