mptcp.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-06 07:58:22 to 2021-09-25 10:40:09 UTC [more...]

[PATCH net-next 0/5] mptcp: Miscellaneous fixes
 2021-09-25 10:40 UTC  (7+ messages)
` [PATCH net-next 1/5] mptcp: do not shrink snd_nxt when recovering
` [PATCH net-next 2/5] mptcp: use OPTIONS_MPTCP_MPC
` [PATCH net-next 3/5] mptcp: use lockdep_assert_held_once() instead of open-coding it
` [PATCH net-next 4/5] mptcp: remove tx_pending_data
` [PATCH net-next 5/5] mptcp: re-arm retransmit timer if data is pending

[PATCH v2 mptcp-net] net: introduce and use lock_sock_fast_nested()
 2021-09-25  8:18 UTC  (3+ messages)

[PATCH v2 mptcp-net] mptcp: fix possible stall on recvmsg()
 2021-09-24 22:01 UTC  (3+ messages)

mptcpd 0.8 released
 2021-09-24 16:38 UTC 

[PATCH mptcp-net] net: introduce and use lock_sock_fast_nested()
 2021-09-24 13:29 UTC  (3+ messages)

[PATCH net 0/2] mptcp: Bug fixes
 2021-09-24 10:00 UTC  (4+ messages)
` [PATCH net 1/2] mptcp: don't return sockets in foreign netns
` [PATCH net 2/2] mptcp: allow changing the 'backup' bit when no sockets are open

Help with MPTCPV1 server setup
 2021-09-24  8:10 UTC 

[PATCH mptcp-net v2] mptcp: allow changing the 'backup' bit when no sockets are open
 2021-09-23 16:38 UTC  (3+ messages)

[PATCH mptcp-next v2 0/3] mptcp: tx refactor update
 2021-09-23 16:35 UTC  (6+ messages)
` [PATCH mptcp-next v2 1/3] Squash-to: "tcp: expose the tcp_mark_push() and skb_entail() helpers"
` [PATCH mptcp-next v2 2/3] Squash-to: "mptcp: stop relying on tcp_tx_skb_cache"
` [PATCH mptcp-next v2 3/3] tcp: make tcp_build_frag() static

[syzbot] WARNING in mptcp_sendmsg_frag
 2021-09-23 15:13 UTC  (15+ messages)

[syzbot] INFO: rcu detected stall in sys_recvmmsg
 2021-09-23 15:06 UTC  (7+ messages)

[PATCH net-next 0/4] net: remove sk skb caches
 2021-09-23 12:00 UTC  (9+ messages)
` [PATCH net-next 1/4] tcp: expose the tcp_mark_push() and tcp_skb_entail() helpers
` [PATCH net-next 2/4] mptcp: stop relying on tcp_tx_skb_cache
` [PATCH net-next 3/4] tcp: make tcp_build_frag() static
` [PATCH net-next 4/4] tcp: remove sk_{tr}x_skb_cache

[PATCH mptcp-net] mptcp: fix possible stall on recvmsg()
 2021-09-23 10:08 UTC 

[syzbot] possible deadlock in mptcp_close
 2021-09-23  1:19 UTC  (7+ messages)

[PATCH net] mptcp: ensure tx skbs always have the MPTCP ext
 2021-09-22 13:50 UTC  (2+ messages)

[PATCH mptcp-next v2 0/9] The infinite mapping support
 2021-09-22  3:50 UTC  (24+ messages)
` [PATCH mptcp-next v2 1/9] mptcp: add noncontiguous flag
` [PATCH mptcp-next v2 2/9] mptcp: add MPTCP_INFINITE_DONE flag
` [PATCH mptcp-next v2 3/9] mptcp: add MAPPING_INFINITE mapping status
` [PATCH mptcp-next v2 4/9] mptcp: add start_seq in the msk
` [PATCH mptcp-next v2 5/9] mptcp: infinite mapping sending
` [PATCH mptcp-next v2 6/9] mptcp: infinite mapping receiving
` [PATCH mptcp-next v2 7/9] mptcp: add a mib for the infinite mapping sending
` [PATCH mptcp-next v2 8/9] selftests: mptcp: add infinite map mibs check
` [PATCH mptcp-next v2 9/9] DO-NOT-MERGE: mptcp: mp_fail test

[PATCH mptcp-next v4 0/8] The infinite mapping support
 2021-09-22  0:43 UTC  (11+ messages)
` [PATCH mptcp-next v4 1/8] mptcp: track and update contiguous data status
` [PATCH mptcp-next v4 2/8] mptcp: add last_fully_acked_dss_start_seq in the msk
` [PATCH mptcp-next v4 3/8] mptcp: infinite mapping sending
` [PATCH mptcp-next v4 4/8] mptcp: add the fallback check
` [PATCH mptcp-next v4 5/8] mptcp: infinite mapping receiving
` [PATCH mptcp-next v4 6/8] mptcp: add mib for infinite map sending
` [PATCH mptcp-next v4 7/8] selftests: mptcp: add infinite map mibs check
` [PATCH mptcp-next v4 8/8] DO-NOT-MERGE: mptcp: mp_fail test

[PATCH mptcp-next 0/3] mptcp: tx refactor update
 2021-09-21  9:44 UTC  (7+ messages)
` [PATCH mptcp-next 1/3] Squash-to: "tcp: expose the tcp_mark_push() and skb_entail() helpers"
` [PATCH mptcp-next 2/3] Squash-to: "mptcp: stop relying on tcp_tx_skb_cache"
` [PATCH mptcp-next 3/3] tcp: make tcp_build_frag() static

