aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_sl.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: (rev 1.83) fixes the panic in sl_compress_tcp().Ruslan Ermilov2000-03-011-0/+1
* MFC (rev. 1.80): Fix the problem with non-working staticAlexey Zelkin1999-12-151-0/+3
* MFC: Don't call if_up() here, just set IFF_UP.Ruslan Ermilov1999-09-141-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-291-1/+1
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,Bruce Evans1998-07-151-2/+2
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-6/+6
* Eradicate the variable "time" from the kernel, using various measures.Poul-Henning Kamp1998-03-301-5/+5
* Implement the spirit but not the letter of Terrys hot-char patch.Poul-Henning Kamp1998-02-131-2/+3
* Staticize.Eivind Eklund1998-02-091-2/+2
* Make INET a proper option.Eivind Eklund1998-01-081-2/+3
* MALLOC->mallocAndrey A. Chernov1997-12-191-3/+3
* SUNIT: use MALLOC/FREE and M_NOWAITAndrey A. Chernov1997-12-191-4/+8
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that areBruce Evans1997-12-061-2/+2
* Preserve old SC_STATIC value after units exchangeAndrey A. Chernov1997-10-071-1/+3
* Update for new callout interface.Justin T. Gibbs1997-09-211-13/+17
* SUNIT: exchange up/down states tooAndrey A. Chernov1997-08-131-1/+7
* Removed unused #includes.Bruce Evans1997-08-021-4/+1
* Use malloc to save space for temp SUNIT variableAndrey A. Chernov1997-07-281-9/+10
* Move tmpnc struct out of stack, too largeAndrey A. Chernov1997-07-271-2/+3
* SUNIT: exchange back whole ifnet structures since they are in the linkedAndrey A. Chernov1997-07-261-7/+6
* Forget to change units in prev. SUNIT commit. Move variales to localAndrey A. Chernov1997-07-261-2/+7
* Exchange whole structures on SUNIT, not unit+flags fields only.Andrey A. Chernov1997-07-261-6/+6
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includeBruce Evans1997-03-241-2/+2
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.Bruce Evans1997-03-231-2/+2
* Fixed clist limits. I got them wrong several years ago in rev.1.9Bruce Evans1997-03-111-5/+5
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Don't try to do anything with the `ifr' parameter for SIOCADDMULTIGarrett Wollman1997-01-171-15/+0
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Use queue macros for the list of interfaces. Next stop: ifaddrs!Garrett Wollman1996-12-111-2/+1
* Add primitive link MIB support.Garrett Wollman1996-10-111-1/+3
* Remove another extraneous setting of if_lastchangeGary Palmer1996-06-241-2/+1
* Since the updates to ifnet.if_lastchange are so rare (relativelyGary Palmer1996-06-121-2/+2
* Change the use if ifnet.if_lastchange to be more in line withGary Palmer1996-06-101-4/+2
* When two units swapped, copy SC_STATIC flag too, not clear itAndrey A. Chernov1996-05-131-1/+2
* Prevent mixing of static and dynamic unit allocation strategiesAndrey A. Chernov1996-05-131-6/+21
* Regardless of whether or not the check for IPv4 is useful, we certainlyDavid Greenman1996-04-251-3/+3
* Reject all IP versions but 4.Poul-Henning Kamp1996-04-241-2/+3
* Removed never-used #includes of <machine/cpu.h>. Many were apparentlyBruce Evans1996-04-071-3/+1
* Clean up Ethernet drivers:Garrett Wollman1996-02-061-8/+8
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-141-8/+16
* Replaced bogus macros for entry points to unconfigured line disciplinesBruce Evans1995-11-051-6/+5
* slcompress: split one of the functions into two parts, to allow use by bothPeter Wemm1995-10-311-2/+2
* Clear SC_OUTWAIT after checking of free clists, not beforeAndrey A. Chernov1995-09-171-2/+2
* Call output process in slstart() whether or not there is any output. AsBruce Evans1995-09-101-9/+10
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofDavid Greenman1995-09-091-3/+3
* Fix several sysinit functions that had the wrong type and unnecessarilyBruce Evans1995-08-301-5/+7
* Obtained from: partly from ancient patches of mine via 1.1.5Bruce Evans1995-07-311-5/+3
* Obtained from: partly from ancient patches by ache and me via 1.1.5Bruce Evans1995-07-291-2/+2
* Worked around a bug with if.c setting the interface up even when we don'tDavid Greenman1995-07-071-1/+14
* Modified joerg's last change to only set the interface "up" when settingDavid Greenman1995-07-061-4/+9