NetBSD/sys/net
jonathan f4c2260f8a Make if_loop MTU settable via SIOCSFMTU/ifconfig. Useful for testing,
and for regression-testing performance at various MTUs.

NB: route MTU may not track MTU changes, which may cause problems for
AF_ISO if loopback MTU is decreased. I've never seen problems with IP,
in various tests going back to around NetBSD 1.3.
2003-08-15 19:22:08 +00:00
..
Makefile Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more. 2002-11-26 23:30:07 +00:00
bpf.c Include correct file for defopt. 2003-08-13 19:44:12 +00:00
bpf.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +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 Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
bridgestp.c Test callout_pending(), not callout_active(), and eliminate now-unnecessary 2003-02-03 23:50:59 +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 Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
ethertypes.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
if.c correct number range handling. David Young 2003-08-14 07:39:22 +00:00
if.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +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 minor knf 2003-08-11 15:13:59 +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 Remove variable that is only assigned too but not referenced. 2003-01-19 23:13:46 +00:00
if_bridge.c rm extra blank line 2003-08-11 15:14:16 +00:00
if_bridgevar.h prototype must not have variable name 2003-07-08 07:13:50 +00:00
if_dl.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
if_eco.h
if_ecosubr.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
if_ether.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
if_ethersubr.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
if_faith.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
if_faith.h
if_fddi.h
if_fddisubr.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
if_gif.c make USE_ENCAPCHECK (in netinet*/*gif.c) to global option, GIF_ENCAPCHECK. 2002-11-11 18:35:27 +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 (fast-ipsec): Add hooks to pass IPv4 IPsec traffic into fast-ipsec, if 2003-08-15 03:42:00 +00:00
if_gre.h prototype must not have variable name 2003-07-08 07:13:50 +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 don't call if_free_sadl() until very end of if_detach() logic. many of 2003-05-23 10:06:17 +00:00
if_ieee80211.h From Sam Leffler/FreeBSD: AP scanning code, for forthcoming ADM8211 2003-07-06 20:54:24 +00:00
if_ieee80211subr.c From Sam Leffler/FreeBSD: AP scanning code, for forthcoming ADM8211 2003-07-06 20:54:24 +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 Make if_loop MTU settable via SIOCSFMTU/ifconfig. Useful for testing, 2003-08-15 19:22:08 +00:00
if_media.c Avoid DOS attack by setting ifm->ifm_media to a high number and running the 2003-07-25 19:35:57 +00:00
if_media.h prototype must not have variable name 2003-07-08 07:13:50 +00:00
if_ppp.c KNF 2003-05-02 03:15:23 +00:00
if_ppp.h
if_pppoe.c Put correct dest ether address on PPPoE server mode. 2003-06-27 16:24:32 +00:00
if_pppoe.h Add support in-kernel PPPoE server. 2003-06-18 08:12:51 +00:00
if_pppvar.h prototype must not have variable name 2003-07-08 07:13:50 +00:00
if_sl.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
if_slvar.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
if_sppp.h successful with only one l. 2003-01-06 12:46:05 +00:00
if_spppsubr.c We should use IFQ_DEQUEUE to get packets from the send queue, not IF_DEQUEUE. 2003-07-09 20:12:53 +00:00
if_spppvar.h We should use IFQ_DEQUEUE to get packets from the send queue, not IF_DEQUEUE. 2003-07-09 20:12:53 +00:00
if_stf.c (fast-ipsec): Add hooks to pass IPv4 IPsec traffic into fast-ipsec, if 2003-08-15 03:42:00 +00:00
if_stf.h
if_strip.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
if_stripvar.h
if_token.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
if_tokensubr.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
if_tun.c Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
if_tun.h
if_types.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
if_vlan.c switch from kame-based m_aux mbuf auxiliary data, to openbsd m_tag 2003-01-17 08:11:49 +00:00
if_vlanvar.h
net_osdep.h no need to compile net_osdep.c. simplify net_osdep.h conditions (remove 2003-05-14 22:45:02 +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 Revert previous. Nested comments are evil. 2002-11-02 12:00:03 +00:00
pfil.c
pfil.h Protect kernel opt_*.h include by #ifdef _KERNEL_OPT 2003-06-23 12:56:07 +00:00
pfkeyv2.h (fast-ipsec): Add hooks to pass IPv4 IPsec traffic into fast-ipsec, if 2003-08-15 03:42:00 +00:00
ppp-comp.h prototype must not have variable name 2003-07-08 07:13:50 +00:00
ppp-deflate.c copyright clarification. from openbsd 2002-09-13 14:32:11 +00:00
ppp_defs.h copyright clarification. from openbsd 2002-09-13 14:32:11 +00:00
ppp_tty.c Add MBUFTRACE kernel option. 2003-02-26 06:31:08 +00:00
radix.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
radix.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +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 Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
route.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
route.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
rtsock.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
slcompress.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
slcompress.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +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 #if 0 a couple of unused functions. 2002-08-20 03:52:26 +00:00
zlib.h prototype must not have variable name 2003-07-08 07:13:50 +00:00