| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Separate kernel-internal data structures from exposed user interface | wollman | 1997-01-03 | 1 | -272/+3 |
* | Convert the interface address and IP interface address structures | wollman | 1996-12-13 | 1 | -13/+7 |
* | Use queue macros for the list of interfaces. Next stop: ifaddrs! | wollman | 1996-12-11 | 1 | -7/+18 |
* | Include <net/if_arp.h> in the one header that requires it, | wollman | 1996-12-11 | 1 | -3/+1 |
* | Finally, after six years, remove the ``quick hack for SNMP'' that was | wollman | 1996-12-10 | 1 | -5/+1 |
* | 1) Implement SIOCSIFMTU in ether_ioctl(), and change ether_ioctl's return | dg | 1996-12-10 | 1 | -2/+2 |
* | Fix comments, which appear to have been mangled long ago and far away. | fenner | 1996-10-21 | 1 | -6/+8 |
* | Removed nested include if <sys/socket.h> from <net/if.h> and | bde | 1996-10-12 | 1 | -3/+1 |
* | correct a field comment that someone must have accidentally spammed | julian | 1996-08-26 | 1 | -2/+2 |
* | Add a callback pointer to the interfaces "init" routine. | phk | 1996-08-04 | 1 | -1/+6 |
* | Add better support for retrieving management information from network | wollman | 1996-07-30 | 1 | -7/+23 |
* | Fix a spelling error I forgot to bring over from my personal version | wollman | 1996-07-23 | 1 | -2/+2 |
* | Add a new, better mechanism for sticking packets onto ifqueues. | wollman | 1996-07-22 | 1 | -1/+30 |
* | Change the use if ifnet.if_lastchange to be more in line with | gpalmer | 1996-06-10 | 1 | -2/+2 |
* | Clean up Ethernet drivers: | wollman | 1996-02-06 | 1 | -2/+2 |
* | Delete the if_private[] array in struct ifnet; this turned out to be | wollman | 1996-01-26 | 1 | -4/+19 |
* | The last part of the ether_sprint -> %6D change. | phk | 1996-01-26 | 1 | -2/+1 |
* | Staticize, clean lint. | phk | 1995-12-09 | 1 | -8/+1 |
* | all: | dg | 1995-12-05 | 1 | -6/+2 |
* | Say goodbye to IFF_NOTRAILERS. Support for trailers was officially | wollman | 1995-10-13 | 1 | -2/+2 |
* | Add a few hooks (in the form of an array of four void *'s) to allow | wollman | 1995-08-31 | 1 | -1/+4 |