summaryrefslogtreecommitdiffstats
path: root/sys/net/if.c
Commit message (Expand)AuthorAgeFilesLines
...
* Use mtx_initiaalized() rather than violating the internals of the mutexjhb2001-03-281-2/+1
* Don't bypass notifying a corresponding interfaceyar2001-03-271-0/+6
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectrwatson2001-02-211-1/+3
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-061-10/+10
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-18/+9
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-6/+6
* Use <sys/queue.h> macro api rather than fondle its implementation detals.phk2001-02-031-28/+28
* Revert mutex initialization check to look at mtx_description.jasone2001-01-301-1/+1
* Move most of sys/mutex.h into kern/kern_mutex.c, thereby making the mutexjasone2001-01-211-1/+2
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-6/+3
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-1/+10
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* make sure we have root priv on SIOCSIFPHY*. from thorpej@netbsditojun2000-10-041-0/+5
* Export the functionality of SIOCSIFLLADDR with if_setlladdr()archie2000-08-151-25/+50
* improve route/nd cache cleanup on interface removal.itojun2000-07-161-12/+10
* Previous commit didn't work; this time really fix it.archie2000-06-301-14/+0
* Fix kernel build breakage when 'device ether' was not included.archie2000-06-291-1/+3
* Make the ng_ether(4) node type dynamically loadable like the rest.archie2000-06-261-0/+12
* Implement SIOCSIFLLADDR, which allows you to change the link-levelwpaul2000-06-161-0/+30
* IOCGIFCONF once and for all. Sometimes the ifc_len variableguido2000-04-211-5/+2
* This fixes a problem where the SIOCGIFCONF ioctl goes wrong. Thisguido2000-02-281-1/+9
* Add workaround for fxp issue at interface initialization with IPv6.shin2000-02-011-0/+4
* Notify user processes about interface's MTU change.ru2000-01-241-1/+3
* Prevent kernel panic at ifconfig up after Note PC resume.shin1999-12-301-3/+22
* Two more fixes to if_detach. These are generic to all interfaces andimp1999-12-171-2/+63
* Allow ifunit() routine to understand names like ed0f2. Alsobp1999-12-131-31/+26
* Add some gross ad-hock hacks to increase stability of if_detach:imp1999-12-101-2/+17
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-071-1/+1
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPshin1999-11-221-24/+115
* For every "promiscuous mode enabled" message printed for an interface,sheldonh1999-08-301-0/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Define IF_MAXMTU and IF_MINMTU and don't allow MTUs withbrian1999-08-061-6/+2
* Add a new interface ioctl, to return "aux status".phk1999-06-191-1/+6
* typo in previous commitphk1999-06-061-2/+2
* Introduce IFF_SMART bit.phk1999-06-061-4/+7
* This Implements the mumbled about "Jail" feature.phk1999-04-281-12/+17
* Suser() simplification:phk1999-04-271-7/+7
* Protect the ifinit() function's internals with splimp() for safety sincepeter1999-04-261-4/+5
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-1/+34
* Since ifru_flags is a short, we can fit in a copy of the flagsphk1999-02-191-1/+2
* Print a message if the driver didn't initialize ifq_maxlen.phk1999-02-011-2/+5
* Generalize the if_up() and if_down() functions under the namesphk1998-12-161-11/+39
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-3/+5
* One-liner: add a call to the underlying device driver's SIOCDELMULTIwpaul1998-08-121-1/+2
* Make sure the link level sockaddr size is rounded up correctly on alpha.dfr1998-07-201-2/+2
* 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-071-4/+4
* Use getmicrotime() for if_lastchange, 10msec is plenty precision.phk1998-04-061-10/+10
* Make COMPAT_43 and COMPAT_SUNOS new-style options.eivind1997-12-161-1/+3
* Removed unused #includes.bde1997-10-281-4/+1
OpenPOWER on IntegriCloud