summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_var.h
Commit message (Expand)AuthorAgeFilesLines
* Augment struct tcpstat with tcps_states[], which is used for book-keepingglebius2016-01-271-0/+4
* Provide TCPSTAT_DEC() and TCPSTAT_FETCH() macros.glebius2016-01-271-0/+3
* Historically we have two fields in tcpcb to describe sender MSS: t_maxopd,glebius2016-01-071-3/+2
* Implementation of server-side TCP Fast Open (TFO) [RFC7413].pkelsey2015-12-241-1/+15
* First cut of the modularization of our TCP stack. Stillrrs2015-12-161-4/+76
* Clean up unused bandwidth entry in the TCP hostcache.hiren2015-12-111-1/+0
* r290122 added 4 bytes and removed 8 in struct sackhint. Add a pad entry of 4hiren2015-12-101-0/+1
* One of the ways to detect loss is to count duplicate acks coming back from thehiren2015-12-081-1/+1
* Calculate the correct amount of bytes that are in-flight for a connection ashiren2015-10-281-1/+9
* Add sysctl tunable net.inet.tcp.initcwnd_segments to specify initial congestionhiren2015-10-271-2/+2
* There are times when it would be really nice to have a record of the last fewhiren2015-10-141-1/+12
* Eliminate nd6_nud_hint() and its TCP bindings.melifaro2015-09-271-12/+0
* Make tcp_mtudisc() static and void. No functional changes.glebius2015-09-041-2/+0
* Update snd_una description to make it more readable.hiren2015-07-301-1/+1
* Revert r265338, r271089 and r271123 as those changes do not handlepkelsey2015-07-291-1/+11
* Fix an old and well-documented use-after-free race condition injch2015-04-161-2/+3
* Re-introduce padding fields removed with r264321 to keepjch2014-11-171-0/+2
* Restore spares used in "struct tcpcb" and bump "__FreeBSD_version" tohselasky2014-11-031-4/+3
* Fix a race condition in TCP timewait between tcp_tw_2msl_reuse() andjch2014-10-301-2/+1
* Implement PLPMTUD blackhole detection (RFC 4821), inspired by codesbruno2014-10-071-0/+9
* * Split tcp_signature_compute() into 2 pieces:melifaro2014-09-271-0/+6
* Improve transmit sending offload, TSO, algorithm in general.hselasky2014-09-221-2/+7
* Merge 'struct ip6protosw' and 'struct protosw' into one. Now we havekevlo2014-08-081-1/+1
* Make tcp_twrespond() file local private; this removes it from thebz2014-05-241-1/+0
* Move the tcp_fields_to_host() and tcp_fields_to_net() (inline)bz2014-05-231-0/+21
* Provide compatibility #define after r265408.glebius2014-05-171-0/+2
* Remove the function tcp_twrecycleable; it has been #if 0'd forsilby2014-05-161-3/+0
* - Remove net.inet.tcp.reass.overflows sysctl. It counts exactlyglebius2014-05-061-1/+1
* The FreeBSD-SA-14:08.tcp was a lesson on not doing acrobatics withglebius2014-05-041-14/+1
* Currently, the TCP slow timer can starve TCP input processing while itjhb2014-04-101-2/+1
* Remove more constants related to static sysctl nodes. The MAXID constantsjhb2014-02-251-3/+1
* 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
OpenPOWER on IntegriCloud