summaryrefslogtreecommitdiffstats
path: root/net/smc
Commit message (Expand)AuthorAgeFilesLines
...
| * net/smc: use announced length in sock_recvmsg()Ursula Braun2018-03-271-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-232-26/+3
|\ \ | |/
| * net/smc: simplify wait when closing listen socketUrsula Braun2018-03-152-26/+3
* | net/smc: enable ipv6 support for smcKarsten Graul2018-03-162-17/+51
* | net/smc: add ipv6 support to CLC layerKarsten Graul2018-03-162-17/+105
* | net/smc: restructure netinfo for CLC proposal msgsKarsten Graul2018-03-163-36/+82
* | net/smc: schedule free_work when link group is terminatedKarsten Graul2018-03-141-7/+13
* | net/smc: free link group without pending free_work onlyUrsula Braun2018-03-142-1/+3
* | net/smc: pay attention to MAX_ORDER for CQ entriesUrsula Braun2018-03-142-2/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-064-4/+7
|\ \ | |/
| * net/smc: fix NULL pointer dereference on sock_create_kern() error pathDavide Caratti2018-02-281-1/+3
| * net/smc: use link_id of server in confirm link replyKarsten Graul2018-02-282-1/+2
| * net/smc: use a constant for control message lengthKarsten Graul2018-02-282-2/+2
* | net/smc: prevent new connections on link groupKarsten Graul2018-03-014-18/+12
* | net/smc: process add/delete link messagesKarsten Graul2018-03-015-7/+223
* | net/smc: do not allow eyecatchers in rmbeKarsten Graul2018-03-014-3/+27
* | net/smc: process confirm/delete rkey messagesKarsten Graul2018-03-014-10/+186
* | net/smc: respond to test link messagesKarsten Graul2018-03-012-1/+56
* | net/smc: remove unused fields from smc structuresKarsten Graul2018-03-014-18/+8
* | net/smc: move netinfo function to file smc_clc.cKarsten Graul2018-03-014-45/+45
* | net/smc: cleanup smc_llc.h and smc_clc.h headersStefan Raspl2018-03-015-38/+37
* | net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-6/+5
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-113-16/+16
* smc: missing poll annotationsAl Viro2018-02-011-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-3115-319/+448
|\
| * net/smc: return booleans instead of integersGustavo A. R. Silva2018-01-261-2/+2
| * net/smc: release clcsock from tcp_listen_workerUrsula Braun2018-01-262-10/+36
| * net/smc: replace sock_put worker by socket refcountingUrsula Braun2018-01-266-68/+88
| * net/smc: smc_poll improvementsUrsula Braun2018-01-261-34/+40
| * net/smc: handle device, port, and QP error eventsUrsula Braun2018-01-261-13/+25
| * net/smc: check for healthy link group resp. connectionsUrsula Braun2018-01-254-12/+29
| * net/smc: wake up wr_reg_wait when terminating a link groupUrsula Braun2018-01-252-11/+11
| * net/smc: do not reuse a linkgroup with setup problemsUrsula Braun2018-01-252-0/+20
| * net/smc: terminate link group for ib_post_send problemsUrsula Braun2018-01-252-2/+10
| * net/smc: handle state SMC_PEERFINCLOSEWAIT correctlyUrsula Braun2018-01-251-3/+4
| * net/smc: cancel tx worker in case of socket abortsUrsula Braun2018-01-251-3/+9
| * net/smc: continue waiting if peer signals write_shutdownUrsula Braun2018-01-241-2/+2
| * net/smc: improve state change handling after close waitUrsula Braun2018-01-241-14/+26
| * net/smc: make wait for work request uninterruptibleUrsula Braun2018-01-241-7/+6
| * net/smc: get rid of tx_pend waits in socket closingUrsula Braun2018-01-245-57/+0
| * net/smc: simplify function smc_clcsock_accept()Ursula Braun2018-01-241-9/+2
| * net/smc: use local struct sock variables consistentlyUrsula Braun2018-01-242-34/+37
| * smc: support variable CLC proposal messagesUrsula Braun2017-12-073-24/+107
| * smc: no consumer update in tasklet contextUrsula Braun2017-12-072-16/+5
| * smc: cleanup close checking during data receivalUrsula Braun2017-12-071-4/+1
| * smc: no update for unused sk_write_pendingUrsula Braun2017-12-071-2/+0
| * smc: improve smc_clc_send_decline() error handlingUrsula Braun2017-12-072-7/+4
| * smc: make smc_close_active_abort() staticUrsula Braun2017-12-072-2/+1
* | Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-301-8/+10
|\ \
| * | smc: switch to sock_recvmsg()Al Viro2017-12-021-8/+10
| |/
OpenPOWER on IntegriCloud