index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
smc
/
af_smc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net/smc: Correct smc link connection counter in case of smc client
Guvenc Gulce
2021-08-09
1
-1
/
+1
*
net: sock: introduce sk_error_report
Alexander Aring
2021-06-29
1
-1
/
+1
*
net/smc: Make SMC statistics network namespace aware
Guvenc Gulce
2021-06-16
1
-25
/
+40
*
net/smc: Add SMC statistics support
Guvenc Gulce
2021-06-16
1
-18
/
+71
*
smc: disallow TCP_ULP in smc_setsockopt()
Cong Wang
2021-05-05
1
-1
/
+3
*
net/smc: Remove redundant assignment to rc
Jiapeng Chong
2021-04-27
1
-1
/
+0
*
net/smc: Introduce generic netlink interface for diagnostic purposes
Guvenc Gulce
2020-12-02
1
-1
/
+9
*
net/smc: Refactor smc ism v2 capability handling
Guvenc Gulce
2020-12-02
1
-6
/
+6
*
net/smc: use helper smc_conn_abort() in listen processing
Karsten Graul
2020-12-02
1
-12
/
+5
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-11-20
1
-1
/
+2
|
\
|
*
net/smc: fix matching of existing link groups
Karsten Graul
2020-11-19
1
-1
/
+2
*
|
net/smc: improve return codes for SMC-Dv2
Karsten Graul
2020-10-31
1
-20
/
+41
|
/
*
net/smc: fix null pointer dereference in smc_listen_decline()
Karsten Graul
2020-10-27
1
-3
/
+4
*
net/smc: restore smcd_version when all ISM V2 devices failed to init
Karsten Graul
2020-10-10
1
-1
/
+5
*
net/smc: cleanup buffer usage in smc_listen_work()
Karsten Graul
2020-10-10
1
-6
/
+3
*
net/smc: consolidate unlocking in same function
Karsten Graul
2020-10-10
1
-37
/
+40
*
net/smc: send ISM devices with unique chid in CLC proposal
Karsten Graul
2020-10-04
1
-1
/
+17
*
net/smc: CLC decline - V2 enhancements
Ursula Braun
2020-09-29
1
-10
/
+17
*
net/smc: introduce CLC first contact extension
Ursula Braun
2020-09-29
1
-0
/
+29
*
net/smc: CLC accept / confirm V2
Ursula Braun
2020-09-29
1
-22
/
+79
*
net/smc: determine accepted ISM devices
Ursula Braun
2020-09-29
1
-23
/
+179
*
net/smc: build and send V2 CLC proposal
Ursula Braun
2020-09-29
1
-1
/
+1
*
net/smc: determine proposed ISM devices
Ursula Braun
2020-09-29
1
-48
/
+117
*
net/smc: introduce CHID callback for ISM devices
Ursula Braun
2020-09-29
1
-0
/
+2
*
net/smc: introduce System Enterprise ID (SEID)
Ursula Braun
2020-09-29
1
-0
/
+2
*
net/smc: prepare for more proposed ISM devices
Ursula Braun
2020-09-29
1
-27
/
+45
*
net/smc: separate find device functions
Ursula Braun
2020-09-29
1
-42
/
+69
*
net/smc: CLC header fields renaming
Ursula Braun
2020-09-29
1
-7
/
+7
*
net/smc: fix double kfree in smc_listen_work()
Ursula Braun
2020-09-18
1
-2
/
+2
*
net/smc: use separate work queues for different worker types
Karsten Graul
2020-09-11
1
-8
/
+26
*
net/smc: reduce smc_listen_decline() calls
Ursula Braun
2020-09-11
1
-16
/
+6
*
net/smc: improve server ISM device determination
Ursula Braun
2020-09-11
1
-14
/
+3
*
net/smc: common routine for CLC accept and confirm
Ursula Braun
2020-09-11
1
-17
/
+19
*
net/smc: dynamic allocation of CLC proposal buffer
Ursula Braun
2020-09-11
1
-3
/
+10
*
net/smc: introduce better field names
Ursula Braun
2020-09-11
1
-33
/
+33
*
net/smc: reduce active tcp_listen workers
Ursula Braun
2020-09-11
1
-7
/
+31
*
net/smc: unique reason code for exceeded max dmb count
Karsten Graul
2020-07-27
1
-4
/
+9
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-07-26
1
-4
/
+8
|
\
|
*
net/smc: fix restoring of fallback changes
Karsten Graul
2020-07-20
1
-2
/
+4
|
*
net/smc: do not call dma sync for unmapped memory
Karsten Graul
2020-07-20
1
-1
/
+1
|
*
net/smc: fix link lookup for new rdma connections
Karsten Graul
2020-07-20
1
-1
/
+3
*
|
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
2020-07-25
1
-2
/
+2
*
|
net: make ->{get,set}sockopt in proto_ops optional
Christoph Hellwig
2020-07-20
1
-2
/
+7
|
/
*
net/smc: log important pnetid and state change events
Karsten Graul
2020-05-05
1
-4
/
+2
*
net/smc: save SMC-R peer link_uid
Karsten Graul
2020-05-04
1
-0
/
+2
*
net/smc: first part of add link processing as SMC server
Karsten Graul
2020-05-04
1
-1
/
+1
*
net/smc: final part of add link processing as SMC client
Karsten Graul
2020-05-04
1
-1
/
+1
*
net/smc: mutex to protect the lgr against parallel reconfigurations
Karsten Graul
2020-05-02
1
-0
/
+9
*
net/smc: multiple link support for rmb buffer registration
Karsten Graul
2020-05-02
1
-35
/
+19
*
net/smc: adapt SMC client code to use the LLC flow
Karsten Graul
2020-04-30
1
-24
/
+45
[next]