NetBSD/sys/net
tron e561507a1f Add support for changing the MTU to stf(4). 2005-03-11 13:28:25 +00:00
..
Makefile Install net/if_tap.h. 2005-01-08 22:28:51 +00:00
bpf.c nuke trailing whitespace 2005-02-26 22:45:09 +00:00
bpf.h nuke trailing whitespace 2005-02-26 22:45:09 +00:00
bpf_filter.c nuke trailing whitespace 2005-02-26 22:45:09 +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 nuke trailing whitespace 2005-02-26 22:45:09 +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 nuke trailing whitespace 2005-02-26 22:45:09 +00:00
if.h Add beginning of TCP Segment Offload support. 2005-03-06 00:08:30 +00:00
if_arc.h nuke trailing whitespace 2005-02-26 22:45:09 +00:00
if_arcsubr.c nuke trailing whitespace 2005-02-26 22:45:09 +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 nuke trailing whitespace 2005-02-26 22:45:09 +00:00
if_atmsubr.c nuke trailing whitespace 2005-02-26 22:45:09 +00:00
if_bridge.c nuke trailing whitespace 2005-02-26 22:45:09 +00:00
if_bridgevar.h nuke trailing whitespace 2005-02-26 22:45:09 +00:00
if_dl.h nuke trailing whitespace 2005-02-26 22:45:09 +00:00
if_eco.h nuke trailing whitespace 2005-02-26 22:45:09 +00:00
if_ecosubr.c nuke trailing whitespace 2005-02-26 22:45:09 +00:00
if_ether.h expose the new VLAN macros only within kernel 2005-02-20 15:41:48 +00:00
if_ethersubr.c nuke trailing whitespace 2005-02-26 22:45:09 +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 nuke trailing whitespace 2005-02-26 22:45:09 +00:00
if_gif.c nuke trailing whitespace 2005-02-26 22:45:09 +00:00
if_gif.h make USE_ENCAPCHECK (in netinet*/*gif.c) to global option, GIF_ENCAPCHECK. 2002-11-11 18:35:27 +00:00
if_gre.c nuke trailing whitespace 2005-02-26 22:45:09 +00:00
if_gre.h nuke trailing whitespace 2005-02-26 22:45:09 +00:00
if_hippi.h nuke trailing whitespace 2005-02-26 22:45:09 +00:00
if_hippisubr.c nuke trailing whitespace 2005-02-26 22:45:09 +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 nuke trailing whitespace 2005-02-26 22:45:09 +00:00
if_media.c nuke trailing whitespace 2005-02-26 22:45:09 +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 nuke trailing whitespace 2005-02-26 22:45:09 +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 nuke trailing whitespace 2005-02-26 22:45:09 +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 nuke trailing whitespace 2005-02-26 22:45:09 +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 nuke trailing whitespace 2005-02-26 22:45:09 +00:00
if_spppvar.h Rearange dead link detection slightly: 2003-09-03 20:48:46 +00:00
if_stf.c Add support for changing the MTU to stf(4). 2005-03-11 13:28:25 +00:00
if_stf.h Add support for changing the MTU to stf(4). 2005-03-11 13:28:25 +00:00
if_strip.c nuke trailing whitespace 2005-02-26 22:45:09 +00:00
if_stripvar.h clonify strip and sl. 2004-12-05 05:43:04 +00:00
if_tap.c nuke trailing whitespace 2005-02-26 22:45:09 +00:00
if_tap.h nuke trailing whitespace 2005-02-26 22:45:09 +00:00
if_token.h nuke trailing whitespace 2005-02-26 22:45:09 +00:00
if_tokensubr.c nuke trailing whitespace 2005-02-26 22:45:09 +00:00
if_tun.c Add IFNET_FOREACH and IFADDR_FOREACH macros and start using them. 2005-01-24 21:25:09 +00:00
if_tun.h nuke trailing whitespace 2005-02-26 22:45:09 +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 nuke trailing whitespace 2005-02-26 22:45:09 +00:00
if_vlanvar.h nuke trailing whitespace 2005-02-26 22:45:09 +00:00
net_osdep.h nuke trailing whitespace 2005-02-26 22:45:09 +00:00
netisr.h nuke trailing whitespace 2005-02-26 22:45:09 +00:00
netisr_dispatch.h nuke trailing whitespace 2005-02-26 22:45:09 +00:00
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 nuke trailing whitespace 2005-02-26 22:45:09 +00:00
ppp-comp.h Add MPPE definitions (from ppp-2.4.3). 2005-02-20 10:22:26 +00:00
ppp-deflate.c copyright clarification. from openbsd 2002-09-13 14:32:11 +00:00
ppp_defs.h Add a couple of protocols (from ppp-2.4.3). 2005-02-20 10:23:13 +00:00
ppp_tty.c nuke trailing whitespace 2005-02-26 22:45:09 +00:00
radix.c nuke trailing whitespace 2005-02-26 22:45:09 +00:00
radix.h ANSI-fy and some additional de-__P and constification. 2004-04-21 21:03:43 +00:00
raw_cb.c nuke trailing whitespace 2005-02-26 22:45:09 +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 nuke trailing whitespace 2005-02-26 22:45:09 +00:00
route.c nuke trailing whitespace 2005-02-26 22:45:09 +00:00
route.h nuke trailing whitespace 2005-02-26 22:45:09 +00:00
rtsock.c nuke trailing whitespace 2005-02-26 22:45:09 +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 nuke trailing whitespace 2005-02-26 22:45:09 +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 nuke trailing whitespace 2005-02-26 22:45:09 +00:00
zlib.h nuke trailing whitespace 2005-02-26 22:45:09 +00:00