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
*
add missing inpcb lock before call to tcp_twclose (which reclaims the inpcb)
sam
2003-11-13
1
-0
/
+1
*
o reorder some locking asserts to reflect the order of the locks
sam
2003-11-13
1
-3
/
+4
*
Move global variables for icmp_input() to its stack. With SMP or
andre
2003-11-13
1
-10
/
+18
*
Do not fragment a packet with hardware assistance if it has the DF
andre
2003-11-12
1
-1
/
+2
*
Add a new sysctl knob, net.inet.udp.strict_mcast_mship, to the udp_input path.
bms
2003-11-12
1
-0
/
+28
*
dropwithreset is not needed in this case as tcp_drop() is already notifying
andre
2003-11-12
2
-2
/
+2
*
Modify the MAC Framework so that instead of embedding a (struct label)
rwatson
2003-11-12
1
-5
/
+1
*
correct typos
sam
2003-11-11
1
-2
/
+2
*
o add missing inpcb locking in tcp_respond
sam
2003-11-11
1
-37
/
+46
*
use Giant-less callouts when debug_mpsafenet is non-zero
sam
2003-11-10
1
-1
/
+2
*
In in_pcbconnect_setup(), don't use the cached inp->inp_route unless
iedowse
2003-11-10
1
-4
/
+4
*
Mark TCP syncache timer as not Giant-free ready yet.
hsu
2003-11-10
1
-1
/
+1
*
replace explicit changes to rt_refcnt by RT_ADDREF and RT_REMREF
sam
2003-11-08
5
-7
/
+5
*
divert socket fixups:
sam
2003-11-08
3
-16
/
+75
*
assert optional inpcb is passed in locked
sam
2003-11-08
1
-0
/
+2
*
add locking assertions
sam
2003-11-08
1
-4
/
+29
*
assert inpcb is locked in udp_output
sam
2003-11-08
1
-0
/
+1
*
o correct locking problem: the inpcb must be held across tcp_respond
sam
2003-11-08
4
-36
/
+46
*
use local values instead of chasing pointers
sam
2003-11-08
1
-3
/
+2
*
replace mtx_assert by INP_LOCK_ASSERT
sam
2003-11-08
1
-3
/
+1
*
add some missing locking
sam
2003-11-08
1
-17
/
+75
*
the sbappendaddr call in socket_send must be protected by Giant
sam
2003-11-08
1
-0
/
+3
*
add locking assertions that turn into noops if INET6 is configured;
sam
2003-11-08
1
-0
/
+17
*
o add a flags parameter to netisr_register that is used to specify
sam
2003-11-08
2
-2
/
+4
*
unbreak compilation of FAST_IPSEC
sam
2003-11-08
1
-1
/
+1
*
MFp4: reminder that random id code is not reentrant
sam
2003-11-07
1
-0
/
+1
*
Move uid/gid checking logic out of line and lock inpcb usage. This
sam
2003-11-07
1
-40
/
+60
*
use ipsec_getnhist() instead of obsoleted ipsec_gethist().
ume
2003-11-07
1
-1
/
+1
*
Fix locking of the ip forwarding cache. We were holding a reference
sam
2003-11-07
1
-11
/
+21
*
- cleanup SP refcnt issue.
ume
2003-11-04
5
-9
/
+37
*
Note that when ip_output() is called from ip_forward(), it will already
rwatson
2003-11-03
1
-0
/
+2
*
Remove comment about desire for eventual explicit labeling of ICMP
rwatson
2003-11-03
1
-4
/
+0
*
Remove bogus RTFREE that was added in rev 1.47. The rmx code operates
sam
2003-11-03
1
-3
/
+2
*
Correct rev 1.56 which (incorrectly) reversed the test used to
sam
2003-11-03
1
-1
/
+1
*
Add an additional check to the tcp_twrecycleable function; I had
silby
2003-11-02
3
-6
/
+33
*
- Add a new function tcp_twrecycleable, which tells us if the ISN which
silby
2003-11-01
4
-0
/
+52
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
6
-35
/
+31
*
Overhaul routing table entry cleanup by introducing a new rtexpunge
sam
2003-10-30
3
-37
/
+15
*
Potential fix for races shutting down callouts when unloading
sam
2003-10-29
1
-2
/
+6
*
o add locking to protect routing table refcnt manipulations
sam
2003-10-29
1
-16
/
+18
*
add ECN support in layer-3.
ume
2003-10-29
5
-35
/
+130
*
ip6_savecontrol() argument is redundant
ume
2003-10-29
1
-1
/
+1
*
Introduce the notion of "persistent mbuf tags"; these are tags that stay
sam
2003-10-29
1
-0
/
+1
*
speedup stream socket recv handling by tracking the tail of
sam
2003-10-28
3
-8
/
+8
*
revert following unwanted changes:
ume
2003-10-25
2
-26
/
+26
*
correct namespace pollution.
ume
2003-10-25
1
-2
/
+1
*
remove the ip6r0_addr and ip6r0_slmap members from ip6_rthdr0{}
ume
2003-10-24
1
-3
/
+2
*
correct tab and order.
ume
2003-10-24
1
-4
/
+4
*
Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542
ume
2003-10-24
4
-41
/
+42
*
Reduce the number of tcp time_wait structs to maxsockets / 5; this ensures
silby
2003-10-24
2
-2
/
+2
[next]