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
/
netinet
/
ip_options.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge the remainder of kern_vimage.c and vimage.h into vnet.c and
rwatson
2009-08-01
1
-1
/
+1
*
Build on Jeff Roberson's linker-set based dynamic per-CPU allocator
rwatson
2009-07-14
1
-2
/
+0
*
Modify most routines returning 'struct ifaddr *' to return references
rwatson
2009-06-23
1
-3
/
+5
*
Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC
rwatson
2009-06-05
1
-1
/
+0
*
Update stats in struct ipstat using four new macros, IPSTAT_ADD(),
rwatson
2009-04-11
1
-2
/
+2
*
Add function ip_checkrouteralert(), which will be used
bms
2009-03-04
1
-0
/
+61
*
Use uint32_t instead of n_long and n_time, and uint16_t instead of n_short.
luigi
2009-02-13
1
-5
/
+5
*
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
-0
/
+1
*
Fix a panic in MAC kernels that was a result of un-initialized label
csjp
2008-08-27
1
-3
/
+0
*
Commit step 1 of the vimage project, (network stack)
bz
2008-08-17
1
-8
/
+9
*
Add code to allow the system to handle multiple routing tables.
julian
2008-05-09
1
-2
/
+3
*
Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to
rwatson
2008-04-17
1
-1
/
+1
*
Replace the last susers calls in netinet6/ with privilege checks.
bz
2008-01-24
1
-0
/
+1
*
Merge first in a series of TrustedBSD MAC Framework KPI changes
rwatson
2007-10-24
1
-1
/
+1
*
Add FBSDID to all files in netinet so that people can more
silby
2007-10-07
1
-2
/
+3
*
Normalize style a bit: reduce pseudo-randomness of comment layout and
rwatson
2007-05-11
1
-63
/
+66
*
Move universally to ANSI C function declarations, with relatively
rwatson
2007-05-10
1
-15
/
+5
*
Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h
rwatson
2006-10-22
1
-1
/
+2
*
Remove 'ipprintfs' which were protected under DIAGNOSTIC. It doesn't
andre
2005-11-19
1
-20
/
+0
*
Consolidate all IP Options handling functions into ip_options.[ch] and
andre
2005-11-18
1
-0
/
+708