index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
smc
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-4
/
+18
2025-07-15
smc: Fix various oops due to inet_sock type confusion.
Kuniyuki Iwashima
2
-4
/
+18
2025-07-10
net/smc: convert timeouts to secs_to_jiffies()
Easwar Hariharan
1
-2
/
+1
2025-06-24
net: make sk->sk_rcvtimeo lockless
Eric Dumazet
2
-4
/
+4
2025-06-24
net: make sk->sk_sndtimeo lockless
Eric Dumazet
1
-2
/
+2
2025-06-24
net: remove sock_i_uid()
Eric Dumazet
1
-1
/
+1
2025-06-24
net/smc: replace strncpy with strscpy
Pranav Tyagi
1
-1
/
+1
2025-06-21
net/smc: remove unused function smc_lo_supports_v2
Wang Liang
1
-6
/
+0
2025-06-20
net/smc: remove unused input parameters in smc_buf_get_slot
Wang Liang
1
-3
/
+2
2025-04-12
smc: Fix lockdep false-positive for IPPROTO_SMC.
Kuniyuki Iwashima
1
-0
/
+5
2025-03-14
net/smc: use the correct ndev to find pnetid by pnetid table
Guangguan Wang
1
-3
/
+5
2025-02-22
net: better track kernel sockets lifetime
Eric Dumazet
1
-4
/
+1
2025-01-14
net/smc: fix data error when recvmsg with MSG_PEEK flag
Guangguan Wang
3
-21
/
+26
2025-01-12
net/smc: delete pointless divide by one
Dan Carpenter
2
-2
/
+2
2024-12-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-8
/
+58
2024-12-15
net/smc: check return value of sock_recvmsg when draining clc data
Guangguan Wang
1
-0
/
+5
2024-12-15
net/smc: check smcd_v2_ext_offset when receiving proposal msg
Guangguan Wang
2
-1
/
+9
2024-12-15
net/smc: check v2_ext_offset/eid_cnt/ism_gid_cnt when receiving proposal msg
Guangguan Wang
3
-3
/
+16
2024-12-15
net/smc: check iparea_offset and ipv6_prefixes_cnt when receiving proposal msg
Guangguan Wang
3
-2
/
+14
2024-12-15
net/smc: check sndbuf_space again after NOSPACE flag is set in smc_poll
Guangguan Wang
1
-0
/
+7
2024-12-15
net/smc: protect link down work from execute after lgr freed
Guangguan Wang
1
-2
/
+7
2024-12-12
net/smc: support ipv4 mapped ipv6 addr client for smc-r v2
Guangguan Wang
1
-1
/
+4
2024-12-12
net/smc: support SMC-R V2 for rdma devices with max_recv_sge equals to 1
Guangguan Wang
5
-30
/
+52
2024-12-03
net/smc: fix LGR and link use-after-free issue
Wen Gu
1
-0
/
+2
2024-12-03
net/smc: initialize close_work early to avoid warning
Wen Gu
1
-3
/
+1
2024-11-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-10
/
+6
2024-11-07
net/smc: do not leave a dangling sk pointer in __smc_create()
Eric Dumazet
1
-1
/
+3
2024-11-07
net/smc: Fix lookup of netdev by using ib_device_get_netdev()
Wenjia Zhang
2
-9
/
+3
2024-10-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2
-2
/
+6
2024-10-15
net/smc: Fix searching in list of known pnetids in smc_pnet_add_pnetid
Li RongQing
1
-1
/
+1
2024-10-15
net/smc: Fix memory leak when using percpu refs
Kai Shen
1
-1
/
+5
2024-10-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+11
2024-10-10
net/smc: Address spelling errors
Simon Horman
4
-5
/
+5
2024-10-10
net/smc: fix lacks of icsk_syn_mss with IPPROTO_SMC
D. Wythe
1
-0
/
+11
2024-09-10
net/smc: add sysctl for smc_limit_hs
D. Wythe
2
-3
/
+11
2024-09-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-1
/
+10
2024-08-30
net/smc: prevent NULL pointer dereference in txopt_get
Jeongjun Park
2
-1
/
+10
2024-08-20
net/smc: introduce statistics for ringbufs usage of net namespace
Wen Gu
3
-16
/
+40
2024-08-20
net/smc: introduce statistics for allocated ringbufs of link group
Wen Gu
2
-4
/
+44
2024-08-13
net/smc: Use static_assert() to check struct sizes
Gustavo A. R. Silva
1
-0
/
+4
2024-08-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2024-08-08
net/smc: add the max value of fallback reason count
Zhengchao Shao
1
-1
/
+1
2024-08-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+4
2024-07-31
net/smc: remove unused input parameters in smcr_new_buf_create
Zhengchao Shao
1
-2
/
+2
2024-07-31
net/smc: remove redundant code in smc_connect_check_aclc
Zhengchao Shao
1
-4
/
+0
2024-07-31
net/smc: remove the fallback in __smc_connect
Zhengchao Shao
1
-4
/
+0
2024-07-31
net/smc: remove unreferenced header in smc_loopback.h file
Zhengchao Shao
1
-1
/
+0
2024-07-30
net/smc: prevent UAF in inet_create()
D. Wythe
1
-3
/
+4
2024-06-17
net/smc: Introduce IPPROTO_SMC
D. Wythe
4
-3
/
+196
2024-06-17
net/smc: expose smc proto operations
D. Wythe
2
-30
/
+63
[next]