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