summaryrefslogtreecommitdiffstats
path: root/net/smc
Commit message (Expand)AuthorAgeFilesLines
* net/smc: adapt SMC client code to use the LLC flowKarsten Graul2020-04-304-74/+71
* net/smc: adapt SMC server code to use the LLC flowKarsten Graul2020-04-303-42/+20
* net/smc: add logic to evaluate CONFIRM_LINK messages to LLC layerKarsten Graul2020-04-302-0/+13
* net/smc: introduce link group typeKarsten Graul2020-04-301-0/+10
* net/smc: enqueue all received LLC messagesKarsten Graul2020-04-301-17/+29
* net/smc: add event-based llc_flow frameworkKarsten Graul2020-04-304-0/+199
* net/smc: move llc layer related init and clear into smc_llc.cKarsten Graul2020-04-295-14/+31
* net/smc: use mutex instead of rwlock_t to protect buffersKarsten Graul2020-04-292-13/+13
* net/smc: process llc responses in tasklet contextKarsten Graul2020-04-292-108/+116
* net/smc: use worker to process incoming llc messagesKarsten Graul2020-04-294-58/+96
* net/smc: simplify link deactivationKarsten Graul2020-04-293-18/+6
* net/smc: move testlink work to system work queueKarsten Graul2020-04-291-5/+6
* net/smc: add new link state and related helpersKarsten Graul2020-04-295-20/+42
* net/smc: multi-link support for smc_rmb_rtoken_handling()Karsten Graul2020-04-293-9/+11
* net/smc: convert static link ID instances to support multiple linksKarsten Graul2020-04-295-135/+291
* net/smc: convert static link ID to dynamic referencesKarsten Graul2020-04-2910-103/+99
* net/smc: introduce link_idx for link group arrayKarsten Graul2020-04-292-5/+31
* net/smc: separate function for link initializationKarsten Graul2020-04-291-48/+66
* net/smc: rework pnet table to support SMC-R failoverKarsten Graul2020-04-294-230/+319
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-121-0/+1
|\
| * net/smc: cancel event worker during device removalKarsten Graul2020-03-101-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-274-11/+30
|\|
| * net/smc: check for valid ib_client_dataKarsten Graul2020-02-261-0/+2
| * net/smc: fix cleanup for linkgroup setup failuresUrsula Braun2020-02-263-11/+28
* | net/smc: improve peer ID in CLC decline for SMC-RHans Wippel2020-02-263-2/+4
* | net/smc: rework peer ID handlingHans Wippel2020-02-261-7/+12
* | net/smc: reduce port_event schedulingUrsula Braun2020-02-171-15/+29
* | net/smc: simplify normal link terminationKarsten Graul2020-02-174-13/+8
* | net/smc: remove unused parameter of smc_lgr_terminate()Karsten Graul2020-02-174-13/+11
* | net/smc: do not delete lgr from list twiceKarsten Graul2020-02-171-1/+1
* | net/smc: use termination worker under send_lockKarsten Graul2020-02-171-1/+1
* | net/smc: improve smc_lgr_cleanup()Karsten Graul2020-02-171-4/+1
|/
* net/smc: no peer ID in CLC decline for SMCDUrsula Braun2020-02-141-1/+3
* net/smc: transfer fasync_list in case of fallbackUrsula Braun2020-02-141-0/+2
* net/smc: fix leak of kernel memory to user spaceEric Dumazet2020-02-111-3/+2
* net/smc: allow unprivileged users to read pnet tableHans Wippel2020-01-211-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-222-7/+9
|\
| * net/smc: unregister ib devices in reboot_eventKarsten Graul2019-12-201-1/+1
| * net/smc: add fallback check to connect()Ursula Braun2019-12-151-6/+8
* | net/smc: shorten lgr_cnt initializationUrsula Braun2019-12-151-2/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-161-1/+2
|\
| * net/smc: fix fastopen for non-blocking connect()Ursula Braun2019-11-161-1/+1
| * net/smc: fix refcount non-blocking connect() -part 2Ursula Braun2019-11-121-0/+1
* | net/smc: remove unused constantUrsula Braun2019-11-161-2/+0
* | net/smc: use rcu_barrier() on module unloadUrsula Braun2019-11-161-0/+2
* | net/smc: guarantee removal of link groups in rebootUrsula Braun2019-11-161-1/+15
* | net/smc: introduce bookkeeping of SMCR link groupsUrsula Braun2019-11-165-6/+45
* | net/smc: immediate termination for SMCR link groupsUrsula Braun2019-11-154-22/+46
* | net/smc: wait for tx completions before link freeingUrsula Braun2019-11-153-3/+28
* | net/smc: abnormal termination without orderly flagUrsula Braun2019-11-151-6/+4