aboutsummaryrefslogtreecommitdiffstats
path: root/net/smc/af_smc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-27net/smc: unique reason code for exceeded max dmb countKarsten Graul1-4/+9
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+8
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-2/+2
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig1-2/+7
2020-07-19net/smc: fix restoring of fallback changesKarsten Graul1-2/+4
2020-07-19net/smc: do not call dma sync for unmapped memoryKarsten Graul1-1/+1
2020-07-19net/smc: fix link lookup for new rdma connectionsKarsten Graul1-1/+3
2020-05-05net/smc: log important pnetid and state change eventsKarsten Graul1-4/+2
2020-05-04net/smc: save SMC-R peer link_uidKarsten Graul1-0/+2
2020-05-03net/smc: first part of add link processing as SMC serverKarsten Graul1-1/+1
2020-05-03net/smc: final part of add link processing as SMC clientKarsten Graul1-1/+1
2020-05-01net/smc: mutex to protect the lgr against parallel reconfigurationsKarsten Graul1-0/+9
2020-05-01net/smc: multiple link support for rmb buffer registrationKarsten Graul1-35/+19
2020-04-30net/smc: adapt SMC client code to use the LLC flowKarsten Graul1-24/+45
2020-04-30net/smc: adapt SMC server code to use the LLC flowKarsten Graul1-24/+15
2020-04-29net/smc: move llc layer related init and clear into smc_llc.cKarsten Graul1-4/+2
2020-04-29net/smc: multi-link support for smc_rmb_rtoken_handling()Karsten Graul1-2/+2
2020-04-29net/smc: convert static link ID instances to support multiple linksKarsten Graul1-17/+37
2020-04-29net/smc: convert static link ID to dynamic referencesKarsten Graul1-11/+6
2020-02-26net/smc: fix cleanup for linkgroup setup failuresUrsula Braun1-10/+15
2020-02-14net/smc: transfer fasync_list in case of fallbackUrsula Braun1-0/+2
2019-12-15net/smc: add fallback check to connect()Ursula Braun1-6/+8
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: use rcu_barrier() on module unloadUrsula Braun1-0/+2
2019-11-16net/smc: introduce bookkeeping of SMCR link groupsUrsula Braun1-5/+13
2019-11-12net/smc: fix refcount non-blocking connect() -part 2Ursula Braun1-0/+1
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+10
2019-10-29net/smc: fix refcounting for non-blocking connect()Ursula Braun1-2/+2
2019-10-25net/smc: keep vlan_id for SMC-R in smc_listen_work()Ursula Braun1-1/+1
2019-10-25net/smc: fix closing of fallback SMC socketsUrsula Braun1-0/+7
2019-10-22net/smc: remove close abort workerUrsula Braun1-0/+4
2019-08-05net/smc: avoid fallback in case of non-blocking connectUrsula Braun1-3/+4
2019-08-05net/smc: do not schedule tx_work in SMC_CLOSED stateUrsula Braun1-2/+6
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2019-06-27net/smc: common release code for non-accepted socketsUrsula Braun1-41/+32
2019-06-26net/smc: Fix error path in smc_initYueHaibing1-1/+4
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-19/+39
2019-04-12net/smc: improve smc_conn_create reason codesKarsten Graul1-50/+40
2019-04-12net/smc: improve smc_listen_work reason codesKarsten Graul1-45/+50
2019-04-12net/smc: code cleanup smc_listen_workKarsten Graul1-15/+14
2019-04-12net/smc: cleanup of get vlan idKarsten Graul1-2/+9
2019-04-12net/smc: consolidate function parametersKarsten Graul1-62/+56
2019-04-12net/smc: check for ip prefix and subnetKarsten Graul1-3/+9
2019-04-12net/smc: nonblocking connect reworkUrsula Braun1-35/+43
2019-04-11net/smc: move unhash before release of clcsockUrsula Braun1-3/+3
2019-04-11net/smc: propagate file from SMC to TCP socketUrsula Braun1-10/+28
2019-04-11net/smc: wait for pending work before clcsock release_sockKarsten Graul1-6/+8
2019-02-21net/smc: add pnet table namespace supportHans Wippel1-0/+28