summaryrefslogtreecommitdiff
path: root/net/mptcp/protocol.c
AgeCommit message (Expand)Author
2025-01-27mptcp: handle fastopen disconnect correctlyPaolo Abeni
2025-01-13net: remove init_dummy_netdev()Jakub Kicinski
2025-01-02mptcp: prevent excessive coalescing on receivePaolo Abeni
2025-01-02mptcp: don't always assume copied data in mptcp_cleanup_rbuf()Paolo Abeni
2025-01-02mptcp: fix recvbuffer adjust on sleeping rcvmsgPaolo Abeni
2024-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-11-12mptcp: fix possible integer overflow in mptcp_reset_tout_timerDmitry Kandybka
2024-11-11mptcp: cope racing subflow creation in mptcp_rcv_space_adjustPaolo Abeni
2024-11-11mptcp: error out earlier on disconnectPaolo Abeni
2024-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-10-28mptcp: implement mptcp_pm_connection_closedGeliang Tang
2024-10-28mptcp: annotate data-races around subflow->fully_establishedGang Yan
2024-10-28mptcp: init: protect sched with rcu_read_lockMatthieu Baerts (NGI0)
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-10-09mptcp: handle consistently DSS corruptionPaolo Abeni
2024-10-04tcp: add a fast path in tcp_delack_timer()Eric Dumazet
2024-09-11mptcp: disable active MPTCP in case of blackholeMatthieu Baerts (NGI0)
2024-09-11mptcp: export mptcp_subflow_early_fallback()Matthieu Baerts (NGI0)
2024-08-29mptcp: avoid duplicated SUB_CLOSED eventsMatthieu Baerts (NGI0)
2024-08-27mptcp: pr_debug: add missing \n at the endMatthieu Baerts (NGI0)
2024-08-27mptcp: sched: check both backup in retransMatthieu Baerts (NGI0)
2024-08-27mptcp: close subflow when receiving TCP+FINMatthieu Baerts (NGI0)
2024-08-01mptcp: fix bad RCVPRUNED mib accountingPaolo Abeni
2024-07-30mptcp: sched: check both directions for backupMatthieu Baerts (NGI0)
2024-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-10mptcp: ensure snd_una is properly initialized on connectPaolo Abeni
2024-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-06mptcp: refer to 'MPTCP' socket in commentsDavide Caratti
2024-06-06mptcp: add mptcp_space_from_win helperGeliang Tang
2024-06-06mptcp: use mptcp_win_from_space helperGeliang Tang
2024-06-05mptcp: count CLOSE-WAIT sockets for MPTCP_MIB_CURRESTABJason Xing
2024-05-18Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds
2024-05-13mptcp: prefer strscpy over strcpyMatthieu Baerts (NGI0)
2024-05-13net: change proto and proto_ops accept typeJens Axboe
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-30mptcp: ensure snd_nxt is properly initialized on connectPaolo Abeni
2024-04-30net: move sysctl_max_skb_frags to net_hotdataEric Dumazet
2024-04-26mptcp: introducing a helper into active reset logicJason Xing
2024-04-26rstreason: prepare for active resetJason Xing
2024-04-11mptcp: add last time fields in mptcp_infoGeliang Tang
2024-04-05tcp: annotate data-races around tp->window_clampEric Dumazet
2024-04-01mptcp: don't account accept() of non-MPC client as fallback to TCPDavide Caratti
2024-03-06mptcp: drop duplicate header inclusionsGeliang Tang
2024-03-04mptcp: implement TCP_NOTSENT_LOWAT supportPaolo Abeni
2024-03-04mptcp: cleanup writer wake-upPaolo Abeni
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-26mptcp: fix double-free on socket dismantleDavide Caratti
2024-02-26mptcp: fix snd_wnd initialization for passive socketPaolo Abeni
2024-02-26mptcp: push at DSS boundariesPaolo Abeni
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski