Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-26tcp: add TCP_INFO status for failed client TFOJason Baron
2019-10-13tcp: add rcu protection around tp->fastopen_rskEric Dumazet
2019-06-23net: fastopen: robustness and endianness fixes for SipHashArd Biesheuvel
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-20inet: clear num_timeout reqsk_alloc()Eric Dumazet
2019-06-17net: ipv4: move tcp_fastopen server side code to SipHash libraryArd Biesheuvel
2019-06-10tcp: Make tcp_fastopen_alloc_ctx staticYueHaibing
2019-05-30tcp: add backup TFO key infrastructureJason Baron
2019-05-30tcp: introduce __tcp_fastopen_cookie_gen_cipher()Christoph Paasch
2017-12-13tcp: pause Fast Open globally after third consecutive timeoutYuchung Cheng
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-06tcp: uniform the set up of sockets after successful connectionWei Wang
2017-10-02ipv4: Namespaceify tcp_fastopen_blackhole_timeout knobHaishuang Yan
2017-10-02ipv4: Namespaceify tcp_fastopen_key knobHaishuang Yan
2017-10-02ipv4: Remove the 'publish' logic in tcp_fastopen_init_key_onceHaishuang Yan
2017-10-02ipv4: Namespaceify tcp_fastopen knobHaishuang Yan
2017-08-23tcp: Remove the unused parameter for tcp_try_fastopen.Tonghao Zhang
2017-07-02bpf: 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-09tcp: fastopen: avoid negative sk_forward_allocEric Dumazet
2016-09-02tcp: fastopen: fix rcv_wup initialization for TFO server on SYN/dataNeal Cardwell
2016-05-03tcp: do not assume TCP code is non preemptibleEric Dumazet
2016-04-28net: 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-07tcp: 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-30tcp: prepare fastopen code for upcoming listener changesEric Dumazet
2015-09-29tcp: 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-30tcp: add tcpi_bytes_received to tcp_infoEric Dumazet
2015-04-08tcp: RFC7413 option support for Fast Open serverDaniel Lee