index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
net
/
if_mib.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
1
-0
/
+1
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-2
/
+2
*
Merge the remainder of kern_vimage.c and vimage.h into vnet.c and
rwatson
2009-08-01
1
-1
/
+0
*
Build on Jeff Roberson's linker-set based dynamic per-CPU allocator
rwatson
2009-07-14
1
-2
/
+2
*
After cleaning up rt_tables from vnet.h and cleaning up opt_route.h
bz
2009-06-23
1
-1
/
+0
*
After r193232 rt_tables in vnet.h are no longer indirectly dependent on
bz
2009-06-08
1
-2
/
+0
*
Permit buiding kernels with options VIMAGE, restricted to only a single
zec
2009-04-30
1
-1
/
+0
*
Start to address a number of races relating to use of ifnet pointers
rwatson
2009-04-21
1
-15
/
+19
*
For all files including net/vnet.h directly include opt_route.h and
bz
2009-02-27
1
-0
/
+3
*
Rather than using hidden includes (with cicular dependencies),
bz
2008-12-02
1
-0
/
+1
*
Step 1.5 of importing the network stack virtualization infrastructure
zec
2008-10-02
1
-2
/
+5
*
Add a missing break statement; IFDATA_LINKSPECIFIC would fall through
bms
2008-09-10
1
-0
/
+1
*
Commit step 1 of the vimage project, (network stack)
bz
2008-08-17
1
-1
/
+2
*
Add a new leaf to the net.link.generic.ifdata.%d sysctl to retrieve
harti
2006-01-04
1
-1
/
+18
*
Use the more appropriate ifnet_byindex() instead of ifaddr_byindex().
ru
2005-11-11
1
-2
/
+2
*
Before we export network interface data through the ifmibdata structure,
csjp
2005-10-23
1
-1
/
+1
*
If we are going to
cperciva
2005-05-06
1
-0
/
+1
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-9
/
+2
*
The interface index space may be sparsely populated (e.g. when an
fenner
2001-10-17
1
-1
/
+2
*
Wrap array accesses in macros, which also happen to be lvalues:
jlemon
2001-09-06
1
-1
/
+1
*
Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.
phk
2000-07-04
1
-1
/
+1
*
Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:
phk
2000-07-03
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
* Change sysctl from using linker_set to construct its tree using SLISTs.
dfr
1999-02-16
1
-1
/
+2
*
Examine all occurrences of sprintf(), strcat(), and str[n]cpy()
archie
1998-12-04
1
-2
/
+3
*
Removed unused #includes.
bde
1997-08-02
1
-5
/
+1
*
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
*
Removed nested include if <sys/socket.h> from <net/if.h> and
bde
1996-10-12
1
-1
/
+2
*
Add better support for retrieving management information from network
wollman
1996-07-30
1
-0
/
+150