summaryrefslogtreecommitdiff
path: root/net/mptcp/protocol.h
AgeCommit message (Expand)AuthorFilesLines
2024-09-11mptcp: disable active MPTCP in case of blackholeMatthieu Baerts (NGI0)1-1/+7
2024-09-11mptcp: export mptcp_subflow_early_fallback()Matthieu Baerts (NGI0)1-0/+8
2024-09-03mptcp: pm: reduce entries iterations on connectMatthieu Baerts (NGI0)1-9/+7
2024-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+6
2024-08-29mptcp: pm: ADD_ADDR 0 is not a new addressMatthieu Baerts (NGI0)1-0/+2
2024-08-29mptcp: avoid duplicated SUB_CLOSED eventsMatthieu Baerts (NGI0)1-1/+2
2024-08-27mptcp: pr_debug: add missing \n at the endMatthieu Baerts (NGI0)1-2/+2
2024-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+0
2024-08-20mptcp: pm: remove mptcp_pm_remove_subflow()Matthieu Baerts (NGI0)1-3/+0
2024-08-19mptcp: Remove unused declaration mptcp_sockopt_sync()Yue Haibing1-1/+0
2024-07-30mptcp: pm: fix backup support in signal endpointsMatthieu Baerts (NGI0)1-0/+3
2024-07-30mptcp: distinguish rcv vs sent backup flag in requestsMatthieu Baerts (NGI0)1-0/+1
2024-06-06mptcp: add mptcp_space_from_win helperGeliang Tang1-0/+5
2024-05-13mptcp: move mptcp_pm_gen.h's includeMatthieu Baerts (NGI0)1-2/+0
2024-05-13mptcp: add net.mptcp.available_schedulersGregory Detal1-0/+1
2024-05-13mptcp: fix full TCP keep-alive supportMatthieu Baerts (NGI0)1-0/+3
2024-04-26mptcp: introducing a helper into active reset logicJason Xing1-0/+11
2024-04-26mptcp: support rstreason for passive resetJason Xing1-0/+27
2024-04-11mptcp: add last time fields in mptcp_infoGeliang Tang1-0/+3
2024-04-01inet: preserve const qualifier in inet_csk()Eric Dumazet1-1/+1
2024-03-11mptcp: annotate a data-race around sysctl_tcp_wmem[0]Jason Xing1-1/+1
2024-03-06mptcp: update set_flags interfacesGeliang Tang1-7/+3
2024-03-04mptcp: get addr in userspace pm listGeliang Tang1-0/+2
2024-03-04mptcp: implement mptcp_userspace_pm_get_addrGeliang Tang1-0/+2
2024-03-04mptcp: dump addrs in userspace pm listGeliang Tang1-0/+3
2024-03-04mptcp: implement mptcp_userspace_pm_dump_addrGeliang Tang1-0/+2
2024-03-04mptcp: export mptcp_genl_family & mptcp_nl_fill_addrGeliang Tang1-0/+4
2024-03-04mptcp: make pm_remove_addrs_and_subflows staticGeliang Tang1-2/+0
2024-03-04mptcp: implement TCP_NOTSENT_LOWAT supportPaolo Abeni1-1/+27
2024-03-04mptcp: cleanup writer wake-upPaolo Abeni1-10/+6
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-10/+11
2024-02-26mptcp: check the protocol in mptcp_sk() with DEBUG_NETMatthieu Baerts (NGI0)1-1/+7
2024-02-26mptcp: check the protocol in tcp_sk() with DEBUG_NETMatthieu Baerts (NGI0)1-0/+10
2024-02-26mptcp: fix potential wake-up event lossPaolo Abeni1-10/+11
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+12
2024-02-18mptcp: fix data races on local_idPaolo Abeni1-3/+12
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+9
2024-02-12mptcp: really cope with fastopen racePaolo Abeni1-1/+2
2024-02-12mptcp: corner case locking for rx path fields initializationPaolo Abeni1-4/+5
2024-02-12mptcp: fix rcv space initializationPaolo Abeni1-1/+2
2024-02-12mptcp: drop the push_pending fieldPaolo Abeni1-1/+0
2024-02-05mptcp: annotate lockless access for the tx pathPaolo Abeni1-1/+1
2024-02-05mptcp: annotate access for msk keysPaolo Abeni1-2/+4
2024-01-02mptcp: add CurrEstab MIB counter supportGeliang Tang1-0/+1
2023-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-3/+6
2023-12-17mptcp: fix inconsistent state on fastopen racePaolo Abeni1-3/+6
2023-11-29mptcp: add mptcpi_subflows_total counterGeliang Tang1-0/+9
2023-10-27mptcp: use mptcp_check_fallback helperGeliang Tang1-1/+1
2023-10-27mptcp: drop useless ssk in pm_subflow_check_nextGeliang Tang1-1/+1
2023-10-25mptcp: refactor sndbuf auto-tuningPaolo Abeni1-5/+49