NetBSD/sys/net
pgoyette 5328fd5944 Modularize the pppoe driver 2016-08-06 23:46:30 +00:00
..
agr Apply pserialize to some iterations of IP address lists 2016-07-20 07:37:51 +00:00
npf Use if_get_byindex instead of if_byindex for MP-safe 2016-06-16 03:03:33 +00:00
Makefile
bpf.c Fix regression introduced in tests/net/bpf and tests/net/bpfilter 2016-07-19 02:47:45 +00:00
bpf.h
bpf_filter.c Create separate modules for i2c_bitbang and bpf_filter so these files 2016-06-07 01:06:27 +00:00
bpf_stub.c
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 Introduce m_set_rcvif and m_reset_rcvif 2016-06-10 13:27:10 +00:00
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 pretty-print link addresses. 2016-04-06 18:04:58 +00:00
dlt.h
ethertypes.h
files.net Update dependency: zlib is only needed for the swcrypto device, not for 2016-04-05 22:51:01 +00:00
files.pf
if.c Apply pserialize and psref to struct ifaddr and its variants 2016-08-01 03:15:30 +00:00
if.h Apply pserialize and psref to struct ifaddr and its variants 2016-08-01 03:15:30 +00:00
if_arc.h
if_arcsubr.c Constify remaining rtentry of if_output (fix build) 2016-04-28 14:40:09 +00:00
if_arp.h
if_atm.h Constify rtentry of if_output 2016-04-28 00:16:56 +00:00
if_atmsubr.c Introduce m_set_rcvif and m_reset_rcvif 2016-06-10 13:27:10 +00:00
if_bridge.c fix: locking about IFQ_ENQUEUE and ALTQ 2016-06-22 10:44:31 +00:00
if_bridgevar.h Constify rtentry of if_output 2016-04-28 00:16:56 +00:00
if_dl.h
if_eco.h
if_ecosubr.c apply if_start_lock() to L2 callers which call ifp->if_start() of device derivers 2016-06-20 08:30:58 +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 Apply pserialize and psref to struct ifaddr and its variants 2016-08-01 03:15:30 +00:00
if_faith.c Introduce m_set_rcvif and m_reset_rcvif 2016-06-10 13:27:10 +00:00
if_faith.h
if_fddi.h
if_fddisubr.c Apply pserialize and psref to struct ifaddr and its variants 2016-08-01 03:15:30 +00:00
if_gif.c Don't use IFQ_ENQUEUE/IFQ_DEQUEUE in the MP-ified interface without whole lock. 2016-07-04 04:43:46 +00:00
if_gif.h eliminate gif(4) Tx softint 2016-06-24 04:38:12 +00:00
if_gre.c Introduce m_set_rcvif and m_reset_rcvif 2016-06-10 13:27:10 +00:00
if_gre.h
if_hippi.h
if_hippisubr.c Constify rtentry of if_output 2016-04-28 00:16:56 +00:00
if_ieee1394.h
if_ieee1394subr.c fix: locking about IFQ_ENQUEUE and ALTQ 2016-06-22 10:44:31 +00:00
if_llatbl.c Use if_get_byindex instead of if_byindex for MP-safe 2016-06-16 03:03:33 +00:00
if_llatbl.h Separate nexthop caches from the routing table 2016-04-04 07:37:07 +00:00
if_llc.h
if_loop.c fix: locking about IFQ_ENQUEUE and ALTQ 2016-06-22 10:44:31 +00:00
if_media.c
if_media.h
if_mpls.c KNF. Remove extra spaces. No functional change. 2016-07-07 06:55:38 +00:00
if_mpls.h
if_ppp.c Destroy the mutex when detaching ppp. Otherwise on a re-attach (ie, 2016-08-06 22:54:34 +00:00
if_ppp.h
if_pppoe.c Modularize the pppoe driver 2016-08-06 23:46:30 +00:00
if_pppoe.h Hide PPPoE variables from if_ethersubr.c 2016-04-15 01:31:29 +00:00
if_pppvar.h Constify rtentry of if_output 2016-04-28 00:16:56 +00:00
if_sl.c make strip and slip modular, and cosmetic for ppp. 2016-08-06 12:48:23 +00:00
if_slvar.h
if_sppp.h
if_spppsubr.c Modularize the sppp_subr stuff so it can be shared by pppoe and lmc 2016-08-06 22:03:45 +00:00
if_spppvar.h
if_srt.c apply if_output_lock() to L3 callers which call ifp->if_output() of L2(or L3 tunneling). 2016-06-20 06:46:37 +00:00
if_srt.h
if_stf.c Apply pserialize and psref to struct ifaddr and its variants 2016-08-01 03:15:30 +00:00
if_stf.h fix my wrong modification 2016-01-28 00:28:11 +00:00
if_strip.c make strip and slip modular, and cosmetic for ppp. 2016-08-06 12:48:23 +00:00
if_stripvar.h
if_tap.c Introduce m_set_rcvif and m_reset_rcvif 2016-06-10 13:27:10 +00:00
if_tap.h
if_token.h
if_tokensubr.c Apply pserialize and psref to struct ifaddr and its variants 2016-08-01 03:15:30 +00:00
if_tun.c Switch the address list of intefaces to pslist(9) 2016-07-07 09:32:01 +00:00
if_tun.h
if_types.h
if_vlan.c fix: locking about IFQ_ENQUEUE and ALTQ 2016-06-22 10:44:31 +00:00
if_vlanvar.h
link_proto.c Switch the address list of intefaces to pslist(9) 2016-07-07 09:32:01 +00:00
net_osdep.h
net_stats.c
net_stats.h
netisr.h
netisr_dispatch.h
pfil.c
pfil.h
pfkeyv2.h
pktqueue.c
pktqueue.h
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
ppp_defs.h
ppp_tty.c Modularize the ppp driver, and adjust dependencies of the compressor 2016-08-06 02:35:05 +00:00
radix.c
radix.h
raw_cb.c
raw_cb.h Eliminate struct protosw::pr_output. 2016-01-20 21:43:59 +00:00
raw_usrreq.c Eliminate struct protosw::pr_output. 2016-01-20 21:43:59 +00:00
route.c CID 1364759: fix using uninitialized value 2016-08-05 00:52:02 +00:00
route.h Apply pserialize and psref to struct ifaddr and its variants 2016-08-01 03:15:30 +00:00
rtbl.c Don't use radix tree API directly 2016-04-11 09:21:18 +00:00
rtsock.c Apply pserialize and psref to struct ifaddr and its variants 2016-08-01 03:15:30 +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