summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Incorporate new radix code from UCB. This fixes the orphaned mask bugs.pst1995-04-282-157/+314
* Implement SLIOCSUNIT (set slip unit number)ache1995-04-282-2/+7
* Cleanup loopback interface support.pst1995-04-262-18/+26
* Finally finish the cloning cleanup work by making sure that cloneswollman1995-04-251-1/+131
* Tunnel driver is nmow capable of installing its own cdevsw[] entry,wollman1995-04-101-20/+24
* Fix slioctl(). It has to return -1 for ioctls that it doesn't know aboutbde1995-04-021-19/+24
* slopen() never sets t_line to SLIPDISC, but uses slip-specific queue allocationache1995-04-011-1/+2
* Patch from Greg Ansley:dg1995-04-011-5/+5
* Fix typing error sneaked somehow in prev. commitache1995-03-311-2/+2
* This sl enhancement helps to keep serial line (modem) connection alive.ache1995-03-303-5/+100
* pppinput:ache1995-03-291-5/+9
* Don't delete clones if they are PINNED.wollman1995-03-241-2/+2
* radix.c: correct exit condition in rn_walktree_from()wollman1995-03-232-6/+29
* Protocol-cloned routes should gain a reference to their parents to makewollman1995-03-211-2/+9
* Made minor readability tweak.dg1995-03-201-6/+3
* Better fix for the deletion of parents of cloned routes problem,wollman1995-03-204-56/+115
* Support for pseudo-device LKMs. Note that this is restricted to onlywollman1995-03-205-12/+11
* Beginnings of support for loadable pseudo-devices. bsd.kmod.mk supportwollman1995-03-171-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-168-13/+13
* Added $Id$dg1995-03-141-2/+2
* Added support for generic FDDI and the DEC DEFEA and DEFPA FDDI adapters.dg1995-03-143-1/+657
* Reduced loopback MTU to 16k to work around a miriad of problems with itdg1995-03-041-2/+2
* New user Process PPP based on iij-ppp0.94beta2.amurai1995-02-262-142/+90
* Fixed comment - IFT_P80 is 80mbit.dg1995-02-251-2/+2
* In ifa_ifwithdstaddr() when walking through ifa structs associated withdg1995-02-241-2/+2
* Attempting to bind() or connect() a routing socket, while meaningless,wollman1995-02-161-3/+7
* Nuke some more compiler warnings, while I'm at it..jkh1995-02-151-16/+16
* *close: just purge tty queues if we can't drain themache1995-02-132-4/+6
* Define RTF_PINNED for future use.wollman1995-02-081-2/+3
* Correct fix for merge conflicts: RTM_VERSION is always 5. Header fileswollman1995-02-071-5/+1
* Fixed unresolved CVS conflict on RTM_VERSION.dg1995-02-071-8/+2
* Merge in the socket-level support for Transaction TCP from the OLAH_TTCPwollman1995-02-071-1/+11
* This commit was generated by cvs2svn to compensate for changes in r6053,amurai1995-01-312-0/+687
|\
| * (no commit message)amurai1995-01-312-0/+687
* Declare `struct mbuf' with the correct scope to avoid lots of warningsbde1995-01-241-1/+6
* Added back the missing last few bytes of the file.dg1995-01-231-2/+3
* route.c: keep track of where cloned routes come from, and make sure towollman1995-01-232-9/+65
* 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
OpenPOWER on IntegriCloud