aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_fastopen.c
Commit message (Expand)AuthorAgeFilesLines
* Use the new VNET_DEFINE_STATIC macro when we are defining static VNETAndrew Turner2018-07-241-12/+12
* Add support for printing the TCP FO client-side cookie cache via theMichael Tuexen2018-07-101-0/+88
* When initializing the TCP FO client cookie cache, take into accountMichael Tuexen2018-07-071-1/+10
* Enable TCP_FASTOPEN by default for FreeBSD 12.Sean Bruno2018-06-241-1/+1
* tcp fastopen: fix may be uninitializedMatt Macy2018-05-191-1/+2
* When checking the TCP fast cookie length, conststently also checkMichael Tuexen2018-02-271-1/+2
* Ensure signed comparison to avoid false trip of assert during VNET teardown.Patrick Kelsey2018-02-261-1/+1
* This is an implementation of the client side of TCP Fast Open (TFO)Patrick Kelsey2018-02-261-45/+723
* Fix harmless locking bug in tfp_fastopen_check_cookie().Patrick Kelsey2018-02-261-8/+12
* Fix VIMAGE-related bugs in TFO. The autokey callout vnet context wasPatrick Kelsey2017-02-031-0/+1
* Fix kernel build with TCP_RFC7413 optionMike Karels2016-08-111-0/+1
* Mfp: r296259Bjoern A. Zeeb2016-04-091-1/+1
* Implementation of server-side TCP Fast Open (TFO) [RFC7413].Patrick Kelsey2015-12-241-0/+442