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: use memcpy instead of snprintf to avoid out of bounds read
Guvenc Gulce
2021-01-13
1
-6
/
+11
*
smc: fix out of bound access in smc_nl_get_sys_info()
Jakub Kicinski
2021-01-13
1
-1
/
+2
*
net/smc: Add support for obtaining SMCR device list
Guvenc Gulce
2020-12-02
1
-1
/
+1
*
net/smc: Add SMC-D Linkgroup diagnostic support
Guvenc Gulce
2020-12-02
1
-0
/
+130
*
net/smc: Introduce SMCR get link command
Guvenc Gulce
2020-12-02
1
-4
/
+87
*
net/smc: Introduce SMCR get linkgroup command
Guvenc Gulce
2020-12-02
1
-0
/
+85
*
net/smc: Add support for obtaining system information
Guvenc Gulce
2020-12-02
1
-0
/
+60
*
net/smc: Add diagnostic information to link structure
Guvenc Gulce
2020-12-02
1
-0
/
+10
*
net/smc: Add link counters for IB device ports
Guvenc Gulce
2020-12-02
1
-0
/
+13
*
net/smc: Add connection counters for links
Guvenc Gulce
2020-12-02
1
-2
/
+14
*
net/smc: fix matching of existing link groups
Karsten Graul
2020-11-19
1
-1
/
+2
*
net/smc: fix suppressed return code
Karsten Graul
2020-10-27
1
-2
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-10-15
1
-2
/
+3
|
\
|
*
net/smc: fix invalid return code in smcd_new_buf_create()
Karsten Graul
2020-10-15
1
-1
/
+2
|
*
net/smc: fix valid DMBE buffer sizes
Karsten Graul
2020-10-15
1
-1
/
+1
*
|
net/smc: introduce CLC first contact extension
Ursula Braun
2020-09-29
1
-0
/
+1
*
|
net/smc: determine accepted ISM devices
Ursula Braun
2020-09-29
1
-11
/
+12
*
|
net/smc: prepare for more proposed ISM devices
Ursula Braun
2020-09-29
1
-10
/
+13
*
|
net/smc: use separate work queues for different worker types
Karsten Graul
2020-09-11
1
-2
/
+11
*
|
net/smc: immediate freeing in smc_lgr_cleanup_early()
Ursula Braun
2020-09-11
1
-19
/
+4
*
|
net/smc: common routine for CLC accept and confirm
Ursula Braun
2020-09-11
1
-2
/
+2
*
|
net/smc: introduce better field names
Ursula Braun
2020-09-11
1
-8
/
+8
|
/
*
net/smc: reset sndbuf_desc if freed
Ursula Braun
2020-09-04
1
-0
/
+1
*
net/smc: set rx_off for SMCR explicitly
Ursula Braun
2020-09-04
1
-0
/
+2
*
net/smc: unique reason code for exceeded max dmb count
Karsten Graul
2020-07-27
1
-2
/
+2
*
net/smc: fix dmb buffer shortage
Karsten Graul
2020-07-21
1
-2
/
+2
*
net/smc: remove freed buffer from list
Karsten Graul
2020-07-20
1
-1
/
+5
*
net/smc: do not call dma sync for unmapped memory
Karsten Graul
2020-07-20
1
-8
/
+7
*
net/smc: move add link processing for new device into llc layer
Karsten Graul
2020-07-20
1
-73
/
+7
*
net/smc: clear link during SMC client link down processing
Karsten Graul
2020-07-20
1
-1
/
+3
*
net/smc: switch smcd_dev_list spinlock to mutex
Ursula Braun
2020-07-08
1
-4
/
+4
*
net/smc: fix sleep bug in smc_pnet_find_roce_resource()
Ursula Braun
2020-07-08
1
-2
/
+3
*
net/smc: separate LLC wait queues for flow and messages
Karsten Graul
2020-07-08
1
-16
/
+22
*
net/smc: pre-fetch send buffer outside of send_lock
Karsten Graul
2020-05-31
1
-3
/
+15
*
net/smc: log important pnetid and state change events
Karsten Graul
2020-05-05
1
-5
/
+29
*
net/smc: create improved SMC-R link_uid
Karsten Graul
2020-05-04
1
-0
/
+1
*
net/smc: improve termination processing
Karsten Graul
2020-05-04
1
-30
/
+31
*
net/smc: add termination reason and handle LLC protocol violation
Karsten Graul
2020-05-04
1
-2
/
+6
*
net/smc: asymmetric link tagging
Karsten Graul
2020-05-04
1
-3
/
+23
*
net/smc: assign link to a new connection
Karsten Graul
2020-05-04
1
-19
/
+46
*
net/smc: send DELETE_LINK, ALL message and wait for send to complete
Karsten Graul
2020-05-04
1
-0
/
+5
*
net/smc: handle incoming CDC validation message
Karsten Graul
2020-05-04
1
-0
/
+15
*
net/smc: send failover validation message
Karsten Graul
2020-05-04
1
-1
/
+1
*
net/smc: switch connections to alternate link
Karsten Graul
2020-05-04
1
-2
/
+130
*
net/smc: enqueue local LLC messages
Karsten Graul
2020-05-04
1
-1
/
+2
*
net/smc: llc_del_link_work and use the LLC flow for delete link
Karsten Graul
2020-05-04
1
-14
/
+8
*
net/smc: first part of add link processing as SMC client
Karsten Graul
2020-05-04
1
-2
/
+2
*
net/smc: remove DELETE LINK processing from smc_core.c
Karsten Graul
2020-05-02
1
-33
/
+0
*
net/smc: take link down instead of terminating the link group
Karsten Graul
2020-05-02
1
-5
/
+2
*
net/smc: add smcr_port_err() and smcr_link_down() processing
Karsten Graul
2020-05-02
1
-30
/
+89
[next]