summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>se1995-01-051-1/+2
* Moved declaration of ifnet pointer out of the header file and into thedg1994-12-302-3/+5
* Added `ds', a black-hole network interface.wollman1994-12-221-0/+220
* Removed bogus semicolon at end of a #define line.dg1994-12-221-2/+2
* Add generic part of generic multiple-physical-interface support (thewollman1994-12-212-2/+15
* Add a #define for if_rawoutput(), which isn't used now, but eventually willwollman1994-12-211-1/+2
* Implemented rtalloc_ign().wollman1994-12-131-0/+10
* Add support for two separate cloning flags, one set by the lower layers,wollman1994-12-136-23/+46
* Fix bogus include paths:bde1994-12-041-2/+2
* This commit was generated by cvs2svn to compensate for changes in r4910,wollman1994-12-022-0/+1289
|\
| * Cronyx/Sigma sync/async serial driver with PPP supportwollman1994-12-022-0/+1289
* Fix previous change: don't attempt to reserve cblocks if the tty is null.bde1994-11-272-10/+16
* Fix cblock starvation bugs by reserving enough cblocks for minimalbde1994-11-262-12/+51
* Moved conversion of ether_type to host byte order out of ethernet driversdg1994-11-241-8/+11
* The long-time-waited-for patch for PPP.ugen1994-11-231-1/+2
* #include <socket.h> -> <sys/socket.h>phk1994-11-162-4/+4
* Include <sys/socket.h> for declaration of struct sockaddr. This helpsbde1994-11-152-7/+12
* if.h:bde1994-11-142-6/+10
* Remove redundant stuff. Amazing that they actually solved a bug found inguido1994-11-101-3/+1
* Collapse two fields so that we have space for another 32 flags.wollman1994-11-032-3/+10
* Add code to be a bit smarter about IP routes, conditioned on the optionwollman1994-11-022-20/+9
* Make it compile again. XXX - this is not really the right way to fixwollman1994-11-011-4/+4
* Make PPP compile cleanlypst1994-11-012-18/+22
* moved a message into a #ifdef DEBUG. This message comes out if a kernelphk1994-10-151-1/+3
* Fix a bug which caused panics when attempting to change just the flags ofwollman1994-10-113-5/+44
* Got rid of map.h. It's a leftover from the rmap code, and we use rlists.dg1994-10-091-2/+1
* Cosmetics: to silence gcc -wall.phk1994-10-085-30/+44
* Mostly Cosmetics. Some of the procedures in if_sl.c was void, but shouldphk1994-10-083-31/+44
* Install line discipline the new way.wollman1994-10-052-15/+19
* A number of bug-fixes inspired by Mark Treacy:wollman1994-10-053-10/+32
* Moved m_copyback into uipc_mbuf.cphk1994-10-041-54/+1
* GCC cleanup.phk1994-10-021-4/+9
* Define IFF_ALTPHYS to be IFF_LINK2. Gross, but effective. (There aren't anywollman1994-10-011-1/+2
* Make the kernel side of PPP compile.wollman1994-09-233-15/+31
* Initial revisionwollman1994-09-234-0/+2483
* Made the kernel compile even without "ether".phk1994-09-161-1/+4
* Shuffle some functions and variables around to make it possible forwollman1994-09-141-5/+2
* Made SLIP MTU configurable via ifconfig(8). Changed default MTU to 552dg1994-09-131-34/+54
* Re-enabled check for low clist condition.dg1994-09-121-3/+2
* Made SLMTU kernel config'able.dg1994-09-091-1/+3
* The mrt_ioctl goop properly depends on MROUTING, not MULTICAST. (Oof!)wollman1994-09-081-2/+2
* Reviewed by: Stefan Esserse1994-09-071-2/+2
* Initial get-the-easy-case-working upgrade of the multicast codewollman1994-09-061-1/+6
* Idempotency #endif was not at end of file or commented.bde1994-08-221-3/+3
* Fix typo (define -> ifndef)paul1994-08-211-2/+2
* Make idempotent.paul1994-08-2115-22/+85
* 1) cleaned up after Garrett - fixed more redundant declarations, changeddg1994-08-201-5/+1
* Fix up some sloppy coding practices:wollman1994-08-185-11/+11
* Added ioctl support for SIOCSIFMTU.dg1994-08-081-3/+6
* On second thought, better restrict the mtu to between 72-65535...strangedg1994-08-081-2/+6
OpenPOWER on IntegriCloud