summaryrefslogtreecommitdiffstats
path: root/sys/net/if_var.h
Commit message (Expand)AuthorAgeFilesLines
* Catch up to header include changes:jhb2001-03-281-1/+3
* Change and clean the mutex lock interface.bmilekic2001-02-091-2/+2
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-061-2/+2
* Make the number of loopback interfaces dynamically tunable. Why onepeter2001-01-291-1/+1
* Unbreak world; #include <sys/mutex.h> instead of <machine/mutex.h>jlemon2000-11-261-1/+3
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-50/+99
* Augment the 'ifaddr' structure with a 'struct if_data' to keepjoe2000-10-191-0/+1
* Export the functionality of SIOCSIFLLADDR with if_setlladdr()archie2000-08-151-0/+1
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-1/+2
* Fix kernel build breakage when 'device ether' was not included.archie2000-06-291-1/+0
* Make the ng_ether(4) node type dynamically loadable like the rest.archie2000-06-261-0/+3
* Back out the previous change to the queue(3) interface.jake2000-05-261-8/+8
* Just need to pass the address family to if_simloop(), not the whole sockaddr.archie2000-05-241-2/+1
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-8/+8
* Add support for offloading IP/TCP/UDP checksums to NIC hardware whichjlemon2000-03-271-0/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-4/+4
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPshin1999-11-221-4/+11
* KAME related header files additions and merges.shin1999-11-051-0/+18
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Define IF_MAXMTU and IF_MINMTU and don't allow MTUs withbrian1999-08-061-1/+9
* PR: kern/10570pb1999-05-161-2/+2
* Add sufficient braces to keep egcs happy about potentially ambiguouspeter1999-05-061-5/+7
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-1/+2
* Generalize the if_up() and if_down() functions under the namesphk1998-12-161-4/+3
* Go through the loopback code with a broom..julian1998-06-121-3/+3
* This commit fixes various 64bit portability problems required fordfr1998-06-071-3/+3
* Support compiling with `gcc -ansi'.bde1998-04-151-3/+3
* Add a per-interface-address pointer to a function that can be suppliedjulian1997-08-281-1/+4
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fix a few oversights in the new multicast membership interface.wollman1997-01-081-6/+11
* Checkpoint the beginnings of the new kernel interface forwollman1997-01-071-1/+23
* Separate kernel-internal data structures from exposed user interfacewollman1997-01-031-0/+305
OpenPOWER on IntegriCloud