summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_var.h
Commit message (Expand)AuthorAgeFilesLines
* Add new socket options: TCP_KEEPINIT, TCP_KEEPIDLE, TCP_KEEPINTVL andGleb Smirnoff2012-02-051-1/+6
* Remove the ss_fltsz and ss_fltsz_local sysctl's which haveAndre Oppermann2011-10-161-4/+0
* VNET virtualize tcp_sendspace/tcp_recvspace and change theAndre Oppermann2011-10-161-2/+4
* Add spares to the network stack for FreeBSD-9:Bjoern A. Zeeb2011-07-171-2/+3
* TCP reuses t_rxtshift to determine the backoff timer used for both theJohn Baldwin2011-04-291-0/+1
* Add the possibility to verify MD5 hash of incoming TCP packets.Attilio Rao2011-04-251-0/+9
* Fixe some whitespace nits that were introduced in r216758.Lawrence Stewart2011-01-111-7/+7
* Trim extra spaces before tabs.John Baldwin2011-01-071-3/+3
* Add a comment for the ccv member of struct tcpcb.Lawrence Stewart2010-12-281-1/+1
* - Add some helper hook points to the TCP stack. The hooks allow Khelp modules toLawrence Stewart2010-12-281-0/+20
* Add a new sack hint to track the most recent and highest sacked sequence number.Lawrence Stewart2010-12-281-0/+1
* Add new, per connection, statistics for TCP, including:George V. Neville-Neil2010-11-171-0/+3
* Move protocol specific implementation detail out of the core CC framework.Lawrence Stewart2010-11-161-0/+1
* This commit marks the first formal contribution of the "Five New TCP CongestionLawrence Stewart2010-11-121-6/+24
* Internalise reassembly queue related functionality and variables which shouldLawrence Stewart2010-09-251-4/+1
* Remove the TCP inflight bandwidth limiter as announced in r211315Andre Oppermann2010-09-161-5/+4
* If a TCP connection has been idle for one retransmit timeout or moreAndre Oppermann2010-08-181-0/+2
* Untangle the net.inet.tcp.log_in_vain and net.inet.tcp.log_debugAndre Oppermann2010-08-181-0/+2
* MFP4: @176978-176982, 176984, 176990-176994, 177441Bjoern A. Zeeb2010-04-291-50/+6
* Destroy TCP UMA zones (empty or not) upon network stack teardownBjoern A. Zeeb2010-03-071-0/+3
* Garbage collect references to the no longer implemented tcp_fasttimo().Bjoern A. Zeeb2010-01-171-1/+0
* Add the ability to see TCP timers via netstat -x. This can be a usefulMike Silbersack2009-09-161-0/+9
* Many network stack subsystems use a single global data structure to holdRobert Watson2009-08-021-0/+11
* Remove unused VNET_SET() and related macros; only VNET_GET() isRobert Watson2009-07-161-35/+35
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-46/+83
* Replace struct tcpopt with a proxy toeopt struct in the TOE driver interface toLawrence Stewart2009-07-131-3/+3
* Pad the following TCP related structs to allow MFCs of upcoming features/fixesLawrence Stewart2009-07-121-1/+10
* - Change members of tcpcb that cache values of ticks from int to u_int:John Baldwin2009-06-161-8/+8
* Change a few members of tcpcb that store cached copies of ticks to be intsJohn Baldwin2009-06-101-4/+4
* Introduce an infrastructure for dismantling vnet instances.Marko Zec2009-06-081-0/+9
* Permit buiding kernels with options VIMAGE, restricted to only a singleMarko Zec2009-04-301-2/+6
* Put TCPSTAT_ADD() and TCPSTAT_INC() behind _KERNEL.Robert Watson2009-04-121-0/+2
* Update stats in struct tcpstat using two new macros, TCPSTAT_ADD() andRobert Watson2009-04-111-0/+3
* Add externs to fix build with VIMAGE_GLOBALS after r187289.Bjoern A. Zeeb2009-01-221-0/+2
* Add TCP Appropriate Byte Counting (RFC 3465) support to kernel.Lawrence Stewart2009-01-151-0/+1
* Second round of putting global variables, which were virtualizedBjoern A. Zeeb2008-12-131-0/+4
* Put a global variables, which were virtualized but formerlyBjoern A. Zeeb2008-12-111-1/+4
* Move flag definitions for t_flags and t_oobflags below the definition ofRobert Watson2008-12-101-28/+36
* Change the initialization methodology for global variables scheduledMarko Zec2008-11-191-0/+19
* Fix a bug introduced with r182851 splitting tcp_mss() intoBjoern A. Zeeb2008-11-061-1/+1
* Split tcp_mss() in tcp_mss() and tcp_mss_update() where the formerBjoern A. Zeeb2008-09-071-0/+1
* MFp4 (//depot/projects/tcpecn/):Rui Paulo2008-07-311-0/+12
* Revert to rev. 1.161 - switch back to optimized TCP options ordering.Bjoern A. Zeeb2008-04-201-5/+2
* Change FreeBSD 7 so that it returns TCP options inMike Silbersack2008-02-241-2/+5
* Fix style issues with initial TCP offload commitKip Macy2007-12-121-1/+1
* Add driver independent interface to offload active established TCP connectionsKip Macy2007-12-121-1/+4
* Add padding for anticipated functionalityKip Macy2007-12-071-0/+1
* Two changes:Mike Silbersack2007-09-241-5/+1
* Back out tcp_timer.c:1.93 and associated changes that reimplemented the manyRobert Watson2007-09-071-1/+5
* Provide a sysctl to toggle reporting of TCP debug logging:Andre Oppermann2007-07-281-0/+1