index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
mptcp
/
pm_netlink.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-09-13
1
-4
/
+9
|
\
|
*
mptcp: pm: Fix uaf in __timer_delete_sync
Edward Adam Davis
2024-09-12
1
-4
/
+9
*
|
mptcp: pm: reduce entries iterations on connect
Matthieu Baerts (NGI0)
2024-09-04
1
-42
/
+24
*
|
mptcp: pm: rename helpers linked to 'flush'
Matthieu Baerts (NGI0)
2024-09-04
1
-6
/
+6
|
/
*
mptcp: pm: ADD_ADDR 0 is not a new address
Matthieu Baerts (NGI0)
2024-08-29
1
-0
/
+9
*
mptcp: pm: fix ID 0 endp usage after multiple re-creations
Matthieu Baerts (NGI0)
2024-08-29
1
-2
/
+5
*
mptcp: pm: do not remove already closed subflows
Matthieu Baerts (NGI0)
2024-08-29
1
-0
/
+2
*
mptcp: pm: reset MPC endp ID when re-added
Matthieu Baerts (NGI0)
2024-08-29
1
-2
/
+11
*
mptcp: pm: skip connecting to already established sf
Matthieu Baerts (NGI0)
2024-08-29
1
-3
/
+6
*
mptcp: pm: send ACK on an active subflow
Matthieu Baerts (NGI0)
2024-08-29
1
-3
/
+6
*
mptcp: pm: fix RM_ADDR ID for the initial subflow
Matthieu Baerts (NGI0)
2024-08-29
1
-13
/
+15
*
mptcp: pm: reuse ID 0 after delete and re-add
Matthieu Baerts (NGI0)
2024-08-29
1
-0
/
+10
*
mptcp: pr_debug: add missing \n at the end
Matthieu Baerts (NGI0)
2024-08-27
1
-10
/
+10
*
mptcp: pm: avoid possible UaF when selecting endp
Matthieu Baerts (NGI0)
2024-08-21
1
-30
/
+34
*
mptcp: pm: fullmesh: select the right ID later
Matthieu Baerts (NGI0)
2024-08-21
1
-1
/
+10
*
mptcp: pm: only in-kernel cannot have entries with ID 0
Matthieu Baerts (NGI0)
2024-08-21
1
-0
/
+4
*
mptcp: pm: check add_addr_accept_max before accepting new ADD_ADDR
Matthieu Baerts (NGI0)
2024-08-21
1
-2
/
+2
*
mptcp: pm: only decrement add_addr_accepted for MPJ req
Matthieu Baerts (NGI0)
2024-08-21
1
-2
/
+6
*
mptcp: pm: only mark 'subflow' endp as available
Matthieu Baerts (NGI0)
2024-08-21
1
-9
/
+17
*
mptcp: pm: remove mptcp_pm_remove_subflow()
Matthieu Baerts (NGI0)
2024-08-21
1
-9
/
+7
*
mptcp: pm: re-using ID of unused flushed subflows
Matthieu Baerts (NGI0)
2024-08-21
1
-0
/
+7
*
mptcp: pm: re-using ID of unused removed subflows
Matthieu Baerts (NGI0)
2024-08-21
1
-1
/
+10
*
mptcp: pm: re-using ID of unused removed ADD_ADDR
Matthieu Baerts (NGI0)
2024-08-21
1
-1
/
+4
*
mptcp: pm: do not ignore 'subflow' if 'signal' flag is also set
Matthieu Baerts (NGI0)
2024-08-02
1
-4
/
+12
*
mptcp: pm: don't try to create sf if alloc failed
Matthieu Baerts (NGI0)
2024-08-02
1
-4
/
+6
*
mptcp: pm: reduce indentation blocks
Matthieu Baerts (NGI0)
2024-08-02
1
-8
/
+11
*
mptcp: pm: deny endp with signal + subflow + port
Matthieu Baerts (NGI0)
2024-08-02
1
-2
/
+2
*
mptcp: pm: fix backup support in signal endpoints
Matthieu Baerts (NGI0)
2024-07-30
1
-0
/
+18
*
mptcp: pm: only set request_bkup flag when sending MP_PRIO
Matthieu Baerts (NGI0)
2024-07-30
1
-1
/
+0
*
mptcp: fix NL PM announced address accounting
Paolo Abeni
2024-07-29
1
-4
/
+6
*
mptcp: fix user-space PM announced address accounting
Paolo Abeni
2024-07-29
1
-4
/
+13
*
mptcp: pm: update add_addr counters after connect
YonglongLi
2024-06-11
1
-6
/
+10
*
mptcp: pm: inc RmAddr MIB counter once per RM_ADDR ID
YonglongLi
2024-06-11
1
-1
/
+4
*
mptcp: move mptcp_pm_gen.h's include
Matthieu Baerts (NGI0)
2024-05-14
1
-0
/
+1
*
mptcp: drop lookup_by_id in lookup_addr
Geliang Tang
2024-03-07
1
-7
/
+5
*
mptcp: set error messages for set_flags
Geliang Tang
2024-03-07
1
-1
/
+5
*
mptcp: update set_flags interfaces
Geliang Tang
2024-03-07
1
-33
/
+25
*
mptcp: drop duplicate header inclusions
Geliang Tang
2024-03-07
1
-3
/
+0
*
mptcp: get addr in userspace pm list
Geliang Tang
2024-03-04
1
-1
/
+6
*
mptcp: dump addrs in userspace pm list
Geliang Tang
2024-03-04
1
-2
/
+8
*
mptcp: export mptcp_genl_family & mptcp_nl_fill_addr
Geliang Tang
2024-03-04
1
-6
/
+3
*
mptcp: make pm_remove_addrs_and_subflows static
Geliang Tang
2024-03-04
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-23
1
-26
/
+43
|
\
|
*
mptcp: fix duplicate subflow creation
Paolo Abeni
2024-02-18
1
-15
/
+18
|
*
mptcp: fix data races on remote_id
Paolo Abeni
2024-02-18
1
-4
/
+4
|
*
mptcp: fix data races on local_id
Paolo Abeni
2024-02-18
1
-3
/
+3
|
*
mptcp: add needs_id for netlink appending addr
Geliang Tang
2024-02-18
1
-5
/
+19
*
|
mptcp: annotate lockless access for token
Paolo Abeni
2024-02-05
1
-5
/
+5
|
/
*
mptcp: use mptcp_set_state
Geliang Tang
2024-01-02
1
-0
/
+5
*
genetlink: Use internal flags for multicast groups
Ido Schimmel
2023-12-29
1
-1
/
+1
[next]