aboutsummaryrefslogtreecommitdiffstats
path: root/net/smc
AgeCommit message (Expand)Author
2018-04-19net/smc: fix shutdown in state SMC_LISTENUrsula Braun
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-27net/smc: use announced length in sock_recvmsg()Ursula Braun
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-16net/smc: enable ipv6 support for smcKarsten Graul
2018-03-16net/smc: add ipv6 support to CLC layerKarsten Graul
2018-03-16net/smc: restructure netinfo for CLC proposal msgsKarsten Graul
2018-03-15net/smc: simplify wait when closing listen socketUrsula Braun
2018-03-14net/smc: schedule free_work when link group is terminatedKarsten Graul
2018-03-14net/smc: free link group without pending free_work onlyUrsula Braun
2018-03-14net/smc: pay attention to MAX_ORDER for CQ entriesUrsula Braun
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-01net/smc: prevent new connections on link groupKarsten Graul
2018-03-01net/smc: process add/delete link messagesKarsten Graul
2018-03-01net/smc: do not allow eyecatchers in rmbeKarsten Graul
2018-03-01net/smc: process confirm/delete rkey messagesKarsten Graul
2018-03-01net/smc: respond to test link messagesKarsten Graul
2018-03-01net/smc: remove unused fields from smc structuresKarsten Graul
2018-03-01net/smc: move netinfo function to file smc_clc.cKarsten Graul
2018-03-01net/smc: cleanup smc_llc.h and smc_clc.h headersStefan Raspl
2018-02-28net/smc: fix NULL pointer dereference on sock_create_kern() error pathDavide Caratti
2018-02-28net/smc: use link_id of server in confirm link replyKarsten Graul
2018-02-28net/smc: use a constant for control message lengthKarsten Graul
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-01smc: missing poll annotationsAl Viro
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-01-30Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-26net/smc: return booleans instead of integersGustavo A. R. Silva
2018-01-26net/smc: release clcsock from tcp_listen_workerUrsula Braun
2018-01-26net/smc: replace sock_put worker by socket refcountingUrsula Braun
2018-01-26net/smc: smc_poll improvementsUrsula Braun
2018-01-26net/smc: handle device, port, and QP error eventsUrsula Braun
2018-01-25net/smc: check for healthy link group resp. connectionsUrsula Braun
2018-01-25net/smc: wake up wr_reg_wait when terminating a link groupUrsula Braun
2018-01-25net/smc: do not reuse a linkgroup with setup problemsUrsula Braun
2018-01-25net/smc: terminate link group for ib_post_send problemsUrsula Braun
2018-01-25net/smc: handle state SMC_PEERFINCLOSEWAIT correctlyUrsula Braun
2018-01-25net/smc: cancel tx worker in case of socket abortsUrsula Braun
2018-01-24net/smc: continue waiting if peer signals write_shutdownUrsula Braun
2018-01-24net/smc: improve state change handling after close waitUrsula Braun
2018-01-24net/smc: make wait for work request uninterruptibleUrsula Braun
2018-01-24net/smc: get rid of tx_pend waits in socket closingUrsula Braun
2018-01-24net/smc: simplify function smc_clcsock_accept()Ursula Braun
2018-01-24net/smc: use local struct sock variables consistentlyUrsula Braun
2017-12-07smc: support variable CLC proposal messagesUrsula Braun
2017-12-07smc: no consumer update in tasklet contextUrsula Braun
2017-12-07smc: cleanup close checking during data receivalUrsula Braun
2017-12-07smc: no update for unused sk_write_pendingUrsula Braun
2017-12-07smc: improve smc_clc_send_decline() error handlingUrsula Braun