NetBSD/sys/net
yamt d502f705e1 ifioctl: don't use super user priviledge unless it's needed. 2005-01-09 12:18:46 +00:00
..
Makefile Install net/if_tap.h. 2005-01-08 22:28:51 +00:00
bpf.c Clonify bpf. I am not changing /dev/bpfX -> /dev/bpf until all userland 2004-11-30 04:28:43 +00:00
bpf.h Factor out the hand-crafting of mbufs from the interface files. Reviewed by 2004-08-19 20:58:23 +00:00
bpf_filter.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
bpfdesc.h Clonify bpf. I am not changing /dev/bpfX -> /dev/bpf until all userland 2004-11-30 04:28:43 +00:00
bridgestp.c s/netbsd.org/NetBSD.org/g 2003-11-28 08:56:48 +00:00
bsd-comp.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
dlt.h Add several new DLTs. From tcpdump.org. 2004-09-28 03:34:21 +00:00
ethertypes.h add ETHERTYPE_SLOWPROTOCOLS. (0x8809) 2005-01-07 12:37:55 +00:00
files.pf foundation for PF 2004-06-22 14:04:04 +00:00
if.c ifioctl: don't use super user priviledge unless it's needed. 2005-01-09 12:18:46 +00:00
if.h constify broadcastaddr. 2005-01-08 03:18:18 +00:00
if_arc.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
if_arcsubr.c UCB no longer requires the advertising clause. 2004-03-25 10:53:46 +00:00
if_arp.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
if_atm.h
if_atmsubr.c kill sprintf, use snprintf 2004-04-21 18:40:37 +00:00
if_bridge.c Change ifc_destroy to return an int instead of void, so that it 2004-12-04 18:31:43 +00:00
if_bridgevar.h Add filter/no filter flag parameter to bridge_enqueue(). 2003-09-16 17:38:24 +00:00
if_dl.h Apply patch from PR 23990 by Greg Troxel (s/AF_DLI/AF_LINK/ in a comment): 2004-11-20 00:53:13 +00:00
if_eco.h
if_ecosubr.c kill sprintf, use snprintf 2004-04-21 18:40:37 +00:00
if_ether.h constify broadcastaddr. 2005-01-08 03:18:18 +00:00
if_ethersubr.c constify broadcastaddr. 2005-01-08 03:18:18 +00:00
if_faith.c Change ifc_destroy to return an int instead of void, so that it 2004-12-04 18:31:43 +00:00
if_faith.h
if_fddi.h
if_fddisubr.c Sprinkle #ifdef INET to make a GENERIC kernel compile with INET undefined. 2004-12-06 02:59:23 +00:00
if_gif.c Change ifc_destroy to return an int instead of void, so that it 2004-12-04 18:31:43 +00:00
if_gif.h
if_gre.c Sprinkle #ifdef INET to make a GENERIC kernel compile with INET undefined. 2004-12-06 02:59:23 +00:00
if_gre.h Spell address with two d's. Inspired by similar changes in OpenBSD, 2003-11-10 08:51:51 +00:00
if_hippi.h
if_hippisubr.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
if_ieee1394.h
if_ieee1394subr.c constify broadcastaddr. 2005-01-08 03:18:18 +00:00
if_llc.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
if_loop.c Use ANSI function decls, change a few 0 to NULL. 2004-12-05 15:02:30 +00:00
if_media.c As pointed out by Greg Troxel, ifmedia_entrys were allocated with 2004-12-08 20:37:43 +00:00
if_media.h Add prototypes for functions that convert media to/from strings. 2004-11-11 20:34:30 +00:00
if_ppp.c pasto: simple_lock -> simple_unlock. 2004-12-05 15:03:13 +00:00
if_ppp.h bump the buffer size from 15 to 63 bytes. 2003-09-04 07:46:47 +00:00
if_pppoe.c Factor out softc cleanup after loss of session into pppoe_clear_softc. 2004-12-08 07:43:29 +00:00
if_pppoe.h s/netbsd.org/NetBSD.org/g 2003-11-28 08:56:48 +00:00
if_pppvar.h Make ppp a cloning device. Based on the work of Quentin Garnier. 2004-12-05 04:15:16 +00:00
if_sl.c Sprinkle #ifdef INET to make a GENERIC kernel compile with INET undefined. 2004-12-06 02:59:23 +00:00
if_slvar.h clonify strip and sl. 2004-12-05 05:43:04 +00:00
if_sppp.h Add a new ioctl SPPPGETSTATUSNCP to query the PPP phase and check wether 2003-12-26 23:39:23 +00:00
if_spppsubr.c whitespace 2004-12-22 05:11:24 +00:00
if_spppvar.h Rearange dead link detection slightly: 2003-09-03 20:48:46 +00:00
if_stf.c Change ifc_destroy to return an int instead of void, so that it 2004-12-04 18:31:43 +00:00
if_stf.h
if_strip.c Sprinkle #ifdef INET to make a GENERIC kernel compile with INET undefined. 2004-12-06 02:59:23 +00:00
if_stripvar.h clonify strip and sl. 2004-12-05 05:43:04 +00:00
if_tap.c Addition of tap(4). 2005-01-08 22:27:54 +00:00
if_tap.h Addition of tap(4). 2005-01-08 22:27:54 +00:00
if_token.h Spell address with two d's. Inspired by similar changes in OpenBSD, 2003-11-10 08:51:51 +00:00
if_tokensubr.c Fixup of bad patch made by me; the #ifdef ought to be also including ISO 2004-12-30 15:38:50 +00:00
if_tun.c Sprinkle #ifdef INET to make a GENERIC kernel compile with INET undefined. 2004-12-06 02:59:23 +00:00
if_tun.h cleanup & uniform descriptor owner handling: 2003-09-21 19:16:48 +00:00
if_types.h prepare PF-related hooks. reviewed by matt, perry, christos 2004-06-22 12:50:41 +00:00
if_vlan.c Change ifc_destroy to return an int instead of void, so that it 2004-12-04 18:31:43 +00:00
if_vlanvar.h
net_osdep.h Convert lo(4) to a clonable device. 2004-12-04 16:10:25 +00:00
netisr.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
netisr_dispatch.h
pfil.c - rename PFIL_NEWIF to PFIL_IFNET, and handle interface detach events 2004-07-27 12:22:59 +00:00
pfil.h - rename PFIL_NEWIF to PFIL_IFNET, and handle interface detach events 2004-07-27 12:22:59 +00:00
pfkeyv2.h reqid (for unique policy) is u_int16_t quantity. from markus@openbsd 2004-12-06 08:05:26 +00:00
ppp-comp.h prototype must not have variable name 2003-07-08 07:13:50 +00:00
ppp-deflate.c
ppp_defs.h Remove #else of #if __STDC__ 2004-04-26 01:41:15 +00:00
ppp_tty.c Add a new ioctl PPPIOCGRAWIN to get the last characters we got from the 2003-09-01 16:51:25 +00:00
radix.c Sprinkle #ifdef INET to make a GENERIC kernel compile with INET undefined. 2004-12-06 02:59:23 +00:00
radix.h ANSI-fy and some additional de-__P and constification. 2004-04-21 21:03:43 +00:00
raw_cb.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
raw_cb.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
raw_usrreq.c Remove #else of #if __STDC__ 2004-04-26 01:41:15 +00:00
route.c Fix problem in previous commit; we need to create a new sockaddr. 2004-09-30 00:14:05 +00:00
route.h ANSI-fy and some additional de-__P and constification. 2004-04-21 21:03:43 +00:00
rtsock.c PR/27286: Tom Ivar Helbekkmo: Allow RTM_GET to work with RTA_IFA|RTA_IFP set. 2004-10-23 19:13:22 +00:00
slcompress.c Sprinkle #ifdef INET to make a GENERIC kernel compile with INET undefined. 2004-12-06 02:59:23 +00:00
slcompress.h Sprinkle #ifdef INET to make a GENERIC kernel compile with INET undefined. 2004-12-06 02:59:23 +00:00
slip.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
zlib.c
zlib.h prototype must not have variable name 2003-07-08 07:13:50 +00:00