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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
convert ifnet and afdata locks from mutexes to rwlocks
kmacy
2008-12-17
2
-18
/
+24
*
Also propagate the if_hwassist value to the parent so that cksum offload works.
thompsa
2008-12-16
1
-1
/
+6
*
A few locking fixes and cleanups to pfil hook registration,
rwatson
2008-12-16
1
-32
/
+10
*
remove assertion checks for now - ipfw uses its own lock for protecting its r...
kmacy
2008-12-16
1
-6
/
+0
*
style and spelling fix
kmacy
2008-12-16
2
-2
/
+2
*
assert that the radix node head is locked when manipulating the tree
kmacy
2008-12-16
1
-0
/
+7
*
add macro for destroying an llentry's rwlock
kmacy
2008-12-16
1
-1
/
+2
*
Add arpv2 management code
kmacy
2008-12-15
2
-0
/
+502
*
This main goals of this project are:
qingli
2008-12-15
12
-616
/
+134
*
Dont leak the rnh lock on error.
thompsa
2008-12-13
1
-3
/
+3
*
Second round of putting global variables, which were virtualized
bz
2008-12-13
1
-1
/
+3
*
Line wrap very long line in struct packet_filter_hook definition.
rwatson
2008-12-13
1
-1
/
+2
*
Consider processes attaching/detaching from tun(4) devices as being link
csjp
2008-12-12
1
-0
/
+2
*
Put a global variables, which were virtualized but formerly
bz
2008-12-11
1
-0
/
+2
*
Whitespace changes only - tabs must have been converted to spaces
bz
2008-12-11
1
-5
/
+5
*
Conditionally compile out V_ globals while instantiating the appropriate
zec
2008-12-10
6
-5
/
+47
*
fix a reported panic when adding a route and one hit here when deleting a route
kmacy
2008-12-10
2
-4
/
+12
*
It does not make much sense to include net/route.h twice.
bz
2008-12-09
1
-2
/
+0
*
Add rwlock.h (and lock.h for that) to keep no-INET kernels compiling
bz
2008-12-09
1
-0
/
+2
*
Fix a bug introduced in r185747: rather than dereferencing an uninitialized
bz
2008-12-09
1
-1
/
+1
*
- avoid recursively locking the radix node head lock
kmacy
2008-12-08
1
-2
/
+4
*
Add missing include to sys/lock.h before sys/rwlock.h
imp
2008-12-08
1
-0
/
+1
*
- convert radix node head lock from mutex to rwlock
kmacy
2008-12-07
5
-71
/
+127
*
Rather than using hidden includes (with cicular dependencies),
bz
2008-12-02
17
-2
/
+19
*
MFp4:
bz
2008-11-29
2
-13
/
+149
*
Unhide declarations of network stack virtualization structs from
zec
2008-11-28
1
-3
/
+2
*
Merge more of currently non-functional (i.e. resolving to
zec
2008-11-26
4
-1
/
+12
*
use consistent style
sam
2008-11-24
1
-10
/
+8
*
convert calls to IFQ_HANDOFF to if_transmit
kmacy
2008-11-22
6
-11
/
+7
*
- bump __FreeBSD version to reflect added buf_ring, memory barriers,
kmacy
2008-11-22
2
-21
/
+56
*
Change the initialization methodology for global variables scheduled
zec
2008-11-19
6
-21
/
+45
*
- Use RTFREE_LOCKED macro
kmacy
2008-11-11
1
-3
/
+3
*
Include if_arp.h for IFP2AC so that the netgraph parts in if.c
bz
2008-11-06
1
-0
/
+1
*
Check for INET not AF_INET in #ifdef. Makes it compile without INET.
bz
2008-11-06
1
-1
/
+1
*
Hide an unused variable in case we compile without INET.
bz
2008-11-06
1
-0
/
+4
*
Hide an unused variable in case we compile without INET.
bz
2008-11-06
1
-0
/
+3
*
Make compile without INET.
bz
2008-11-05
1
-2
/
+89
*
Hide the IPv4 init function if the kernel is compiled without INET.
bz
2008-11-05
1
-0
/
+3
*
Make compile without INET.
bz
2008-11-05
1
-0
/
+2
*
Make tun(4) compile without INET.
bz
2008-11-05
1
-0
/
+2
*
Do only define the variable if either INET or INET6 is defined.
bz
2008-11-05
1
-0
/
+2
*
Fix a number of style issues in the MALLOC / FREE commit. I've tried to
des
2008-10-23
1
-1
/
+2
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
13
-34
/
+33
*
Step 1.5 of importing the network stack virtualization infrastructure
zec
2008-10-02
21
-35
/
+260
*
Do not mangle if_oerrors of the underlying interface. This counter
glebius
2008-09-30
1
-2
/
+0
*
Replace all calls to minor() with dev2unit().
ed
2008-09-27
3
-25
/
+25
*
Remove unit2minor() use from kernel code.
ed
2008-09-26
3
-5
/
+5
*
Some people's 6to4 routers seem to have been blowing up because of
dwmalone
2008-09-25
1
-6
/
+30
*
Fix clone destruction, can't use the simple api because that does not remove
thompsa
2008-09-20
2
-2
/
+2
*
Move #defines for MRT-related constants from net/route.c to
zec
2008-09-20
2
-20
/
+21
[prev]
[next]