Show patches with: Submitter = Matthieu Baerts       |   140 patches
« 1 2 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
Re: [PATCH 0/8] Add IPv6 Support Re: [PATCH 0/8] Add IPv6 Support - - - - --- 2019-11-13 Matthieu Baerts matttbe Accepted
[01/10] selftests:mptcp: fix typo selftests: IPv6 by default and time reduction - - - - --- 2019-11-16 Matthieu Baerts matttbe Accepted
[02/10] selftests:mptcp: enable v6 by default selftests: IPv6 by default and time reduction - - - - --- 2019-11-16 Matthieu Baerts matttbe Accepted
[03/10] selftests:mptcp: align v4 and v6 results selftests: IPv6 by default and time reduction - - - - --- 2019-11-16 Matthieu Baerts matttbe Accepted
[04/10] selftests:mptcp: reduce wait time for the listen selftests: IPv6 by default and time reduction - - - - --- 2019-11-16 Matthieu Baerts matttbe Accepted
[05/10] selftests:mptcp: reduce time to wait for DAD selftests: IPv6 by default and time reduction - - - - --- 2019-11-16 Matthieu Baerts matttbe Accepted
[06/10] selftests:mptcp: only display the NS id selftests: IPv6 by default and time reduction - - - - --- 2019-11-16 Matthieu Baerts matttbe Accepted
[07/10] selftests:mptcp: avoid global var clash selftests: IPv6 by default and time reduction - - - - --- 2019-11-16 Matthieu Baerts matttbe Accepted
[08/10] selftests:mptcp: do not reset "ret" when skipping selftests: IPv6 by default and time reduction - - - - --- 2019-11-16 Matthieu Baerts matttbe Accepted
[09/10] selftests:mptcp: force MPTCP_IPV6 config selftests: IPv6 by default and time reduction - - - - --- 2019-11-16 Matthieu Baerts matttbe Accepted
[10/10,RFC] selftests:mptcp: decrease timeout to 100 sec selftests: IPv6 by default and time reduction - - - - --- 2019-11-16 Matthieu Baerts RFC
Re: [PATCH v2 01/13] selftest: add mmap-write support Re: [PATCH v2 01/13] selftest: add mmap-write support - - - - --- 2019-11-20 Matthieu Baerts matttbe Accepted
Re: [PATCH] mptcp: fix option length of mp_capable syn/ack Re: [PATCH] mptcp: fix option length of mp_capable syn/ack - - - - --- 2019-11-30 Matthieu Baerts Superseded
Re: [PATCH v4] mptcp: fix option length of mp_capable syn/ack Re: [PATCH v4] mptcp: fix option length of mp_capable syn/ack - - - - --- 2019-12-06 Matthieu Baerts matttbe Accepted
[1/2] Revert "selftests: settings: tests can be in subsubdirs" kselftests: remove modif in framework + commit msg - - - - --- 2019-12-13 Matthieu Baerts matttbe Accepted
[2/2] .topmsg: mptcp: add basic kselftest for mptcp kselftests: remove modif in framework + commit msg - - - - --- 2019-12-13 Matthieu Baerts matttbe Accepted
Re: [PATCH] mptcp: cope with later TCP fallback. Re: [PATCH] mptcp: cope with later TCP fallback. - - - - --- 2019-12-13 Matthieu Baerts pabeni Accepted
[01/11] net: Make sock protocol value checks more specific Multipath TCP part 1: Prerequisites - - - - --- 2019-12-13 Matthieu Baerts Deferred
[02/11] sock: Make sk_protocol a 16-bit value Multipath TCP part 1: Prerequisites - - - - --- 2019-12-13 Matthieu Baerts Deferred
[03/11] tcp: Define IPPROTO_MPTCP Multipath TCP part 1: Prerequisites - - - - --- 2019-12-13 Matthieu Baerts Deferred
[04/11] tcp: Add MPTCP option number Multipath TCP part 1: Prerequisites - - - - --- 2019-12-13 Matthieu Baerts Deferred
[05/11] tcp, ulp: Add clone operation to tcp_ulp_ops Multipath TCP part 1: Prerequisites - - - - --- 2019-12-13 Matthieu Baerts Deferred
[06/11] mptcp: Add MPTCP to skb extensions Multipath TCP part 1: Prerequisites - - - - --- 2019-12-13 Matthieu Baerts Deferred
[07/11] tcp: Prevent coalesce/collapse when skb has MPTCP extensions Multipath TCP part 1: Prerequisites - - - - --- 2019-12-13 Matthieu Baerts Deferred
[08/11] tcp: Export TCP functions and ops struct Multipath TCP part 1: Prerequisites - - - - --- 2019-12-13 Matthieu Baerts Deferred
[09/11] tcp: Check for filled TCP option space before SACK Multipath TCP part 1: Prerequisites - - - - --- 2019-12-13 Matthieu Baerts Deferred
[10/11] tcp: clean ext on tx recycle Multipath TCP part 1: Prerequisites - - - - --- 2019-12-13 Matthieu Baerts Deferred
[11/11] skb: add helpers to allocate ext independently from sk_buff Multipath TCP part 1: Prerequisites - - - - --- 2019-12-13 Matthieu Baerts Deferred
[01/15] mptcp: Add MPTCP socket stubs Multipath TCP part 2: Single subflow - - - - --- 2019-12-13 Matthieu Baerts Deferred
[02/15] mptcp: Handle MPTCP TCP options Multipath TCP part 2: Single subflow - - - - --- 2019-12-13 Matthieu Baerts Deferred
[03/15] mptcp: Associate MPTCP context with TCP socket Multipath TCP part 2: Single subflow - - - - --- 2019-12-13 Matthieu Baerts Deferred
[04/15] mptcp: Handle MP_CAPABLE options for outgoing connections Multipath TCP part 2: Single subflow - - - - --- 2019-12-13 Matthieu Baerts Deferred
[05/15] mptcp: Create SUBFLOW socket for incoming connections Multipath TCP part 2: Single subflow - - - - --- 2019-12-13 Matthieu Baerts Deferred
[06/15] mptcp: Add key generation and token tree Multipath TCP part 2: Single subflow - - - - --- 2019-12-13 Matthieu Baerts Deferred
[07/15] mptcp: Add shutdown() socket operation Multipath TCP part 2: Single subflow - - - - --- 2019-12-13 Matthieu Baerts Deferred
[08/15] mptcp: Add setsockopt()/getsockopt() socket operations Multipath TCP part 2: Single subflow - - - - --- 2019-12-13 Matthieu Baerts Deferred
[09/15] mptcp: Write MPTCP DSS headers to outgoing data packets Multipath TCP part 2: Single subflow - - - - --- 2019-12-13 Matthieu Baerts Deferred
[10/15] mptcp: Implement MPTCP receive path Multipath TCP part 2: Single subflow - - - - --- 2019-12-13 Matthieu Baerts Deferred
[11/15] mptcp: add subflow write space signalling and mptcp_poll Multipath TCP part 2: Single subflow - - - - --- 2019-12-13 Matthieu Baerts Deferred
[12/15] mptcp: recvmsg() can drain data from multiple subflows Multipath TCP part 2: Single subflow - - - - --- 2019-12-13 Matthieu Baerts Deferred
[13/15] mptcp: allow collapsing consecutive sendpages on the same substream Multipath TCP part 2: Single subflow - - - - --- 2019-12-13 Matthieu Baerts Deferred
[14/15] mptcp: new sysctl to control the activation per NS Multipath TCP part 2: Single subflow - - - - --- 2019-12-13 Matthieu Baerts Deferred
[15/15] mptcp: add basic kselftest for mptcp Multipath TCP part 2: Single subflow - - - - --- 2019-12-13 Matthieu Baerts Deferred
[1/4] mptcp: move from sha1 (v0) to sha256 (v1) Multipath TCP part 3: MPTCPv1 (RFC 8684) support - - - - --- 2019-12-13 Matthieu Baerts Deferred
[2/4] mptcp: parse and emit MP_CAPABLE option according to v1 spec Multipath TCP part 3: MPTCPv1 (RFC 8684) support - - - - --- 2019-12-13 Matthieu Baerts Deferred
[3/4] mptcp: process MP_CAPABLE data option Multipath TCP part 3: MPTCPv1 (RFC 8684) support - - - - --- 2019-12-13 Matthieu Baerts Deferred
[4/4] mptcp: cope with later TCP fallback Multipath TCP part 3: MPTCPv1 (RFC 8684) support - - - - --- 2019-12-13 Matthieu Baerts Deferred
Squash-to: "sock: Make sk_protocol a 16-bit value" Squash-to: "sock: Make sk_protocol a 16-bit value" - - - - --- 2019-12-17 Matthieu Baerts matttbe Accepted
Re: Rebase request Re: Rebase request - - - - --- 2020-01-08 Matthieu Baerts matttbe Accepted
mptcp: fix compilation warning mptcp: fix compilation warning - - - - --- 2020-01-17 Matthieu Baerts pabeni Superseded
[v2] mptcp: fix caller of mptcp_handle_ipv6_mapped [v2] mptcp: fix caller of mptcp_handle_ipv6_mapped - 1 - - --- 2020-01-17 Matthieu Baerts matttbe Accepted
Re: Commit text change: Handle MPTCP TCP options Re: Commit text change: Handle MPTCP TCP options - - - - --- 2020-01-20 Matthieu Baerts matttbe Accepted
mptcp: uniform the use of CONFIG_MPTCP_IPV6 mptcp: uniform the use of CONFIG_MPTCP_IPV6 - - - - --- 2020-01-21 Matthieu Baerts matttbe Accepted
mptcp: fix compilation warning without IPV6 mptcp: fix compilation warning without IPV6 - - - - --- 2020-01-21 Matthieu Baerts martineau Superseded
[v2] mptcp: fix compilation warning without IPV6 [v2] mptcp: fix compilation warning without IPV6 - - - - --- 2020-01-21 Matthieu Baerts matttbe Accepted
[GIT] Sync with net-next on 20190131: a few conflicts [GIT] Sync with net-next on 20190131: a few conflicts - - - - --- 2020-01-31 Matthieu Baerts matttbe Accepted
mptcp: select CRYPTO mptcp: select CRYPTO - - - - --- 2020-02-12 Matthieu Baerts matttbe Deferred
[RFC,net] mptcp: select CRYPTO [RFC,net] mptcp: select CRYPTO - 1 - - --- 2020-02-12 Matthieu Baerts matttbe Deferred
[net] mptcp: select CRYPTO [net] mptcp: select CRYPTO - 1 - - --- 2020-02-15 Matthieu Baerts Deferred
[GIT] Sync with net-next on 20200222: 2 conflicts [GIT] Sync with net-next on 20200222: 2 conflicts - - - - --- 2020-02-22 Matthieu Baerts matttbe Accepted
[1/2] mptcp: fix compilation error without IPv6 [1/2] mptcp: fix compilation error without IPv6 - 1 - - --- 2020-03-02 Matthieu Baerts matttbe Accepted
[2/2] mptcp: fix compilation warning without IPv6 Untitled series #161839 - 1 - - --- 2020-03-02 Matthieu Baerts pabeni Superseded
mptcp: fix wrong merge resolution mptcp: fix wrong merge resolution - 1 - - --- 2020-03-02 Matthieu Baerts matttbe Accepted
[v2,2/2] mptcp: fix compilation warning without IPv6 Untitled series #161932 - 1 - - --- 2020-03-02 Matthieu Baerts matttbe Accepted
mptcp: disable two unstable mptcp_join tests mptcp: disable two unstable mptcp_join tests - 1 - - --- 2020-03-02 Matthieu Baerts matttbe Accepted
[1/2] mptcp: fix compilation error without IPV6 [1/2] mptcp: fix compilation error without IPV6 - 1 - - --- 2020-03-19 Matthieu Baerts matttbe Accepted
[2/2] mptcp: fix compilation warning without IPV6 Untitled series #165311 - 1 - - --- 2020-03-19 Matthieu Baerts matttbe Accepted
mptcp:netlink: fix compilation warning mptcp:netlink: fix compilation warning - - - - --- 2020-03-23 Matthieu Baerts matttbe Accepted
[1/3] mptcp: fix "fn parameter not described" warning mptcp: fix "fn parameter not described" warnings - - - - --- 2020-03-24 Matthieu Baerts matttbe Accepted
[2/3] mptcp: fix "fn parameter not described" warnings Untitled series #166383 - 1 - - --- 2020-03-24 Matthieu Baerts matttbe Accepted
[3/3] mptcp: fix "fn parameter not described" warning mptcp: fix "fn parameter not described" warnings - 1 - - --- 2020-03-24 Matthieu Baerts matttbe Accepted
[1/6] Squash-to: "mptcp: queue data for mptcp level retransmission" [1/6] Squash-to: "mptcp: queue data for mptcp level retransmission" - - - - --- 2020-03-27 Matthieu Baerts matttbe Accepted
[2/6] topmsg: mptcp: queue data for mptcp level retransmission mptcp: remove all "inline" in foo.c files - - - - --- 2020-03-27 Matthieu Baerts matttbe Accepted
[3/6] Squash-to: "mptcp: rework mptcp_sendmsg_frag to accept optional dfrag" mptcp: remove all "inline" in foo.c files - - - - --- 2020-03-27 Matthieu Baerts matttbe Accepted
[4/6] topmsg: mptcp: rework mptcp_sendmsg_frag to accept optional dfrag mptcp: remove all "inline" in foo.c files - - - - --- 2020-03-27 Matthieu Baerts matttbe Accepted
[5/6] Squash-to: "mptcp: add and use MIB counter infrastructure" mptcp: remove all "inline" in foo.c files - - - - --- 2020-03-27 Matthieu Baerts matttbe Accepted
[6/6] topmsg: mptcp: add and use MIB counter infrastructure mptcp: remove all "inline" in foo.c files - - - - --- 2020-03-27 Matthieu Baerts matttbe Accepted
[RFC] selftests:mptcp:pm: rm trailing whitespace [RFC] selftests:mptcp:pm: rm trailing whitespace - 1 - - --- 2020-03-30 Matthieu Baerts matttbe Deferred
[net-next,1/1] selftests:mptcp: fix failure due to whitespace damage [net-next,1/1] selftests:mptcp: fix failure due to whitespace damage - 1 - - --- 2020-03-30 Matthieu Baerts matttbe Deferred
selftests:mptcp:pm: rm the right tmp file selftests:mptcp:pm: rm the right tmp file - 1 - - --- 2020-04-02 Matthieu Baerts matttbe Superseded
mptcp:pm netlink: fix variable scope mptcp:pm netlink: fix variable scope - - - - --- 2020-04-06 Matthieu Baerts martineau Accepted
[net] selftests:mptcp:pm: rm the right tmp file [net] selftests:mptcp:pm: rm the right tmp file - 1 - - --- 2020-05-15 Matthieu Baerts Deferred
[mptcp-next] selftests/mptcp: Capture pcap on both sender and receiver [mptcp-next] selftests/mptcp: Capture pcap on both sender and receiver - - - - --- 2020-06-16 Matthieu Baerts matttbe Accepted
[mptcp-next] mptcp: default KUNIT_* fragments to KUNIT_ALL_TESTS [mptcp-next] mptcp: default KUNIT_* fragments to KUNIT_ALL_TESTS - - - - --- 2020-06-16 Matthieu Baerts matttbe Accepted
[mptcp-next] diag: fix use-after-free Read in inet_diag_lock_handler [mptcp-next] diag: fix use-after-free Read in inet_diag_lock_handler - - - - --- 2020-07-03 Matthieu Baerts matttbe Accepted
[net-next] selftests: mptcp: capture pcap on both sides [net-next] selftests: mptcp: capture pcap on both sides - - - - --- 2020-07-06 Matthieu Baerts Deferred
[mptcp-next] selftests: mptcp: interpret \n as a new line [mptcp-next] selftests: mptcp: interpret \n as a new line - 2 - - --- 2020-07-08 Matthieu Baerts Accepted
[mptcp-iproute2] mptcp: show all endpoints when no ID is specified [mptcp-iproute2] mptcp: show all endpoints when no ID is specified - 1 - - --- 2020-07-13 Matthieu Baerts matttbe Deferred
[iproute2] mptcp: show all endpoints when no ID is specified [iproute2] mptcp: show all endpoints when no ID is specified - 1 - - --- 2020-07-24 Matthieu Baerts Deferred
[mptcp-net] mptcp: fix joined subflows with unblocking sk [mptcp-net] mptcp: fix joined subflows with unblocking sk - 1 - - --- 2020-07-27 Matthieu Baerts matttbe Accepted
[net] mptcp: fix joined subflows with unblocking sk [net] mptcp: fix joined subflows with unblocking sk 1 1 - - --- 2020-07-27 Matthieu Baerts Deferred
[net-next] selftests: mptcp: interpret \n as a new line [net-next] selftests: mptcp: interpret \n as a new line 1 2 - - --- 2020-09-16 Matthieu Baerts Deferred
[net-next,v3] mptcp: Wake up MPTCP worker when DATA_FIN found on a TCP FIN packet [net-next,v3] mptcp: Wake up MPTCP worker when DATA_FIN found on a TCP FIN packet 1 1 - - --- 2020-09-21 Matthieu Baerts Deferred
[mptcp-next] mptcp: ADD_ADDRs with echo bit are smaller [mptcp-next] mptcp: ADD_ADDRs with echo bit are smaller 1 1 - - --- 2020-10-01 Matthieu Baerts Superseded
[net-next] mptcp: ADD_ADDRs with echo bit are smaller [net-next] mptcp: ADD_ADDRs with echo bit are smaller 1 1 - - --- 2020-10-03 Matthieu Baerts matttbe Accepted
[mptcp-next] Squash-to: mptcp: keep track of advertised windows right edge [mptcp-next] Squash-to: mptcp: keep track of advertised windows right edge - 1 - - --- 2020-10-05 Matthieu Baerts matttbe Accepted
[net-next] selftests: mptcp: interpret \n as a new line [net-next] selftests: mptcp: interpret \n as a new line - 1 - - --- 2020-10-06 Matthieu Baerts matttbe Accepted
[net-next] selftests: mptcp: interpret \n as a new line [net-next] selftests: mptcp: interpret \n as a new line 1 1 - - --- 2020-10-06 Matthieu Baerts matttbe Deferred
[mptcp-next] Squash to "selftests: mptcp: add ADD_ADDR timeout test case" [mptcp-next] Squash to "selftests: mptcp: add ADD_ADDR timeout test case" 1 - - - --- 2020-10-12 Matthieu Baerts matttbe Superseded
[net] mptcp: depends on IPV6 but not as a module [net] mptcp: depends on IPV6 but not as a module - 1 - - --- 2020-10-21 Matthieu Baerts Deferred
« 1 2 »