summaryrefslogtreecommitdiffstats
path: root/sys/net/if.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud