summaryrefslogtreecommitdiffstats
path: root/net/smc/af_smc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net/smc: unique reason code for exceeded max dmb countKarsten Graul2020-07-271-4/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-261-4/+8
|\
| * net/smc: fix restoring of fallback changesKarsten Graul2020-07-201-2/+4
| * net/smc: do not call dma sync for unmapped memoryKarsten Graul2020-07-201-1/+1
| * net/smc: fix link lookup for new rdma connectionsKarsten Graul2020-07-201-1/+3
* | net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-251-2/+2
* | net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig2020-07-201-2/+7
|/
* 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-041-1/+1
* net/smc: final part of add link processing as SMC clientKarsten Graul2020-05-041-1/+1
* net/smc: mutex to protect the lgr against parallel reconfigurationsKarsten Graul2020-05-021-0/+9
* net/smc: multiple link support for rmb buffer registrationKarsten Graul2020-05-021-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-271-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-171-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-301-2/+2
| * net/smc: keep vlan_id for SMC-R in smc_listen_work()Ursula Braun2019-10-261-1/+1
| * net/smc: fix closing of fallback SMC socketsUrsula Braun2019-10-261-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-281-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