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
*
The RTF_LLINFO was revived unconditionally, but within the kernel the
qingli
2009-01-16
1
-5
/
+1
*
Revive the RTF_LLINFO flag in route.h. The kernel code is guarded
qingli
2009-01-12
2
-2
/
+9
*
Do invoke mac_ifnet_check_transmit() and mac_ifnet_create_mbuf()
rwatson
2009-01-10
1
-0
/
+18
*
Rather than using the cred from curthread, take it from the thread
bz
2009-01-09
1
-5
/
+5
*
Restrict arp, ndp and theoretically the FIB listing (if not
bz
2009-01-09
1
-2
/
+12
*
Take the cred from curthread rather than curproc as curproc would need
bz
2009-01-09
1
-3
/
+3
*
The log message should terminate with a newline instead
qingli
2009-01-02
1
-1
/
+1
*
This checkin addresses a couple of issues:
qingli
2008-12-26
2
-7
/
+22
*
The "tun?" dev need not be opened at all. One is allowed to perform
qingli
2008-12-25
1
-4
/
+2
*
- Close a race during which the open flag could be cleared but the tun_softc ...
kmacy
2008-12-25
1
-2
/
+6
*
Provide a condition variable to delay the cloned interface
qingli
2008-12-22
1
-3
/
+12
*
if_rtdel is always called with the RADIX_NODE_HEAD lock held
kmacy
2008-12-18
1
-1
/
+1
*
add ifnet_byindex_locked to allow for use of IFNET_RLOCK
kmacy
2008-12-18
1
-8
/
+17
*
Add TWINAX (Twin Axial Copper for 10G networking) media types.
gnn
2008-12-17
1
-0
/
+12
*
- Protect against sc->sc_primary being null
thompsa
2008-12-17
1
-3
/
+4
*
Update the interface baudrate taking into account the max speed for the
thompsa
2008-12-17
2
-0
/
+21
*
Remove the rt argument from nd6_storelladdr() because
qingli
2008-12-17
5
-5
/
+5
*
Keep stats in drbr_enqueue
kmacy
2008-12-17
1
-3
/
+16
*
avoid trying to acquire a shared lock while holding an exclusive lock
kmacy
2008-12-17
1
-4
/
+4
*
merge in 2 buf_ring helper routines for enqueueing and freeing buf_rings
kmacy
2008-12-17
1
-0
/
+27
*
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
[next]