summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* This mega-merge brings Matt Thomas' 960801 FDDI driver (almost) upjoerg1997-01-172-54/+193
* Don't try to do anything with the `ifr' parameter for SIOCADDMULTIwollman1997-01-173-43/+0
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1442-42/+42
* Use the new if_multiaddrs list for multicast addresses rather than thewollman1997-01-135-193/+86
* Fix typo. I hate waking up at 4:45 in the morning...wollman1997-01-081-2/+2
* Correctly account for header length in m_pkthdr.len when sendingwollman1997-01-081-1/+2
* Fix a few oversights in the new multicast membership interface.wollman1997-01-082-7/+32
* Checkpoint the beginnings of the new kernel interface forwollman1997-01-073-3/+254
* Move the ethertypes from <netinet/if_ether.h> to <net/ethernet.h>.wollman1997-01-031-1/+19
* Separate kernel-internal data structures from exposed user interfacewollman1997-01-032-272/+308
* More cleanups to satisfy the following rules:bde1996-12-191-5/+8
* Clean up Bill's additions.wollman1996-12-191-9/+11
* Add prototypes for ethers.3 functions as per wollman:wpaul1996-12-181-1/+11
* Fixed pedantic syntax error.bde1996-12-181-2/+2
* Change default tun MTU back to 1500.fenner1996-12-162-3/+8
* Convert the interface address and IP interface address structureswollman1996-12-137-54/+59
* Use queue macros for the list of interfaces. Next stop: ifaddrs!wollman1996-12-115-29/+38
* Include <net/if_arp.h> in the one header that requires it,wollman1996-12-111-3/+1
* Finally, after six years, remove the ``quick hack for SNMP'' that waswollman1996-12-101-5/+1
* 1) Implement SIOCSIFMTU in ether_ioctl(), and change ether_ioctl's returndg1996-12-102-5/+17
OpenPOWER on IntegriCloud