summaryrefslogtreecommitdiffstats
path: root/net/smc
Commit message (Expand)AuthorAgeFilesLines
* net/smc: unique reason code for exceeded max dmb countKarsten Graul2020-07-273-6/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-258-136/+142
|\
| * net/smc: fix dmb buffer shortageKarsten Graul2020-07-201-2/+2
| * net/smc: put slot when connection is killedKarsten Graul2020-07-201-1/+5
| * net/smc: fix restoring of fallback changesKarsten Graul2020-07-191-2/+4
| * net/smc: remove freed buffer from listKarsten Graul2020-07-191-1/+5
| * net/smc: do not call dma sync for unmapped memoryKarsten Graul2020-07-194-14/+18
| * net/smc: fix handling of delete link requestsKarsten Graul2020-07-191-22/+7
| * net/smc: move add link processing for new device into llc layerKarsten Graul2020-07-193-80/+58
| * net/smc: drop out-of-flow llc response messagesKarsten Graul2020-07-191-6/+18
| * net/smc: protect smc ib device initializationKarsten Graul2020-07-192-3/+14
| * net/smc: fix link lookup for new rdma connectionsKarsten Graul2020-07-191-1/+3
| * net/smc: clear link during SMC client link down processingKarsten Graul2020-07-191-1/+3
| * net/smc: handle unexpected response types for confirm linkKarsten Graul2020-07-191-3/+5
* | net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-2/+2
* | net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig2020-07-191-2/+7
|/
* net/smc: tolerate future SMCD versionsUrsula Braun2020-07-082-13/+34
* net/smc: switch smcd_dev_list spinlock to mutexUrsula Braun2020-07-084-18/+20
* net/smc: fix sleep bug in smc_pnet_find_roce_resource()Ursula Braun2020-07-084-18/+22
* net/smc: fix work request handlingKarsten Graul2020-07-082-8/+10
* net/smc: separate LLC wait queues for flow and messagesKarsten Graul2020-07-083-48/+77
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-2/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-06-051-8/+5
|\
| * RDMA: Allow ib_client's to fail when add() is calledJason Gunthorpe2020-05-061-6/+4
| * RDMA: Remove a few extra calls to ib_get_client_data()Jason Gunthorpe2020-04-141-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-0318-970/+3183
|\ \
| * | net/smc: pre-fetch send buffer outside of send_lockKarsten Graul2020-05-303-11/+21
| * | net/smc: mark smc_pnet_policy as constDmitry Vyukov2020-05-261-1/+1
| * | net/smc: remove set but not used variables 'del_llc, del_llc_resp'YueHaibing2020-05-071-7/+1
| * | net/smc: remove unused inline function smc_curs_readYueHaibing2020-05-051-17/+0
| * | net/smc: log important pnetid and state change eventsKarsten Graul2020-05-058-20/+113
| * | net/smc: save SMC-R peer link_uidKarsten Graul2020-05-044-0/+13
| * | net/smc: create improved SMC-R link_uidKarsten Graul2020-05-044-5/+19
| * | net/smc: improve termination processingKarsten Graul2020-05-041-30/+31
| * | net/smc: add termination reason and handle LLC protocol violationKarsten Graul2020-05-044-2/+30
| * | net/smc: asymmetric link taggingKarsten Graul2020-05-043-9/+41
| * | net/smc: assign link to a new connectionKarsten Graul2020-05-041-19/+46
| * | net/smc: send DELETE_LINK, ALL message and wait for send to completeKarsten Graul2020-05-043-0/+51
| * | net/smc: wait for departure of an IB messageKarsten Graul2020-05-043-0/+42
| * | net/smc: handle incoming CDC validation messageKarsten Graul2020-05-043-6/+48
| * | net/smc: send failover validation messageKarsten Graul2020-05-043-1/+27
| * | net/smc: switch connections to alternate linkKarsten Graul2020-05-046-9/+162
| * | net/smc: save state of last sent CDC messageKarsten Graul2020-05-042-0/+10
| * | net/smc: enqueue local LLC messagesKarsten Graul2020-05-033-2/+33
| * | net/smc: delete link processing as SMC serverKarsten Graul2020-05-031-0/+72
| * | net/smc: delete link processing as SMC clientKarsten Graul2020-05-031-0/+72
| * | net/smc: llc_del_link_work and use the LLC flow for delete linkKarsten Graul2020-05-033-34/+45
| * | net/smc: delete an asymmetric link as SMC serverKarsten Graul2020-05-033-2/+82
| * | net/smc: final part of add link processing as SMC serverKarsten Graul2020-05-031-1/+28
| * | net/smc: rkey processing for a new link as SMC serverKarsten Graul2020-05-031-1/+42