summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_fastopen.c
AgeCommit message (Expand)Author
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-03tcp: fix a lockdep issue in tcp_fastopen_reset_cipher()Eric Dumazet
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-24tcp: Configure TFO without cookie per socket and/or per routeChristoph Paasch
2017-10-20tcp: socket option to set TCP fast open keyYuchung Cheng
2017-10-07net: add rb_to_skb() and other rb tree helpersEric Dumazet
2017-10-05tcp: uniform the set up of sockets after successful connectionWei Wang
2017-10-01ipv4: Namespaceify tcp_fastopen_blackhole_timeout knobHaishuang Yan
2017-10-01ipv4: Namespaceify tcp_fastopen_key knobHaishuang Yan
2017-10-01ipv4: Remove the 'publish' logic in tcp_fastopen_init_key_onceHaishuang Yan
2017-10-01ipv4: Namespaceify tcp_fastopen knobHaishuang Yan
2017-08-22tcp: Remove the unused parameter for tcp_try_fastopen.Tonghao Zhang
2017-07-01bpf: Add TCP connection BPF callbacksLawrence Brakmo
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena
2017-04-24net/tcp_fastopen: Add snmp counter for blackhole detectionWei Wang
2017-04-24net/tcp_fastopen: Disable active side TFO in certain scenariosWei Wang
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-25net/tcp-fastopen: Add new API supportWei Wang
2017-01-25net/tcp-fastopen: refactor cookie check logicWei Wang
2017-01-19tcp: initialize max window for a new fastopen socketAlexey Kodanev
2017-01-13tcp: fix tcp_fastopen unaligned access complaints on sparcShannon Nelson
2016-09-08tcp: fastopen: avoid negative sk_forward_allocEric Dumazet
2016-09-01tcp: fastopen: fix rcv_wup initialization for TFO server on SYN/dataNeal Cardwell
2016-05-02tcp: do not assume TCP code is non preemptibleEric Dumazet
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-03-14tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/InMartin KaFai Lau
2016-02-06tcp: fastopen: call tcp_fin() if FIN present in SYNACKEric Dumazet
2016-02-06tcp: do not enqueue skb with SYN flagEric Dumazet
2016-02-06tcp: fastopen: accept data/FIN present in SYNACK messageEric Dumazet
2016-01-27tcp: Use ahashHerbert Xu
2015-10-23tcp/dccp: fix hashdance race for passive sessionsEric Dumazet
2015-10-05tcp: fix fastopen races vs lockless listenerEric Dumazet
2015-10-03tcp: attach SYNACK messages to request sockets instead of listenerEric Dumazet
2015-09-29tcp: prepare fastopen code for upcoming listener changesEric Dumazet
2015-09-28tcp: avoid reorders for TFO passive connectionsEric Dumazet
2015-06-23tcp: Do not call tcp_fastopen_reset_cipher from interrupt contextChristoph Paasch
2015-05-22tcp: fix a potential deadlock in tcp_get_info()Eric Dumazet
2015-04-29tcp: add tcpi_bytes_received to tcp_infoEric Dumazet
2015-04-07tcp: RFC7413 option support for Fast Open serverDaniel Lee
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris
2015-03-20inet: get rid of central tcp/dccp listener timerEric Dumazet
2015-03-17inet: fix request sock refcountingEric Dumazet
2015-03-17tcp: rename struct tcp_request_sock listenerEric Dumazet
2015-03-16inet: add proper refcounting to request sockEric Dumazet
2015-02-28tcp: cleanup static functionsEric Dumazet
2015-02-13tcp: make sure skb is not shared before using skb_get()Eric Dumazet
2015-02-09tcp: don't include Fast Open option in SYN-ACK on pure SYN-dataYuchung Cheng
2014-09-29tcp: remove unnecessary assignment.Li RongQing
2014-06-16tcp: remove unnecessary tcp_sk assignment.Dave Jones