| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix several sysinit functions that had the wrong type and unnecessarily | bde | 1995-08-30 | 1 | -2/+1 |
* | Make everything except the unsupported network sources compile cleanly | bde | 1995-08-16 | 1 | -1/+2 |
* | Move some struct definitions outside of struct's, so their scopes for | joerg | 1995-07-09 | 1 | -35/+40 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -3/+3 |
* | Cleanup loopback interface support. | pst | 1995-04-26 | 1 | -2/+2 |
* | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | bde | 1995-03-16 | 1 | -1/+2 |
* | Moved declaration of ifnet pointer out of the header file and into the | dg | 1994-12-30 | 1 | -2/+2 |
* | Removed bogus semicolon at end of a #define line. | dg | 1994-12-22 | 1 | -2/+2 |
* | Add generic part of generic multiple-physical-interface support (the | wollman | 1994-12-21 | 1 | -1/+3 |
* | Add a #define for if_rawoutput(), which isn't used now, but eventually will | wollman | 1994-12-21 | 1 | -1/+2 |
* | Add support for two separate cloning flags, one set by the lower layers, | wollman | 1994-12-13 | 1 | -1/+13 |
* | #include <socket.h> -> <sys/socket.h> | phk | 1994-11-16 | 1 | -2/+2 |
* | Include <sys/socket.h> for declaration of struct sockaddr. This helps | bde | 1994-11-15 | 1 | -4/+7 |
* | if.h: | bde | 1994-11-14 | 1 | -2/+3 |
* | Define IFF_ALTPHYS to be IFF_LINK2. Gross, but effective. (There aren't any | wollman | 1994-10-01 | 1 | -1/+2 |
* | Make idempotent. | paul | 1994-08-21 | 1 | -1/+6 |
* | Fix up some sloppy coding practices: | wollman | 1994-08-18 | 1 | -2/+2 |
* | Added ioctl support for SIOCGIFMTU and SIOCSIFMTU. These set the per- | dg | 1994-08-08 | 1 | -1/+3 |
* | Added $Id$ | dg | 1994-08-02 | 1 | -0/+1 |
* | The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch. | rgrimes | 1994-05-25 | 1 | -5/+5 |
* | BSD 4.4 Lite Kernel Sources | rgrimes | 1994-05-24 | 1 | -0/+363 |