summaryrefslogtreecommitdiffstats
path: root/sys/net/if_mib.c
Commit message (Expand)AuthorAgeFilesLines
* Permit buiding kernels with options VIMAGE, restricted to only a singlezec2009-04-301-1/+0
* Start to address a number of races relating to use of ifnet pointersrwatson2009-04-211-15/+19
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+3
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+1
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-2/+5
* Add a missing break statement; IFDATA_LINKSPECIFIC would fall throughbms2008-09-101-0/+1
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-1/+2
* Add a new leaf to the net.link.generic.ifdata.%d sysctl to retrieveharti2006-01-041-1/+18
* Use the more appropriate ifnet_byindex() instead of ifaddr_byindex().ru2005-11-111-2/+2
* Before we export network interface data through the ifmibdata structure,csjp2005-10-231-1/+1
* If we are going tocperciva2005-05-061-0/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-9/+2
* The interface index space may be sparsely populated (e.g. when anfenner2001-10-171-1/+2
* Wrap array accesses in macros, which also happen to be lvalues:jlemon2001-09-061-1/+1
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-041-1/+1
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-031-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* * Change sysctl from using linker_set to construct its tree using SLISTs.dfr1999-02-161-1/+2
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-2/+3
* Removed unused #includes.bde1997-08-021-5/+1
* 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
* Removed nested include if <sys/socket.h> from <net/if.h> andbde1996-10-121-1/+2
* Add better support for retrieving management information from networkwollman1996-07-301-0/+150
OpenPOWER on IntegriCloud