aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_mib.c
Commit message (Expand)AuthorAgeFilesLines
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-4/+6
* ifnet_byindex_ref() requires network epoch.Gleb Smirnoff2019-10-091-0/+3
* These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff2016-02-011-0/+1
* Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.Gleb Smirnoff2014-11-071-3/+3
* Remove ifq_drops from struct ifqueue. Now queue drops are accounted inGleb Smirnoff2014-09-191-1/+2
* o Remove struct if_data from struct ifnet. Now it is merely API structureGleb Smirnoff2014-08-311-4/+3
* Remove ability to write to struct if_data residing in struct ifnetGleb Smirnoff2014-08-311-19/+0
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-2/+2
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-2/+2
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hBjoern A. Zeeb2009-06-231-1/+0
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb2009-06-081-2/+0
* Permit buiding kernels with options VIMAGE, restricted to only a singleMarko Zec2009-04-301-1/+0
* Start to address a number of races relating to use of ifnet pointersRobert Watson2009-04-211-15/+19
* For all files including net/vnet.h directly include opt_route.h andBjoern A. Zeeb2009-02-271-0/+3
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+1
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-2/+5
* Add a missing break statement; IFDATA_LINKSPECIFIC would fall throughBruce M Simpson2008-09-101-0/+1
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-1/+2
* Add a new leaf to the net.link.generic.ifdata.%d sysctl to retrieveHartmut Brandt2006-01-041-1/+18
* Use the more appropriate ifnet_byindex() instead of ifaddr_byindex().Ruslan Ermilov2005-11-111-2/+2
* Before we export network interface data through the ifmibdata structure,Christian S.J. Peron2005-10-231-1/+1
* If we are going toColin Percival2005-05-061-0/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-9/+2
* The interface index space may be sparsely populated (e.g. when anBill Fenner2001-10-171-1/+2
* Wrap array accesses in macros, which also happen to be lvalues:Jonathan Lemon2001-09-061-1/+1
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.Poul-Henning Kamp2000-07-041-1/+1
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:Poul-Henning Kamp2000-07-031-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* * Change sysctl from using linker_set to construct its tree using SLISTs.Doug Rabson1999-02-161-1/+2
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-2/+3
* Removed unused #includes.Bruce Evans1997-08-021-5/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Removed nested include if <sys/socket.h> from <net/if.h> andBruce Evans1996-10-121-1/+2
* Add better support for retrieving management information from networkGarrett Wollman1996-07-301-0/+150