NetBSD/sys/net
2008-05-13 20:18:11 +00:00
..
agr agrport_monitor: map IFM_NONE to IFM_NONE|IFM_ETHER and add a comment. 2008-03-24 09:14:52 +00:00
bpf_filter.c
bpf.c Network protocol interrupts can now block on locks, so merge the globals 2008-04-24 15:35:27 +00:00
bpf.h
bpfdesc.h Network protocol interrupts can now block on locks, so merge the globals 2008-04-24 15:35:27 +00:00
bridgestp.c
bsd-comp.c
dlt.h
ethertypes.h
files.pf
if_arc.h
if_arcsubr.c
if_arp.h Make ARP stats per-cpu. 2008-04-15 15:17:54 +00:00
if_atm.h
if_atmsubr.c
if_bridge.c Make ip6 and icmp6 stats per-cpu. 2008-04-15 03:57:04 +00:00
if_bridgevar.h
if_dl.h
if_eco.h
if_ecosubr.c Make some cosmetic changes: 2008-03-12 18:22:24 +00:00
if_ether.h whitespace '\t' -> ' ' 2008-03-15 11:45:18 +00:00
if_etherip.c Merge the socket locking patch: 2008-04-24 11:38:36 +00:00
if_etherip.h
if_ethersubr.c Delete unreachable SIOCSIFADDR/AF_LINK case. 2008-05-13 17:58:52 +00:00
if_faith.c
if_faith.h
if_fddi.h
if_fddisubr.c Where applicable, s/0/NULL/, s/Bcmp/memcmp/. Remove a gratuitous 2008-05-11 20:13:30 +00:00
if_gif.c
if_gif.h
if_gre.c Make gre(4) work in the New File Descriptor / Socket Locking Order. 2008-05-09 20:14:07 +00:00
if_gre.h Make gre(4) work in the New File Descriptor / Socket Locking Order. 2008-05-09 20:14:07 +00:00
if_hippi.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
if_hippisubr.c
if_ieee1394.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
if_ieee1394subr.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
if_llc.h
if_loop.c
if_media.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
if_media.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
if_ppp.c Merge the socket locking patch: 2008-04-24 11:38:36 +00:00
if_ppp.h
if_pppoe.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
if_pppoe.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
if_pppvar.h
if_sl.c Merge the socket locking patch: 2008-04-24 11:38:36 +00:00
if_slvar.h
if_sppp.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
if_spppsubr.c
if_spppvar.h
if_srt.c
if_srt.h
if_stf.c
if_stf.h
if_strip.c Merge the socket locking patch: 2008-04-24 11:38:36 +00:00
if_stripvar.h
if_tap.c Convert to new 2 clause license 2008-04-29 06:53:00 +00:00
if_tap.h Convert to new 2 clause license 2008-04-29 06:53:00 +00:00
if_token.h
if_tokensubr.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
if_tun.c Network protocol interrupts can now block on locks, so merge the globals 2008-04-24 15:35:27 +00:00
if_tun.h Network protocol interrupts can now block on locks, so merge the globals 2008-04-24 15:35:27 +00:00
if_types.h
if_vlan.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
if_vlanvar.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
if.c Let us call ioctl(SIOC[ADG]LIFADDR) with a link-layer address on 2008-05-13 18:09:22 +00:00
if.h Let us call ioctl(SIOC[ADG]LIFADDR) with a link-layer address on 2008-05-13 18:09:22 +00:00
link_proto.c Let us call ioctl(SIOC[ADG]LIFADDR) with a link-layer address on 2008-05-13 18:09:22 +00:00
Makefile Back out previous. It broke the build. 2008-05-05 13:41:29 +00:00
net_osdep.h
net_stats.c Simplify the interface to netstat_sysctl() and allocate space for 2008-05-04 07:22:14 +00:00
net_stats.h Simplify the interface to netstat_sysctl() and allocate space for 2008-05-04 07:22:14 +00:00
netisr_dispatch.h
netisr.h
pfil.c
pfil.h
pfkeyv2.h
ppp_defs.h
ppp_tty.c
ppp-comp.h
ppp-deflate.c Back out previous. It broke the build. 2008-05-05 13:41:29 +00:00
radix.c Use memset, memmove, and memcmp instead of Bzero, Bcopy, and Bcmp, 2008-05-11 20:14:41 +00:00
radix.h Bzero, Bcmp, and Bcopy are not used any more, so delete them. 2008-05-11 20:22:38 +00:00
raw_cb.c Merge the socket locking patch: 2008-04-24 11:38:36 +00:00
raw_cb.h
raw_usrreq.c Merge the socket locking patch: 2008-04-24 11:38:36 +00:00
route.c Simplify the RT_DPRINTF() calls. 2008-05-13 20:18:11 +00:00
route.h Defer processing of routing messages to a soft interrupt. These can be 2008-03-26 14:53:14 +00:00
rtsock.c Replace a call to rtrequest() with single dst, mask, gateway 2008-05-13 20:16:30 +00:00
slcompress.c
slcompress.h
slip.h
zlib.c Back out previous. It broke the build. 2008-05-05 13:41:29 +00:00
zlib.h