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
/
tcp_subr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix two instances of variant struct definitions in sys/netinet:
phk
2002-10-20
1
-4
/
+4
*
Tie new "Fast IPsec" code into the build. This involves the usual
sam
2002-10-16
1
-0
/
+8
*
Replace aux mbufs with packet tags:
sam
2002-10-16
1
-8
/
+3
*
turn off debugging by default if bandwidth delay product limiting is
dillon
2002-10-10
1
-1
/
+1
*
Correct bug in t_bw_rtttime rollover, #undef USERTT
dillon
2002-08-24
1
-1
/
+5
*
Implement TCP bandwidth delay product window limiting, similar to (but
dillon
2002-08-17
1
-0
/
+158
*
Document the undocumented assumption that at least one of the PCB
rwatson
2002-08-01
1
-0
/
+2
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-07-31
1
-0
/
+17
*
Wire the sysctl output buffer before grabbing any locks to prevent
truckman
2002-07-28
1
-0
/
+3
*
Introduce two new sysctl's:
dillon
2002-07-18
1
-1
/
+3
*
Defer calling SYSCTL_OUT() until after the locks have been released.
truckman
2002-07-11
1
-2
/
+4
*
Reduce the nesting level of a code block that doesn't need to be in
truckman
2002-07-11
1
-13
/
+10
*
Extend the effect of the sysctl net.inet.tcp.icmp_may_rst
jesper
2002-06-30
1
-1
/
+1
*
TCP notify functions can change the pcb list.
hsu
2002-06-21
1
-2
/
+2
*
Notify functions can destroy the pcb, so they have to return an
hsu
2002-06-14
1
-15
/
+24
*
Fix logic which resulted in missing a call to INP_UNLOCK().
hsu
2002-06-12
1
-5
/
+2
*
Lock up inpcb.
hsu
2002-06-10
1
-11
/
+53
*
Back out my lats commit of locking down a socket, it conflicts with hsu's work.
tanimura
2002-05-31
1
-13
/
+1
*
Lock down a socket, milestone 1.
tanimura
2002-05-20
1
-1
/
+13
*
Remove some ISN generation code which has been unused since the
silby
2002-04-10
1
-27
/
+3
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
1
-2
/
+2
*
Merge from TrustedBSD MAC branch:
rwatson
2002-03-22
1
-4
/
+4
*
Switch vm_zone.h with uma.h. Change over to uma interfaces.
jeff
2002-03-20
1
-3
/
+4
*
Remove __P.
alfred
2002-03-19
1
-4
/
+4
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
1
-3
/
+3
*
More IPV6 const fixes.
alfred
2002-02-27
1
-1
/
+1
*
Introduce a version field to `struct xucred' in place of one of the
dd
2002-02-27
1
-10
/
+2
*
In tcp_respond(), correctly reset returned IPv6 header. This is essential
ume
2002-02-04
1
-0
/
+3
*
Introduce a syncache, which enables FreeBSD to withstand a SYN flood
jlemon
2001-11-22
1
-36
/
+42
*
o Replace reference to 'struct proc' with 'struct thread' in 'struct
rwatson
2001-11-08
1
-5
/
+5
*
- Combine kern.ps_showallprocs and kern.ipc.showallsockets into
rwatson
2001-10-09
1
-3
/
+3
*
Only allow users to see their own socket connections if
ps
2001-10-05
1
-1
/
+5
*
o Rename u_cansee() to cr_cansee(), making the name more comprehensible
rwatson
2001-09-20
1
-2
/
+2
*
Much delayed but now present: RFC 1948 style sequence numbers
silby
2001-08-22
1
-71
/
+96
*
Fix a warning.
peter
2001-07-27
1
-0
/
+2
*
Patch up some style(9) stuff in tcp_new_isn()
peter
2001-07-27
1
-11
/
+7
*
s/OpemBSD/OpenBSD/
peter
2001-07-27
1
-1
/
+1
*
Temporary feature: Runtime tuneable tcp initial sequence number
silby
2001-07-08
1
-0
/
+25
*
Allow getcred sysctl to work in jailed root processes. Processes can
dwmalone
2001-06-24
1
-7
/
+14
*
Replace bzero() of struct ip with explicit zeroing of structure members,
jlemon
2001-06-23
1
-2
/
+6
*
Eliminate the allocation of a tcp template structure for each
silby
2001-06-23
1
-48
/
+54
*
made sure to use the correct sa_len for rtalloc().
ume
2001-06-20
1
-2
/
+2
*
Sync with recent KAME.
ume
2001-06-11
1
-37
/
+28
*
"Fix" the previous initial attempt at fixing TUNABLE_INT(). This time
peter
2001-06-08
1
-1
/
+1
*
Back out part of my previous commit. This was a last minute change
peter
2001-06-07
1
-1
/
+1
*
Make the TUNABLE_*() macros look and behave more consistantly like the
peter
2001-06-06
1
-2
/
+2
*
Say goodbye to TCP_COMPAT_42
jesper
2001-04-20
1
-7
/
+0
*
Randomize the TCP initial sequence numbers more thoroughly.
kris
2001-04-17
1
-1
/
+61
*
MFC candidate.
jesper
2001-03-28
1
-1
/
+2
*
<sys/queue.h> makeover.
phk
2001-03-16
1
-6
/
+4
[next]