summaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.1.6_cvscvs2svn1997-02-0533-33/+33
* Killed "unknown protocol" printf.David Greenman1996-11-121-2/+1
* Bring in change from rev. 1.22:Gary Palmer1996-06-271-2/+2
* Bring selected changes in from HEAD to stop the LCP state machine fromJohn Hay1996-06-251-3/+6
* If you are going to test compile something, better check it's in yourGary Palmer1996-06-251-6/+6
* Change the use of if_lastchange to be more SNMP compliant. This is NOTGary Palmer1996-06-251-1/+10
* Bring in change(s) from the head: alter the way if_lastchange is usedGary Palmer1996-06-249-28/+33
* Bring in change from rev. 1.26: keep in/out byte counters.Gary Palmer1996-06-221-0/+2
* Bring in changes from revs 1.24 and 1.25 and fix PR 1304: returnGary Palmer1996-06-091-1/+1
* Brought in fix from rev 1.25: add unit number correctly.David Greenman1996-06-081-1/+2
* Brought in fix from rev 1.30: fix for memory leak when adding a host routeDavid Greenman1996-06-081-5/+8
* Fixed bogus changes from mega-commit 3. This reverts the files to theirNate Williams1996-06-052-2/+5
* This 3rd mega-commit should hopefully bring us back to where we were.Jordan K. Hubbard1996-06-052-3/+0
* Bring in changes from HEAD. Set ifnet.baudrate for ethernet & FDDI also.Gary Palmer1996-06-022-2/+5
* Fix weird patching snafu that somehow snuck in - what should have beenDavid Greenman1996-04-111-2/+2
* Bugfix based on rev 1.7 of slcompress.c in -current:David Greenman1996-04-112-8/+22
* 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