.. |
altq
|
Use a void * argument to callout handlers instead of timeout_t casts.
|
2019-12-05 18:47:29 +00:00 |
bpf_buffer.c
|
Add an external mbuf buffer type that holds multiple unmapped pages.
|
2019-06-29 00:48:33 +00:00 |
bpf_buffer.h
|
sys: general adoption of SPDX licensing ID tags.
|
2017-11-27 15:23:17 +00:00 |
bpf_filter.c
|
sys: further adoption of SPDX licensing ID tags.
|
2017-11-20 19:43:44 +00:00 |
bpf_jitter.c
|
Make UMA and malloc(9) return non-executable memory in most cases.
|
2018-06-13 17:04:41 +00:00 |
bpf_jitter.h
|
Make UMA and malloc(9) return non-executable memory in most cases.
|
2018-06-13 17:04:41 +00:00 |
bpf_zerocopy.c
|
Change synchonization rules for vm_page reference counting.
|
2019-09-09 21:32:42 +00:00 |
bpf_zerocopy.h
|
sys: general adoption of SPDX licensing ID tags.
|
2017-11-27 15:23:17 +00:00 |
bpf.c
|
Introduce NET_EPOCH_CALL() macro and use it everywhere where we free
|
2020-01-15 06:05:20 +00:00 |
bpf.h
|
Extract eventfilter declarations to sys/_eventfilter.h
|
2019-05-20 00:38:23 +00:00 |
bpfdesc.h
|
Rework locking in BPF code to remove rwlock from fast path.
|
2019-05-13 13:45:28 +00:00 |
bridgestp.c
|
bridge: Fix panic if the STP root is removed
|
2019-03-15 11:21:20 +00:00 |
bridgestp.h
|
sys: general adoption of SPDX licensing ID tags.
|
2017-11-27 15:23:17 +00:00 |
debugnet_inet.c
|
Implement NetGDB(4)
|
2019-10-17 21:33:01 +00:00 |
debugnet_int.h
|
Implement NetGDB(4)
|
2019-10-17 21:33:01 +00:00 |
debugnet.c
|
Prevent a panic when a driver provides bogus debugnet parameters
|
2019-10-23 16:48:22 +00:00 |
debugnet.h
|
Implement NetGDB(4)
|
2019-10-17 21:33:01 +00:00 |
dlt.h
|
MFV r353141 (by phillip):
|
2019-12-21 21:01:03 +00:00 |
ethernet.h
|
net: add ETHER_IS_ZERO macro similar to ETHER_IS_BROADCAST
|
2019-11-05 00:12:21 +00:00 |
firewire.h
|
sys: general adoption of SPDX licensing ID tags.
|
2017-11-27 15:23:17 +00:00 |
ieee8023ad_lacp.c
|
Add kernel-side support for in-kernel TLS.
|
2019-08-27 00:01:56 +00:00 |
ieee8023ad_lacp.h
|
Add kernel-side support for in-kernel TLS.
|
2019-08-27 00:01:56 +00:00 |
ieee_oui.h
|
Fix a typo in r349969
|
2019-07-14 03:49:48 +00:00 |
if_arp.h
|
Improve ARP logging.
|
2019-03-09 01:12:59 +00:00 |
if_bridge.c
|
In r343631 error code for a packet blocked by a firewall was
|
2020-01-01 17:31:43 +00:00 |
if_bridgevar.h
|
Allow different bridge types to coexist
|
2018-05-11 05:00:40 +00:00 |
if_clone.c
|
Use the new VNET_DEFINE_STATIC macro when we are defining static VNET
|
2018-07-24 16:35:52 +00:00 |
if_clone.h
|
Extract eventfilter declarations to sys/_eventfilter.h
|
2019-05-20 00:38:23 +00:00 |
if_dead.c
|
This adds the third step in getting BBR into the tree. BBR and
|
2019-08-01 14:17:31 +00:00 |
if_debug.c
|
sys: general adoption of SPDX licensing ID tags.
|
2017-11-27 15:23:17 +00:00 |
if_disc.c
|
Use the new VNET_DEFINE_STATIC macro when we are defining static VNET
|
2018-07-24 16:35:52 +00:00 |
if_dl.h
|
sys: further adoption of SPDX licensing ID tags.
|
2017-11-20 19:43:44 +00:00 |
if_edsc.c
|
Use the new VNET_DEFINE_STATIC macro when we are defining static VNET
|
2018-07-24 16:35:52 +00:00 |
if_enc.c
|
New pfil(9) KPI together with newborn pfil API and control utility.
|
2019-01-31 23:01:03 +00:00 |
if_enc.h
|
sys: general adoption of SPDX licensing ID tags.
|
2017-11-27 15:23:17 +00:00 |
if_epair.c
|
Use the new VNET_DEFINE_STATIC macro when we are defining static VNET
|
2018-07-24 16:35:52 +00:00 |
if_ethersubr.c
|
Widen NET_EPOCH coverage.
|
2019-10-07 22:40:05 +00:00 |
if_fwsubr.c
|
Improve copy-and-pasted versions of SIOCGIFADDR.
|
2018-03-27 20:51:49 +00:00 |
if_gif.c
|
gif_transmit() must always be called in the network epoch.
|
2020-01-15 06:18:32 +00:00 |
if_gif.h
|
gif_transmit() must always be called in the network epoch.
|
2020-01-15 06:18:32 +00:00 |
if_gre.c
|
Introduce NET_EPOCH_CALL() macro and use it everywhere where we free
|
2020-01-15 06:05:20 +00:00 |
if_gre.h
|
Add GRE-in-UDP encapsulation support as defined in RFC8086.
|
2019-04-24 09:05:45 +00:00 |
if_ipsec.c
|
Mechanically substitute assertion of in_epoch(net_epoch_preempt) to
|
2020-01-15 05:45:27 +00:00 |
if_ipsec.h
|
|
|
if_lagg.c
|
Introduce NET_EPOCH_CALL() macro and use it everywhere where we free
|
2020-01-15 06:05:20 +00:00 |
if_lagg.h
|
lagg: Further cleanup of the rr_limit option.
|
2020-01-09 14:58:41 +00:00 |
if_llatbl.c
|
Split gigantic rtsock route_output() into smaller functions.
|
2019-12-31 17:26:53 +00:00 |
if_llatbl.h
|
lltabl: remove dead code
|
2019-11-13 11:21:02 +00:00 |
if_llc.h
|
sys: further adoption of SPDX licensing ID tags.
|
2017-11-20 19:43:44 +00:00 |
if_loop.c
|
Use the new VNET_DEFINE_STATIC macro when we are defining static VNET
|
2018-07-24 16:35:52 +00:00 |
if_me.c
|
Mechanically substitute assertion of in_epoch(net_epoch_preempt) to
|
2020-01-15 05:45:27 +00:00 |
if_media.c
|
Finish removing FDDI and tokenring media support.
|
2018-04-23 21:10:33 +00:00 |
if_media.h
|
if_media: Add new 2.5G/5G/25G/40G/50G/100G/200G/400G media types
|
2018-08-22 18:19:56 +00:00 |
if_mib.c
|
ifnet_byindex_ref() requires network epoch.
|
2019-10-09 16:21:50 +00:00 |
if_mib.h
|
|
|
if_pflog.h
|
sys: general adoption of SPDX licensing ID tags.
|
2017-11-27 15:23:17 +00:00 |
if_pfsync.h
|
sys: general adoption of SPDX licensing ID tags.
|
2017-11-27 15:23:17 +00:00 |
if_sppp.h
|
|
|
if_spppfr.c
|
|
|
if_spppsubr.c
|
Don't use if_maddr_rlock() in sppp(4), use epoch(9) directly instead.
|
2019-10-10 23:54:37 +00:00 |
if_stf.c
|
Interface output method must be executed in network epoch, so if_addr_rlock()
|
2019-10-10 23:50:32 +00:00 |
if_tap.h
|
tap: add support for virtio-net offloads
|
2019-10-18 21:53:27 +00:00 |
if_tun.h
|
if_tuntap(4): Add TUNGIFNAME
|
2019-07-25 22:23:34 +00:00 |
if_tuntap.c
|
tuntap(4): Fix NOINET build after r353741
|
2019-10-23 02:15:15 +00:00 |
if_types.h
|
sys: further adoption of SPDX licensing ID tags.
|
2017-11-20 19:43:44 +00:00 |
if_var.h
|
- Move global network epoch definition to epoch.h, as more different
|
2020-01-15 03:34:21 +00:00 |
if_vlan_var.h
|
Extract eventfilter declarations to sys/_eventfilter.h
|
2019-05-20 00:38:23 +00:00 |
if_vlan.c
|
Introduce NET_EPOCH_CALL() macro and use it everywhere where we free
|
2020-01-15 06:05:20 +00:00 |
if_vxlan.c
|
Allow set MTU more than 1500 bytes.
|
2019-07-24 16:10:20 +00:00 |
if_vxlan.h
|
Add support for IPv6 scoped addresses to vxlan
|
2017-12-30 04:03:53 +00:00 |
if.c
|
Introduce NET_EPOCH_CALL() macro and use it everywhere where we free
|
2020-01-15 06:05:20 +00:00 |
if.h
|
Add SIOCGIFDOWNREASON.
|
2019-09-17 18:49:13 +00:00 |
ifdi_if.m
|
iflib(9): Add support for cloning pseudo interfaces
|
2018-05-11 20:08:28 +00:00 |
iflib_clone.c
|
- Remove the unused ifc_link_irq and ifc_mtx_name members of struct iflib_ctx.
|
2019-05-06 20:56:41 +00:00 |
iflib_private.h
|
- Replace unused and only ever written to members of public iflib(9)
|
2019-06-15 11:07:41 +00:00 |
iflib.c
|
iflib: Prevent watchdog from resetting idle queues
|
2020-01-02 23:35:06 +00:00 |
iflib.h
|
Add IFLIB_SINGLE_IRQ_RX_ONLY.
|
2019-09-30 15:59:07 +00:00 |
ifq.h
|
sys: further adoption of SPDX licensing ID tags.
|
2017-11-20 19:43:44 +00:00 |
mp_ring.c
|
- Merge r338254 from cxgbe(4):
|
2019-05-09 11:34:46 +00:00 |
mp_ring.h
|
mp_ring: avoid items offset difference between iflib and mp_ring
|
2019-01-03 23:06:05 +00:00 |
mppc.h
|
|
|
mppcc.c
|
|
|
mppcd.c
|
|
|
netisr_internal.h
|
sys: general adoption of SPDX licensing ID tags.
|
2017-11-27 15:23:17 +00:00 |
netisr.c
|
Widen NET_EPOCH coverage.
|
2019-10-07 22:40:05 +00:00 |
netisr.h
|
sys: general adoption of SPDX licensing ID tags.
|
2017-11-27 15:23:17 +00:00 |
netmap_legacy.h
|
add valectl to the system commands
|
2019-10-31 21:01:34 +00:00 |
netmap_user.h
|
netmap: check if we already ran mmap before we attempt it
|
2019-11-19 21:29:49 +00:00 |
netmap_virt.h
|
netmap: disable passthrough with no hypervisor support
|
2020-01-13 21:47:23 +00:00 |
netmap.h
|
netmap: import changes from upstream (SHA 137f537eae513)
|
2019-09-01 14:47:41 +00:00 |
paravirt.h
|
|
|
pfil.c
|
Change argument order of epoch_call() to more natural, first function,
|
2020-01-17 06:10:24 +00:00 |
pfil.h
|
Most Ethernet drivers that potentially can run a pfil(9) hook with
|
2019-03-10 17:20:09 +00:00 |
pfkeyv2.h
|
sys: further adoption of SPDX licensing ID tags.
|
2017-11-20 19:43:44 +00:00 |
pfvar.h
|
pf :Use counter(9) in pf tables.
|
2019-03-15 11:08:44 +00:00 |
ppp_defs.h
|
|
|
radix_mpath.c
|
Add fibnum, family and vnet pointer to each rib head.
|
2020-01-09 17:21:00 +00:00 |
radix_mpath.h
|
Add fibnum, family and vnet pointer to each rib head.
|
2020-01-09 17:21:00 +00:00 |
radix.c
|
Switch RIB and RADIX_NODE_HEAD lock from rwlock(9) to rmlock(9).
|
2018-06-16 08:26:23 +00:00 |
radix.h
|
Fix typo.
|
2018-06-16 19:21:09 +00:00 |
raw_cb.c
|
sys: further adoption of SPDX licensing ID tags.
|
2017-11-20 19:43:44 +00:00 |
raw_cb.h
|
sys: further adoption of SPDX licensing ID tags.
|
2017-11-20 19:43:44 +00:00 |
raw_usrreq.c
|
sys: further adoption of SPDX licensing ID tags.
|
2017-11-20 19:43:44 +00:00 |
rndis.h
|
|
|
route_var.h
|
Add fibnum, family and vnet pointer to each rib head.
|
2020-01-09 17:21:00 +00:00 |
route.c
|
Mechanically substitute assertion of in_epoch(net_epoch_preempt) to
|
2020-01-15 05:45:27 +00:00 |
route.h
|
Add fibnum, family and vnet pointer to each rib head.
|
2020-01-09 17:21:00 +00:00 |
rss_config.c
|
|
|
rss_config.h
|
|
|
rtsock.c
|
Fix rtsock route message generation for interface addresses.
|
2020-01-07 21:16:30 +00:00 |
sff8436.h
|
|
|
sff8472.h
|
net: Update SFF-8024 definitions and strings with values from rev 4.6
|
2019-08-17 00:10:56 +00:00 |
slcompress.c
|
sys: further adoption of SPDX licensing ID tags.
|
2017-11-20 19:43:44 +00:00 |
slcompress.h
|
sys: further adoption of SPDX licensing ID tags.
|
2017-11-20 19:43:44 +00:00 |
toeplitz.c
|
|
|
toeplitz.h
|
|
|
vnet.c
|
Fix regression issue after r353274:
|
2019-10-08 11:06:24 +00:00 |
vnet.h
|
Compile time assert a valid subsystem for all VNET init and uninit functions.
|
2019-10-07 14:24:59 +00:00 |