NetBSD/sys/net
bouyer 8a9adb2f72 Make sure to call ifp->if_output() with KERNEL_LOCK held.
Should fix mpls-related atf tests.
2014-07-17 10:46:57 +00:00
..
agr Remove unused variable 2013-09-12 20:47:59 +00:00
npf NPF: use BPF JIT by default. 2014-06-30 00:01:23 +00:00
bpf_filter.c Arithmetic overflow when calculating variable offsets (BPF_LD+BPF_IND 2014-07-07 19:56:03 +00:00
bpf_stub.c Use proper ANSI prototypes for foo() -> foo(void) 2012-01-30 23:31:27 +00:00
bpf.c initialize args the same way we do in filter. 2014-07-10 15:32:09 +00:00
bpf.h - Improve the comments in bpf.h and KNF a little. 2014-06-24 22:19:36 +00:00
bpfdesc.h - Add bpf_args_t and convert bpf_filter_ext() to use it. This allows the 2013-11-15 00:12:44 +00:00
bpfjit.c Refactor BPF_COPX code. New version doesn't load buf and buflen after copx call. 2014-07-13 21:54:46 +00:00
bpfjit.h Fix copyright years. 2014-06-25 19:32:37 +00:00
bridgestp.c Make bridge MPSAFE 2014-07-14 02:34:36 +00:00
bsd-comp.c
dlt.h recover DLT_HIPPY and DLT_HDLC from before for if_hippisubr.c and hd64570.c 2013-04-07 14:12:05 +00:00
ethertypes.h add entries for AOE and FCOE. 2012-09-23 01:14:19 +00:00
files.pf
if_arc.h
if_arcsubr.c - Implement pktqueue interface for lockless IP input queue. 2014-06-05 23:48:16 +00:00
if_arp.h
if_atm.h
if_atmsubr.c - Implement pktqueue interface for lockless IP input queue. 2014-06-05 23:48:16 +00:00
if_bridge.c Make bridge MPSAFE 2014-07-14 02:34:36 +00:00
if_bridgevar.h Make bridge MPSAFE 2014-07-14 02:34:36 +00:00
if_dl.h
if_eco.h
if_ecosubr.c - Implement pktqueue interface for lockless IP input queue. 2014-06-05 23:48:16 +00:00
if_ether.h Introduce new sysctls for obtaining interface-specific addresses: 2014-06-10 09:38:30 +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 Fix -fno-common found by building i386/conf/ALL 2012-07-28 00:43:22 +00:00
if_ethersubr.c Schedule pppoe_softintr only when a packet is enqueued 2014-06-30 10:03:41 +00:00
if_faith.c - Eliminate RTFREE() macro in favour of rtfree() function. 2014-06-06 01:02:47 +00:00
if_faith.h
if_fddi.h
if_fddisubr.c Try to untangle the ifdef mess a bit more 2014-06-07 09:34:02 +00:00
if_gif.c - Implement pktqueue interface for lockless IP input queue. 2014-06-05 23:48:16 +00:00
if_gif.h
if_gre.c * split PRU_PEERADDR and PRU_SOCKADDR function out of pr_generic() 2014-07-09 04:54:03 +00:00
if_gre.h
if_hippi.h
if_hippisubr.c - Implement pktqueue interface for lockless IP input queue. 2014-06-05 23:48:16 +00:00
if_ieee1394.h
if_ieee1394subr.c - Implement pktqueue interface for lockless IP input queue. 2014-06-05 23:48:16 +00:00
if_llc.h
if_loop.c lostart: silence gcc warning (XXX: gcc is not right though). 2014-06-07 11:00:29 +00:00
if_media.c
if_media.h Add 1000baseT-FDX. 2012-10-25 10:59:43 +00:00
if_mpls.c Make sure to call ifp->if_output() with KERNEL_LOCK held. 2014-07-17 10:46:57 +00:00
if_mpls.h
if_ppp.c KNF. No functional change. 2014-07-01 15:03:58 +00:00
if_ppp.h
if_pppoe.c Remove unused variable 2013-09-13 21:09:40 +00:00
if_pppoe.h
if_pppvar.h
if_sl.c - Implement pktqueue interface for lockless IP input queue. 2014-06-05 23:48:16 +00:00
if_slvar.h
if_sppp.h
if_spppsubr.c sppp_input: handle pktqueue case correctly (fix for the previous). 2014-06-06 22:15:32 +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 PR/48901: Fail at compile time when trying to compile stf without inet6, 2014-06-12 16:43:09 +00:00
if_stf.h
if_strip.c - Implement pktqueue interface for lockless IP input queue. 2014-06-05 23:48:16 +00:00
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 - Implement pktqueue interface for lockless IP input queue. 2014-06-05 23:48:16 +00:00
if_tun.c Enqueue the mbuf with the start of the packet, 2014-06-19 16:54:40 +00:00
if_tun.h Replace tun_lock with mutex(9). XXX: too far from being MP-safe yet. 2012-01-28 01:02:27 +00:00
if_types.h Avoid ambiguity by having only one comment close mark. 2012-08-05 21:21:41 +00:00
if_vlan.c Make sure *(if_output)() is called with KERNEL_LOCK held. 2014-05-13 19:36:16 +00:00
if_vlanvar.h
if.c Lock IFQ operations when NET_MPSAFE 2014-07-01 10:16:02 +00:00
if.h Kill void * for bridge in struct ifnet 2014-07-16 03:17:26 +00:00
link_proto.c socklen_t is not uint8_t, so don't print it as such. 2014-07-15 20:17:53 +00:00
Makefile Add bpfjit and enable it for amd64. 2012-10-27 22:36:11 +00:00
net_osdep.h
net_stats.c
net_stats.h
netisr_dispatch.h - Implement pktqueue interface for lockless IP input queue. 2014-06-05 23:48:16 +00:00
netisr.h Retire OSI network stack. OK core@ 2013-03-01 18:25:13 +00:00
pfil.c - Rewrite parts of pfil(9): use array to store hooks and thus be more cache 2013-06-29 21:06:57 +00:00
pfil.h - Rewrite parts of pfil(9): use array to store hooks and thus be more cache 2013-06-29 21:06:57 +00:00
pfkeyv2.h
pktqueue.c Fix pktq_enqueue for rump 2014-07-04 01:50:22 +00:00
pktqueue.h Move sysctl_pktq_{maxlen,count} to pktqueue.c and make them global 2014-06-16 00:40:10 +00:00
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
ppp-comp.h
ppp-deflate.c
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 PRU_ACCEPT function out of pr_generic() usrreq switches and put 2014-07-09 14:41:42 +00:00
route.c rtfree: let's assert for a non-negative reference count and see what happens. 2014-06-06 01:27:32 +00:00
route.h - Eliminate RTFREE() macro in favour of rtfree() function. 2014-06-06 01:02:47 +00:00
rtbl.c
rtsock.c * split PRU_ACCEPT function out of pr_generic() usrreq switches and put 2014-07-09 14:41:42 +00:00
slcompress.c
slcompress.h
slip.h
zlib.c Modularize net/zlib so it can be used by the vnd module (and, eventually, 2013-12-29 08:09:44 +00:00
zlib.h