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
*
Build on Jeff Roberson's linker-set based dynamic per-CPU allocator
rwatson
2009-07-14
1
-46
/
+83
*
Replace struct tcpopt with a proxy toeopt struct in the TOE driver interface to
lstewart
2009-07-13
1
-3
/
+3
*
Pad the following TCP related structs to allow MFCs of upcoming features/fixes
lstewart
2009-07-12
1
-1
/
+10
*
- Change members of tcpcb that cache values of ticks from int to u_int:
jhb
2009-06-16
1
-8
/
+8
*
Change a few members of tcpcb that store cached copies of ticks to be ints
jhb
2009-06-10
1
-4
/
+4
*
Introduce an infrastructure for dismantling vnet instances.
zec
2009-06-08
1
-0
/
+9
*
Permit buiding kernels with options VIMAGE, restricted to only a single
zec
2009-04-30
1
-2
/
+6
*
Put TCPSTAT_ADD() and TCPSTAT_INC() behind _KERNEL.
rwatson
2009-04-12
1
-0
/
+2
*
Update stats in struct tcpstat using two new macros, TCPSTAT_ADD() and
rwatson
2009-04-11
1
-0
/
+3
*
Add externs to fix build with VIMAGE_GLOBALS after r187289.
bz
2009-01-22
1
-0
/
+2
*
Add TCP Appropriate Byte Counting (RFC 3465) support to kernel.
lstewart
2009-01-15
1
-0
/
+1
*
Second round of putting global variables, which were virtualized
bz
2008-12-13
1
-0
/
+4
*
Put a global variables, which were virtualized but formerly
bz
2008-12-11
1
-1
/
+4
*
Move flag definitions for t_flags and t_oobflags below the definition of
rwatson
2008-12-10
1
-28
/
+36
*
Change the initialization methodology for global variables scheduled
zec
2008-11-19
1
-0
/
+19
*
Fix a bug introduced with r182851 splitting tcp_mss() into
bz
2008-11-06
1
-1
/
+1
*
Split tcp_mss() in tcp_mss() and tcp_mss_update() where the former
bz
2008-09-07
1
-0
/
+1
*
MFp4 (//depot/projects/tcpecn/):
rpaulo
2008-07-31
1
-0
/
+12
*
Revert to rev. 1.161 - switch back to optimized TCP options ordering.
bz
2008-04-20
1
-5
/
+2
*
Change FreeBSD 7 so that it returns TCP options in
silby
2008-02-24
1
-2
/
+5
*
Fix style issues with initial TCP offload commit
kmacy
2007-12-12
1
-1
/
+1
*
Add driver independent interface to offload active established TCP connections
kmacy
2007-12-12
1
-1
/
+4
*
Add padding for anticipated functionality
kmacy
2007-12-07
1
-0
/
+1
*
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
[next]