aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if.h
Commit message (Expand)AuthorAgeFilesLines
* sync comment on IFF_OACTIVE with reality.. IFF_OACTIVE is set when theJohn-Mark Gurney2004-11-171-1/+1
* Re-add ifi_epoch, to struct if_data, this time replacing ifi_unusedBrooks Davis2004-09-081-1/+4
* Back out ifi_epoch. The ABI breakage is too disruptive this close toBrooks Davis2004-09-021-1/+0
* Use a spare byte in struct if_data to store the structure size withoutBrooks Davis2004-09-011-0/+1
* Add a new variable, ifi_epoch, to struct if_data. It is set to the lastBrooks Davis2004-08-301-0/+1
* Add a new network interface flag, IFF_NEEDSGIANT, which will allowRobert Watson2004-07-271-0/+1
* Major overhaul of pseudo-interface cloning. Highlights include:Brooks Davis2004-06-221-22/+0
* Link state change notification of ethernet media to the routing socket.Andre Oppermann2004-05-031-0/+8
* Added the new interface capability option for drivers that implementRuslan Ermilov2004-04-111-0/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-1/+1
* By popular demand, added the "static ARP" per-interface option.Ruslan Ermilov2003-10-011-0/+1
* o add IF_*bps macros for netbsd compatibilitySam Leffler2002-11-141-0/+11
* style(9):Mike Barcroft2002-10-021-5/+5
* Use standards visibility conditionals to conditionalize most of thisMike Barcroft2002-10-021-5/+15
* Add the "Monitor" interface flag.Poul-Henning Kamp2002-09-271-0/+1
* Add IFF_POLLING into the list of flags which are protected from changing viaMaxim Sobolev2002-08-281-1/+2
* Implement user-setable promiscuous mode (a new `promisc' flag for ifconfig(8)).Maxim Sobolev2002-08-191-1/+2
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidMaxim Sobolev2002-08-181-10/+2
* Move all unit number management cloned interfaces into the cloningBrooks Davis2002-05-251-3/+4
* Avoid exposing struct if_clone and the sys/queue.h macros to userlandIan Dowse2002-05-201-0/+4
* Remove __P.Alfred Perlstein2002-03-191-4/+4
* Simplify the interface cloning framework by handling unitMaxime Henrion2002-03-111-3/+7
* Change the network interface cloning API so the destroy function returnsBrooks Davis2002-03-041-1/+1
* Introduce an interface announcement message for the routingRuslan Ermilov2002-01-181-0/+15
* Device Polling code for -current.Luigi Rizzo2001-12-141-0/+9
* Add a SIOCGIFINDEX ioctl, which returns the index of a named interface.Jonathan Lemon2001-10-171-0/+2
* Split HWCSUM into two components: RX and TX, for the benefit of driversJonathan Lemon2001-09-181-2/+5
* Add two fields to the ifnet structure indicating what extra capabilitiesJonathan Lemon2001-09-181-0/+7
* KSE Milestone 2Julian Elischer2001-09-121-1/+1
* Add kernel infrastructure for network device cloning.Brooks Davis2001-07-021-2/+36
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectRobert Watson2001-02-211-2/+0
* Fix typo: compatability -> compatibility.Jeroen Ruigrok van der Werven2001-02-061-4/+4
* Add support for offloading IP/TCP/UDP checksums to NIC hardware whichJonathan Lemon2000-03-271-2/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-4/+4
* KAME related header files additions and merges.Yoshinobu Inoue1999-11-051-0/+28
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fixed English errors, spelling errors and formatting errors in rev.1.51Bruce Evans1999-07-051-7/+9
* Add a new interface ioctl, to return "aux status".Poul-Henning Kamp1999-06-191-1/+15
* Introduce IFF_SMART bit.Poul-Henning Kamp1999-06-061-2/+3
* Fix some disordering I introduced with the jail code.Poul-Henning Kamp1999-05-081-2/+3
* This Implements the mumbled about "Jail" feature.Poul-Henning Kamp1999-04-281-1/+2
* Since ifru_flags is a short, we can fit in a copy of the flagsPoul-Henning Kamp1999-02-191-4/+4
* On most other systems "out there", <net/if.h> does not require the callerPeter Wemm1998-03-211-1/+9
* Add a macro to accurately calculate the length of a struct ifreq whenGarrett Wollman1998-01-131-1/+6
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-1/+8
* add SIOC{S,G}IFMEDIA ioctl supportPeter Wemm1997-05-031-1/+12
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Use the new if_multiaddrs list for multicast addresses rather than theGarrett Wollman1997-01-131-1/+14