aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'BETA_2_0'.cvs2svn1994-11-214-15/+22
* Collapse two fields so that we have space for another 32 flags.Garrett Wollman1994-11-032-3/+10
* Add code to be a bit smarter about IP routes, conditioned on the optionGarrett Wollman1994-11-022-20/+9
* Make it compile again. XXX - this is not really the right way to fixGarrett Wollman1994-11-011-4/+4
* Make PPP compile cleanlyPaul Traina1994-11-012-18/+22
* moved a message into a #ifdef DEBUG. This message comes out if a kernelPoul-Henning Kamp1994-10-151-1/+3
* Fix a bug which caused panics when attempting to change just the flags ofGarrett Wollman1994-10-113-5/+44
* Got rid of map.h. It's a leftover from the rmap code, and we use rlists.David Greenman1994-10-091-2/+1
* Cosmetics: to silence gcc -wall.Poul-Henning Kamp1994-10-085-30/+44
* Mostly Cosmetics. Some of the procedures in if_sl.c was void, but shouldPoul-Henning Kamp1994-10-083-31/+44
* Install line discipline the new way.Garrett Wollman1994-10-052-15/+19
* A number of bug-fixes inspired by Mark Treacy:Garrett Wollman1994-10-053-10/+32
* Moved m_copyback into uipc_mbuf.cPoul-Henning Kamp1994-10-041-54/+1
* GCC cleanup.Poul-Henning Kamp1994-10-021-4/+9
* Define IFF_ALTPHYS to be IFF_LINK2. Gross, but effective. (There aren't anyGarrett Wollman1994-10-011-1/+2
* Make the kernel side of PPP compile.Garrett Wollman1994-09-233-15/+31
* Initial revisionGarrett Wollman1994-09-234-0/+2483
* Made the kernel compile even without "ether".Poul-Henning Kamp1994-09-161-1/+4
* Shuffle some functions and variables around to make it possible forGarrett Wollman1994-09-141-5/+2
* Made SLIP MTU configurable via ifconfig(8). Changed default MTU to 552David Greenman1994-09-131-34/+54
* Re-enabled check for low clist condition.David Greenman1994-09-121-3/+2
* Made SLMTU kernel config'able.David Greenman1994-09-091-1/+3
* The mrt_ioctl goop properly depends on MROUTING, not MULTICAST. (Oof!)Garrett Wollman1994-09-081-2/+2
* Reviewed by: Stefan EsserStefan Eßer1994-09-071-2/+2
* Initial get-the-easy-case-working upgrade of the multicast codeGarrett Wollman1994-09-061-1/+6
* Idempotency #endif was not at end of file or commented.Bruce Evans1994-08-221-3/+3
* Fix typo (define -> ifndef)Paul Richards1994-08-211-2/+2
* Make idempotent.Paul Richards1994-08-2115-22/+85
* 1) cleaned up after Garrett - fixed more redundant declarations, changedDavid Greenman1994-08-201-5/+1
* Fix up some sloppy coding practices:Garrett Wollman1994-08-185-11/+11
* Added ioctl support for SIOCSIFMTU.David Greenman1994-08-081-3/+6
* On second thought, better restrict the mtu to between 72-65535...strangeDavid Greenman1994-08-081-2/+6
* Enforce the mtu to between the range 1-65535 before calling the driverDavid Greenman1994-08-081-1/+3
* Added ioctl support for SIOCGIFMTU and SIOCSIFMTU. These set the per-David Greenman1994-08-082-2/+15
* Added $Id$David Greenman1994-08-0227-13/+27
* Reduced loopback MTU from 65535 to 65532 because some things like NFSDavid Greenman1994-08-011-1/+1
* Changed loopback MTU to 65535.David Greenman1994-05-291-0/+4
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-2510-41/+23
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-2427-0/+9434