aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* *close: just purge tty queues if we can't drain themAndrey A. Chernov1995-02-132-4/+6
* Define RTF_PINNED for future use.Garrett Wollman1995-02-081-2/+3
* Correct fix for merge conflicts: RTM_VERSION is always 5. Header filesGarrett Wollman1995-02-071-5/+1
* Fixed unresolved CVS conflict on RTM_VERSION.David Greenman1995-02-071-8/+2
* Merge in the socket-level support for Transaction TCP from the OLAH_TTCPGarrett Wollman1995-02-071-1/+11
* (no commit message)Atsushi Murai1995-01-312-0/+687
* Declare `struct mbuf' with the correct scope to avoid lots of warningsBruce Evans1995-01-241-1/+6
* Added back the missing last few bytes of the file.David Greenman1995-01-231-2/+3
* route.c: keep track of where cloned routes come from, and make sure toGarrett Wollman1995-01-232-9/+65
* Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>Stefan Eßer1995-01-051-1/+2
* Moved declaration of ifnet pointer out of the header file and into theDavid Greenman1994-12-302-3/+5
* Added `ds', a black-hole network interface.Garrett Wollman1994-12-221-0/+220
* Removed bogus semicolon at end of a #define line.David Greenman1994-12-221-2/+2
* Add generic part of generic multiple-physical-interface support (theGarrett Wollman1994-12-212-2/+15
* Add a #define for if_rawoutput(), which isn't used now, but eventually willGarrett Wollman1994-12-211-1/+2
* Implemented rtalloc_ign().Garrett Wollman1994-12-131-0/+10
* Add support for two separate cloning flags, one set by the lower layers,Garrett Wollman1994-12-136-23/+46
* Fix bogus include paths:Bruce Evans1994-12-041-2/+2
* Cronyx/Sigma sync/async serial driver with PPP supportGarrett Wollman1994-12-022-0/+1289
* Fix previous change: don't attempt to reserve cblocks if the tty is null.Bruce Evans1994-11-272-10/+16
* Fix cblock starvation bugs by reserving enough cblocks for minimalBruce Evans1994-11-262-12/+51
* Moved conversion of ether_type to host byte order out of ethernet driversDavid Greenman1994-11-241-8/+11
* The long-time-waited-for patch for PPP.Ugen J.S. Antsilevich1994-11-231-1/+2
* #include <socket.h> -> <sys/socket.h>Poul-Henning Kamp1994-11-162-4/+4
* Include <sys/socket.h> for declaration of struct sockaddr. This helpsBruce Evans1994-11-152-7/+12
* if.h:Bruce Evans1994-11-142-6/+10
* Remove redundant stuff. Amazing that they actually solved a bug found inGuido van Rooij1994-11-101-3/+1
* 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