NetBSD/sys/net
wrstuden 9e2b945a7b defparam BPF_BUFSIZE 2002-06-06 23:54:47 +00:00
..
Makefile Install net/ieee1394.h the same way we install all the other 2001-10-05 12:37:39 +00:00
bpf.c defparam BPF_BUFSIZE 2002-06-06 23:54:47 +00:00
bpf.h Use __sh__ instead of __sh3__. 2001-12-14 23:30:02 +00:00
bpf_filter.c don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
bpfdesc.h
bridgestp.c add RCSIDs 2001-11-12 23:49:33 +00:00
bsd-comp.c don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
dlt.h Add MI Econet support. This is lacking any interfaces to higher-layer 2001-09-10 23:11:05 +00:00
ethertypes.h Add the Ethertype for 802.3x flow control packets. 2002-02-10 01:28:32 +00:00
if.c improve nd6_setmtu(), to warn too-small MTU on SIOCSIFMTU. sync w/kame 2002-05-30 05:06:28 +00:00
if.h re-scan all ifnet after domaininit() for if_afdata initialization. 2002-05-27 13:46:45 +00:00
if_arc.h Eliminate common. 2002-05-13 23:50:32 +00:00
if_arcsubr.c bring in latest ALTQ from kjc. ALTQify some of the drivers. 2002-03-05 04:12:57 +00:00
if_arp.h receive, not recieve 2001-06-12 15:17:10 +00:00
if_atm.h Fix typo. s/extention/extension/ 2001-07-05 08:38:24 +00:00
if_atmsubr.c add RCSIDs 2001-11-12 23:49:33 +00:00
if_bridge.c use IFT_BRIDGE 2002-05-23 06:19:39 +00:00
if_bridgevar.h Add support for building Ethernet bridges, based on Jason Wright's 2001-08-17 21:37:27 +00:00
if_dl.h
if_eco.h Add retry mechanisms for Econet, so that if a four-way handshake doesn't 2001-09-17 22:41:59 +00:00
if_ecosubr.c add RCSIDs 2001-11-12 23:49:33 +00:00
if_ether.h bring in latest ALTQ from kjc. ALTQify some of the drivers. 2002-03-05 04:12:57 +00:00
if_ethersubr.c sync with KAME. 2002-05-18 22:52:44 +00:00
if_faith.c no need to set rmx_send/recvpipe. 2002-06-04 22:11:15 +00:00
if_faith.h correct faith prefix determination. use sys/netinet/if_faith.c:faithprefix() 2001-05-08 10:15:13 +00:00
if_fddi.h withough -> without 2001-06-13 10:45:57 +00:00
if_fddisubr.c add a blank line 2002-06-04 10:00:24 +00:00
if_gif.c We are not guaranteed that we have enough bytes to get a struct ip from our 2002-03-26 16:05:03 +00:00
if_gif.h gif interface now uses generic software interrupt 2001-08-16 17:45:25 +00:00
if_gre.c Clear M_BCAST and M_MCAST on outgoing mbufs. 2002-02-24 17:22:20 +00:00
if_gre.h Clear M_BCAST and M_MCAST on outgoing mbufs. 2002-02-24 17:22:20 +00:00
if_hippi.h
if_hippisubr.c add RCSIDs 2001-11-12 23:49:33 +00:00
if_ieee1394.h Use DMA from mbuf instead of copy in transmit. 2000-11-20 12:12:18 +00:00
if_ieee1394subr.c Bugfix: s/__NetBSD_Version/__NetBSD_Version__/. IPv4 over IEEE 1394 2002-05-16 09:08:33 +00:00
if_ieee80211.h Fix for FH infrastructure mode. 2001-09-19 04:09:54 +00:00
if_ieee80211subr.c fix CRC (ICV) for WEP: ICV is 32bit not 16bit. 2002-03-12 11:07:26 +00:00
if_llc.h Add 802.1D (Spanning Tree) LSAP code. 2001-04-10 19:30:41 +00:00
if_loop.c add RCSIDs 2001-11-12 23:49:33 +00:00
if_media.c add RCSIDs 2001-11-12 23:49:33 +00:00
if_media.h Rename an IFM_1000_TX occurrence missed in previous. 2001-06-30 21:23:39 +00:00
if_ppp.c Make ppp_softc[] extern and declare in if_ppp.c 2002-05-12 20:38:15 +00:00
if_ppp.h For SLIP/STRIP/PPP, use generic soft interrupts, if available. 2001-01-15 16:33:30 +00:00
if_pppoe.c Fix copyright notice. 2002-04-14 12:24:26 +00:00
if_pppoe.h Fix copyright notice. 2002-04-14 12:24:26 +00:00
if_pppvar.h Make ppp_softc[] extern and declare in if_ppp.c 2002-05-12 20:38:15 +00:00
if_sl.c Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for 2002-03-17 19:40:26 +00:00
if_slvar.h change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange. 2001-06-14 05:44:23 +00:00
if_sppp.h Fix copyright notice. 2002-04-14 12:24:26 +00:00
if_spppsubr.c don't panic on invalid CONF_ACK from remote (in general, issueing panic 2002-05-29 01:38:46 +00:00
if_spppvar.h Add support to query the peer for DNS addreses when negotiating IPCP. 2002-03-02 16:23:42 +00:00
if_stf.c move protosw fragment for gif/stf to their own source code. 2001-12-21 03:21:50 +00:00
if_stf.h
if_strip.c Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for 2002-03-17 19:40:26 +00:00
if_stripvar.h change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange. 2001-06-14 05:44:23 +00:00
if_token.h
if_tokensubr.c add RCSIDs 2001-11-12 23:49:33 +00:00
if_tun.c suppress -Wunused if !INET6 2002-03-13 06:43:18 +00:00
if_tun.h Turn the tun device/network interface into a cloning device. 2001-10-31 20:08:17 +00:00
if_types.h add recently-added IANA values from http://www.iana.org/assignments/smi-numbers 2002-05-23 06:18:44 +00:00
if_vlan.c add RCSIDs 2001-11-12 23:49:33 +00:00
if_vlanvar.h
net_osdep.c whitespace and comment. sync with kame 2001-12-21 02:50:02 +00:00
net_osdep.h whitespace and comment. sync with kame 2001-12-21 02:50:02 +00:00
netisr.h Eliminate more commons. 2002-05-12 20:40:11 +00:00
netisr_dispatch.h The bridge driver does all forwarding at interrupt level, and 2001-10-06 15:46:33 +00:00
pfil.c add RCSIDs 2001-11-12 23:49:33 +00:00
pfil.h use _KERNEL_OPT 2001-05-30 11:57:16 +00:00
pfkeyv2.h pass replay sequence number on sadb_x_sa2 (it's outside of PF_KEY standard 2001-08-02 12:10:14 +00:00
ppp-comp.h add 2 more CCP defines. 2002-05-29 19:11:05 +00:00
ppp-deflate.c Fix what looks like a merge error: olen = 0 in z_decompress, not 2002-03-13 04:04:00 +00:00
ppp_defs.h
ppp_tty.c Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for 2002-03-17 19:40:26 +00:00
radix.c add RCSIDs 2001-11-12 23:49:33 +00:00
radix.h fix typo in function name (rn_satsifies_leaf -> satisfies). indent. 2000-12-17 10:23:19 +00:00
raw_cb.c Eliminate more commons. 2002-05-12 20:40:11 +00:00
raw_cb.h Eliminate more commons. 2002-05-12 20:40:11 +00:00
raw_usrreq.c add RCSIDs 2001-11-12 23:49:33 +00:00
route.c Eliminate more commons. 2002-05-12 20:40:11 +00:00
route.h Eliminate more commons. 2002-05-12 20:40:11 +00:00
rtsock.c PR/15703: Sean Boudreau: Case in route_output() where struct rtentry *rt 2002-02-22 17:26:31 +00:00
slcompress.c add RCSIDs 2001-11-12 23:49:33 +00:00
slcompress.h
slip.h
zlib.c Fix memory leak which occurs after an allocation failure. 2002-05-07 09:14:20 +00:00
zlib.h Upgrade this generated version to be based on zlib-1.1.4 2002-03-13 03:59:35 +00:00