summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo that becomes apparent when compiling without COMPAT_443.joerg1997-09-071-2/+2
* Some staticized variables were still declared to be extern.bde1997-09-071-5/+3
* Some staticized variables were still declared to be extern.bde1997-09-071-2/+1
* Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-028-8/+16
* Removed unused #includes.bde1997-09-011-2/+1
* Add a per-interface-address pointer to a function that can be suppliedjulian1997-08-282-3/+18
* add some comments while trying to understand why appletalkjulian1997-08-221-4/+36
* Some fixes from Bruce:peter1997-08-222-8/+10
* Remove some stray extra prototypespeter1997-08-191-7/+1
* Use two NetBSD-style options (PPP_DEFLATE and PPP_BSDCOMP) to controlpeter1997-08-191-4/+6
* Update kernel parts of pppd from 2.2.0 to 2.3.0. I've yet to look at thepeter1997-08-1912-340/+6492
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-162-19/+15
* SUNIT: exchange up/down states tooache1997-08-131-1/+7
* Fix a traceroute problem in the CISCO HDLC mode. (cisco routers notkjc1997-08-121-2/+2
* Implement the LCP fail_counter: if an option has been NAK'ed for morejoerg1997-08-101-4/+13
* PR: kern/4117itojun1997-08-061-2/+2
* Removed unused #includes.bde1997-08-029-68/+8
* Use malloc to save space for temp SUNIT variableache1997-07-281-9/+10
* Move tmpnc struct out of stack, too largeache1997-07-271-2/+3
* SUNIT: exchange back whole ifnet structures since they are in the linkedache1997-07-261-7/+6
* Forget to change units in prev. SUNIT commit. Move variales to localache1997-07-261-2/+7
* Exchange whole structures on SUNIT, not unit+flags fields only.ache1997-07-261-6/+6
* An actual fix for the routing default crashes thatjulian1997-07-181-15/+25
* Fix Julian's fixed fix. Routing is weird.msmith1997-07-171-3/+6
* Bungled cut/paste leaves kernel with page faults..julian1997-07-161-2/+3
* Finally track down the reason for some of my occasional kernel crashes.julian1997-07-152-3/+24
* Don't add an item to the multicast linked list if it's alreadyjulian1997-07-071-12/+14
* Send these files to the attic until they are in use for several reasons.peter1997-07-053-5944/+0
* Initial revisionpeter1997-07-013-0/+5944
* Fix this damn mbuf with a negative m_len. It turnsbrian1997-06-222-6/+6
* Protect against garbage mbufs in pppstart.brian1997-06-181-2/+7
* Add for public examination the beginnings of the per-host cache supportwollman1997-06-182-0/+339
* As the Tunnel device has no real inherrent MRU limit,julian1997-06-112-2/+5
* Prevent panic with garbage mbuf.brian1997-06-091-2/+2
* Move interrupt handling code from isa.c to a new file. This should makedfr1997-06-021-2/+2
* Bruce mentioned to me that Paul Traina had noticed that the ppp_ttypeter1997-05-312-5/+13
* don't refer to SWI_*_MASK, it's not SMP/UP kernel portable for the lkm.peter1997-05-311-4/+3
* Fix a couple of log()'s that came out with the wrong (default)joerg1997-05-231-6/+6
* Introduce a third queue per interface, serving only PPP controljoerg1997-05-222-17/+44
* Major nit: i've confused link0 and link1 in my brain and/or in eitherjoerg1997-05-201-15/+21
* Major overhaul of the SyncPPP layer. Basically, this comprises now ajoerg1997-05-192-777/+2033
* Make sppp's logging human-readable. Also, use log(9), as opposed tojoerg1997-05-111-134/+262
* Use the MAC address of an interface for the host part of an IPX addressjhay1997-05-102-6/+30
* merge ATM driverkjc1997-05-091-1/+2
* This commit was generated by cvs2svn to compensate for changes in r25603,kjc1997-05-092-0/+521
|\
| * import Chuck Cranor's ATM driverkjc1997-05-092-0/+521
* add SIOC{S,G}IFMEDIA ioctl supportpeter1997-05-032-2/+29
* Make it compile on FreeBSD, add $Id$peter1997-05-032-3/+5
* This commit was generated by cvs2svn to compensate for changes in r25428,peter1997-05-032-0/+781
|\
| * Backend support for if_media interface ioctl's. This is for supportingpeter1997-05-032-0/+781
OpenPOWER on IntegriCloud