summaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Brought in fix from rev 1.26: autodelete a cloned route if it gets in theDavid Greenman1995-11-031-1/+23
* Brought in changes from rev 1.10: properly handle BPF writes and multicasts.David Greenman1995-10-071-1/+30
* Brought in changes from rev 1.32: fix for race condition.David Greenman1995-10-071-2/+2
* Brought in chanegs from rev 1.22: discard output immediately on close toDavid Greenman1995-10-071-3/+8
* Brought in changes from main branch: fix to properly understand BPF writes.David Greenman1995-10-072-2/+18
* Brought in changes from revs 1.12-1.13: allocate a header mbuf instead ofDavid Greenman1995-10-071-5/+8
* Sync with main branch: various bugfixes (part of Cronyx driver update).David Greenman1995-10-072-234/+342
* Brought in changes from main branch:David Greenman1995-09-144-36/+42
* Brought in changes from rev 1.10: fix "ifpromisc failed" panic.David Greenman1995-08-241-7/+7
* Brought in changes from main branch: give BPF ability to generate signalsDavid Greenman1995-07-233-6/+66
* Brought in changes from rev 1.24: initialize rt_ifa and rt_ifp a littleDavid Greenman1995-07-231-4/+13
* Brought in changes from revs 1.15 and 1.16: support for IPTOS_LOWDELAY andDavid Greenman1995-07-231-2/+11
* Bring in my changes from revs 1.21-1.26: mainly, fix interface up/downDavid Greenman1995-07-201-8/+31
* (2.1.0 branch)David Greenman1995-07-131-11/+7
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1995-06-131-84/+0
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-112-3/+25
* Remove trailing whitespace.Rodney W. Grimes1995-05-3027-117/+117
* Added a fix for a bug which caused the wrong interface to be selectedDavid Greenman1995-05-271-27/+44
* Fixed route reference count bug that squirmed in during the theDavid Greenman1995-05-151-2/+2
* Fix -Wformat warnings from LINT kernel.Rodney W. Grimes1995-05-111-3/+4
* Make networking domains drop-ins, through the magic of GNU ld. (Some day,Garrett Wollman1995-05-112-2/+16
* Updated routing-socket code from BerkeleyGarrett Wollman1995-05-101-23/+20
* Replaced some bcopy()'s with memcpy()'s so that gcc while inline/optimize.David Greenman1995-05-093-12/+12
* Fix misplaced idempotency #endif.Bruce Evans1995-04-291-8/+8
* Incorporate new radix code from UCB. This fixes the orphaned mask bugs.Paul Traina1995-04-282-156/+313
* Implement SLIOCSUNIT (set slip unit number)Andrey A. Chernov1995-04-282-2/+7
* Cleanup loopback interface support.Paul Traina1995-04-262-17/+25
* Finally finish the cloning cleanup work by making sure that clonesGarrett Wollman1995-04-251-1/+131
* Tunnel driver is nmow capable of installing its own cdevsw[] entry,Garrett Wollman1995-04-101-20/+24
* Fix slioctl(). It has to return -1 for ioctls that it doesn't know aboutBruce Evans1995-04-021-19/+24
* slopen() never sets t_line to SLIPDISC, but uses slip-specific queue allocationAndrey A. Chernov1995-04-011-1/+2
* Patch from Greg Ansley:David Greenman1995-04-011-5/+5
* Fix typing error sneaked somehow in prev. commitAndrey A. Chernov1995-03-311-2/+2
* This sl enhancement helps to keep serial line (modem) connection alive.Andrey A. Chernov1995-03-303-5/+100
* pppinput:Andrey A. Chernov1995-03-291-5/+9
* Don't delete clones if they are PINNED.Garrett Wollman1995-03-241-2/+2
* radix.c: correct exit condition in rn_walktree_from()Garrett Wollman1995-03-232-6/+29
* Protocol-cloned routes should gain a reference to their parents to makeGarrett Wollman1995-03-211-2/+9
* Made minor readability tweak.David Greenman1995-03-201-6/+3
* Better fix for the deletion of parents of cloned routes problem,Garrett Wollman1995-03-204-55/+114
* Support for pseudo-device LKMs. Note that this is restricted to onlyGarrett Wollman1995-03-205-12/+11
* Beginnings of support for loadable pseudo-devices. bsd.kmod.mk supportGarrett Wollman1995-03-171-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-168-13/+13
* Added $Id$David Greenman1995-03-141-2/+2
* Added support for generic FDDI and the DEC DEFEA and DEFPA FDDI adapters.David Greenman1995-03-143-1/+657
* Reduced loopback MTU to 16k to work around a miriad of problems with itDavid Greenman1995-03-041-2/+2
* New user Process PPP based on iij-ppp0.94beta2.Atsushi Murai1995-02-262-142/+90
* Fixed comment - IFT_P80 is 80mbit.David Greenman1995-02-251-2/+2
* In ifa_ifwithdstaddr() when walking through ifa structs associated withDavid Greenman1995-02-241-2/+2
* Attempting to bind() or connect() a routing socket, while meaningless,Garrett Wollman1995-02-161-3/+7