..
agr
modularize some more drivers and merge the module glue
2016-08-07 17:38:33 +00:00
npf
This patches ditches the ptree(3) library, because it is broken (you
2016-12-09 02:40:38 +00:00
bpf_filter.c
bpf_stub.c
bpf.c
Fix regression introduced in tests/net/bpf and tests/net/bpfilter
2016-07-19 02:47:45 +00:00
bpf.h
bpfdesc.h
bpfjit.c
Don't trigger BJ_ASSERT(false) on invalid BPF_Jxxx opcode in jmp_to_op().
2016-07-29 20:29:38 +00:00
bpfjit.h
bridgestp.c
bsd-comp.c
Catch up with the renaming of module ppp --> if_ppp and avoid warning
2016-08-06 22:38:18 +00:00
dl_print.c
dlt.h
ethertypes.h
files.net
Move kern_ctf.c into the dtrace_fbt module (the only place it is used)
2016-09-16 03:10:45 +00:00
files.pf
if_arc.h
if_arcsubr.c
Fix race condition on ifqueue used by traditional netisr
2016-10-03 11:06:06 +00:00
if_arp.h
if_atm.h
if_atmsubr.c
Fix race condition on ifqueue used by traditional netisr
2016-10-03 11:06:06 +00:00
if_bridge.c
Always do the mbuf checks. The packet filters (npf) expect the mbuf to be
2016-09-15 14:40:43 +00:00
if_bridgevar.h
if_dl.h
if_eco.h
if_ecosubr.c
Fix race condition on ifqueue used by traditional netisr
2016-10-03 11:06:06 +00:00
if_ether.h
if_etherip.c
KNF. No functional change.
2016-07-11 11:31:49 +00:00
if_etherip.h
if_ethersubr.c
Don't hold global locks if NET_MPSAFE is enabled
2016-10-18 07:30:30 +00:00
if_faith.c
modularize some more drivers and merge the module glue
2016-08-07 17:38:33 +00:00
if_faith.h
if_fddi.h
if_fddisubr.c
Fix race condition on ifqueue used by traditional netisr
2016-10-03 11:06:06 +00:00
if_gif.c
kmem_alloc(size, KM_SLEEP) return value NULL check is not required any more.
2016-09-15 06:59:32 +00:00
if_gif.h
eliminate gif(4) Tx softint
2016-06-24 04:38:12 +00:00
if_gre.c
MFREE -> m_free
2016-10-02 14:16:02 +00:00
if_gre.h
if_hippi.h
if_hippisubr.c
if_ieee1394.h
if_ieee1394subr.c
Fix race condition on ifqueue used by traditional netisr
2016-10-03 11:06:06 +00:00
if_llatbl.c
Mark arprequest static and introduce arpannounce so that gratuitous
2016-10-11 12:32:30 +00:00
if_llatbl.h
if_llc.h
if_loop.c
Make lortrequest static and rename it to loop_rtrequest
2016-11-22 02:06:00 +00:00
if_media.c
if_media.h
Introduce IFM_GENERIC.
2016-09-14 11:43:08 +00:00
if_module.h
modularize some more drivers and merge the module glue
2016-08-07 17:38:33 +00:00
if_mpls.c
Fix race condition on ifqueue used by traditional netisr
2016-10-03 11:06:06 +00:00
if_mpls.h
if_ppp.c
MFREE -> m_free
2016-10-02 14:16:02 +00:00
if_ppp.h
if_pppoe.c
if_register() must be called after ifp->if_dl initialized.
2016-11-18 08:13:02 +00:00
if_pppoe.h
if_pppvar.h
if_sl.c
MFREE -> m_free
2016-10-02 14:16:02 +00:00
if_slvar.h
if_sppp.h
if_spppsubr.c
add API to manipulate ifa->ia_hash and ia_hash_pslist_entry, and fix ia_hash_pslist_entry race by using them.
2016-12-06 07:01:47 +00:00
if_spppvar.h
fix two races between set_ip_addrs and clear_ip_addrs race.
2016-12-01 02:30:54 +00:00
if_srt.c
modularize some more drivers and merge the module glue
2016-08-07 17:38:33 +00:00
if_srt.h
if_stf.c
Add rtcache_unref to release points of rtentry stemming from rtcache
2016-12-08 05:16:33 +00:00
if_stf.h
eliminate stf(4)'s dependency on gif(4).
2016-08-18 11:38:58 +00:00
if_strip.c
MFREE -> m_free
2016-10-02 14:16:02 +00:00
if_stripvar.h
if_tap.c
MFREE -> m_free
2016-10-02 14:16:02 +00:00
if_tap.h
if_token.h
if_tokensubr.c
Fix race condition on ifqueue used by traditional netisr
2016-10-03 11:06:06 +00:00
if_tun.c
MFREE -> m_free
2016-10-02 14:16:02 +00:00
if_tun.h
if_types.h
if_vlan.c
Don't check parent capabilities when a parent interface hasn't been
2016-11-28 00:39:03 +00:00
if_vlanvar.h
if.c
This spams 100's of times during boot!
2016-12-09 02:38:14 +00:00
if.h
Introduce deferred if_start framework
2016-12-08 01:06:35 +00:00
link_proto.c
Make fstat(2) work on AF_LINK socket descriptors.
2016-11-19 14:44:00 +00:00
Makefile
net_osdep.h
net_stats.c
net_stats.h
netisr_dispatch.h
netisr.h
pfil.c
pfil.h
pfkeyv2.h
pktqueue.c
pktqueue.h
ppp_defs.h
ppp_tty.c
MFREE -> m_free
2016-10-02 14:16:02 +00:00
ppp-comp.h
ppp-deflate.c
Catch up with the renaming of module ppp --> if_ppp and avoid warning
2016-08-06 22:38:18 +00:00
radix.c
Don't use rt_walktree to delete routes
2016-11-15 01:50:06 +00:00
radix.h
Don't use rt_walktree to delete routes
2016-11-15 01:50:06 +00:00
raw_cb.c
raw_cb.h
raw_usrreq.c
route.c
Don't use rt_walktree to delete routes
2016-11-15 01:50:06 +00:00
route.h
Add rtcache_unref to release points of rtentry stemming from rtcache
2016-12-08 05:16:33 +00:00
rtbl.c
Don't use rt_walktree to delete routes
2016-11-15 01:50:06 +00:00
rtsock.c
Pull RTM_CHANGE code out of route_output to make further changes easy
2016-10-26 06:49:10 +00:00
slcompress.c
Actually commit the changes for making this into a loadable module. The
2016-08-05 08:56:36 +00:00
slcompress.h
slip.h
zlib.c
zlib.h