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_var.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Two changes:
silby
2007-09-24
1
-5
/
+1
*
Back out tcp_timer.c:1.93 and associated changes that reimplemented the many
rwatson
2007-09-07
1
-1
/
+5
*
Provide a sysctl to toggle reporting of TCP debug logging:
andre
2007-07-28
1
-0
/
+1
*
Export the contents of the syncache to netstat.
silby
2007-07-27
1
-8
/
+0
*
Fix cast-qualifiers warning when INET6 is not present
peter
2007-07-05
1
-1
/
+1
*
Refactor and rewrite in parts the SYN handling code on listen sockets
andre
2007-05-28
1
-1
/
+2
*
Add tcp_log_addrs() function to generate and standardized TCP log line
andre
2007-05-18
1
-0
/
+3
*
Move TIME_WAIT related functions and timer handling from files
andre
2007-05-16
1
-0
/
+2
*
Complete the (mechanical) move of the TCP reassembly and timewait
andre
2007-05-13
1
-0
/
+15
*
Add the timestamp offset to struct tcptw so we can generate proper
andre
2007-05-11
1
-0
/
+1
*
Remove unused requested_s_scale from struct tcpcb.
andre
2007-05-06
1
-1
/
+0
*
Use existing TF_SACK_PERMIT flag in struct tcpcb t_flags field instead of
andre
2007-05-06
1
-1
/
+0
*
Add global mutex tcp_debug_mtx, which will protect global TCP debugging
rwatson
2007-05-04
1
-1
/
+1
*
o Remove unncessary TOF_SIGLEN flag from struct tcpopt
andre
2007-04-20
1
-6
/
+5
*
Remove bogus check for accept queue length and associated failure handling
andre
2007-04-20
1
-1
/
+1
*
Change the TCP timer system from using the callout system five times
andre
2007-04-11
1
-7
/
+3
*
Remove tcp_minmssoverload DoS detection logic. The problem it tried to
andre
2007-03-21
1
-5
/
+0
*
Consolidate insertion of TCP options into a segment from within tcp_output()
andre
2007-03-15
1
-8
/
+14
*
Reap FIN_WAIT_2 connections marked SOCANTRCVMORE faster. This mitigate
mohans
2007-02-26
1
-0
/
+3
*
Auto sizing TCP socket buffers.
andre
2007-02-01
1
-0
/
+2
*
Rewrite of TCP syncookies to remove locking requirements and to enhance
andre
2006-09-13
1
-4
/
+5
*
Back when we had T/TCP support, we used to apply different
ru
2006-09-07
1
-1
/
+1
*
First step of TSO (TCP segmentation offload) support in our network stack.
andre
2006-09-06
1
-2
/
+3
*
o Backout rev. 1.125 of in_pcb.c. It appeared to behave extremely
glebius
2006-09-06
1
-0
/
+2
*
Some cleanups and janitorial work to tcp_dooptions():
andre
2006-06-26
1
-3
/
+8
*
Move all syncache related structures to tcp_syncache.c. They are only used
andre
2006-06-18
1
-39
/
+4
*
Rearrange fields in struct syncache and syncache_head to make them more
andre
2006-06-17
1
-5
/
+6
*
Add locking to TCP syncache and drop the global tcpinfo lock as early
andre
2006-06-17
1
-6
/
+9
*
Update TCP for infrastructural changes to the socket/pcb refcount model,
rwatson
2006-04-01
1
-2
/
+2
*
Rework TCP window scaling (RFC1323) to properly scale the send window
andre
2006-02-28
1
-1
/
+1
*
Have TCP Inflight disable itself if the RTT is below a certain
andre
2006-02-16
1
-0
/
+1
*
- Postpone SACK option processing until after PAWS checks. SACK option
ps
2005-06-27
1
-3
/
+3
*
Changes to tcp_sack_option() that
ps
2005-06-04
1
-1
/
+2
*
This is conform with the terminology in
ps
2005-05-25
1
-1
/
+1
*
Replace t_force with a t_flag (TF_FORCEDATA).
ps
2005-05-21
1
-1
/
+1
*
When looking for the next hole to retransmit from the scoreboard,
ps
2005-05-11
1
-1
/
+6
*
- Make the sack scoreboard logic use the TAILQ macros. This improves
ps
2005-04-21
1
-5
/
+2
*
Ignore ICMP Source Quench messages for TCP sessions. Source Quench is
andre
2005-04-21
1
-2
/
+0
*
Fix for a TCP SACK bug where more than (win/2) bytes could have been
ps
2005-04-14
1
-0
/
+1
*
Add limits on the number of elements in the sack scoreboard both
ps
2005-03-09
1
-0
/
+1
*
Remove 2 (SACK) fields from the tcpcb. These are only used by a
ps
2005-02-17
1
-3
/
+1
*
o Add handling of an IPv4-mapped IPv6 address.
maxim
2005-02-14
1
-5
/
+0
*
o Implement net.inet.tcp.drop sysctl and userland part, tcpdrop(8)
maxim
2005-02-06
1
-1
/
+7
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Remove the now unused tcp_canceltimers() function. tcpcb timers are
rwatson
2004-12-23
1
-1
/
+0
*
Remove RFC1644 T/TCP support from the TCP side of the network stack.
andre
2004-11-02
1
-40
/
+0
*
Shave 40 unused bytes from struct tcpcb.
andre
2004-10-22
1
-1
/
+0
*
- Estimate the amount of data in flight in sack recovery and use it
ps
2004-10-05
1
-1
/
+4
*
White space cleanup for netinet before branch:
rwatson
2004-08-16
1
-13
/
+13
*
The tcp syncache code was leaving the IPv6 flowlabel uninitialised
dwmalone
2004-07-17
1
-0
/
+1
[next]