.. |
agr
|
…
|
|
npf
|
Add ability to have mbufs disappear (to another interface) during
|
2014-05-19 18:45:51 +00:00 |
Makefile
|
…
|
|
bpf.c
|
Change (mostly mechanically) every cdevsw/bdevsw I can find to use
|
2014-03-16 05:20:22 +00:00 |
bpf.h
|
…
|
|
bpf_filter.c
|
…
|
|
bpf_stub.c
|
…
|
|
bpfdesc.h
|
…
|
|
bpfjit.c
|
Enable ABC optimization when one branch returns 0.
|
2014-05-23 22:04:09 +00:00 |
bpfjit.h
|
…
|
|
bridgestp.c
|
…
|
|
bsd-comp.c
|
…
|
|
dlt.h
|
…
|
|
ethertypes.h
|
…
|
|
files.pf
|
…
|
|
if.c
|
Add struct pr_usrreqs with a pr_generic function and prepare for the
|
2014-05-18 14:46:15 +00:00 |
if.h
|
- Move ifnet_list (and lo0ifp while here) under #ifdef _KERNEL.
|
2014-05-18 00:33:20 +00:00 |
if_arc.h
|
…
|
|
if_arcsubr.c
|
Put schednetisr() into splnet()/splx() pair.
|
2014-05-15 09:04:03 +00:00 |
if_arp.h
|
…
|
|
if_atm.h
|
…
|
|
if_atmsubr.c
|
Put schednetisr() into splnet()/splx() pair.
|
2014-05-15 09:04:03 +00:00 |
if_bridge.c
|
…
|
|
if_bridgevar.h
|
…
|
|
if_dl.h
|
…
|
|
if_eco.h
|
…
|
|
if_ecosubr.c
|
Put schednetisr() into splnet()/splx() pair.
|
2014-05-15 09:04:03 +00:00 |
if_ether.h
|
add a mask for currently valid ETHERCAP flags
|
2014-04-23 23:17:22 +00:00 |
if_etherip.c
|
Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before
|
2014-02-25 18:30:08 +00:00 |
if_etherip.h
|
…
|
|
if_ethersubr.c
|
Usually schednetisr() is called after enqueueing a packet with IF_ENQUEUE().
|
2014-05-15 07:35:38 +00:00 |
if_faith.c
|
…
|
|
if_faith.h
|
…
|
|
if_fddi.h
|
…
|
|
if_fddisubr.c
|
Put schednetisr() into splnet()/splx() pair.
|
2014-05-15 09:04:03 +00:00 |
if_gif.c
|
…
|
|
if_gif.h
|
…
|
|
if_gre.c
|
Add struct pr_usrreqs with a pr_generic function and prepare for the
|
2014-05-18 14:46:15 +00:00 |
if_gre.h
|
…
|
|
if_hippi.h
|
…
|
|
if_hippisubr.c
|
Put schednetisr(NETISR_IP) into splnet()/splx() pair.
|
2014-05-15 08:36:34 +00:00 |
if_ieee1394.h
|
…
|
|
if_ieee1394subr.c
|
Put schednetisr() into splnet()/splx() pair.
|
2014-05-15 09:04:03 +00:00 |
if_llc.h
|
…
|
|
if_loop.c
|
if_free() instead of direct call to free() to avoid diagnostic panic
|
2014-05-20 19:53:50 +00:00 |
if_media.c
|
…
|
|
if_media.h
|
…
|
|
if_mpls.c
|
Put schednetisr(NETISR_IP) into splnet()/splx() pair.
|
2014-05-15 07:48:41 +00:00 |
if_mpls.h
|
…
|
|
if_ppp.c
|
ppp_inproc: handle non-IP protocols correctly (hi msaitoh); PR/48813.
|
2014-05-17 14:51:09 +00:00 |
if_ppp.h
|
…
|
|
if_pppoe.c
|
…
|
|
if_pppoe.h
|
…
|
|
if_pppvar.h
|
…
|
|
if_sl.c
|
…
|
|
if_slvar.h
|
…
|
|
if_sppp.h
|
…
|
|
if_spppsubr.c
|
Save a NETISR_* value in a variable and call schednetisr() after enqueue
|
2014-05-15 09:23:03 +00:00 |
if_spppvar.h
|
…
|
|
if_srt.c
|
Change (mostly mechanically) every cdevsw/bdevsw I can find to use
|
2014-03-16 05:20:22 +00:00 |
if_srt.h
|
…
|
|
if_stf.c
|
Add struct pr_usrreqs with a pr_generic function and prepare for the
|
2014-05-18 14:46:15 +00:00 |
if_stf.h
|
…
|
|
if_strip.c
|
…
|
|
if_stripvar.h
|
…
|
|
if_tap.c
|
Prevent a race between tap_dev_poll() and tap_start() by making sure the
|
2014-05-07 22:53:34 +00:00 |
if_tap.h
|
…
|
|
if_token.h
|
…
|
|
if_tokensubr.c
|
- Add in_init() and move some functions, variables and sysctls into in.c
|
2014-05-22 22:01:12 +00:00 |
if_tun.c
|
Mechanically replace simplelock with kmutex_t.
|
2014-03-20 06:48:54 +00:00 |
if_tun.h
|
…
|
|
if_types.h
|
…
|
|
if_vlan.c
|
Make sure *(if_output)() is called with KERNEL_LOCK held.
|
2014-05-13 19:36:16 +00:00 |
if_vlanvar.h
|
…
|
|
link_proto.c
|
- Split off PRU_ATTACH and PRU_DETACH logic into separate functions.
|
2014-05-19 02:51:24 +00:00 |
net_osdep.h
|
…
|
|
net_stats.c
|
…
|
|
net_stats.h
|
…
|
|
netisr.h
|
…
|
|
netisr_dispatch.h
|
…
|
|
pfil.c
|
…
|
|
pfil.h
|
…
|
|
pfkeyv2.h
|
…
|
|
ppp-comp.h
|
…
|
|
ppp-deflate.c
|
…
|
|
ppp_defs.h
|
…
|
|
ppp_tty.c
|
Use accessor functions for the tty's table of control characters.
|
2014-05-22 16:31:19 +00:00 |
radix.c
|
…
|
|
radix.h
|
…
|
|
raw_cb.c
|
raw_detach: rawpcb may be embedded, free using the real size (saved in rcb).
|
2014-05-21 20:43:56 +00:00 |
raw_cb.h
|
raw_detach: rawpcb may be embedded, free using the real size (saved in rcb).
|
2014-05-21 20:43:56 +00:00 |
raw_usrreq.c
|
- Split off PRU_ATTACH and PRU_DETACH logic into separate functions.
|
2014-05-19 02:51:24 +00:00 |
route.c
|
It's been > 20years since rtioctl() did something. Let's just
|
2014-04-26 11:10:10 +00:00 |
route.h
|
It's been > 20years since rtioctl() did something. Let's just
|
2014-04-26 11:10:10 +00:00 |
rtbl.c
|
…
|
|
rtsock.c
|
raw_detach: rawpcb may be embedded, free using the real size (saved in rcb).
|
2014-05-21 20:43:56 +00:00 |
slcompress.c
|
…
|
|
slcompress.h
|
…
|
|
slip.h
|
…
|
|
zlib.c
|
…
|
|
zlib.h
|
…
|
|