index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
smc
/
smc_core.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net/smc: Address spelling errors
Simon Horman
2024-10-10
1
-1
/
+1
*
net/smc: introduce statistics for ringbufs usage of net namespace
Wen Gu
2024-08-20
1
-7
/
+15
*
net/smc: introduce statistics for allocated ringbufs of link group
Wen Gu
2024-08-20
1
-4
/
+42
*
net/smc: remove unused input parameters in smcr_new_buf_create
Zhengchao Shao
2024-07-31
1
-2
/
+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
*
net/smc: {at|de}tach sndbuf to peer DMB if supported
Wen Gu
2024-04-30
1
-1
/
+60
*
net/smc: change the term virtual ISM to Emulated-ISM
Wen Gu
2024-02-08
1
-2
/
+2
*
net/smc: fix incorrect SMC-D link group matching logic
Wen Gu
2024-01-26
1
-3
/
+9
*
net/smc: support extended GID in SMC-D lgr netlink attribute
Wen Gu
2023-12-26
1
-0
/
+6
*
net/smc: compatible with 128-bits extended GID of virtual ISM device
Wen Gu
2023-12-26
1
-10
/
+21
*
net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_p...
Guangguan Wang
2023-09-10
1
-0
/
+2
*
net/smc: Extend SMCR v2 linkgroup netlink attribute
Guangguan Wang
2023-08-19
1
-0
/
+4
*
net/smc: support max links per lgr negotiation in clc handshake
Guangguan Wang
2023-08-19
1
-0
/
+5
*
net/smc: support max connections per lgr negotiation
Guangguan Wang
2023-08-19
1
-1
/
+3
*
net/smc: Fix setsockopt and sysctl to specify same buffer size again
Gerd Bayer
2023-08-09
1
-13
/
+12
*
net/smc: Reset connection when trying to use SMCRv2 fails.
Wen Gu
2023-05-19
1
-0
/
+1
*
net/smc: fix deadlock triggered by cancel_delayed_work_syn()
Wenjia Zhang
2023-03-15
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-02-21
1
-9
/
+8
|
\
|
*
net/smc: fix application data exception
D. Wythe
2023-02-20
1
-9
/
+8
*
|
net/smc: replace mutex rmbs_lock and sndbufs_lock with rw_semaphore
D. Wythe
2023-02-04
1
-27
/
+28
*
|
net/smc: use read semaphores to reduce unnecessary blocking in smc_buf_create...
D. Wythe
2023-02-04
1
-4
/
+4
*
|
net/smc: llc_conf_mutex refactor, replace it with rw_semaphore
D. Wythe
2023-02-04
1
-10
/
+10
*
|
net/smc: De-tangle ism and smc device initialization
Stefan Raspl
2023-01-25
1
-2
/
+4
*
|
net/smc: Separate SMC-D and ISM APIs
Stefan Raspl
2023-01-25
1
-2
/
+4
*
|
net/smc: Register SMC-D as ISM client
Stefan Raspl
2023-01-25
1
-0
/
+1
|
/
*
net/smc: Fix an error code in smc_lgr_create()
Dan Carpenter
2022-10-15
1
-1
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-09-22
1
-1
/
+4
|
\
|
*
net/smc: Stop the CLC flow if no link to map buffers on
Wen Gu
2022-09-22
1
-1
/
+4
*
|
net/smc: Unbind r/w buffer size from clcsock and make them tunable
Tony Lu
2022-09-22
1
-4
/
+4
|
/
*
net/smc: Fix possible access to freed memory in link clear
Yacan Liu
2022-09-07
1
-0
/
+1
*
net/smc: Extend SMC-R link group netlink attribute
Wen Gu
2022-07-18
1
-0
/
+2
*
net/smc: Allow virtually contiguous sndbufs or RMBs for SMC-R
Wen Gu
2022-07-18
1
-64
/
+149
*
net/smc: Use sysctl-specified types of buffers in new link group
Wen Gu
2022-07-18
1
-0
/
+1
*
net/smc: optimize for smc_sndbuf_sync_sg_for_device and smc_rmb_sync_sg_for_cpu
Guangguan Wang
2022-07-18
1
-0
/
+8
*
net/smc: remove redundant dma sync ops
Guangguan Wang
2022-07-18
1
-22
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-03-03
1
-2
/
+3
|
\
|
*
net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error cause by server
D. Wythe
2022-03-03
1
-1
/
+2
|
*
net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error generated by client
D. Wythe
2022-03-03
1
-1
/
+1
*
|
net/smc: correct settings of RMB window update limit
Dust Li
2022-03-01
1
-1
/
+1
|
/
*
net/smc: Fix hung_task when removing SMC-R devices
Wen Gu
2022-01-16
1
-16
/
+1
*
net/smc: Resolve the race between SMC-R link access and clear
Wen Gu
2022-01-13
1
-12
/
+40
*
net/smc: Introduce a new conn->lgr validity check helper
Wen Gu
2022-01-13
1
-6
/
+8
*
net/smc: Resolve the race between link group access and termination
Wen Gu
2022-01-13
1
-11
/
+49
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-01-10
1
-5
/
+7
|
\
|
*
net/smc: Reset conn->lgr when link group registration fails
Wen Gu
2022-01-06
1
-5
/
+7
*
|
net/smc: Print net namespace in log
Tony Lu
2022-01-02
1
-2
/
+2
*
|
net/smc: Add netlink net namespace support
Tony Lu
2022-01-02
1
-0
/
+3
*
|
net/smc: Introduce net namespace support for linkgroup
Tony Lu
2022-01-02
1
-7
/
+17
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-30
1
-6
/
+21
|
\
|
[next]