summaryrefslogtreecommitdiffstats
path: root/sys/net/if.h
Commit message (Expand)AuthorAgeFilesLines
...
* Removed nested include if <sys/socket.h> from <net/if.h> andbde1996-10-121-3/+1
* correct a field comment that someone must have accidentally spammedjulian1996-08-261-2/+2
* Add a callback pointer to the interfaces "init" routine.phk1996-08-041-1/+6
* Add better support for retrieving management information from networkwollman1996-07-301-7/+23
* Fix a spelling error I forgot to bring over from my personal versionwollman1996-07-231-2/+2
* Add a new, better mechanism for sticking packets onto ifqueues.wollman1996-07-221-1/+30
* Change the use if ifnet.if_lastchange to be more in line withgpalmer1996-06-101-2/+2
* Clean up Ethernet drivers:wollman1996-02-061-2/+2
* Delete the if_private[] array in struct ifnet; this turned out to bewollman1996-01-261-4/+19
* The last part of the ether_sprint -> %6D change.phk1996-01-261-2/+1
* Staticize, clean lint.phk1995-12-091-8/+1
* all:dg1995-12-051-6/+2
* Say goodbye to IFF_NOTRAILERS. Support for trailers was officiallywollman1995-10-131-2/+2
* Add a few hooks (in the form of an array of four void *'s) to allowwollman1995-08-311-1/+4
* Fix several sysinit functions that had the wrong type and unnecessarilybde1995-08-301-2/+1
* Make everything except the unsupported network sources compile cleanlybde1995-08-161-1/+2
* Move some struct definitions outside of struct's, so their scopes forjoerg1995-07-091-35/+40
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
* Cleanup loopback interface support.pst1995-04-261-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-1/+2
* Moved declaration of ifnet pointer out of the header file and into thedg1994-12-301-2/+2
* Removed bogus semicolon at end of a #define line.dg1994-12-221-2/+2
* Add generic part of generic multiple-physical-interface support (thewollman1994-12-211-1/+3
* Add a #define for if_rawoutput(), which isn't used now, but eventually willwollman1994-12-211-1/+2
* Add support for two separate cloning flags, one set by the lower layers,wollman1994-12-131-1/+13
* #include <socket.h> -> <sys/socket.h>phk1994-11-161-2/+2
* Include <sys/socket.h> for declaration of struct sockaddr. This helpsbde1994-11-151-4/+7
* if.h:bde1994-11-141-2/+3
* Define IFF_ALTPHYS to be IFF_LINK2. Gross, but effective. (There aren't anywollman1994-10-011-1/+2
* Make idempotent.paul1994-08-211-1/+6
* Fix up some sloppy coding practices:wollman1994-08-181-2/+2
* Added ioctl support for SIOCGIFMTU and SIOCSIFMTU. These set the per-dg1994-08-081-1/+3
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-5/+5
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+363
OpenPOWER on IntegriCloud