index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
mptcp
/
pm_netlink.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-13
mptcp: fix 'scheduling while atomic' in mptcp_pm_nl_append_new_local_addr
Krister Johansen
1
-3
/
+15
2025-03-07
mptcp: always handle address removal under msk socket lock
Paolo Abeni
1
-5
/
+0
2025-02-21
mptcp: pm: only set fullmesh for subflow endp
Matthieu Baerts (NGI0)
1
-1
/
+2
2024-11-22
mptcp: pm: use _rcu variant under rcu_read_lock
Matthieu Baerts (NGI0)
1
-1
/
+2
2024-11-22
mptcp: drop lookup_by_id in lookup_addr
Geliang Tang
1
-7
/
+5
2024-10-22
mptcp: prevent MPC handshake on port-based signal endpoints
Paolo Abeni
1
-0
/
+1
2024-10-22
mptcp: pm: fix UaF read in mptcp_pm_nl_rm_addr_or_subflow
Matthieu Baerts (NGI0)
1
-1
/
+1
2024-10-17
mptcp: pm: do not remove closing subflows
Matthieu Baerts (NGI0)
1
-1
/
+2
2024-09-18
mptcp: pm: Fix uaf in __timer_delete_sync
Edward Adam Davis
1
-4
/
+9
2024-09-08
mptcp: pr_debug: add missing \n at the end
Matthieu Baerts (NGI0)
1
-10
/
+10
2024-09-08
mptcp: pm: fix ID 0 endp usage after multiple re-creations
Matthieu Baerts (NGI0)
1
-2
/
+5
2024-09-08
mptcp: pm: reuse ID 0 after delete and re-add
Matthieu Baerts (NGI0)
1
-0
/
+10
2024-09-08
mptcp: pm: avoid possible UaF when selecting endp
Matthieu Baerts (NGI0)
1
-31
/
+37
2024-09-08
mptcp: pm: fullmesh: select the right ID later
Matthieu Baerts (NGI0)
1
-2
/
+12
2024-09-08
mptcp: pm: fix RM_ADDR ID for the initial subflow
Matthieu Baerts (NGI0)
1
-13
/
+15
2024-09-08
mptcp: make pm_remove_addrs_and_subflows static
Geliang Tang
1
-2
/
+2
2024-09-04
mptcp: pm: check add_addr_accept_max before accepting new ADD_ADDR
Matthieu Baerts (NGI0)
1
-2
/
+2
2024-09-04
mptcp: pm: only mark 'subflow' endp as available
Matthieu Baerts (NGI0)
1
-9
/
+17
2024-09-04
mptcp: pm: remove mptcp_pm_remove_subflow()
Matthieu Baerts (NGI0)
1
-9
/
+7
2024-09-04
mptcp: unify pm get_local_id interfaces
Geliang Tang
1
-19
/
+3
2024-09-04
mptcp: pm: ADD_ADDR 0 is not a new address
Matthieu Baerts (NGI0)
1
-0
/
+9
2024-09-04
mptcp: pm: do not remove already closed subflows
Matthieu Baerts (NGI0)
1
-0
/
+2
2024-09-04
mptcp: pm: send ACK on an active subflow
Matthieu Baerts (NGI0)
1
-3
/
+6
2024-09-04
mptcp: pm: reset MPC endp ID when re-added
Matthieu Baerts (NGI0)
1
-2
/
+11
2024-09-04
mptcp: pm: skip connecting to already established sf
Matthieu Baerts (NGI0)
1
-3
/
+6
2024-08-29
mptcp: pm: only decrement add_addr_accepted for MPJ req
Matthieu Baerts (NGI0)
1
-2
/
+6
2024-08-29
mptcp: pm: re-using ID of unused flushed subflows
Matthieu Baerts (NGI0)
1
-0
/
+7
2024-08-29
mptcp: pm: re-using ID of unused removed subflows
Matthieu Baerts (NGI0)
1
-1
/
+10
2024-08-29
mptcp: pm: re-using ID of unused removed ADD_ADDR
Matthieu Baerts (NGI0)
1
-1
/
+4
2024-08-19
mptcp: pm: do not ignore 'subflow' if 'signal' flag is also set
Matthieu Baerts (NGI0)
1
-4
/
+12
2024-08-19
mptcp: pm: don't try to create sf if alloc failed
Matthieu Baerts (NGI0)
1
-4
/
+6
2024-08-19
mptcp: pm: reduce indentation blocks
Matthieu Baerts (NGI0)
1
-8
/
+11
2024-08-19
mptcp: pass addr to mptcp_pm_alloc_anno_list
Geliang Tang
1
-4
/
+4
2024-08-14
mptcp: pm: deny endp with signal + subflow + port
Matthieu Baerts (NGI0)
1
-2
/
+2
2024-08-14
mptcp: pm: fix backup support in signal endpoints
Matthieu Baerts (NGI0)
1
-0
/
+18
2024-08-14
mptcp: export local_address
Geliang Tang
1
-9
/
+8
2024-08-11
mptcp: pm: only set request_bkup flag when sending MP_PRIO
Matthieu Baerts (NGI0)
1
-1
/
+0
2024-08-11
mptcp: fix NL PM announced address accounting
Paolo Abeni
1
-4
/
+6
2024-08-11
mptcp: fix user-space PM announced address accounting
Paolo Abeni
1
-4
/
+13
2024-06-21
mptcp: pm: update add_addr counters after connect
YonglongLi
1
-6
/
+10
2024-06-21
mptcp: pm: inc RmAddr MIB counter once per RM_ADDR ID
YonglongLi
1
-1
/
+4
2024-03-06
mptcp: fix duplicate subflow creation
Paolo Abeni
1
-17
/
+19
2024-03-06
mptcp: fix data races on remote_id
Paolo Abeni
1
-4
/
+4
2024-03-06
mptcp: fix data races on local_id
Paolo Abeni
1
-3
/
+3
2024-03-01
mptcp: add needs_id for netlink appending addr
Geliang Tang
1
-5
/
+19
2023-11-28
mptcp: add validity check for sending RM_ADDR
Geliang Tang
1
-2
/
+3
2023-10-10
mptcp: annotate lockless accesses to sk->sk_err
Eric Dumazet
1
-1
/
+1
2023-07-01
mptcp: ensure listener is unhashed before updating the sk status
Paolo Abeni
1
-0
/
+1
2023-06-14
mptcp: only send RM_ADDR in nl_cmd_remove
Geliang Tang
1
-0
/
+18
2023-03-22
mptcp: fix lockdep false positive in mptcp_pm_nl_create_listen_socket()
Paolo Abeni
1
-0
/
+16
[next]