summaryrefslogtreecommitdiff
path: root/net/smc
AgeCommit message (Expand)AuthorFilesLines
2020-04-30net/smc: remove obsolete link state DELETINGKarsten Graul4-12/+1
2020-04-30net/smc: remove handling of CONFIRM_RKEY_CONTINUEKarsten Graul1-17/+4
2020-04-30net/smc: adapt SMC remote DELETE_RKEY processing to use the LLC flowKarsten Graul1-13/+24
2020-04-30net/smc: adapt SMC remote CONFIRM_RKEY processing to use the LLC flowKarsten Graul1-15/+41
2020-04-30net/smc: new smc_rtoken_set functions for multiple link supportKarsten Graul2-0/+51
2020-04-30net/smc: move the TEST_LINK response processing into event handlerKarsten Graul1-8/+2
2020-04-30net/smc: multiple link support and LLC flow for smc_llc_do_delete_rkeyKarsten Graul4-30/+24
2020-04-30net/smc: multiple link support and LLC flow for smc_llc_do_confirm_rkeyKarsten Graul3-26/+43
2020-04-30net/smc: adapt SMC client code to use the LLC flowKarsten Graul4-74/+71
2020-04-30net/smc: adapt SMC server code to use the LLC flowKarsten Graul3-42/+20
2020-04-30net/smc: add logic to evaluate CONFIRM_LINK messages to LLC layerKarsten Graul2-0/+13
2020-04-30net/smc: introduce link group typeKarsten Graul1-0/+10
2020-04-30net/smc: enqueue all received LLC messagesKarsten Graul1-17/+29
2020-04-30net/smc: add event-based llc_flow frameworkKarsten Graul4-0/+199
2020-04-29net/smc: move llc layer related init and clear into smc_llc.cKarsten Graul5-14/+31
2020-04-29net/smc: use mutex instead of rwlock_t to protect buffersKarsten Graul2-13/+13
2020-04-29net/smc: process llc responses in tasklet contextKarsten Graul2-108/+116
2020-04-29net/smc: use worker to process incoming llc messagesKarsten Graul4-58/+96
2020-04-29net/smc: simplify link deactivationKarsten Graul3-18/+6
2020-04-29net/smc: move testlink work to system work queueKarsten Graul1-5/+6
2020-04-29net/smc: add new link state and related helpersKarsten Graul5-20/+42
2020-04-29net/smc: multi-link support for smc_rmb_rtoken_handling()Karsten Graul3-9/+11
2020-04-29net/smc: convert static link ID instances to support multiple linksKarsten Graul5-135/+291
2020-04-29net/smc: convert static link ID to dynamic referencesKarsten Graul10-103/+99
2020-04-29net/smc: introduce link_idx for link group arrayKarsten Graul2-5/+31
2020-04-29net/smc: separate function for link initializationKarsten Graul1-48/+66
2020-04-29net/smc: rework pnet table to support SMC-R failoverKarsten Graul4-230/+319
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-03-11net/smc: cancel event worker during device removalKarsten Graul1-0/+1
2020-02-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-11/+30
2020-02-27net/smc: check for valid ib_client_dataKarsten Graul1-0/+2
2020-02-27net/smc: improve peer ID in CLC decline for SMC-RHans Wippel3-2/+4
2020-02-27net/smc: rework peer ID handlingHans Wippel1-7/+12
2020-02-27net/smc: fix cleanup for linkgroup setup failuresUrsula Braun3-11/+28
2020-02-18net/smc: reduce port_event schedulingUrsula Braun1-15/+29
2020-02-18net/smc: simplify normal link terminationKarsten Graul4-13/+8
2020-02-18net/smc: remove unused parameter of smc_lgr_terminate()Karsten Graul4-13/+11
2020-02-18net/smc: do not delete lgr from list twiceKarsten Graul1-1/+1
2020-02-18net/smc: use termination worker under send_lockKarsten Graul1-1/+1
2020-02-18net/smc: improve smc_lgr_cleanup()Karsten Graul1-4/+1
2020-02-14net/smc: no peer ID in CLC decline for SMCDUrsula Braun1-1/+3
2020-02-14net/smc: transfer fasync_list in case of fallbackUrsula Braun1-0/+2
2020-02-12net/smc: fix leak of kernel memory to user spaceEric Dumazet1-3/+2
2020-01-21net/smc: allow unprivileged users to read pnet tableHans Wippel1-1/+1
2019-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-7/+9
2019-12-21net/smc: unregister ib devices in reboot_eventKarsten Graul1-1/+1
2019-12-15net/smc: add fallback check to connect()Ursula Braun1-6/+8
2019-12-15net/smc: shorten lgr_cnt initializationUrsula Braun1-2/+1
2019-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2019-11-17net/smc: fix fastopen for non-blocking connect()Ursula Braun1-1/+1