| Commit message (Expand) | Author | Age | Files | Lines |
* | Add new socket options: TCP_KEEPINIT, TCP_KEEPIDLE, TCP_KEEPINTVL and | Gleb Smirnoff | 2012-02-05 | 1 | -1/+6 |
* | Remove the ss_fltsz and ss_fltsz_local sysctl's which have | Andre Oppermann | 2011-10-16 | 1 | -4/+0 |
* | VNET virtualize tcp_sendspace/tcp_recvspace and change the | Andre Oppermann | 2011-10-16 | 1 | -2/+4 |
* | Add spares to the network stack for FreeBSD-9: | Bjoern A. Zeeb | 2011-07-17 | 1 | -2/+3 |
* | TCP reuses t_rxtshift to determine the backoff timer used for both the | John Baldwin | 2011-04-29 | 1 | -0/+1 |
* | Add the possibility to verify MD5 hash of incoming TCP packets. | Attilio Rao | 2011-04-25 | 1 | -0/+9 |
* | Fixe some whitespace nits that were introduced in r216758. | Lawrence Stewart | 2011-01-11 | 1 | -7/+7 |
* | Trim extra spaces before tabs. | John Baldwin | 2011-01-07 | 1 | -3/+3 |
* | Add a comment for the ccv member of struct tcpcb. | Lawrence Stewart | 2010-12-28 | 1 | -1/+1 |
* | - Add some helper hook points to the TCP stack. The hooks allow Khelp modules to | Lawrence Stewart | 2010-12-28 | 1 | -0/+20 |
* | Add a new sack hint to track the most recent and highest sacked sequence number. | Lawrence Stewart | 2010-12-28 | 1 | -0/+1 |
* | Add new, per connection, statistics for TCP, including: | George V. Neville-Neil | 2010-11-17 | 1 | -0/+3 |
* | Move protocol specific implementation detail out of the core CC framework. | Lawrence Stewart | 2010-11-16 | 1 | -0/+1 |
* | This commit marks the first formal contribution of the "Five New TCP Congestion | Lawrence Stewart | 2010-11-12 | 1 | -6/+24 |
* | Internalise reassembly queue related functionality and variables which should | Lawrence Stewart | 2010-09-25 | 1 | -4/+1 |
* | Remove the TCP inflight bandwidth limiter as announced in r211315 | Andre Oppermann | 2010-09-16 | 1 | -5/+4 |
* | If a TCP connection has been idle for one retransmit timeout or more | Andre Oppermann | 2010-08-18 | 1 | -0/+2 |
* | Untangle the net.inet.tcp.log_in_vain and net.inet.tcp.log_debug | Andre Oppermann | 2010-08-18 | 1 | -0/+2 |
* | MFP4: @176978-176982, 176984, 176990-176994, 177441 | Bjoern A. Zeeb | 2010-04-29 | 1 | -50/+6 |
* | Destroy TCP UMA zones (empty or not) upon network stack teardown | Bjoern A. Zeeb | 2010-03-07 | 1 | -0/+3 |
* | Garbage collect references to the no longer implemented tcp_fasttimo(). | Bjoern A. Zeeb | 2010-01-17 | 1 | -1/+0 |
* | Add the ability to see TCP timers via netstat -x. This can be a useful | Mike Silbersack | 2009-09-16 | 1 | -0/+9 |
* | Many network stack subsystems use a single global data structure to hold | Robert Watson | 2009-08-02 | 1 | -0/+11 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | Robert Watson | 2009-07-16 | 1 | -35/+35 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 1 | -46/+83 |
* | Replace struct tcpopt with a proxy toeopt struct in the TOE driver interface to | Lawrence Stewart | 2009-07-13 | 1 | -3/+3 |
* | Pad the following TCP related structs to allow MFCs of upcoming features/fixes | Lawrence Stewart | 2009-07-12 | 1 | -1/+10 |
* | - Change members of tcpcb that cache values of ticks from int to u_int: | John Baldwin | 2009-06-16 | 1 | -8/+8 |
* | Change a few members of tcpcb that store cached copies of ticks to be ints | John Baldwin | 2009-06-10 | 1 | -4/+4 |
* | Introduce an infrastructure for dismantling vnet instances. | Marko Zec | 2009-06-08 | 1 | -0/+9 |
* | Permit buiding kernels with options VIMAGE, restricted to only a single | Marko Zec | 2009-04-30 | 1 | -2/+6 |
* | Put TCPSTAT_ADD() and TCPSTAT_INC() behind _KERNEL. | Robert Watson | 2009-04-12 | 1 | -0/+2 |
* | Update stats in struct tcpstat using two new macros, TCPSTAT_ADD() and | Robert Watson | 2009-04-11 | 1 | -0/+3 |
* | Add externs to fix build with VIMAGE_GLOBALS after r187289. | Bjoern A. Zeeb | 2009-01-22 | 1 | -0/+2 |
* | Add TCP Appropriate Byte Counting (RFC 3465) support to kernel. | Lawrence Stewart | 2009-01-15 | 1 | -0/+1 |
* | Second round of putting global variables, which were virtualized | Bjoern A. Zeeb | 2008-12-13 | 1 | -0/+4 |
* | Put a global variables, which were virtualized but formerly | Bjoern A. Zeeb | 2008-12-11 | 1 | -1/+4 |
* | Move flag definitions for t_flags and t_oobflags below the definition of | Robert Watson | 2008-12-10 | 1 | -28/+36 |
* | Change the initialization methodology for global variables scheduled | Marko Zec | 2008-11-19 | 1 | -0/+19 |
* | Fix a bug introduced with r182851 splitting tcp_mss() into | Bjoern A. Zeeb | 2008-11-06 | 1 | -1/+1 |
* | Split tcp_mss() in tcp_mss() and tcp_mss_update() where the former | Bjoern A. Zeeb | 2008-09-07 | 1 | -0/+1 |
* | MFp4 (//depot/projects/tcpecn/): | Rui Paulo | 2008-07-31 | 1 | -0/+12 |
* | Revert to rev. 1.161 - switch back to optimized TCP options ordering. | Bjoern A. Zeeb | 2008-04-20 | 1 | -5/+2 |
* | Change FreeBSD 7 so that it returns TCP options in | Mike Silbersack | 2008-02-24 | 1 | -2/+5 |
* | Fix style issues with initial TCP offload commit | Kip Macy | 2007-12-12 | 1 | -1/+1 |
* | Add driver independent interface to offload active established TCP connections | Kip Macy | 2007-12-12 | 1 | -1/+4 |
* | Add padding for anticipated functionality | Kip Macy | 2007-12-07 | 1 | -0/+1 |
* | Two changes: | Mike Silbersack | 2007-09-24 | 1 | -5/+1 |
* | Back out tcp_timer.c:1.93 and associated changes that reimplemented the many | Robert Watson | 2007-09-07 | 1 | -1/+5 |
* | Provide a sysctl to toggle reporting of TCP debug logging: | Andre Oppermann | 2007-07-28 | 1 | -0/+1 |