freebsd-nq/sys/net
Bruce Evans d1a795a280 Fix cblock starvation bugs by reserving enough cblocks for minimal
operation of each clist.  Limit the growth of each clist.  Clists
can only grow larger than the reserved minimum if there are free
cblocks in a shared pool.  The size of this pool is now fixed
(this could be improved).  The reserved and maximum sizes are more
carefully allocated for slip and ppp, depending on the mtu.  A maximum
MTU of 16384 is now enforced for ppp.
1994-11-26 19:24:13 +00:00
..
bpf_compat.h Make idempotent. 1994-08-21 05:11:48 +00:00
bpf_filter.c Added $Id$ 1994-08-02 07:55:43 +00:00
bpf.c Got rid of map.h. It's a leftover from the rmap code, and we use rlists. 1994-10-09 07:35:18 +00:00
bpf.h Make idempotent. 1994-08-21 05:11:48 +00:00
bpfdesc.h Make idempotent. 1994-08-21 05:11:48 +00:00
if_arp.h #include <socket.h> -> <sys/socket.h> 1994-11-16 02:16:18 +00:00
if_dl.h Make idempotent. 1994-08-21 05:11:48 +00:00
if_ethersubr.c Moved conversion of ether_type to host byte order out of ethernet drivers 1994-11-24 14:29:38 +00:00
if_llc.h Make idempotent. 1994-08-21 05:11:48 +00:00
if_loop.c Added ioctl support for SIOCSIFMTU. 1994-08-08 12:09:04 +00:00
if_ppp.c Fix cblock starvation bugs by reserving enough cblocks for minimal 1994-11-26 19:24:13 +00:00
if_ppp.h Initial revision 1994-09-23 00:10:32 +00:00
if_sl.c Fix cblock starvation bugs by reserving enough cblocks for minimal 1994-11-26 19:24:13 +00:00
if_slvar.h Mostly Cosmetics. Some of the procedures in if_sl.c was void, but should 1994-10-08 01:40:23 +00:00
if_types.h Make idempotent. 1994-08-21 05:11:48 +00:00
if.c Remove redundant stuff. Amazing that they actually solved a bug found in 1994-11-10 18:49:23 +00:00
if.h #include <socket.h> -> <sys/socket.h> 1994-11-16 02:16:18 +00:00
netisr.h Make idempotent. 1994-08-21 05:11:48 +00:00
pppcompress.c Make PPP compile cleanly 1994-11-01 09:03:20 +00:00
pppcompress.h Make the kernel side of PPP compile. 1994-09-23 00:13:22 +00:00
radix.c moved a message into a #ifdef DEBUG. This message comes out if a kernel 1994-10-15 21:33:17 +00:00
radix.h if.h: 1994-11-14 14:06:06 +00:00
raw_cb.c Cosmetics: to silence gcc -wall. 1994-10-08 22:38:27 +00:00
raw_cb.h Make idempotent. 1994-08-21 05:11:48 +00:00
raw_usrreq.c Cosmetics: to silence gcc -wall. 1994-10-08 22:38:27 +00:00
route.c Collapse two fields so that we have space for another 32 flags. 1994-11-03 01:04:32 +00:00
route.h Collapse two fields so that we have space for another 32 flags. 1994-11-03 01:04:32 +00:00
rtsock.c Fix a bug which caused panics when attempting to change just the flags of 1994-10-11 23:16:38 +00:00
slcompress.c Cosmetics: to silence gcc -wall. 1994-10-08 22:38:27 +00:00
slcompress.h Idempotency #endif was not at end of file or commented. 1994-08-22 14:16:36 +00:00
slip.h Make idempotent. 1994-08-21 05:11:48 +00:00