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: fixes for converting from "struct smc_cdc_tx_pend **" to "struct smc...
Guangguan Wang
2022-05-28
1
-1
/
+1
*
net/smc: set ini->smcrv2.ib_dev_v2 to NULL if SMC-Rv2 is unavailable
liuyacan
2022-05-26
1
-0
/
+1
*
Revert "net/smc: fix listen processing for SMC-Rv2"
liuyacan
2022-05-24
1
-27
/
+17
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-05-24
1
-18
/
+28
|
\
|
*
net/smc: fix listen processing for SMC-Rv2
liuyacan
2022-05-23
1
-17
/
+27
|
*
net/smc: postpone sk_refcnt increment in connect()
liuyacan
2022-05-23
1
-1
/
+1
*
|
net/smc: rdma write inline if qp has sufficient inline space
Guangguan Wang
2022-05-18
1
-5
/
+12
*
|
net/smc: send cdc msg inline if qp has sufficient inline space
Guangguan Wang
2022-05-18
2
-1
/
+5
*
|
net/smc: align the connect behaviour with TCP
Guangguan Wang
2022-05-16
1
-4
/
+46
|
/
*
net/smc: non blocking recvmsg() return -EAGAIN when no data and signal_pending
Guangguan Wang
2022-05-12
1
-2
/
+2
*
net/smc: Fix slab-out-of-bounds issue in fallback
Wen Gu
2022-04-25
2
-23
/
+59
*
net/smc: Only save the original clcsock callback functions
Wen Gu
2022-04-25
3
-20
/
+67
*
net/smc: sync err code when tcp connection was refused
liuyacan
2022-04-25
1
-0
/
+2
*
net/smc: Fix sock leak when release after smc_shutdown()
Tony Lu
2022-04-15
1
-1
/
+3
*
net/smc: Fix af_ops of child socket pointing to released memory
Karsten Graul
2022-04-12
1
-2
/
+12
*
net/smc: Fix NULL pointer dereference in smc_pnet_find_ib()
Karsten Graul
2022-04-12
1
-2
/
+3
*
net/smc: use memcpy instead of snprintf to avoid out of bounds read
Karsten Graul
2022-04-12
1
-2
/
+4
*
net/smc: Send out the remaining data in sndbuf before close
Wen Gu
2022-03-29
1
-0
/
+3
*
net/smc: fix a memory leak in smc_sysctl_net_exit()
Eric Dumazet
2022-03-26
1
-0
/
+5
*
net/smc: fix -Wmissing-prototypes warning when CONFIG_SYSCTL not set
Dust Li
2022-03-10
1
-2
/
+2
*
net/smc: fix compile warning for smc_sysctl
Dust Li
2022-03-07
4
-31
/
+15
*
Revert "net/smc: don't req_notify until all CQEs drained"
Dust Li
2022-03-06
1
-28
/
+21
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-03-03
2
-5
/
+14
|
\
|
*
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: Fix cleanup when register ULP fails
Tony Lu
2022-02-28
1
-1
/
+3
|
*
net/smc: fix connection leak
D. Wythe
2022-02-25
1
-2
/
+8
*
|
net: smc: fix different types in min()
Jakub Kicinski
2022-03-02
1
-2
/
+2
*
|
net/smc: don't send in the BH context if sock_owned_by_user
Dust Li
2022-03-01
3
-5
/
+34
*
|
net/smc: don't req_notify until all CQEs drained
Dust Li
2022-03-01
1
-21
/
+28
*
|
net/smc: correct settings of RMB window update limit
Dust Li
2022-03-01
1
-1
/
+1
*
|
net/smc: send directly on setting TCP_NODELAY
Dust Li
2022-03-01
1
-2
/
+2
*
|
net/smc: add sysctl for autocorking
Dust Li
2022-03-01
2
-1
/
+11
*
|
net/smc: add autocorking support
Dust Li
2022-03-01
3
-15
/
+105
*
|
net/smc: add sysctl interface for SMC
Dust Li
2022-03-01
4
-1
/
+113
*
|
net/smc: Call trace_smc_tx_sendmsg when data corked
Tony Lu
2022-02-28
1
-9
/
+8
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-25
2
-22
/
+22
|
\
|
|
*
net/smc: Use a mutex for locking "struct smc_pnettable"
Fabio M. De Francesco
2022-02-24
2
-22
/
+22
*
|
net/smc: unlock on error paths in __smc_setsockopt()
Dan Carpenter
2022-02-19
1
-4
/
+8
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-17
1
-3
/
+7
|
\
|
|
*
net/smc: Avoid overwriting the copies of clcsock callback functions
Wen Gu
2022-02-11
1
-3
/
+7
*
|
net/smc: return ETIMEDOUT when smc_connect_clc() timeout
D. Wythe
2022-02-17
1
-1
/
+7
*
|
net/smc: Add comment for smc_tx_pending
Tony Lu
2022-02-14
1
-1
/
+6
*
|
net/smc: Add global configure for handshake limitation by netlink
D. Wythe
2022-02-11
4
-0
/
+66
*
|
net/smc: Dynamic control handshake limitation by socket options
D. Wythe
2022-02-11
2
-1
/
+69
*
|
net/smc: Limit SMC visits when handshake workqueue congested
D. Wythe
2022-02-11
1
-0
/
+17
*
|
net/smc: Limit backlog connections
D. Wythe
2022-02-11
2
-1
/
+50
*
|
net/smc: Make smc_tcp_listen_work() independent
D. Wythe
2022-02-11
1
-2
/
+11
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-11
1
-3
/
+5
|
\
|
|
*
net/smc: use GFP_ATOMIC allocation in smc_pnet_add_eth()
Eric Dumazet
2022-02-07
1
-1
/
+1
[next]