aboutsummaryrefslogtreecommitdiffstats
path: root/net/smc (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-16net/smc: enable ipv6 support for smcKarsten Graul2-17/+51
2018-03-16net/smc: add ipv6 support to CLC layerKarsten Graul2-17/+105
2018-03-16net/smc: restructure netinfo for CLC proposal msgsKarsten Graul3-36/+82
2018-03-14net/smc: schedule free_work when link group is terminatedKarsten Graul1-7/+13
2018-03-14net/smc: free link group without pending free_work onlyUrsula Braun2-1/+3
2018-03-14net/smc: pay attention to MAX_ORDER for CQ entriesUrsula Braun2-2/+9
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-4/+7
2018-03-01net/smc: prevent new connections on link groupKarsten Graul4-18/+12
2018-03-01net/smc: process add/delete link messagesKarsten Graul5-7/+223
2018-03-01net/smc: do not allow eyecatchers in rmbeKarsten Graul4-3/+27
2018-03-01net/smc: process confirm/delete rkey messagesKarsten Graul4-10/+186
2018-03-01net/smc: respond to test link messagesKarsten Graul2-1/+56
2018-03-01net/smc: remove unused fields from smc structuresKarsten Graul4-18/+8
2018-03-01net/smc: move netinfo function to file smc_clc.cKarsten Graul4-45/+45
2018-03-01net/smc: cleanup smc_llc.h and smc_clc.h headersStefan Raspl5-38/+37
2018-02-28net/smc: fix NULL pointer dereference on sock_create_kern() error pathDavide Caratti1-1/+3
2018-02-28net/smc: use link_id of server in confirm link replyKarsten Graul2-1/+2
2018-02-28net/smc: use a constant for control message lengthKarsten Graul2-2/+2
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko1-6/+5
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds3-16/+16
2018-02-01smc: missing poll annotationsAl Viro1-1/+1
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds15-319/+448
2018-01-30Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+10
2018-01-26net/smc: return booleans instead of integersGustavo A. R. Silva1-2/+2
2018-01-26net/smc: release clcsock from tcp_listen_workerUrsula Braun2-10/+36
2018-01-26net/smc: replace sock_put worker by socket refcountingUrsula Braun6-68/+88
2018-01-26net/smc: smc_poll improvementsUrsula Braun1-34/+40
2018-01-26net/smc: handle device, port, and QP error eventsUrsula Braun1-13/+25
2018-01-25net/smc: check for healthy link group resp. connectionsUrsula Braun4-12/+29
2018-01-25net/smc: wake up wr_reg_wait when terminating a link groupUrsula Braun2-11/+11
2018-01-25net/smc: do not reuse a linkgroup with setup problemsUrsula Braun2-0/+20
2018-01-25net/smc: terminate link group for ib_post_send problemsUrsula Braun2-2/+10
2018-01-25net/smc: handle state SMC_PEERFINCLOSEWAIT correctlyUrsula Braun1-3/+4
2018-01-25net/smc: cancel tx worker in case of socket abortsUrsula Braun1-3/+9
2018-01-24net/smc: continue waiting if peer signals write_shutdownUrsula Braun1-2/+2
2018-01-24net/smc: improve state change handling after close waitUrsula Braun1-14/+26
2018-01-24net/smc: make wait for work request uninterruptibleUrsula Braun1-7/+6
2018-01-24net/smc: get rid of tx_pend waits in socket closingUrsula Braun5-57/+0
2018-01-24net/smc: simplify function smc_clcsock_accept()Ursula Braun1-9/+2
2018-01-24net/smc: use local struct sock variables consistentlyUrsula Braun2-34/+37
2017-12-07smc: support variable CLC proposal messagesUrsula Braun3-24/+107
2017-12-07smc: no consumer update in tasklet contextUrsula Braun2-16/+5
2017-12-07smc: cleanup close checking during data receivalUrsula Braun1-4/+1
2017-12-07smc: no update for unused sk_write_pendingUrsula Braun1-2/+0
2017-12-07smc: improve smc_clc_send_decline() error handlingUrsula Braun2-7/+4
2017-12-07smc: make smc_close_active_abort() staticUrsula Braun2-2/+1
2017-12-02smc: switch to sock_recvmsg()Al Viro1-8/+10
2017-11-27net: annotate ->poll() instancesAl Viro1-2/+2
2017-11-27anntotate the places where ->poll() return values goAl Viro1-1/+1
2017-11-24net/smc: Fix preinitialization of buf_desc in __smc_buf_create()Geert Uytterhoeven1-1/+1