summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_var.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r306766:jtl2016-10-131-1/+0
* MFC: r292003hiren2016-01-111-1/+1
* MFC: r290122hiren2016-01-111-1/+10
* MFC r292706:pkelsey2015-12-281-1/+15
* Fix patch(1) shell injection vulnerability. [SA-15:14]delphij2015-07-281-4/+1
* MFC: r280904, r280990, r281599jch2015-05-151-2/+3
* MFC r264321, r264342, r264351, r264356, r273850, r274629:jch2014-12-021-1/+1
* MFC r271946 and r272595:hselasky2014-11-031-2/+6
* MFC r272720, 273061, 273062, 273063, 273064sbruno2014-10-291-1/+10
* MFC r266618:bz2014-08-161-1/+0
* MFC r266596:bz2014-08-161-0/+21
* Introduce spares in the TCP syncache and timewait structuresbz2013-09-211-1/+3
* Remove most of the remaining sysctl name list macros. They were onlyjhb2013-08-261-18/+0
* Implement the ip, tcp, and udp DTrace providers. The probe definitions usemarkj2013-08-251-0/+1
* Use new macros to implement ipstat and tcpstat using PCPU counters.ae2013-07-091-109/+4
* Allow drivers to specify a maximum TSO length in bytes if they areandre2013-06-031-3/+14
* Merge from projects/counters: TCP/IP stats.glebius2013-04-081-108/+215
* Increase the initial CWND to 10 segments as defined in IETF TCPMandre2012-10-281-0/+2
* - Updated TOE support in the kernel.np2012-06-191-1/+1
* When we receive an ICMP unreach need fragmentation datagram, we takeglebius2012-04-161-1/+2
* Add new socket options: TCP_KEEPINIT, TCP_KEEPIDLE, TCP_KEEPINTVL andglebius2012-02-051-1/+6
* Remove the ss_fltsz and ss_fltsz_local sysctl's which haveandre2011-10-161-4/+0
* VNET virtualize tcp_sendspace/tcp_recvspace and change theandre2011-10-161-2/+4
* Add spares to the network stack for FreeBSD-9:bz2011-07-171-2/+3
* TCP reuses t_rxtshift to determine the backoff timer used for both thejhb2011-04-291-0/+1
* Add the possibility to verify MD5 hash of incoming TCP packets.attilio2011-04-251-0/+9
* Fixe some whitespace nits that were introduced in r216758.lstewart2011-01-111-7/+7
* Trim extra spaces before tabs.jhb2011-01-071-3/+3
* Add a comment for the ccv member of struct tcpcb.lstewart2010-12-281-1/+1
* - Add some helper hook points to the TCP stack. The hooks allow Khelp modules tolstewart2010-12-281-0/+20
* Add a new sack hint to track the most recent and highest sacked sequence number.lstewart2010-12-281-0/+1
* Add new, per connection, statistics for TCP, including:gnn2010-11-171-0/+3
* Move protocol specific implementation detail out of the core CC framework.lstewart2010-11-161-0/+1
* This commit marks the first formal contribution of the "Five New TCP Congestionlstewart2010-11-121-6/+24
* Internalise reassembly queue related functionality and variables which shouldlstewart2010-09-251-4/+1
* Remove the TCP inflight bandwidth limiter as announced in r211315andre2010-09-161-5/+4
* If a TCP connection has been idle for one retransmit timeout or moreandre2010-08-181-0/+2
* Untangle the net.inet.tcp.log_in_vain and net.inet.tcp.log_debugandre2010-08-181-0/+2
* MFP4: @176978-176982, 176984, 176990-176994, 177441bz2010-04-291-50/+6
* Destroy TCP UMA zones (empty or not) upon network stack teardownbz2010-03-071-0/+3
* Garbage collect references to the no longer implemented tcp_fasttimo().bz2010-01-171-1/+0
* Add the ability to see TCP timers via netstat -x. This can be a usefulsilby2009-09-161-0/+9
* Many network stack subsystems use a single global data structure to holdrwatson2009-08-021-0/+11
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-161-35/+35
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-46/+83
* Replace struct tcpopt with a proxy toeopt struct in the TOE driver interface tolstewart2009-07-131-3/+3
* Pad the following TCP related structs to allow MFCs of upcoming features/fixeslstewart2009-07-121-1/+10
* - Change members of tcpcb that cache values of ticks from int to u_int:jhb2009-06-161-8/+8
* Change a few members of tcpcb that store cached copies of ticks to be intsjhb2009-06-101-4/+4
* Introduce an infrastructure for dismantling vnet instances.zec2009-06-081-0/+9
OpenPOWER on IntegriCloud