[PATCH mptcp-net] mptcp: always provide MPTCP skb ext for tx skb
 2021-09-21  3:42 UTC  (5+ messages)

[PATCH][next] mptcp: Avoid NULL dereference in mptcp_getsockopt_subflow_addrs()
 2021-09-21  0:05 UTC  (2+ messages)

[PATCH mptcp-next] Squash to "mptcp: don't return sockets in foreign netns"
 2021-09-19  7:06 UTC  (2+ messages)

[PATCH net-next 0/5] mptcp: Add SOL_MPTCP getsockopt support
 2021-09-18 13:30 UTC  (7+ messages)
` [PATCH net-next 1/5] mptcp: add new mptcp_fill_diag helper
` [PATCH net-next 2/5] mptcp: add MPTCP_INFO getsockopt
` [PATCH net-next 3/5] mptcp: add MPTCP_TCPINFO getsockopt support
` [PATCH net-next 4/5] mptcp: add MPTCP_SUBFLOW_ADDRS "
` [PATCH net-next 5/5] selftests: mptcp: add mptcp getsockopt test cases

[RFC PATCH 0/5] net: remove sk skb caches
 2021-09-17 17:31 UTC  (11+ messages)
` [RFC PATCH 1/5] chtls: rename skb_entail() to chtls_skb_entail()
` [RFC PATCH 2/5] tcp: expose the tcp_mark_push() and skb_entail() helpers
` [RFC PATCH 3/5] mptcp: stop relying on tcp_tx_skb_cache
` [RFC PATCH 4/5] Partially revert "tcp: factor out tcp_build_frag()"
` [RFC PATCH 5/5] tcp: remove sk_{tr}x_skb_cache

[PATCH mptcp-net] mptcp: allow changing the 'backup' bit when no sockets are open
 2021-09-17  1:11 UTC  (2+ messages)

[PATCH mptcp] mptcp: don't return sockets in foreign netns
 2021-09-16 16:21 UTC  (4+ messages)

[PATCH mptcp-next v3 0/8] The infinite mapping support
 2021-09-15  0:37 UTC  (12+ messages)
` [PATCH mptcp-next v3 1/8] mptcp: add mptcp_is_data_contiguous helper
` [PATCH mptcp-next v3 2/8] mptcp: add start_seq in the msk
` [PATCH mptcp-next v3 3/8] mptcp: infinite mapping sending
` [PATCH mptcp-next v3 4/8] mptcp: add the fallback check
` [PATCH mptcp-next v3 5/8] mptcp: infinite mapping receiving
` [PATCH mptcp-next v3 6/8] mptcp: add mib for infinite map sending
` [PATCH mptcp-next v3 7/8] selftests: mptcp: add infinite map mibs check
` [PATCH mptcp-next v3 8/8] DO-NOT-MERGE: mptcp: mp_fail test

[Weekly meetings] MoM - 9th of September 2021
 2021-09-14  7:11 UTC 

[PATCH AUTOSEL 5.14 209/252] mptcp: fix ADD_ADDR and RM_ADDR maybe flush addr_signal each other
 2021-09-11 14:37 UTC  (3+ messages)

[PATCH mptcp-next] chtls: rename skb_entail() to chtls_skb_entail()
 2021-09-11  6:06 UTC  (3+ messages)

[mptcp-next 0/2] Fix mptcp connection hangs after link failover
 2021-09-11  5:56 UTC  (9+ messages)
` [PATCH mptcp-next v2 1/2] mptcp: remove tx_pending_data
` [PATCH mptcp-next v2 2/2] mptcp: re-arm retransmit timer if data is pending

[PATCH mptcp-next] Squash-to: "mptcp: stop relying on tcp_tx_skb_cache"
 2021-09-09 16:57 UTC  (3+ messages)

MPTCP export branch - build errors due to -Werror
 2021-09-09 16:16 UTC  (2+ messages)

[PATCH AUTOSEL 5.13 184/219] mptcp: fix ADD_ADDR and RM_ADDR maybe flush addr_signal each other
 2021-09-09 11:46 UTC 

[PATCH RFC mptcp-next 0/4] round-robin packet scheduler support
 2021-09-09  0:18 UTC  (9+ messages)
` [PATCH RFC mptcp-next 1/4] mptcp: add a new sysctl scheduler
` [PATCH RFC mptcp-next 2/4] mptcp: add struct mptcp_sched_ops
` [PATCH RFC mptcp-next 3/4] mptcp: round-robin packet scheduler support
` [PATCH RFC mptcp-next 4/4] selftests: mptcp: add round-robin testcase

[PATCH mptcp-next 0/6] The infinite mapping support
 2021-09-09  0:04 UTC  (8+ messages)
` [PATCH mptcp-next 1/6] mptcp: add noncontiguous flag
` [PATCH mptcp-next 2/6] mptcp: infinite mapping sending
` [PATCH mptcp-next 3/6] mptcp: infinite mapping receiving
` [PATCH mptcp-next 6/6] DO-NOT-MERGE: mptcp: mp_fail test

[mptcp:export 13/25] drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls.h:583:6: error: conflicting types for 'skb_entail'
 2021-09-08 19:09 UTC 

[RFC PATCH] selftests: mptcp: tune timeout and delay for simult_flows cases
 2021-09-06 13:40 UTC  (2+ messages)

[mptcp-next 0/2] Fix mptcp connection hangs after link failover
 2021-09-06 13:14 UTC  (7+ messages)
` [mptcp-next 2/2] mptcp: re-set push-pending bit on retransmit failure


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).