index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
smc
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-15
smc: Use __sk_dst_get() and dst_dev_rcu() in smc_vlan_by_tcpsk().
Kuniyuki Iwashima
1
-15
/
+12
2025-10-15
smc: Use __sk_dst_get() and dst_dev_rcu() in smc_clc_prfx_match().
Kuniyuki Iwashima
1
-13
/
+13
2025-10-15
smc: Use __sk_dst_get() and dst_dev_rcu() in in smc_clc_prfx_set().
Kuniyuki Iwashima
1
-19
/
+22
2025-10-15
smc: Fix use-after-free in __pnet_find_base_ndev().
Kuniyuki Iwashima
1
-21
/
+22
2025-09-19
net/smc: fix warning in smc_rx_splice() when calling get_page()
Sidraya Jayagond
1
-5
/
+9
2025-09-03
net/smc: Remove validation of reserved bits in CLC Decline message
Mahanta Jambigi
1
-2
/
+0
2025-09-02
net/smc: fix one NULL pointer dereference in smc_ib_is_sg_need_sync()
Liu Jian
1
-0
/
+3
2025-08-19
net/smc: fix UAF on smcsk after smc_listen_out()
D. Wythe
1
-1
/
+2
2025-07-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-4
/
+18
2025-07-14
smc: Fix various oops due to inet_sock type confusion.
Kuniyuki Iwashima
2
-4
/
+18
2025-07-09
net/smc: convert timeouts to secs_to_jiffies()
Easwar Hariharan
1
-2
/
+1
2025-06-23
net: make sk->sk_rcvtimeo lockless
Eric Dumazet
2
-4
/
+4
2025-06-23
net: make sk->sk_sndtimeo lockless
Eric Dumazet
1
-2
/
+2
2025-06-23
net: remove sock_i_uid()
Eric Dumazet
1
-1
/
+1
2025-06-23
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-19
net/smc: remove unused input parameters in smc_buf_get_slot
Wang Liang
1
-3
/
+2
2025-04-11
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-21
net: better track kernel sockets lifetime
Eric Dumazet
1
-4
/
+1
2025-01-13
net/smc: fix data error when recvmsg with MSG_PEEK flag
Guangguan Wang
3
-21
/
+26
2025-01-11
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-07
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-14
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-05
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-12
net/smc: Use static_assert() to check struct sizes
Gustavo A. R. Silva
1
-0
/
+4
2024-08-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2024-08-07
net/smc: add the max value of fallback reason count
Zhengchao Shao
1
-1
/
+1
[next]