summaryrefslogtreecommitdiffstats
path: root/net/smc
AgeCommit message (Expand)AuthorFilesLines
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-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-03-10net/smc: cancel event worker during device removalKarsten Graul1-0/+1
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-11/+30
2020-02-26net/smc: check for valid ib_client_dataKarsten Graul1-0/+2
2020-02-26net/smc: improve peer ID in CLC decline for SMC-RHans Wippel3-2/+4
2020-02-26net/smc: rework peer ID handlingHans Wippel1-7/+12
2020-02-26net/smc: fix cleanup for linkgroup setup failuresUrsula Braun3-11/+28
2020-02-17net/smc: reduce port_event schedulingUrsula Braun1-15/+29
2020-02-17net/smc: simplify normal link terminationKarsten Graul4-13/+8
2020-02-17net/smc: remove unused parameter of smc_lgr_terminate()Karsten Graul4-13/+11
2020-02-17net/smc: do not delete lgr from list twiceKarsten Graul1-1/+1
2020-02-17net/smc: use termination worker under send_lockKarsten Graul1-1/+1
2020-02-17net/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-11net/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-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-7/+9
2019-12-20net/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-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2019-11-16net/smc: fix fastopen for non-blocking connect()Ursula Braun1-1/+1
2019-11-16net/smc: remove unused constantUrsula Braun1-2/+0
2019-11-16net/smc: use rcu_barrier() on module unloadUrsula Braun1-0/+2
2019-11-16net/smc: guarantee removal of link groups in rebootUrsula Braun1-1/+15
2019-11-16net/smc: introduce bookkeeping of SMCR link groupsUrsula Braun5-6/+45
2019-11-15net/smc: immediate termination for SMCR link groupsUrsula Braun4-22/+46
2019-11-15net/smc: wait for tx completions before link freeingUrsula Braun3-3/+28
2019-11-15net/smc: abnormal termination without orderly flagUrsula Braun1-6/+4
2019-11-15net/smc: no WR buffer wait for terminating link groupUrsula Braun3-4/+19
2019-11-15net/smc: introduce bookkeeping of SMCD link groupsUrsula Braun2-0/+7