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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove comments and #ifdef notyet'd code relating to directly dispatching
rwatson
2008-08-21
1
-17
/
+0
*
Fix some of the formatting fixes.. It's amazing how some thing stand out
julian
2008-08-20
3
-6
/
+5
*
A bunch of formatting fixes brough to light by, or created by the Vimage commit
julian
2008-08-20
8
-29
/
+40
*
Fix ARP in bridging scenarios where the bridge shares its
philip
2008-08-18
1
-1
/
+24
*
Commit step 1 of the vimage project, (network stack)
bz
2008-08-17
37
-1166
/
+1204
*
Fix a regression introduced in r179289 splitting up ip6_savecontrol()
bz
2008-08-16
1
-1
/
+1
*
Nit
des
2008-08-09
1
-2
/
+1
*
Minor white space tweaks.
rwatson
2008-08-07
2
-7
/
+6
*
Correct comment typo.
rwatson
2008-08-07
1
-2
/
+2
*
Minor style tweaks.
jhb
2008-08-05
1
-6
/
+5
*
The IPFW code accepts the use of the tablearg keyword along with the skipto
julian
2008-08-01
1
-8
/
+21
*
MFp4 (//depot/projects/tcpecn/):
rpaulo
2008-07-31
5
-14
/
+155
*
Adds support for the SCTP_PORT_REUSE option
rrs
2008-07-31
7
-110
/
+330
*
Fix build breakage - kthread_exit() in 8 now has no arguments
rrs
2008-07-29
1
-1
/
+2
*
- Out with some printfs.
rrs
2008-07-29
6
-19
/
+12
*
Some style and assertion fixes to the previous commits hinted by rwatson.
mav
2008-07-28
1
-3
/
+9
*
According to in_pcb.h protocol binding information has double locking.
mav
2008-07-27
1
-2
/
+1
*
Increase UDBHASHSIZE from 16 to 128 items.
mav
2008-07-26
1
-1
/
+1
*
According to in_pcb.h protocol binding information has double locking.
mav
2008-07-26
1
-24
/
+22
*
Add hash table lookup for a fully connected raw sockets.
mav
2008-07-26
1
-9
/
+80
*
Trying to fix compilation bustage:
avatar
2008-07-22
2
-4
/
+4
*
make new accessor functions consistent with existing style
kmacy
2008-07-21
2
-9
/
+14
*
- Switch to INP_WLOCK macro from inp_wlock
kmacy
2008-07-21
2
-16
/
+1
*
Add versions of tcp_twstart, tcp_close, and tcp_drop that hide the acquisitio...
kmacy
2008-07-21
2
-1
/
+65
*
add interface for external consumers to syncache_expand - rename syncache_add...
kmacy
2008-07-21
2
-2
/
+18
*
Add accessor functions for socket fields.
kmacy
2008-07-21
1
-0
/
+14
*
add inpcb accessor functions for fields needed by TOE devices
kmacy
2008-07-21
2
-0
/
+62
*
Document a few sysctls.
trhodes
2008-07-20
2
-4
/
+4
*
ia is a pointer thus use NULL rather then 0 for initialization and
bz
2008-07-20
1
-5
/
+5
*
remove unused toedev functions and add comments for rest
kmacy
2008-07-20
1
-2
/
+22
*
Add an accept filter for TCP based DNS requests. It waits until the
dwmalone
2008-07-18
1
-0
/
+135
*
Eliminate use of the global ripsrc which was being used to pass address
rwatson
2008-07-18
1
-7
/
+10
*
Fix error in comment.
rwatson
2008-07-16
1
-3
/
+3
*
Merge last of a series of rwlock conversion changes to UDP, which
rwatson
2008-07-15
2
-34
/
+89
*
Fix commment in typo.
rpaulo
2008-07-15
1
-1
/
+1
*
Fix carp(4) panics that can occur during carp interface configuration.
eri
2008-07-14
1
-0
/
+8
*
Slightly rearrange validation of UDP arguments and jail processing in
rwatson
2008-07-10
1
-4
/
+25
*
Pass the ucred along into in{,6}_pcblookup_local for upcoming
bz
2008-07-10
2
-8
/
+8
*
For consistency take lport as u_short in in{,6}_pcblookup_local.
bz
2008-07-10
2
-3
/
+2
*
Apply the MAC label to an outgoing UDP packet when other inpcb properties are
rwatson
2008-07-10
1
-4
/
+4
*
For consistency with the rest of the function use the locally cached
bz
2008-07-09
1
-1
/
+1
*
1) Adds the rest of the VIMAGE change macros
rrs
2008-07-09
24
-72
/
+121
*
Provide some initial chicken-scratching annotations of locking for
rwatson
2008-07-08
1
-27
/
+59
*
Allow udp_notify() to accept read, as well as write, locks on the passed
rwatson
2008-07-07
1
-3
/
+9
*
Add additional udbinfo and inpcb locking assertions to udp_output(); for
rwatson
2008-07-07
1
-0
/
+6
*
First step towards parallel transmit in UDP: if neither a specific
rwatson
2008-07-07
1
-5
/
+12
*
Drop read lock on udbinfo earlier during delivery to the last matching
rwatson
2008-07-07
1
-3
/
+5
*
Rename raw_append() to rip_append(): the raw_ prefix is generally used
rwatson
2008-07-05
1
-3
/
+3
*
Improve approximation of style(9) in raw socket code.
rwatson
2008-07-05
1
-62
/
+75
*
Enqueue de-capsulated packet instead of performing direct dispatch. It's
gonzo
2008-07-04
1
-2
/
+2
[next]