summaryrefslogtreecommitdiffstats
path: root/net/smc/af_smc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-97/+134
|\
| * net/smc: release clcsock from tcp_listen_workerUrsula Braun2018-01-261-1/+12
| * net/smc: replace sock_put worker by socket refcountingUrsula Braun2018-01-261-29/+36
| * net/smc: smc_poll improvementsUrsula Braun2018-01-261-34/+40
| * net/smc: do not reuse a linkgroup with setup problemsUrsula Braun2018-01-251-0/+17
| * net/smc: simplify function smc_clcsock_accept()Ursula Braun2018-01-241-9/+2
| * net/smc: use local struct sock variables consistentlyUrsula Braun2018-01-241-16/+17
| * smc: support variable CLC proposal messagesUrsula Braun2017-12-071-5/+10
| * smc: improve smc_clc_send_decline() error handlingUrsula Braun2017-12-071-6/+3
* | net: annotate ->poll() instancesAl Viro2017-11-271-2/+2
* | anntotate the places where ->poll() return values goAl Viro2017-11-271-1/+1
|/
* smc: add SMC rendezvous protocolUrsula Braun2017-10-261-0/+16
* smc: fix mutex unlocks during link group creationUrsula Braun2017-10-261-11/+15
* net/smc: terminate link group if out-of-sync is receivedUrsula Braun2017-09-211-4/+2
* net/smc: take RCU read lock for routing cache lookupUrsula Braun2017-09-211-3/+7
* net/smc: synchronize buffer usage with deviceUrsula Braun2017-07-291-0/+2
* net/smc: common functions for RMBs and send buffersUrsula Braun2017-07-291-12/+4
* net/smc: register RMB-related memory regionUrsula Braun2017-07-291-0/+38
* net/smc: serialize connection creation in all casesUrsula Braun2017-07-291-7/+1
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-101-1/+1
|\
| * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-04-231-1/+1
| |\
| | * mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney2017-04-181-1/+1
* | | net/smc: destruct non-accepted socketsUrsula Braun2017-04-111-5/+9
* | | net/smc: remove duplicate unhashUrsula Braun2017-04-111-1/+0
* | | net/smc: no socket state changes in tasklet contextUrsula Braun2017-04-111-2/+6
|/ /
* / net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-091-1/+1
|/
* sched/headers: Move task_struct::signal and task_struct::sighand types and ac...Ingo Molnar2017-03-031-0/+2
* smc: netlink interface for SMC socketsUrsula Braun2017-01-091-1/+42
* smc: socket closing and linkgroup cleanupUrsula Braun2017-01-091-22/+105
* smc: receive data from RMBEUrsula Braun2017-01-091-1/+6
* smc: send data (through RDMA)Ursula Braun2017-01-091-1/+12
* smc: connection data control (CDC)Ursula Braun2017-01-091-0/+9
* smc: link layer control (LLC)Ursula Braun2017-01-091-2/+92
* smc: initialize IB transport incl. PD, MR, QP, CQ, event, WRUrsula Braun2017-01-091-6/+28
* smc: remote memory buffers (RMBs)Ursula Braun2017-01-091-3/+26
* smc: connection and link group creationUrsula Braun2017-01-091-9/+93
* smc: CLC handshake (incl. preparation steps)Ursula Braun2017-01-091-31/+433
* smc: establish pnet table managementThomas Richter2017-01-091-2/+9
* smc: introduce SMC as an IB-clientUrsula Braun2017-01-091-0/+10
* smc: establish new socket familyUrsula Braun2017-01-091-0/+620