index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
smc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net/smc: check return value of sock_recvmsg when draining clc data
Guangguan Wang
2024-12-15
1
-0
/
+5
*
net/smc: check smcd_v2_ext_offset when receiving proposal msg
Guangguan Wang
2024-12-15
2
-1
/
+9
*
net/smc: check v2_ext_offset/eid_cnt/ism_gid_cnt when receiving proposal msg
Guangguan Wang
2024-12-15
3
-3
/
+16
*
net/smc: check iparea_offset and ipv6_prefixes_cnt when receiving proposal msg
Guangguan Wang
2024-12-15
3
-2
/
+14
*
net/smc: check sndbuf_space again after NOSPACE flag is set in smc_poll
Guangguan Wang
2024-12-15
1
-0
/
+7
*
net/smc: protect link down work from execute after lgr freed
Guangguan Wang
2024-12-15
1
-2
/
+7
*
net/smc: fix LGR and link use-after-free issue
Wen Gu
2024-12-03
1
-0
/
+2
*
net/smc: initialize close_work early to avoid warning
Wen Gu
2024-12-03
1
-3
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-11-07
3
-10
/
+6
|
\
|
*
net/smc: do not leave a dangling sk pointer in __smc_create()
Eric Dumazet
2024-11-07
1
-1
/
+3
|
*
net/smc: Fix lookup of netdev by using ib_device_get_netdev()
Wenjia Zhang
2024-11-07
2
-9
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2024-10-21
2
-2
/
+6
|
\
|
|
*
net/smc: Fix searching in list of known pnetids in smc_pnet_add_pnetid
Li RongQing
2024-10-15
1
-1
/
+1
|
*
net/smc: Fix memory leak when using percpu refs
Kai Shen
2024-10-15
1
-1
/
+5
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-10-10
1
-0
/
+11
|
\
|
|
*
net/smc: fix lacks of icsk_syn_mss with IPPROTO_SMC
D. Wythe
2024-10-10
1
-0
/
+11
*
|
net/smc: Address spelling errors
Simon Horman
2024-10-10
4
-5
/
+5
|
/
*
net/smc: add sysctl for smc_limit_hs
D. Wythe
2024-09-10
2
-3
/
+11
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-09-06
2
-1
/
+10
|
\
|
*
net/smc: prevent NULL pointer dereference in txopt_get
Jeongjun Park
2024-08-30
2
-1
/
+10
*
|
net/smc: introduce statistics for ringbufs usage of net namespace
Wen Gu
2024-08-20
3
-16
/
+40
*
|
net/smc: introduce statistics for allocated ringbufs of link group
Wen Gu
2024-08-20
2
-4
/
+44
*
|
net/smc: Use static_assert() to check struct sizes
Gustavo A. R. Silva
2024-08-13
1
-0
/
+4
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-08-08
1
-1
/
+1
|
\
|
|
*
net/smc: add the max value of fallback reason count
Zhengchao Shao
2024-08-08
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-08-01
1
-3
/
+4
|
\
|
|
*
net/smc: prevent UAF in inet_create()
D. Wythe
2024-07-30
1
-3
/
+4
*
|
net/smc: remove unused input parameters in smcr_new_buf_create
Zhengchao Shao
2024-07-31
1
-2
/
+2
*
|
net/smc: remove redundant code in smc_connect_check_aclc
Zhengchao Shao
2024-07-31
1
-4
/
+0
*
|
net/smc: remove the fallback in __smc_connect
Zhengchao Shao
2024-07-31
1
-4
/
+0
*
|
net/smc: remove unreferenced header in smc_loopback.h file
Zhengchao Shao
2024-07-31
1
-1
/
+0
|
/
*
net/smc: Introduce IPPROTO_SMC
D. Wythe
2024-06-17
4
-3
/
+196
*
net/smc: expose smc proto operations
D. Wythe
2024-06-17
2
-30
/
+63
*
net/smc: refactoring initialization of smc sock
D. Wythe
2024-06-17
2
-38
/
+53
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-06-06
1
-20
/
+2
|
\
|
*
net/smc: avoid overwriting when adjusting sock bufsizes
Wen Gu
2024-06-05
1
-20
/
+2
*
|
net/smc: change SMCR_RMBE_SIZES from 5 to 15
Guangguan Wang
2024-06-03
1
-1
/
+1
*
|
net/smc: set rmb's SG_MAX_SINGLE_ALLOC limitation only when CONFIG_ARCH_NO_SG...
Guangguan Wang
2024-06-03
1
-2
/
+3
|
/
*
tracing/treewide: Remove second parameter of __assign_str()
Steven Rostedt (Google)
2024-05-23
1
-2
/
+2
*
net: change proto and proto_ops accept type
Jens Axboe
2024-05-14
1
-3
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-05-09
1
-7
/
+12
|
\
|
*
net/smc: fix neighbour and rtable leak in smc_ib_find_route()
Wen Gu
2024-05-09
1
-7
/
+12
*
|
net: Remove ctl_table sentinel elements from several networking subsystems
Joel Granados
2024-05-03
1
-3
/
+3
*
|
net/smc: implement DMB-merged operations of loopback-ism
Wen Gu
2024-04-30
2
-15
/
+108
*
|
net/smc: adapt cursor update when sndbuf and peer DMB are merged
Wen Gu
2024-04-30
1
-2
/
+34
*
|
net/smc: {at|de}tach sndbuf to peer DMB if supported
Wen Gu
2024-04-30
3
-1
/
+77
*
|
net/smc: add operations to merge sndbuf with peer DMB
Wen Gu
2024-04-30
2
-0
/
+44
*
|
net/smc: register loopback-ism into SMC-D device list
Wen Gu
2024-04-30
3
-16
/
+35
*
|
net/smc: ignore loopback-ism when dumping SMC-D devices
Wen Gu
2024-04-30
2
-0
/
+7
*
|
net/smc: mark optional smcd_ops and check for support when called
Wen Gu
2024-04-30
1
-1
/
+8
[next]