NetBSD/sys/net
mrg 755a273d97 pass a pointer to the list, rather than passing a copy of it, when removing
functions from the pfil hook lists.  this fixes the "missing function" problem.
also, re-add support for WAITOK that was lost several deltas ago.
1999-10-10 09:07:32 +00:00
..
Makefile IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628. 1999-07-01 08:12:45 +00:00
bpf.c * Add the ability to change the data link type on the fly. 1999-05-11 02:11:08 +00:00
bpf.h Merge in NetBSD/sh3 from cvs.kame.net repository. 1999-09-13 10:30:21 +00:00
bpf_filter.c
bpfdesc.h Implement two new BPF ioctls: BPFGHDRCMPLT and BPFSHDRCMPLT, to get/set 1998-04-30 00:08:19 +00:00
bsd-comp.c
ethertypes.h Define ETHERTYPE_VLAN: IEEE 802.1Q VLAN tagging. 1999-09-29 23:00:21 +00:00
if.c const poison ifunit(). 1999-09-29 22:42:02 +00:00
if.h const poison ifunit(). 1999-09-29 22:42:02 +00:00
if_arc.h Decouple IP mtu for ARCnet devices from interface MTU. 1999-09-25 17:49:27 +00:00
if_arcsubr.c Decouple IP mtu for ARCnet devices from interface MTU. 1999-09-25 17:49:27 +00:00
if_arp.h packed -> __packed__ 1999-08-27 01:52:26 +00:00
if_atm.h IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628. 1999-07-01 08:12:45 +00:00
if_atmsubr.c IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628. 1999-07-01 08:12:45 +00:00
if_dl.h
if_ether.h u_char -> u_int8_t in the IPv6 goo. 1999-08-10 18:16:07 +00:00
if_ethersubr.c Make NETATALK over FDDI. 1999-09-21 22:18:51 +00:00
if_faith.c Needs cpu.h for netisr (compile breaks on sun3). 1999-07-12 15:03:26 +00:00
if_fddi.h Rework layer 2 protocol input routines. Instead of calling e.g. ether_input() 1999-05-18 23:52:51 +00:00
if_fddisubr.c Make NETATALK over FDDI. 1999-09-21 22:18:51 +00:00
if_gif.c KAME/NetBSD 1.4 SNAP kit, dated 19990628. 1999-06-28 06:36:47 +00:00
if_gif.h defopt INET6, and put it in opt_inet.h (most places already include this 1999-07-09 23:41:16 +00:00
if_gre.c KNFify. Add LINK1 flag to turn off that address munging thing, for cases 1999-06-28 07:52:38 +00:00
if_gre.h Add an extern declaration of gre_softc[] here. Wrap it and the prototypes 1998-12-22 01:33:45 +00:00
if_hippi.h Rework layer 2 protocol input routines. Instead of calling e.g. ether_input() 1999-05-18 23:52:51 +00:00
if_hippisubr.c Rework layer 2 protocol input routines. Instead of calling e.g. ether_input() 1999-05-18 23:52:51 +00:00
if_llc.h Add LLC_SNAPFRAMELEN. 1999-03-22 22:29:27 +00:00
if_loop.c IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628. 1999-07-01 08:12:45 +00:00
if_media.c Back out previous. It was just ... braindamaged. 1999-04-30 17:47:36 +00:00
if_media.h Add a new shared media option, IFM_FLOW, used to enable link-level 1999-03-23 21:46:47 +00:00
if_ppp.c remove reference to in6_systm.h (file itself will be removed afterwords) 1999-07-30 10:35:34 +00:00
if_ppp.h changes from ppp-2.3.9 [synchronous] 1999-08-25 02:04:05 +00:00
if_pppvar.h remove reference to in6_systm.h (file itself will be removed afterwords) 1999-07-30 10:35:34 +00:00
if_sl.c fixes to compile if NBPFILTER == 0 1999-03-27 22:48:36 +00:00
if_slvar.h Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
if_sppp.h Add NetBSD rcsid tags, and preserve old ones from i4b source 1999-04-04 06:57:03 +00:00
if_spppsubr.c remove reference to in6_systm.h (file itself will be removed afterwords) 1999-07-30 10:35:34 +00:00
if_strip.c Make this compile again. 1998-07-07 03:22:03 +00:00
if_stripvar.h
if_token.h Fix thinko of mine in previous. The source route info is not at m->m_data 1999-05-30 00:39:07 +00:00
if_tokensubr.c Fix thinko of mine in previous. The source route info is not at m->m_data 1999-05-30 00:39:07 +00:00
if_tun.c IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628. 1999-07-01 08:12:45 +00:00
if_tun.h PR #2736: wrap the softc in #ifdef _KERNEL so userland can include this 1998-03-18 21:21:48 +00:00
if_types.h IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628. 1999-07-01 08:12:45 +00:00
netisr.h IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628. 1999-07-01 08:12:45 +00:00
pfil.c pass a pointer to the list, rather than passing a copy of it, when removing 1999-10-10 09:07:32 +00:00
pfil.h convert pfil(9) in and out lists from <sys/queue.h> LISTs to TAILQs, and 1998-03-19 15:45:30 +00:00
pfkeyv2.h sync with KAME/NetBSD 1.4, SNAP kit 19990705. 1999-07-06 12:23:19 +00:00
ppp-comp.h Merge changes from pppd-2.3.4; adds ppp-deflate-draft stuff and updates 1998-05-02 14:34:24 +00:00
ppp-deflate.c Merge changes from pppd-2.3.4; adds ppp-deflate-draft stuff and updates 1998-05-02 14:34:24 +00:00
ppp_defs.h IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628. 1999-07-01 08:12:45 +00:00
ppp_tty.c changes from ppp-2.3.9 [synchronous] 1999-08-25 02:04:05 +00:00
radix.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
radix.h
raw_cb.c
raw_cb.h
raw_usrreq.c
route.c Fix PR7946 (neighbor discovery tries to block at interrupt level). 1999-10-09 18:55:30 +00:00
route.h remove reference to in6_systm.h (file itself will be removed afterwords) 1999-07-30 10:35:34 +00:00
rtsock.c defopt INET6, and put it in opt_inet.h (most places already include this 1999-07-09 23:41:16 +00:00
slcompress.c make this compile again 1999-03-13 14:09:46 +00:00
slcompress.h
slip.h
zlib.c RCS ID police 1999-02-15 04:54:34 +00:00
zlib.h RCS ID police 1999-02-15 04:54:34 +00:00