summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* NETATALK -> opt_atalk.heivind1998-01-093-3/+6
* Make INET a proper option.eivind1998-01-0811-15/+58
* Reviewed by: Joerg Wunschgj1998-01-011-10/+3
* Remove bogus #ifdef INET - SLIP doesn't compile without INET.eivind1997-12-201-3/+1
* Fixed gratuitous ANSIisms.bde1997-12-201-2/+5
* MALLOC->mallocache1997-12-191-3/+3
* SUNIT: use MALLOC/FREE and M_NOWAITache1997-12-191-4/+8
* Make COMPAT_43 and COMPAT_SUNOS new-style options.eivind1997-12-161-1/+3
* Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.eivind1997-12-155-5/+14
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that arebde1997-12-063-6/+6
* Unstaticized rn_delete() and rn_lookup(). They are used in dark cornersbde1997-11-242-10/+9
* Removed now-unused blocking mode flag.bde1997-11-181-1/+0
* Removed unused #includes.bde1997-11-181-18/+26
* Removed unused #includes.bde1997-11-181-18/+6
* Don't test for conflicting combinations of PPP_FILTER/BPFILTER here.bde1997-11-181-29/+9
* Cleaned up PPP_FILTER/NBPFILTER ifdefs.bde1997-11-181-15/+6
* Use gettime() instead of assignment from `time'. (`time' is toobde1997-11-182-6/+5
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-073-10/+6
* Fixed bug in RTM_ADD where rmx_locks weren't being set on the new route,dg1997-10-311-1/+4
OpenPOWER on IntegriCloud