aboutsummaryrefslogtreecommitdiffstats
path: root/net/smc/smc_llc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-04net/smc: preallocated memory for rdma work requestsUrsula Braun1-1/+2
2018-11-23net/smc: add infrastructure to send delete rkey messagesKarsten Graul1-1/+52
2018-11-23net/smc: avoid a delay by waiting for nothingKarsten Graul1-1/+3
2018-07-25net/smc: improve delete link processingKarsten Graul1-11/+19
2018-07-25net/smc: use correct vlan gid of RoCE deviceUrsula Braun1-10/+5
2018-07-25net/smc: fewer parameters for smc_llc_send_confirm_link()Ursula Braun1-4/+5
2018-07-23net/smc: add function to get link group from linkStefan Raspl1-22/+8
2018-05-16net/smc: drop messages when link state is inactiveKarsten Graul1-0/+2
2018-05-16net/smc: use a workqueue to defer llc sendKarsten Graul1-38/+94
2018-05-16net/smc: move link llc initialization to llc layerKarsten Graul1-1/+10
2018-05-16net/smc: simplify test_link function usageKarsten Graul1-7/+5
2018-05-16net/smc: remove unnecessary castKarsten Graul1-3/+3
2018-05-16net/smc: register new rmbs with the peerKarsten Graul1-2/+45
2018-05-02net/smc: periodic testlink supportKarsten Graul1-1/+61
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-03-01net/smc: prevent new connections on link groupKarsten Graul1-0/+1
2018-03-01net/smc: process add/delete link messagesKarsten Graul1-7/+161
2018-03-01net/smc: do not allow eyecatchers in rmbeKarsten Graul1-1/+15
2018-03-01net/smc: process confirm/delete rkey messagesKarsten Graul1-0/+143
2018-03-01net/smc: respond to test link messagesKarsten Graul1-1/+53
2018-03-01net/smc: cleanup smc_llc.h and smc_clc.h headersStefan Raspl1-0/+30
2018-02-28net/smc: use link_id of server in confirm link replyKarsten Graul1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-01-09smc: link layer control (LLC)Ursula Braun1-0/+158