aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Moved some #includes from <sys/param.h> nearer to where they are actuallyBruce Evans1998-03-281-2/+2
* Quieten a debug message.. This happens under "normal" operation by 4 bytesPeter Wemm1998-03-251-2/+2
* Added a forward struct declaration so that this file is lessBruce Evans1998-03-231-2/+2
* ppp-2.3.x ships with a bad compression number for deflate. It uses numberPeter Wemm1998-03-223-8/+40
* Update kernel parts of ppp to ppp-2.3.3. Not much has changed exceptPeter Wemm1998-03-213-852/+1959
* On most other systems "out there", <net/if.h> does not require the callerPeter Wemm1998-03-211-1/+9
* Add preliminary support for IEEE 802.1Q VLAN tagging. It doesn't actuallyGarrett Wollman1998-03-184-10/+473
* Fixed syntax error in previous commit.Bruce Evans1998-03-011-2/+2
* Make it possible to indicate that we don't care about the remotePoul-Henning Kamp1998-02-281-3/+6
* Don't depend on "implicit int" or bloat the data section in theBruce Evans1998-02-202-3/+3
* Removed unused #includes.Bruce Evans1998-02-202-7/+2
* Implement the spirit but not the letter of Terrys hot-char patch.Poul-Henning Kamp1998-02-132-5/+7
* Staticize.Eivind Eklund1998-02-095-15/+15
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-063-8/+3
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-043-3/+8
* Added #include of <sys/queue.h> so that this file is more "self"-sufficent.Bruce Evans1998-02-031-1/+3
* Revert previous commit. Remove all ifp->if_* = 0 initializations,Steve Price1998-02-011-7/+0
* Make the debug options new-style.Eivind Eklund1998-01-311-2/+2
* Make POWERFAIL_NMI, PPS_SYNC and NATM new style options.Eivind Eklund1998-01-311-0/+1
* Correct $Id$Brian Somers1998-01-261-1/+1
* Initialize if_ibytes and if_obytes to zero.Steve Price1998-01-251-0/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-242-1/+5
* Add a macro to accurately calculate the length of a struct ifreq whenGarrett Wollman1998-01-131-1/+6
* Move softc stuff into if_tunvar.hBrian Somers1998-01-112-17/+51
* Move softc stuff into if_tunvar.hBrian Somers1998-01-111-0/+1
* Fixed change prerequisites for <net/if_arp.h>:Bruce Evans1998-01-101-4/+4
* NETATALK -> opt_atalk.hEivind Eklund1998-01-093-3/+6
* Make INET a proper option.Eivind Eklund1998-01-0811-15/+58
* Reviewed by: Joerg WunschGary Jennejohn1998-01-011-10/+3
* Remove bogus #ifdef INET - SLIP doesn't compile without INET.Eivind Eklund1997-12-201-3/+1
* Fixed gratuitous ANSIisms.Bruce Evans1997-12-201-2/+5
* MALLOC->mallocAndrey A. Chernov1997-12-191-3/+3
* SUNIT: use MALLOC/FREE and M_NOWAITAndrey A. Chernov1997-12-191-4/+8
* Make COMPAT_43 and COMPAT_SUNOS new-style options.Eivind Eklund1997-12-161-1/+3
* Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.Eivind Eklund1997-12-155-5/+14
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that areBruce Evans1997-12-063-6/+6
* Unstaticized rn_delete() and rn_lookup(). They are used in dark cornersBruce Evans1997-11-242-10/+9
* Removed now-unused blocking mode flag.Bruce Evans1997-11-181-1/+0
* Removed unused #includes.Bruce Evans1997-11-181-18/+26
* Removed unused #includes.Bruce Evans1997-11-181-18/+6
* Don't test for conflicting combinations of PPP_FILTER/BPFILTER here.Bruce Evans1997-11-181-29/+9
* Cleaned up PPP_FILTER/NBPFILTER ifdefs.Bruce Evans1997-11-181-15/+6
* Use gettime() instead of assignment from `time'. (`time' is tooBruce Evans1997-11-182-6/+5
* Remove a bunch of variables which were unused both in GENERIC and LINT.Poul-Henning Kamp1997-11-073-10/+6
* Fixed bug in RTM_ADD where rmx_locks weren't being set on the new route,David Greenman1997-10-311-1/+4
* didn't even know fddi had the atalk support.Julian Elischer1997-10-291-4/+2
* Fix various problems with netatalk kernel support.Julian Elischer1997-10-291-14/+39
* Removed unused #includes.Bruce Evans1997-10-287-35/+7
* Braino on my part.. a #define isn't a reference to a structure, so thePeter Wemm1997-10-181-3/+1
* Convert PPP_FILTER to an option, like PPP_BSDCOMP and PPP_DEFLATE.Peter Wemm1997-10-182-6/+12