summaryrefslogtreecommitdiffstats
path: root/sys/net/if.h
Commit message (Expand)AuthorAgeFilesLines
* Link state change notification of ethernet media to the routing socket.andre2004-05-031-0/+8
* Added the new interface capability option for drivers that implementru2004-04-111-0/+1
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-1/+1
* By popular demand, added the "static ARP" per-interface option.ru2003-10-011-0/+1
* o add IF_*bps macros for netbsd compatibilitysam2002-11-141-0/+11
* style(9):mike2002-10-021-5/+5
* Use standards visibility conditionals to conditionalize most of thismike2002-10-021-5/+15
* Add the "Monitor" interface flag.phk2002-09-271-0/+1
* Add IFF_POLLING into the list of flags which are protected from changing viasobomax2002-08-281-1/+2
* Implement user-setable promiscuous mode (a new `promisc' flag for ifconfig(8)).sobomax2002-08-191-1/+2
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidsobomax2002-08-181-10/+2
* Move all unit number management cloned interfaces into the cloningbrooks2002-05-251-3/+4
* Avoid exposing struct if_clone and the sys/queue.h macros to userlandiedowse2002-05-201-0/+4
* Remove __P.alfred2002-03-191-4/+4
* Simplify the interface cloning framework by handling unitmux2002-03-111-3/+7
* Change the network interface cloning API so the destroy function returnsbrooks2002-03-041-1/+1
* Introduce an interface announcement message for the routingru2002-01-181-0/+15
* Device Polling code for -current.luigi2001-12-141-0/+9
* Add a SIOCGIFINDEX ioctl, which returns the index of a named interface.jlemon2001-10-171-0/+2
* Split HWCSUM into two components: RX and TX, for the benefit of driversjlemon2001-09-181-2/+5
* Add two fields to the ifnet structure indicating what extra capabilitiesjlemon2001-09-181-0/+7
* KSE Milestone 2julian2001-09-121-1/+1
* Add kernel infrastructure for network device cloning.brooks2001-07-021-2/+36
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectrwatson2001-02-211-2/+0
* Fix typo: compatability -> compatibility.asmodai2001-02-061-4/+4
* Add support for offloading IP/TCP/UDP checksums to NIC hardware whichjlemon2000-03-271-2/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-4/+4
* KAME related header files additions and merges.shin1999-11-051-0/+28
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fixed English errors, spelling errors and formatting errors in rev.1.51bde1999-07-051-7/+9
* Add a new interface ioctl, to return "aux status".phk1999-06-191-1/+15
* Introduce IFF_SMART bit.phk1999-06-061-2/+3
* Fix some disordering I introduced with the jail code.phk1999-05-081-2/+3
* This Implements the mumbled about "Jail" feature.phk1999-04-281-1/+2
* Since ifru_flags is a short, we can fit in a copy of the flagsphk1999-02-191-4/+4
* On most other systems "out there", <net/if.h> does not require the callerpeter1998-03-211-1/+9
* Add a macro to accurately calculate the length of a struct ifreq whenwollman1998-01-131-1/+6
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-1/+8
* add SIOC{S,G}IFMEDIA ioctl supportpeter1997-05-031-1/+12
* 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
* Use the new if_multiaddrs list for multicast addresses rather than thewollman1997-01-131-1/+14
* Separate kernel-internal data structures from exposed user interfacewollman1997-01-031-272/+3
* Convert the interface address and IP interface address structureswollman1996-12-131-13/+7
* Use queue macros for the list of interfaces. Next stop: ifaddrs!wollman1996-12-111-7/+18
* Include <net/if_arp.h> in the one header that requires it,wollman1996-12-111-3/+1
* Finally, after six years, remove the ``quick hack for SNMP'' that waswollman1996-12-101-5/+1
* 1) Implement SIOCSIFMTU in ether_ioctl(), and change ether_ioctl's returndg1996-12-101-2/+2
* Fix comments, which appear to have been mangled long ago and far away.fenner1996-10-211-6/+8
OpenPOWER on IntegriCloud