summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Oopsjulian1998-06-141-1/+2
* Try narrow down the culprit sending undefined packet types through the loopbackjulian1998-06-143-8/+22
* Allow a protocol to specify that it does NOT want to be looped backjulian1998-06-131-3/+6
* Remove 3 occurances of __FUNCTION__julian1998-06-121-4/+3
* Go through the loopback code with a broom..julian1998-06-124-187/+130
* Don't let ifunit() modify the string passed as an argument.julian1998-06-081-16/+26
* This commit fixes various 64bit portability problems required fordfr1998-06-0710-33/+35
* Added a used include (in ifdefed code).bde1998-06-071-1/+3
* Fixed pedantic syntax errors caused by a trailing semicolon in a macrobde1998-06-071-2/+2
* Backed out last fix and fixed my typo:dg1998-05-211-2/+2
* Add missing close parendufault1998-05-201-2/+2
* Added fast IP forwarding code by Matt Thomas <matt@3am-software.com> viadg1998-05-193-3/+11
* s/nanoruntime/nanouptime/gphk1998-05-171-2/+2
* Fix an obvious parameter-order bogon. (Don't know what happened towollman1998-05-151-2/+2
* Oops, the previous commit should have changed `i386' to `__i386__',bde1998-05-011-3/+3
* Loopback network interface driver (net/if_loop.c) has no SIOCSIFFLAGSphk1998-04-301-1/+4
* Support more than 256 tun devices:brian1998-04-271-9/+13
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-173-6/+6
* Support compiling with `gcc -ansi'.bde1998-04-152-6/+6
* Use getmicrotime() for if_lastchange, 10msec is plenty precision.phk1998-04-064-15/+15
* Use random() for seq numbers and read_random for CHAP challenge.phk1998-04-061-6/+11
* Make read_random() take a (void *) argument instead of (char *)phk1998-04-061-4/+4
* Time changes mark 2:phk1998-04-041-4/+6
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-307-31/+32
* Moved some #includes from <sys/param.h> nearer to where they are actuallybde1998-03-281-2/+2
* Quieten a debug message.. This happens under "normal" operation by 4 bytespeter1998-03-251-2/+2
* Added a forward struct declaration so that this file is lessbde1998-03-231-2/+2
* ppp-2.3.x ships with a bad compression number for deflate. It uses numberpeter1998-03-223-8/+40
* Update kernel parts of ppp to ppp-2.3.3. Not much has changed exceptpeter1998-03-213-852/+1959
* On most other systems "out there", <net/if.h> does not require the callerpeter1998-03-211-1/+9
* Add preliminary support for IEEE 802.1Q VLAN tagging. It doesn't actuallywollman1998-03-184-10/+473
* Fixed syntax error in previous commit.bde1998-03-011-2/+2
* Make it possible to indicate that we don't care about the remotephk1998-02-281-3/+6
* Don't depend on "implicit int" or bloat the data section in thebde1998-02-202-3/+3
* Removed unused #includes.bde1998-02-202-7/+2
* Implement the spirit but not the letter of Terrys hot-char patch.phk1998-02-132-5/+7
* Staticize.eivind1998-02-095-15/+15
* Back out DIAGNOSTIC changes.eivind1998-02-063-8/+3
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-043-3/+8
* Added #include of <sys/queue.h> so that this file is more "self"-sufficent.bde1998-02-031-1/+3
* Revert previous commit. Remove all ifp->if_* = 0 initializations,steve1998-02-011-7/+0
* Make the debug options new-style.eivind1998-01-311-2/+2
* Make POWERFAIL_NMI, PPS_SYNC and NATM new style options.eivind1998-01-311-0/+1
* Correct $Id$brian1998-01-261-1/+1
* Initialize if_ibytes and if_obytes to zero.steve1998-01-251-0/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-242-1/+5
* Add a macro to accurately calculate the length of a struct ifreq whenwollman1998-01-131-1/+6
* Move softc stuff into if_tunvar.hbrian1998-01-112-17/+51
* Move softc stuff into if_tunvar.hbrian1998-01-111-0/+1
* Fixed change prerequisites for <net/if_arp.h>:bde1998-01-101-4/+4
OpenPOWER on IntegriCloud