aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_var.h
Commit message (Expand)AuthorAgeFilesLines
* This adds in the missing counter initialization whichRandall Stewart2019-09-061-0/+7
* This patch improves the DSACK handling to conform with RFC 2883.Michael Tuexen2019-09-021-0/+1
* Add kernel-side support for in-kernel TLS.John Baldwin2019-08-271-1/+1
* Add a sysctl variable ts_offset_per_conn to change the computationMichael Tuexen2019-07-231-0/+1
* This is the second in a number of patches needed toRandall Stewart2019-07-141-0/+1
* This commit updates rack to what is basically being used at NF asRandall Stewart2019-07-101-1/+7
* tcp_autorcvbuf_inc was removed in r344433.Navdeep Parhar2019-03-291-2/+0
* Fix a bug in the restart window computation of TCP New RenoMichael Tuexen2019-01-251-0/+1
* This change represents a substantial restructure of the way weRandall Stewart2018-08-201-5/+11
* Don't expose the uptime via the TCP timestamps.Michael Tuexen2018-08-191-1/+3
* Make struct xinpcb and friends word-size independent.Brooks Davis2018-07-051-1/+1
* epoch(9): allow preemptible epochs to composeMatt Macy2018-07-041-5/+3
* This commit brings in a new refactored TCP stack called Rack.Randall Stewart2018-06-071-3/+23
* This change re-arranges the fields within the tcp-pcb so thatRandall Stewart2018-04-261-63/+61
* This commit brings in the TCP high precision timer system (tcp_hpts).Randall Stewart2018-04-191-3/+14
* Add missing header change from r332381.Jonathan T. Looney2018-04-101-2/+5
* Add the "TCP Blackbox Recorder" which we discussed at the developerJonathan T. Looney2018-03-221-1/+23
* Greatly reduce the number of #ifdefs supporting the TCP_RFC7413 kernel option.Patrick Kelsey2018-02-261-2/+0
* This is an implementation of the client side of TCP Fast Open (TFO)Patrick Kelsey2018-02-261-3/+7
* Separate out send buffer autoscaling code into function, so thatGleb Smirnoff2017-12-071-0/+1
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Declare more TCP globals in tcp_var.h, so that alternative TCP stacksGleb Smirnoff2017-10-111-39/+66
* Add support to print the TCP stack being used.Michael Tuexen2017-09-121-1/+1
* Use counter(9) for PLPMTUD counters.Sean Bruno2017-08-251-0/+5
* Add the infrastructure to support loading multiple versions of TCPJonathan T. Looney2017-06-081-2/+7
* Use estimated RTT for receive buffer auto resizing instead of timestampsSteven Hartland2017-04-101-0/+2
* Hide struct inpcb, struct tcpcb from the userland.Gleb Smirnoff2017-03-211-126/+117
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Move tcp_fields_to_net() static inline into tcp_var.h, just below itsGleb Smirnoff2017-02-101-0/+9
* Merge projects/ipsec into head/.Andrey V. Elsukov2017-02-061-38/+1
* Fix slight type mismatch between so_options defined in sys/socketvar.hMaxim Sobolev2017-01-121-1/+1
* The TFO server-side code contains some changes that are not conditioned onJonathan T. Looney2016-10-121-0/+6
* In the TCP stack, the hhook(9) framework provides hooks for kernel modulesJonathan T. Looney2016-10-121-0/+4
* Remove "long" variables from the TCP stack (not including the modularJonathan T. Looney2016-10-061-19/+19
* Remove declaration of un-defined function tcp_seq_subtract().Jonathan T. Looney2016-10-061-1/+0
* Pass the number of segments coalesced by LRO up the stack by repurposing theLawrence Stewart2016-08-251-1/+1
* Here we update the modular tcp to be able to switch to anRandall Stewart2016-08-161-1/+14
* The pr_destroy field does not allow us to run the teardown code in aBjoern A. Zeeb2016-06-011-3/+0
* Tiny refactor of r294869/r296881: use defines to mask the VNET() macro.Gleb Smirnoff2016-05-171-2/+3
* This small change adopts the excellent suggestion for using namedRandall Stewart2016-05-171-0/+1
* This cleans up the timers code in TCP to start using the newRandall Stewart2016-04-281-1/+11
* to_flags is currently a 64-bit integer; however, we only use 7 bits.Jonathan T. Looney2016-03-221-1/+1
* Redo r294869. The array of counters for TCP states doesn't belong toGleb Smirnoff2016-03-151-6/+8
* Comment fix: statistics are not read-only.Gleb Smirnoff2016-03-141-1/+1
* Augment struct tcpstat with tcps_states[], which is used for book-keepingGleb Smirnoff2016-01-271-0/+4
* Provide TCPSTAT_DEC() and TCPSTAT_FETCH() macros.Gleb Smirnoff2016-01-271-0/+3
* Historically we have two fields in tcpcb to describe sender MSS: t_maxopd,Gleb Smirnoff2016-01-071-3/+2
* Implementation of server-side TCP Fast Open (TFO) [RFC7413].Patrick Kelsey2015-12-241-1/+15
* First cut of the modularization of our TCP stack. StillRandall Stewart2015-12-161-4/+76
* Clean up unused bandwidth entry in the TCP hostcache.Hiren Panchasara2015-12-111-1/+0