summaryrefslogtreecommitdiffstats
path: root/sys/net/if_var.h
Commit message (Expand)AuthorAgeFilesLines
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-2/+2
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
* Long chain of calls starting with bridge_on(), going through IPv6, andhsu2002-12-271-1/+2
* SMP locking for ifnet list.hsu2002-12-221-0/+7
* Switch to the conventional reference counting scheme.hsu2002-12-181-15/+15
* Lock up ifaddr reference counts.hsu2002-12-181-8/+24
* o add if_nvlans member to track the number of vlans active on an interfacesam2002-11-141-9/+3
* Fixed some of the namespace pollution in rev.1.33. <sys/systm.h> wasbde2002-09-291-1/+0
* Add a new helper function if_printf() modeled on device_printf(). Thebrooks2002-09-241-0/+1
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidsobomax2002-08-181-1/+1
* Move to nested include of _label.h instead of mac.h, reducing namespacerwatson2002-08-141-1/+1
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-301-0/+2
* Minor style nitimp2002-05-071-1/+1
* Remove __P.alfred2002-03-191-69/+65
* whitespace fixes.jlemon2001-12-141-1/+1
* Device Polling code for -current.luigi2001-12-141-0/+9
* Expand the comment on the layout of softc, arpcom and ifnet structures,luigi2001-11-221-0/+15
* Remove ifnet.if_mpsafe for now. If this is needed, it won't be neededjhb2001-11-141-9/+1
* Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2.ru2001-10-171-1/+2
* bring in ARP support for variable length link level addressesfjoe2001-10-141-0/+4
* Documentation comment: note that the each NIC's softc is assumed to startmjacob2001-10-021-0/+5
* Add two fields to the ifnet structure indicating what extra capabilitiesjlemon2001-09-181-0/+2
* KSE Milestone 2julian2001-09-121-2/+2
* Wrap array accesses in macros, which also happen to be lvalues:jlemon2001-09-061-3/+14
* Add kernel infrastructure for network device cloning.brooks2001-07-021-1/+7
* 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
OpenPOWER on IntegriCloud