| Commit message (Expand) | Author | Age | Files | Lines |
* | sync comment on IFF_OACTIVE with reality.. IFF_OACTIVE is set when the | jmg | 2004-11-17 | 1 | -1/+1 |
* | Re-add ifi_epoch, to struct if_data, this time replacing ifi_unused | brooks | 2004-09-08 | 1 | -1/+4 |
* | Back out ifi_epoch. The ABI breakage is too disruptive this close to | brooks | 2004-09-02 | 1 | -1/+0 |
* | Use a spare byte in struct if_data to store the structure size without | brooks | 2004-09-01 | 1 | -0/+1 |
* | Add a new variable, ifi_epoch, to struct if_data. It is set to the last | brooks | 2004-08-30 | 1 | -0/+1 |
* | Add a new network interface flag, IFF_NEEDSGIANT, which will allow | rwatson | 2004-07-27 | 1 | -0/+1 |
* | Major overhaul of pseudo-interface cloning. Highlights include: | brooks | 2004-06-22 | 1 | -22/+0 |
* | Link state change notification of ethernet media to the routing socket. | andre | 2004-05-03 | 1 | -0/+8 |
* | Added the new interface capability option for drivers that implement | ru | 2004-04-11 | 1 | -0/+1 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -1/+1 |
* | By popular demand, added the "static ARP" per-interface option. | ru | 2003-10-01 | 1 | -0/+1 |
* | o add IF_*bps macros for netbsd compatibility | sam | 2002-11-14 | 1 | -0/+11 |
* | style(9): | mike | 2002-10-02 | 1 | -5/+5 |
* | Use standards visibility conditionals to conditionalize most of this | mike | 2002-10-02 | 1 | -5/+15 |
* | Add the "Monitor" interface flag. | phk | 2002-09-27 | 1 | -0/+1 |
* | Add IFF_POLLING into the list of flags which are protected from changing via | sobomax | 2002-08-28 | 1 | -1/+2 |
* | Implement user-setable promiscuous mode (a new `promisc' flag for ifconfig(8)). | sobomax | 2002-08-19 | 1 | -1/+2 |
* | Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid | sobomax | 2002-08-18 | 1 | -10/+2 |
* | Move all unit number management cloned interfaces into the cloning | brooks | 2002-05-25 | 1 | -3/+4 |
* | Avoid exposing struct if_clone and the sys/queue.h macros to userland | iedowse | 2002-05-20 | 1 | -0/+4 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -4/+4 |
* | Simplify the interface cloning framework by handling unit | mux | 2002-03-11 | 1 | -3/+7 |
* | Change the network interface cloning API so the destroy function returns | brooks | 2002-03-04 | 1 | -1/+1 |
* | Introduce an interface announcement message for the routing | ru | 2002-01-18 | 1 | -0/+15 |
* | Device Polling code for -current. | luigi | 2001-12-14 | 1 | -0/+9 |
* | Add a SIOCGIFINDEX ioctl, which returns the index of a named interface. | jlemon | 2001-10-17 | 1 | -0/+2 |
* | Split HWCSUM into two components: RX and TX, for the benefit of drivers | jlemon | 2001-09-18 | 1 | -2/+5 |
* | Add two fields to the ifnet structure indicating what extra capabilities | jlemon | 2001-09-18 | 1 | -0/+7 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -1/+1 |
* | Add kernel infrastructure for network device cloning. | brooks | 2001-07-02 | 1 | -2/+36 |
* | o Move per-process jail pointer (p->pr_prison) to inside of the subject | rwatson | 2001-02-21 | 1 | -2/+0 |
* | Fix typo: compatability -> compatibility. | asmodai | 2001-02-06 | 1 | -4/+4 |
* | Add support for offloading IP/TCP/UDP checksums to NIC hardware which | jlemon | 2000-03-27 | 1 | -2/+2 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 1 | -4/+4 |
* | KAME related header files additions and merges. | shin | 1999-11-05 | 1 | -0/+28 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Fixed English errors, spelling errors and formatting errors in rev.1.51 | bde | 1999-07-05 | 1 | -7/+9 |
* | Add a new interface ioctl, to return "aux status". | phk | 1999-06-19 | 1 | -1/+15 |
* | Introduce IFF_SMART bit. | phk | 1999-06-06 | 1 | -2/+3 |
* | Fix some disordering I introduced with the jail code. | phk | 1999-05-08 | 1 | -2/+3 |
* | This Implements the mumbled about "Jail" feature. | phk | 1999-04-28 | 1 | -1/+2 |
* | Since ifru_flags is a short, we can fit in a copy of the flags | phk | 1999-02-19 | 1 | -4/+4 |
* | On most other systems "out there", <net/if.h> does not require the caller | peter | 1998-03-21 | 1 | -1/+9 |
* | Add a macro to accurately calculate the length of a struct ifreq when | wollman | 1998-01-13 | 1 | -1/+6 |
* | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | phk | 1997-10-12 | 1 | -1/+8 |
* | add SIOC{S,G}IFMEDIA ioctl support | peter | 1997-05-03 | 1 | -1/+12 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Use the new if_multiaddrs list for multicast addresses rather than the | wollman | 1997-01-13 | 1 | -1/+14 |