summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* The long-awaited mega-massive-network-code- cleanup. Part I.wollman1997-04-275-209/+336
* Use LIST macros instead of insque/remquephk1997-04-143-12/+11
* Don't include <sys/ioctl.h> in the kernel. Stage 6: includebde1997-03-242-3/+7
* Don't include <sys/ioctl.h> in the kernel. Stage 4: includebde1997-03-241-2/+3
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includebde1997-03-246-12/+12
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-243-6/+3
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-234-7/+7
* Fix from Matt for the problem described in PR # kern/2990: ``DEC FDDIjoerg1997-03-151-1/+6
* Fixed clist limits. I got them wrong several years ago in rev.1.9bde1997-03-111-5/+5
* add a bunch of comments to describe what's going on.julian1997-03-051-16/+123
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-2241-41/+41
* Send RTM_IFINFO messages whenever promiscuous and all-multicastwollman1997-02-141-2/+9
* Implement PRC_IFUP a la PRC_IFDOWN so that protocols know when an interfacewollman1997-02-121-5/+3
* Make sure we have arguments to pass before calling ifaof_ifpforaddrfenner1997-02-041-3/+3
* Fix yet another breakage i've missed when committing rev 1.14. It wasjoerg1997-01-301-1/+1
* fix mixleading comment (my error.. I wrote the comment)julian1997-01-261-1/+1
* Round #2. This basically brings back the changes from rev 1.12.joerg1997-01-171-1/+9
OpenPOWER on IntegriCloud