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
2022-02-11net/smc: Limit SMC visits when handshake workqueue congestedD. Wythe
2021-12-07tcp: expose __tcp_sock_set_cork and __tcp_sock_set_nodelayMaxim Galaganov
2021-01-23tcp: add TTL to SCM_TIMESTAMPING_OPT_STATSYousuk Seung
2020-09-10tcp: record received TOS value in the request socketWei Wang
2020-08-25tcp: bpf: Optionally store mac header in TCP_SAVE_SYNMartin KaFai Lau
2020-08-25tcp: Add saw_unknown to struct tcp_options_receivedMartin KaFai Lau
2020-08-25tcp: Use a struct to represent a saved_synMartin KaFai Lau
2020-08-01tcp: add earliest departure time to SCM_TIMESTAMPING_OPT_STATSYousuk Seung
2020-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-23tcp: allow at most one TLP probe per flightYuchung Cheng
2020-06-24tcp: Expose tcp_sock_set_keepidle_lockedDmitry Yakunin
2020-05-28tcp: add tcp_sock_set_keepcntChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_keepintvlChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_keepidleChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_user_timeoutChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_syncntChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_quickackChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_nodelayChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_corkChristoph Hellwig
2020-05-15mptcp: add new sock flag to deal with join subflowsPaolo Abeni
2020-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-04-30tcp: add tp->dup_ack_counterEric Dumazet
2020-04-30mptcp: move option parsing into mptcp_incoming_options()Paolo Abeni
2020-03-30mptcp: Add handling of incoming MP_JOIN requestsPeter Krystad
2020-03-30mptcp: Add ADD_ADDR handlingPeter Krystad
2020-01-29mptcp: handle tcp fallback when using syn cookiesFlorian Westphal
2020-01-26tcp: export count for rehash attemptsAbdul Kabbani
2020-01-24mptcp: parse and emit MP_CAPABLE option according to v1 specChristoph Paasch
2020-01-24mptcp: Implement MPTCP receive pathMat Martineau
2020-01-24mptcp: Handle MP_CAPABLE options for outgoing connectionsPeter Krystad
2020-01-24mptcp: Associate MPTCP context with TCP socketPeter Krystad
2020-01-24mptcp: Handle MPTCP TCP optionsPeter Krystad
2019-10-26tcp: add TCP_INFO status for failed client TFOJason Baron
2019-10-13tcp: add rcu protection around tp->fastopen_rskEric Dumazet
2019-09-16tcp: Add TCP_INFO counter for packets received out-of-orderThomas Higdon
2019-06-23net: fastopen: robustness and endianness fixes for SipHashArd Biesheuvel
2019-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-17net: ipv4: move tcp_fastopen server side code to SipHash libraryArd Biesheuvel
2019-06-16tcp: limit payload size of sacked skbsEric Dumazet
2019-06-12tcp: add optional per socket transmit delayEric Dumazet
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-11-22tcp: defer SACK compression after DupThreshEric Dumazet
2018-10-16tcp: do not change tcp_wstamp_ns in tcp_mstamp_refreshEric Dumazet
2018-09-22tcp: add tcp_wstamp_ns socket fieldEric Dumazet
2018-08-01tcp: add stat of data packet reordering eventsWei Wang
2018-08-01tcp: add dsack blocks received statsWei Wang
2018-08-01tcp: add data bytes retransmitted statsWei Wang
2018-08-01tcp: add data bytes sent statsWei Wang
2018-07-13tcp: use monotonic timestamps for PAWSArnd Bergmann
2018-06-22tcp: ignore rcv_rtt sample with old ts ecr valueWei Wang