index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
mptcp
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
2
-4
/
+5
2025-05-15
mptcp: Use nested-BH locking for hmac_storage
Sebastian Andrzej Siewior
2
-2
/
+11
2025-05-03
mptcp: Align mptcp_inet6_sk with other protocols
Pedro Falcato
1
-2
/
+2
2025-04-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+5
2025-04-24
mptcp: pm: Defer freeing of MPTCP userspace path manager entries
Mat Martineau
1
-1
/
+5
2025-04-15
mptcp: add MPJoinRejected MIB counter
Matthieu Baerts (NGI0)
4
-1
/
+7
2025-04-15
mptcp: pass right struct to subflow_hmac_valid
Matthieu Baerts (NGI0)
1
-7
/
+3
2025-04-15
mptcp: pm: Return local variable instead of freed pointer
Thorsten Blum
1
-1
/
+4
2025-04-15
mptcp: sched: split validation part
Geliang Tang
2
-2
/
+16
2025-04-15
mptcp: sched: remove mptcp_sched_data
Matthieu Baerts (NGI0)
1
-11
/
+7
2025-04-10
Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-2
/
+6
2025-04-09
mptcp: only inc MPJoinAckHMacFailure for HMAC failures
Matthieu Baerts (NGI0)
1
-2
/
+6
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-1
/
+1
2025-04-01
mptcp: fix NULL pointer in can_accept_new_subflow
Gang Yan
1
-7
/
+8
2025-03-25
tcp/dccp: remove icsk->icsk_ack.timeout
Eric Dumazet
2
-2
/
+0
2025-03-25
tcp/dccp: remove icsk->icsk_timeout
Eric Dumazet
1
-1
/
+1
2025-03-21
mptcp: sockopt: fix getting freebind & transparent
Matthieu Baerts (NGI0)
1
-0
/
+12
2025-03-21
mptcp: sockopt: fix getting IPV6_V6ONLY
Matthieu Baerts (NGI0)
1
-0
/
+16
2025-03-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-2
/
+4
2025-03-20
mptcp: Fix data stream corruption in the address announcement
Arthur Mongodin
1
-2
/
+4
2025-03-20
mptcp: sysctl: add available_path_managers
Geliang Tang
3
-0
/
+45
2025-03-20
mptcp: sysctl: map pm_type to path_manager
Geliang Tang
1
-1
/
+24
2025-03-20
mptcp: sysctl: map path_manager to pm_type
Geliang Tang
1
-1
/
+14
2025-03-20
mptcp: sysctl: set path manager by name
Geliang Tang
2
-0
/
+51
2025-03-20
mptcp: pm: register in-kernel and userspace PM
Geliang Tang
4
-0
/
+26
2025-03-20
mptcp: pm: define struct mptcp_pm_ops
Geliang Tang
2
-0
/
+55
2025-03-20
mptcp: pm: add struct_group in mptcp_pm_data
Geliang Tang
2
-12
/
+6
2025-03-20
mptcp: pm: only fill id_avail_bitmap for in-kernel pm
Geliang Tang
1
-1
/
+2
2025-03-20
mptcp: pm: use pm variable instead of msk->pm
Geliang Tang
1
-4
/
+4
2025-03-20
mptcp: pm: in-kernel: use kmemdup helper
Geliang Tang
1
-4
/
+2
2025-03-20
mptcp: pm: split netlink and in-kernel init
Matthieu Baerts (NGI0)
4
-4
/
+9
2025-03-10
mptcp: pm: move Netlink PM helpers to pm_netlink.c
Matthieu Baerts (NGI0)
3
-123
/
+117
2025-03-10
mptcp: pm: split in-kernel PM specific code
Matthieu Baerts (NGI0)
3
-1405
/
+1411
2025-03-10
mptcp: pm: move generic PM helpers to pm.c
Matthieu Baerts (NGI0)
3
-468
/
+467
2025-03-10
mptcp: pm: move generic helper at the top
Matthieu Baerts (NGI0)
1
-27
/
+27
2025-03-10
mptcp: pm: export mptcp_remote_address
Matthieu Baerts (NGI0)
2
-8
/
+11
2025-03-10
mptcp: pm: worker: split in-kernel and common tasks
Matthieu Baerts (NGI0)
3
-20
/
+30
2025-03-10
mptcp: pm: avoid calling PM specific code from core
Matthieu Baerts (NGI0)
4
-7
/
+12
2025-03-10
mptcp: pm: kernel: add '_pm' to mptcp_nl_set_flags
Matthieu Baerts (NGI0)
1
-4
/
+4
2025-03-10
mptcp: pm: remove '_nl' from mptcp_pm_nl_is_init_remote_addr
Matthieu Baerts (NGI0)
3
-5
/
+5
2025-03-10
mptcp: pm: remove '_nl' from mptcp_pm_nl_subflow_chk_stale()
Matthieu Baerts (NGI0)
3
-3
/
+3
2025-03-10
mptcp: pm: remove '_nl' from mptcp_pm_nl_rm_addr_received
Matthieu Baerts (NGI0)
1
-28
/
+27
2025-03-10
mptcp: pm: remove '_nl' from mptcp_pm_nl_work
Matthieu Baerts (NGI0)
3
-3
/
+3
2025-03-10
mptcp: pm: remove '_nl' from mptcp_pm_nl_mp_prio_send_ack
Matthieu Baerts (NGI0)
3
-11
/
+11
2025-03-10
mptcp: pm: remove '_nl' from mptcp_pm_nl_addr_send_ack
Matthieu Baerts (NGI0)
4
-7
/
+7
2025-03-10
mptcp: pm: use addr entry for get_local_id
Geliang Tang
4
-23
/
+20
2025-03-08
tcp: ulp: diag: more info without CAP_NET_ADMIN
Matthieu Baerts (NGI0)
1
-16
/
+26
2025-03-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+15
2025-03-05
mptcp: fix 'scheduling while atomic' in mptcp_pm_nl_append_new_local_addr
Krister Johansen
1
-3
/
+15
2025-03-05
mptcp: pm: exit early with ADD_ADDR echo if possible
Matthieu Baerts (NGI0)
1
-0
/
+3
[next]