summaryrefslogtreecommitdiffstats
path: root/net/smc/af_smc.c
Commit message (Expand)AuthorAgeFilesLines
* net/smc: log important pnetid and state change eventsKarsten Graul2020-05-051-4/+2
* net/smc: save SMC-R peer link_uidKarsten Graul2020-05-041-0/+2
* net/smc: first part of add link processing as SMC serverKarsten Graul2020-05-031-1/+1
* net/smc: final part of add link processing as SMC clientKarsten Graul2020-05-031-1/+1
* net/smc: mutex to protect the lgr against parallel reconfigurationsKarsten Graul2020-05-011-0/+9
* net/smc: multiple link support for rmb buffer registrationKarsten Graul2020-05-011-35/+19
* net/smc: adapt SMC client code to use the LLC flowKarsten Graul2020-04-301-24/+45
* net/smc: adapt SMC server code to use the LLC flowKarsten Graul2020-04-301-24/+15
* net/smc: move llc layer related init and clear into smc_llc.cKarsten Graul2020-04-291-4/+2
* net/smc: multi-link support for smc_rmb_rtoken_handling()Karsten Graul2020-04-291-2/+2
* net/smc: convert static link ID instances to support multiple linksKarsten Graul2020-04-291-17/+37
* net/smc: convert static link ID to dynamic referencesKarsten Graul2020-04-291-11/+6
* net/smc: fix cleanup for linkgroup setup failuresUrsula Braun2020-02-261-10/+15
* net/smc: transfer fasync_list in case of fallbackUrsula Braun2020-02-141-0/+2
* net/smc: add fallback check to connect()Ursula Braun2019-12-151-6/+8
* 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: use rcu_barrier() on module unloadUrsula Braun2019-11-161-0/+2
* | net/smc: introduce bookkeeping of SMCR link groupsUrsula Braun2019-11-161-5/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-021-3/+10
|\|
| * net/smc: fix refcounting for non-blocking connect()Ursula Braun2019-10-291-2/+2
| * net/smc: keep vlan_id for SMC-R in smc_listen_work()Ursula Braun2019-10-251-1/+1
| * net/smc: fix closing of fallback SMC socketsUrsula Braun2019-10-251-0/+7
* | net/smc: remove close abort workerUrsula Braun2019-10-221-0/+4
|/
* net/smc: avoid fallback in case of non-blocking connectUrsula Braun2019-08-051-3/+4
* net/smc: do not schedule tx_work in SMC_CLOSED stateUrsula Braun2019-08-051-2/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-271-1/+4
|\
| * net/smc: Fix error path in smc_initYueHaibing2019-06-261-1/+4
* | net/smc: common release code for non-accepted socketsUrsula Braun2019-06-271-41/+32
|/
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-171-19/+39
|\
| * net/smc: move unhash before release of clcsockUrsula Braun2019-04-111-3/+3
| * net/smc: propagate file from SMC to TCP socketUrsula Braun2019-04-111-10/+28
| * net/smc: wait for pending work before clcsock release_sockKarsten Graul2019-04-111-6/+8
* | net/smc: improve smc_conn_create reason codesKarsten Graul2019-04-121-50/+40
* | net/smc: improve smc_listen_work reason codesKarsten Graul2019-04-121-45/+50
* | net/smc: code cleanup smc_listen_workKarsten Graul2019-04-121-15/+14
* | net/smc: cleanup of get vlan idKarsten Graul2019-04-121-2/+9
* | net/smc: consolidate function parametersKarsten Graul2019-04-121-62/+56
* | net/smc: check for ip prefix and subnetKarsten Graul2019-04-121-3/+9
* | net/smc: nonblocking connect reworkUrsula Braun2019-04-121-35/+43
|/
* net/smc: add pnet table namespace supportHans Wippel2019-02-211-0/+28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-081-1/+10
|\
| * net/smc: recvmsg and splice_read should return 0 after shutdownKarsten Graul2019-02-011-1/+10
* | net/smc: use client and server LGR pending locks for SMC-RHans Wippel2019-02-071-16/+28
* | net/smc: unlock LGR pending lock earlier for SMC-DHans Wippel2019-02-071-5/+9
* | net/smc: postpone release of clcsockUrsula Braun2019-02-071-16/+17
* | socket: Add SO_TIMESTAMPING_NEWDeepa Dinamani2019-02-031-1/+2
|/
* smc: move unhash as early as possible in smc_release()Cong Wang2019-01-071-1/+3