..
altq
Reduce the time it takes the kernel to install a new PF config containing a large number of queues
2019-02-11 05:17:31 +00:00
bpf_buffer.c
bpf_buffer.h
bpf_filter.c
bpf_jitter.c
bpf_jitter.h
bpf_zerocopy.c
bpf_zerocopy.h
bpf.c
Convert allocation of bpf_if in bpfattach2 from M_NOWAIT to M_WAITOK
2019-03-19 10:29:32 +00:00
bpf.h
bpfdesc.h
bridgestp.c
bridge: Fix panic if the STP root is removed
2019-03-15 11:21:20 +00:00
bridgestp.h
dlt.h
ethernet.h
ether: centralize fake hwaddr generation
2019-03-14 17:18:00 +00:00
firewire.h
ieee8023ad_lacp.c
ieee8023ad_lacp.h
ieee_oui.h
if_arp.h
Improve ARP logging.
2019-03-09 01:12:59 +00:00
if_bridge.c
if_bridge(4): Drop pointless rtflush
2019-03-15 17:19:36 +00:00
if_bridgevar.h
if_clone.c
if_clone.h
if_dead.c
if_debug.c
if_disc.c
if_dl.h
if_edsc.c
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
if_epair.c
if_ethersubr.c
ether_fakeaddr: Use 'b' 's' 'd' for the prefix
2019-03-14 19:48:43 +00:00
if_fwsubr.c
if_gif.c
Add handling for appearing/disappearing of ingress addresses to if_gif(4).
2018-10-21 18:06:15 +00:00
if_gif.h
Add handling for appearing/disappearing of ingress addresses to if_gif(4).
2018-10-21 18:06:15 +00:00
if_gre.c
Add handling for appearing/disappearing of ingress addresses to if_gre(4).
2018-10-21 18:13:45 +00:00
if_gre.h
Add handling for appearing/disappearing of ingress addresses to if_gre(4).
2018-10-21 18:13:45 +00:00
if_ipsec.c
Allow configuration of several ipsec interfaces with the same tunnel
2018-11-16 14:21:57 +00:00
if_ipsec.h
if_lagg.c
This commit adds the missing release mechanism for the
2019-02-13 14:57:59 +00:00
if_lagg.h
if_llatbl.c
Mechanical cleanup of epoch(9) usage in network stack.
2019-01-09 01:11:19 +00:00
if_llatbl.h
if_llc.h
if_loop.c
if_me.c
Add the check that current VNET is ready and access to srchash is allowed.
2018-10-23 13:11:45 +00:00
if_media.c
if_media.h
if_mib.c
if_mib.h
if_pflog.h
if_pfsync.h
if_sppp.h
if_spppfr.c
if_spppsubr.c
if_stf.c
Prevent stf(4) from panicing due to unprotected access to INADDR_HASH.
2018-10-27 04:45:28 +00:00
if_tap.c
Remove unused argument to priv_check_cred.
2018-12-11 19:32:16 +00:00
if_tap.h
if_tapvar.h
if_tun.c
tun: VIMAGE fix for if_tun cloner
2019-03-05 13:21:07 +00:00
if_tun.h
if_types.h
if_var.h
New pfil(9) KPI together with newborn pfil API and control utility.
2019-01-31 23:01:03 +00:00
if_vlan_var.h
if_vlan.c
This commit adds the missing release mechanism for the
2019-02-13 14:57:59 +00:00
if_vxlan.c
ether: centralize fake hwaddr generation
2019-03-14 17:18:00 +00:00
if_vxlan.h
if.c
Rework CASE_IOC_IFGROUPREQ() to require a case before the macro.
2019-01-22 17:39:26 +00:00
if.h
Plug routing sysctl leaks.
2018-11-26 13:42:18 +00:00
ifdi_if.m
iflib_clone.c
iflib_private.h
Use busdma unconditionally in iflib
2018-11-27 20:01:05 +00:00
iflib.c
iflib: mark isc_driver_version as constant
2019-03-19 23:44:26 +00:00
iflib.h
iflib: mark isc_driver_version as constant
2019-03-19 23:44:26 +00:00
ifq.h
mp_ring.c
mp_ring: avoid items offset difference between iflib and mp_ring
2019-01-03 23:06:05 +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
netisr.c
netisr.h
netmap_legacy.h
netmap: add support for multiple host rings
2019-03-18 12:22:23 +00:00
netmap_user.h
netmap: add support for multiple host rings
2019-03-18 12:22:23 +00:00
netmap_virt.h
netmap: align codebase to the current upstream (760279cfb2730a585)
2018-12-05 11:57:16 +00:00
netmap.h
netmap: add support for multiple host rings
2019-03-18 12:22:23 +00:00
paravirt.h
pfil.c
Most Ethernet drivers that potentially can run a pfil(9) hook with
2019-03-10 17:20:09 +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
pfvar.h
pf :Use counter(9) in pf tables.
2019-03-15 11:08:44 +00:00
ppp_defs.h
radix_mpath.c
radix_mpath.h
radix.c
radix.h
raw_cb.c
raw_cb.h
raw_usrreq.c
rndis.h
route_var.h
route.c
Mechanical cleanup of epoch(9) usage in network stack.
2019-01-09 01:11:19 +00:00
route.h
Plug routing sysctl leaks.
2018-11-26 13:42:18 +00:00
rss_config.c
rss_config.h
rtsock.c
Remove recursive NET_EPOCH_ENTER() from sysctl_ifmalist(), missed in r342872.
2019-01-11 00:45:22 +00:00
sff8436.h
sff8472.h
slcompress.c
slcompress.h
toeplitz.c
toeplitz.h
vnet.c
With more excessive use of modules, more kernel parts working with
2018-10-30 20:45:15 +00:00
vnet.h
Don't mark module data as static on RISC-V.
2018-09-12 08:05:33 +00:00