index
:
kernel/git/wireless/wireless-testing.git
master
Wireless integration testing tree
Wireless group
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
smc
Age
Commit message (
Expand
)
Author
Files
Lines
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
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
2024-06-17
net/smc: refactoring initialization of smc sock
D. Wythe
2
-38
/
+53
2024-06-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-20
/
+2
2024-06-05
net/smc: avoid overwriting when adjusting sock bufsizes
Wen Gu
1
-20
/
+2
2024-06-03
net/smc: change SMCR_RMBE_SIZES from 5 to 15
Guangguan Wang
1
-1
/
+1
2024-06-03
net/smc: set rmb's SG_MAX_SINGLE_ALLOC limitation only when CONFIG_ARCH_NO_SG...
Guangguan Wang
1
-2
/
+3
2024-05-22
tracing/treewide: Remove second parameter of __assign_str()
Steven Rostedt (Google)
1
-2
/
+2
2024-05-13
net: change proto and proto_ops accept type
Jens Axboe
1
-3
/
+3
2024-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-7
/
+12
2024-05-09
net/smc: fix neighbour and rtable leak in smc_ib_find_route()
Wen Gu
1
-7
/
+12
2024-05-03
net: Remove ctl_table sentinel elements from several networking subsystems
Joel Granados
1
-3
/
+3
2024-04-30
net/smc: implement DMB-merged operations of loopback-ism
Wen Gu
2
-15
/
+108
2024-04-30
net/smc: adapt cursor update when sndbuf and peer DMB are merged
Wen Gu
1
-2
/
+34
2024-04-30
net/smc: {at|de}tach sndbuf to peer DMB if supported
Wen Gu
3
-1
/
+77
2024-04-30
net/smc: add operations to merge sndbuf with peer DMB
Wen Gu
2
-0
/
+44
2024-04-30
net/smc: register loopback-ism into SMC-D device list
Wen Gu
3
-16
/
+35
2024-04-30
net/smc: ignore loopback-ism when dumping SMC-D devices
Wen Gu
2
-0
/
+7
2024-04-30
net/smc: mark optional smcd_ops and check for support when called
Wen Gu
1
-1
/
+8
2024-04-30
net/smc: implement DMB-related operations of loopback-ism
Wen Gu
2
-3
/
+139
2024-04-30
net/smc: implement ID-related operations of loopback-ism
Wen Gu
2
-5
/
+60
2024-04-30
net/smc: introduce loopback-ism for SMC intra-OS shortcut
Wen Gu
5
-1
/
+223
2024-04-30
net/smc: decouple ism_client from SMC-D DMB registration
Wen Gu
1
-5
/
+2
2024-04-22
sysctl: treewide: constify ctl_table_header::ctl_table_arg
Thomas WeiÃschuh
1
-1
/
+1
2024-04-03
net/smc: Avoid -Wflex-array-member-not-at-end warnings
Gustavo A. R. Silva
2
-12
/
+20
2024-03-29
net: add sk_wake_async_rcu() helper
Eric Dumazet
1
-2
/
+2
2024-03-29
net/smc: make smc_hash_sk/smc_unhash_sk static
Zhengchao Shao
1
-4
/
+2
2024-03-05
net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list()
Eric Dumazet
1
-0
/
+10
2024-02-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2024-02-14
net: smc: fix spurious error message from __sock_release()
Dmitry Antipov
1
-0
/
+1
2024-02-07
net/smc: change the term virtual ISM to Emulated-ISM
Wen Gu
6
-24
/
+24
2024-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+9
2024-01-26
net/smc: fix incorrect SMC-D link group matching logic
Wen Gu
1
-3
/
+9
2024-01-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2024-01-23
sock_diag: add module pointer to "struct sock_diag_handler"
Eric Dumazet
1
-0
/
+1
2024-01-19
net/smc: fix illegal rmb_desc access in SMC-D connection dump
Wen Gu
1
-1
/
+1
2024-01-11
Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
13
-278
/
+457
2024-01-09
Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2024-01-08
mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER
Kirill A. Shutemov
1
-1
/
+1
2024-01-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+1
2024-01-03
net/smc: fix invalid link access in dumping SMC-R connections
Wen Gu
1
-2
/
+1
2023-12-26
net/smc: manage system EID in SMC stack instead of ISM driver
Wen Gu
2
-9
/
+31
2023-12-26
net/smc: disable SEID on non-s390 archs where virtual ISM may be used
Wen Gu
1
-0
/
+14
2023-12-26
net/smc: support extended GID in SMC-D lgr netlink attribute
Wen Gu
2
-0
/
+8
2023-12-26
net/smc: compatible with 128-bits extended GID of virtual ISM device
Wen Gu
10
-55
/
+146
2023-12-26
net/smc: define a reserved CHID range for virtual ISM devices
Wen Gu
1
-0
/
+20
2023-12-26
net/smc: introduce virtual ISM device support feature
Wen Gu
1
-3
/
+6
2023-12-26
net/smc: support SMCv2.x supplemental features negotiation
Wen Gu
4
-4
/
+22
2023-12-26
net/smc: unify the structs of accept or confirm message for v1 and v2
Wen Gu
3
-97
/
+62
2023-12-26
net/smc: introduce sub-functions for smc_clc_send_confirm_accept()
Wen Gu
1
-82
/
+115
2023-12-26
net/smc: rename some 'fce' to 'fce_v2x' for clarity
Wen Gu
1
-14
/
+16
2023-12-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-9
/
+8
2023-12-07
net/smc: fix missing byte order conversion in CLC handshake
Wen Gu
3
-9
/
+8
2023-11-24
net/smc: remove unneeded atomic operations in smc_tx_sndbuf_nonempty
Li RongQing
2
-30
/
+1
2023-11-24
net/smc: add sysctl for max conns per lgr for SMC-R v2.1
Guangguan Wang
3
-2
/
+16
2023-11-24
net/smc: add sysctl for max links per lgr for SMC-R v2.1
Guangguan Wang
5
-5
/
+23
2023-11-22
net/smc: avoid data corruption caused by decline
D. Wythe
1
-2
/
+6
2023-11-19
net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modules
Jakub Kicinski
1
-0
/
+1
2023-11-06
net/smc: put sk reference if close work was canceled
D. Wythe
1
-1
/
+2
2023-11-06
net/smc: allow cdc msg send rather than drop it with NULL sndbuf_desc
D. Wythe
1
-5
/
+4
2023-11-06
net/smc: fix dangling sock under state SMC_APPFINCLOSEWAIT
D. Wythe
4
-4
/
+9
2023-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-6
/
+8
2023-10-16
net/smc: return the right falback reason when prefix checks fail
Dust Li
1
-1
/
+1
2023-10-13
net/smc: fix smc clc failed issue when netdevice not in init_net
Albert Huang
3
-5
/
+7
2023-10-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-5
/
+10
2023-10-11
net/smc: Fix pos miscalculation in statistics
Nils Hoppmann
1
-5
/
+9
2023-10-10
net/smc: Fix dependency of SMC on ISM
Gerd Bayer
1
-0
/
+1
2023-10-01
net: implement lockless SO_PRIORITY
Eric Dumazet
1
-1
/
+1
2023-09-10
net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_p...
Guangguan Wang
1
-0
/
+2
2023-09-10
net/smc: bugfix for smcr v2 server connect success statistic
Guangguan Wang
1
-1
/
+2
2023-08-29
Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
1
-1
/
+2
2023-08-21
net: annotate data-races around sk->sk_lingertime
Eric Dumazet
1
-1
/
+1
2023-08-19
net/smc: Extend SMCR v2 linkgroup netlink attribute
Guangguan Wang
1
-0
/
+4
2023-08-19
net/smc: support max links per lgr negotiation in clc handshake
Guangguan Wang
6
-24
/
+82
2023-08-19
net/smc: support max connections per lgr negotiation
Guangguan Wang
6
-6
/
+62
2023-08-19
net/smc: support smc v2.x features validate
Guangguan Wang
3
-0
/
+71
2023-08-19
net/smc: add vendor unique experimental options area in clc handshake
Guangguan Wang
3
-24
/
+37
2023-08-19
net/smc: support smc release version negotiation in clc handshake
Guangguan Wang
5
-13
/
+51
2023-08-15
networking: Update to register_net_sysctl_sz
Joel Granados
1
-1
/
+2
2023-08-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-42
/
+76
2023-08-09
net/smc: Use correct buffer sizes when switching between TCP and SMC
Gerd Bayer
1
-22
/
+51
2023-08-09
net/smc: Fix setsockopt and sysctl to specify same buffer size again
Gerd Bayer
5
-20
/
+25
2023-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2023-07-31
net/smc: Remove unused function declarations
Yue Haibing
2
-2
/
+0
2023-07-29
net: annotate data-races around sk->sk_mark
Eric Dumazet
1
-1
/
+1
2023-06-24
smc: Drop smc_sendpage() in favour of smc_sendmsg() + MSG_SPLICE_PAGES
David Howells
5
-52
/
+1
2023-06-24
tcp_bpf, smc, tls, espintcp, siw: Reduce MSG_SENDPAGE_NOTLAST usage
David Howells
1
-2
/
+4
2023-06-03
net/smc: Avoid to access invalid RMBs' MRs in SMCRv1 ADD LINK CONT
Wen Gu
1
-2
/
+2
2023-05-30
net/smc: Don't use RMBs not mapped to new link in SMCRv2 ADD LINK
Wen Gu
1
-2
/
+2
2023-05-30
net/smc: Scan from current RMB list when no position specified
Wen Gu
1
-1
/
+4
2023-05-19
net/smc: Reset connection when trying to use SMCRv2 fails.
Wen Gu
2
-2
/
+8
2023-05-10
net: deal with most data-races in sk_wait_event()
Eric Dumazet
3
-6
/
+6
2023-04-27
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2023-04-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+11
2023-04-12
smc: Fix use-after-free in tcp_write_timer_handler().
Kuniyuki Iwashima
1
-0
/
+11
2023-04-05
mm, treewide: redefine MAX_ORDER sanely
Kirill A. Shutemov
1
-1
/
+1
2023-03-18
smc: preserve const qualifier in smc_sk()
Eric Dumazet
1
-4
/
+1
2023-03-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-1
/
+5
2023-03-17
net/smc: Use percpu ref for wr tx reference
Kai Shen
3
-12
/
+38
2023-03-15
net/smc: Introduce explicit check for v2 support
Stefan Raspl
1
-1
/
+1
2023-03-15
net/smc: Fix device de-init sequence
Stefan Raspl
1
-0
/
+1
2023-03-15
net/smc: fix deadlock triggered by cancel_delayed_work_syn()
Wenjia Zhang
1
-1
/
+1
2023-03-13
net/smc: fix NULL sndbuf_desc in smc_cdc_tx_handler()
D. Wythe
1
-0
/
+3
2023-03-08
net/smc: fix fallback failed while sendmsg with fastopen
D. Wythe
1
-5
/
+8
2023-02-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-9
/
+10
2023-02-20
net/smc: fix application data exception
D. Wythe
1
-9
/
+8
2023-02-20
net/smc: fix potential panic dues to unprotected smc_llc_srv_add_link()
D. Wythe
1
-0
/
+2
2023-02-15
net: no longer support SOCK_REFCNT_DEBUG feature
Jason Xing
1
-3
/
+0
2023-02-04
net/smc: replace mutex rmbs_lock and sndbufs_lock with rw_semaphore
D. Wythe
3
-37
/
+38
2023-02-04
net/smc: reduce unnecessary blocking in smcr_lgr_reg_rmbs()
D. Wythe
1
-2
/
+17
2023-02-04
net/smc: use read semaphores to reduce unnecessary blocking in smc_buf_create...
D. Wythe
1
-4
/
+4
2023-02-04
net/smc: llc_conf_mutex refactor, replace it with rw_semaphore
D. Wythe
4
-24
/
+24
2023-01-27
net: add missing includes of linux/splice.h
Jakub Kicinski
2
-0
/
+2
2023-01-25
net/smc: De-tangle ism and smc device initialization
Stefan Raspl
4
-63
/
+39
2023-01-25
s390/ism: Consolidate SMC-D-related code
Stefan Raspl
1
-24
/
+39
2023-01-25
net/smc: Separate SMC-D and ISM APIs
Stefan Raspl
3
-6
/
+14
2023-01-25
net/smc: Register SMC-D as ISM client
Stefan Raspl
4
-26
/
+68
2023-01-25
net/ism: Add new API for client registration
Stefan Raspl
1
-2
/
+2
2023-01-25
net/smc: Terminate connections prior to device removal
Stefan Raspl
1
-2
/
+2
2023-01-23
net/sock: Introduce trace_sk_data_ready()
Peilin Ye
1
-0
/
+3
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
2
-4
/
+4
2022-11-02
net/smc: Fix possible leaked pernet namespace in smc_init()
Chen Zhongjin
1
-2
/
+4
2022-10-15
net/smc: Fix an error code in smc_lgr_create()
Dan Carpenter
1
-1
/
+2
2022-09-27
net/smc: Support SO_REUSEPORT
Tony Lu
1
-0
/
+1
2022-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+4
2022-09-22
net/smc: Unbind r/w buffer size from clcsock and make them tunable
Tony Lu
3
-7
/
+27
2022-09-22
net/smc: Introduce a specific sysctl for TEST_LINK time
Wen Gu
3
-1
/
+11
2022-09-22
net/smc: Stop the CLC flow if no link to map buffers on
Wen Gu
1
-1
/
+4
2022-09-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
4
-0
/
+13
2022-09-07
net/smc: Fix possible access to freed memory in link clear
Yacan Liu
4
-0
/
+13
2022-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+0
2022-09-01
net/smc: Remove redundant refcount increase
Yacan Liu
1
-1
/
+0
2022-08-29
genetlink: start to validate reserved header bytes
Jakub Kicinski
2
-2
/
+4
2022-07-27
net/smc: Enable module load on netlink usage
Stefan Raspl
2
-0
/
+2
2022-07-27
net/smc: Pass on DMBE bit mask in IRQ handler
Stefan Raspl
1
-3
/
+3
2022-07-27
s390/ism: Cleanups
Stefan Raspl
1
-1
/
+1
2022-07-27
net/smc: Eliminate struct smc_ism_position
Heiko Carstens
3
-27
/
+14
2022-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2022-07-18
tcp: Fix data-races around keepalive sysctl knobs.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-18
net/smc: Extend SMC-R link group netlink attribute
Wen Gu
1
-0
/
+2
2022-07-18
net/smc: Allow virtually contiguous sndbufs or RMBs for SMC-R
Wen Gu
9
-118
/
+328
2022-07-18
net/smc: Use sysctl-specified types of buffers in new link group
Wen Gu
2
-0
/
+2
2022-07-18
net/smc: Introduce a sysctl for setting SMC-R buffer type
Wen Gu
2
-0
/
+17
2022-07-18
net/smc: optimize for smc_sndbuf_sync_sg_for_device and smc_rmb_sync_sg_for_cpu
Guangguan Wang
4
-0
/
+40
2022-07-18
net/smc: remove redundant dma sync ops
Guangguan Wang
5
-29
/
+0
2022-06-09
net: rename reference+tracking helpers
Jakub Kicinski
1
-3
/
+4
2022-05-28
net/smc: fixes for converting from "struct smc_cdc_tx_pend **" to "struct smc...
Guangguan Wang
1
-1
/
+1
2022-05-25
net/smc: set ini->smcrv2.ib_dev_v2 to NULL if SMC-Rv2 is unavailable
liuyacan
1
-0
/
+1
2022-05-24
Revert "net/smc: fix listen processing for SMC-Rv2"
liuyacan
1
-27
/
+17
2022-05-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-18
/
+28
2022-05-23
net/smc: fix listen processing for SMC-Rv2
liuyacan
1
-17
/
+27
2022-05-23
net/smc: postpone sk_refcnt increment in connect()
liuyacan
1
-1
/
+1
2022-05-17
net/smc: rdma write inline if qp has sufficient inline space
Guangguan Wang
1
-5
/
+12
2022-05-17
net/smc: send cdc msg inline if qp has sufficient inline space
Guangguan Wang
2
-1
/
+5
2022-05-16
net/smc: align the connect behaviour with TCP
Guangguan Wang
1
-4
/
+46
[next]