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_output.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
When tcp_output() receives an error upon sending a packet it reverts parts
andre
2006-09-28
1
-2
/
+15
*
When doing TSO correctly do the check to prevent a maximum sized IP packet
andre
2006-09-28
1
-1
/
+1
*
When doing TSO subtract hdrlen from TCP_MAXWIN to prevent ip->ip_len
andre
2006-09-15
1
-5
/
+7
*
Rewrite of TCP syncookies to remove locking requirements and to enhance
andre
2006-09-13
1
-1
/
+1
*
Second step of TSO (TCP segmentation offload) support in our network stack.
andre
2006-09-07
1
-15
/
+73
*
This patch fixes the problem where the current TCP code can not handle
qingli
2006-02-23
1
-1
/
+2
*
Consolidate all IP Options handling functions into ip_options.[ch] and
andre
2005-11-18
1
-0
/
+1
*
Retire MT_HEADER mbuf type and change its users to use MT_DATA.
andre
2005-11-02
1
-2
/
+2
*
Replace t_force with a t_flag (TF_FORCEDATA).
ps
2005-05-21
1
-6
/
+8
*
When looking for the next hole to retransmit from the scoreboard,
ps
2005-05-11
1
-2
/
+7
*
Fix for interaction problems between TCP SACK and TCP Signature.
ps
2005-04-21
1
-45
/
+84
*
Ignore ICMP Source Quench messages for TCP sessions. Source Quench is
andre
2005-04-21
1
-1
/
+1
*
Fix a TCP SACK related crash resulting from incorrect computation
ps
2005-01-12
1
-6
/
+16
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Fixes a bug in SACK causing us to send data beyond the receive window.
ps
2004-11-29
1
-2
/
+4
*
Remove RFC1644 T/TCP support from the TCP side of the network stack.
andre
2004-11-02
1
-82
/
+2
*
Correct a bug in TCP SACK that could result in wedging of the TCP stack
rwatson
2004-10-30
1
-2
/
+2
*
Acquire the send socket buffer lock around tcp_output() activities
rwatson
2004-10-09
1
-2
/
+14
*
- Estimate the amount of data in flight in sack recovery and use it
ps
2004-10-05
1
-26
/
+40
*
fix up socket/ip layer violation... don't assume/know that
jmg
2004-09-05
1
-3
/
+4
*
White space cleanup for netinet before branch:
rwatson
2004-08-16
1
-71
/
+71
*
Fix a bug in the sack code that was causing data to be retransmitted
jayanth
2004-07-28
1
-4
/
+13
*
Fix for a SACK bug where the very last segment retransmitted
jayanth
2004-07-26
1
-1
/
+1
*
Let IN_FASTREOCOVERY macro decide if we are in recovery mode.
jayanth
2004-07-19
1
-1
/
+1
*
Fix a potential panic in the SACK code that was causing
jayanth
2004-07-19
1
-8
/
+29
*
Add support for TCP Selective Acknowledgements. The work for this
ps
2004-06-23
1
-3
/
+115
*
Appease GCC.
bms
2004-06-18
1
-1
/
+1
*
If SO_DEBUG is enabled for a TCP socket, and a received segment is
bms
2004-06-18
1
-2
/
+11
*
Don't set FIN on a retransmitted segment after a FIN has been sent,
bms
2004-06-18
1
-1
/
+1
*
Switch to using the inpcb MAC label instead of socket MAC label when
rwatson
2004-05-04
1
-1
/
+1
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
1
-4
/
+0
*
Brucification.
bms
2004-02-13
1
-3
/
+3
*
style(9) pass; whitespace and comments.
bms
2004-02-12
1
-6
/
+4
*
Fix a typo; left out preprocessor conditional for sigoff variable, which
bms
2004-02-11
1
-0
/
+2
*
Initial import of RFC 2385 (TCP-MD5) digest support.
bms
2004-02-11
1
-0
/
+37
*
pass pcb rather than so. it is expected that per socket policy
ume
2004-02-03
1
-7
/
+0
*
Split the overloaded variable 'win' into two for their specific purposes:
andre
2004-01-22
1
-21
/
+22
*
Introduce tcp_hostcache and remove the tcp specific metrics from
andre
2003-11-20
1
-26
/
+16
*
replace mtx_assert by INP_LOCK_ASSERT
sam
2003-11-08
1
-3
/
+1
*
unbreak compilation of FAST_IPSEC
sam
2003-11-08
1
-1
/
+1
*
- cleanup SP refcnt issue.
ume
2003-11-04
1
-0
/
+7
*
The tcp_trace call needs the length of the header. Unfortunately the
harti
2003-08-13
1
-1
/
+5
*
Convert tcp_fillheaders(tp, ...) -> tcpip_fillheaders(inp, ...) so the
jlemon
2003-02-19
1
-9
/
+4
*
Clean up delayed acks and T/TCP interactions:
jlemon
2003-02-19
1
-3
/
+4
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-3
/
+3
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-3
/
+3
*
Optimize away call to bzero() in the common case by directly checking
hsu
2003-01-18
1
-6
/
+3
*
Fix oops in my last commit, I was calculating a new length but then not
dillon
2002-10-16
1
-1
/
+1
*
Tie new "Fast IPsec" code into the build. This involves the usual
sam
2002-10-16
1
-0
/
+5
*
Replace aux mbufs with packet tags:
sam
2002-10-16
1
-12
/
+3
[next]