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
*
Several years ago a feature was added to TCP that casued soreceive() to
jhb
2009-11-06
1
-1
/
+1
*
Merge the remainder of kern_vimage.c and vimage.h into vnet.c and
rwatson
2009-08-01
1
-1
/
+1
*
Build on Jeff Roberson's linker-set based dynamic per-CPU allocator
rwatson
2009-07-14
1
-39
/
+37
*
Trim extra sets of ()'s.
jhb
2009-06-16
1
-1
/
+1
*
Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC
rwatson
2009-06-05
1
-1
/
+0
*
Update stats in struct tcpstat using two new macros, TCPSTAT_ADD() and
rwatson
2009-04-11
1
-16
/
+16
*
Rather than using hidden includes (with cicular dependencies),
bz
2008-12-02
1
-0
/
+2
*
Replace most INP_CHECK_SOCKAF() uses checking if it is an
bz
2008-11-27
1
-1
/
+1
*
Change the initialization methodology for global variables scheduled
zec
2008-11-19
1
-8
/
+11
*
Step 1.5 of importing the network stack virtualization infrastructure
zec
2008-10-02
1
-16
/
+23
*
Implement IPv6 support for TCP MD5 Signature Option (RFC 2385)
bz
2008-09-13
1
-8
/
+1
*
Add a second KASSERT checking for len >= 0 in the tcp output path.
bz
2008-09-07
1
-1
/
+7
*
Commit step 1 of the vimage project, (network stack)
bz
2008-08-17
1
-27
/
+28
*
MFp4 (//depot/projects/tcpecn/):
rpaulo
2008-07-31
1
-0
/
+43
*
Fix commment in typo.
rpaulo
2008-07-15
1
-1
/
+1
*
Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to
rwatson
2008-04-17
1
-1
/
+1
*
Remove TCP options ordering assumptions in tcp_addoptions(). Ordering
andre
2008-04-07
1
-1
/
+11
*
Remove now unnecessary comment.
andre
2008-04-07
1
-2
/
+0
*
Use #defines for TCP options padding after EOL to be consistent.
andre
2008-04-07
1
-2
/
+2
*
Padding after EOL option must be zeros according to RFC793 but
bz
2008-03-09
1
-2
/
+10
*
Centralize and correct computation of TCP-MD5 signature offset within
bz
2007-11-30
1
-8
/
+3
*
Let opt be an array. Though &opt[0] == opt == &opt, &opt is highly
bz
2007-11-28
1
-1
/
+1
*
Make TSO work with IPSEC compiled into the kernel.
bz
2007-11-21
1
-3
/
+16
*
Merge first in a series of TrustedBSD MAC Framework KPI changes
rwatson
2007-10-24
1
-1
/
+1
*
Add FBSDID to all files in netinet so that people can more
silby
2007-10-07
1
-1
/
+3
*
Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSEC
gnn
2007-07-03
1
-3
/
+3
*
Commit IPv6 support for FAST_IPSEC to the tree.
gnn
2007-07-01
1
-6
/
+1
*
Make the handling of the tcp window explicit for the SYN_SENT case
andre
2007-06-09
1
-4
/
+10
*
Don't send pure window updates when the peer has closed the connection
andre
2007-06-09
1
-1
/
+4
*
Fix statistical accounting for bytes and packets during sack retransmits.
jhb
2007-05-18
1
-1
/
+1
*
Fix an incorrect replace of a timer reference made during the TCP timer
andre
2007-05-10
1
-1
/
+1
*
Use existing TF_SACK_PERMIT flag in struct tcpcb t_flags field instead of
andre
2007-05-06
1
-4
/
+6
*
o Remove unused and redundant TCP option definitions
andre
2007-04-20
1
-4
/
+4
*
Change the TCP timer system from using the callout system five times
andre
2007-04-11
1
-28
/
+25
*
Retire unused TCP_SACK_DEBUG.
andre
2007-04-04
1
-1
/
+0
*
ANSIfy function declarations and remove register keywords for variables.
andre
2007-03-21
1
-2
/
+1
*
Subtract optlen in the maximum length check for TSO and finally avoid
andre
2007-03-21
1
-1
/
+1
*
Match up SYSCTL_INT declarations in style.
andre
2007-03-19
1
-2
/
+2
*
Maintain a pointer and offset pair into the socket buffer mbuf chain to
andre
2007-03-19
1
-3
/
+13
*
Consolidate insertion of TCP options into a segment from within tcp_output()
andre
2007-03-15
1
-145
/
+198
*
Prevent TSO mbuf chain from overflowing a few bytes by subtracting the
andre
2007-03-01
1
-2
/
+3
*
Add EHOSTDOWN and ENETUNREACH to the list of soft errors, that shouldn't
glebius
2007-02-28
1
-0
/
+2
*
Toss the code, that handles errors from ip_output(), to make it more
glebius
2007-02-28
1
-30
/
+26
*
Auto sizing TCP socket buffers.
andre
2007-02-01
1
-4
/
+70
*
Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h
rwatson
2006-10-22
1
-1
/
+2
*
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
[next]