summaryrefslogtreecommitdiffstats
path: root/net/smc
AgeCommit message (Expand)AuthorLines
2019-03-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+0
2019-02-28net/smc: allow pnetid-less configurationUrsula Braun-1/+41
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+3
2019-02-21net/smc: allow PCI IDs as ib device names in the pnet tableHans Wippel-2/+4
2019-02-21net/smc: add pnet table namespace supportHans Wippel-43/+162
2019-02-21net/smc: add smcd support to the pnet tableHans Wippel-7/+80
2019-02-21net/smc: rework pnet tableHans Wippel-194/+249
2019-02-21net/smc: cleanup for smcr_tx_sndbuf_nonemptyUrsula Braun-3/+2
2019-02-21net/smc: fix smc_poll in SMC_INIT stateUrsula Braun-3/+3
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-12/+11
2019-02-12net/smc: check port_idx of ib eventKarsten Graul-8/+16
2019-02-12net/smc: check connections in smc_lgr_free_workKarsten Graul-4/+2
2019-02-12net/smc: reduce amount of status updates to peerKarsten Graul-14/+8
2019-02-12net/smc: no delay for free tx buffer waitKarsten Graul-1/+1
2019-02-12net/smc: move wake up of close waiterKarsten Graul-2/+7
2019-02-12net/smc: reset cursor update required flagKarsten Graul-4/+4
2019-02-08net/smc: fix byte_order for rx_curs_confirmedUrsula Braun-12/+11
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-67/+158
2019-02-07net/smc: original socket family in inet_sock_diagKarsten Graul-2/+1
2019-02-07net/smc: move code to clear the conn->lgr fieldKarsten Graul-2/+3
2019-02-07net/smc: use client and server LGR pending locks for SMC-RHans Wippel-16/+28
2019-02-07net/smc: unlock LGR pending lock earlier for SMC-DHans Wippel-5/+9
2019-02-07net/smc: use smc_curs_copy() for SMC-DUrsula Braun-4/+5
2019-02-07net/smc: postpone release of clcsockUrsula Braun-17/+23
2019-02-04net/smc: correct state change for peer closingUrsula Braun-8/+1
2019-02-04net/smc: delete rkey first before switching to unusedUrsula Braun-1/+1
2019-02-04net/smc: fix sender_free computationUrsula Braun-4/+30
2019-02-04net/smc: preallocated memory for rdma work requestsUrsula Braun-33/+92
2019-02-03socket: Add SO_TIMESTAMPING_NEWDeepa Dinamani-1/+2
2019-02-01net/smc: fix use of variable in cleared areaKarsten Graul-4/+4
2019-02-01net/smc: use device link provided in qp_contextKarsten Graul-3/+3
2019-02-01net/smc: call smc_cdc_msg_send() under send_lockKarsten Graul-1/+4
2019-02-01net/smc: do not wait under send_lockKarsten Graul-6/+4
2019-02-01net/smc: recvmsg and splice_read should return 0 after shutdownKarsten Graul-1/+10
2019-02-01net/smc: don't wait for send buffer space when data was already sentKarsten Graul-4/+3
2019-02-01net/smc: prevent races between smc_lgr_terminate() and smc_conn_free()Karsten Graul-0/+4
2019-02-01net/smc: allow 16 byte pnetids in netlink policyHans Wippel-1/+1
2019-02-01net/smc: fix another sizeof to int comparisonUrsula Braun-1/+1
2019-02-01pipe: stop using ->can_mergeJann Horn-1/+0
2019-01-07smc: move unhash as early as possible in smc_release()Cong Wang-1/+3
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+16
2018-12-18net/smc: fix TCP fallback socket releaseMyungho Jung-2/+16
2018-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-50/+120
2018-11-23net/smc: unregister rkeys of unused bufferKarsten Graul-13/+18
2018-11-23net/smc: add infrastructure to send delete rkey messagesKarsten Graul-1/+57
2018-11-23net/smc: avoid a delay by waiting for nothingKarsten Graul-1/+3
2018-11-23net/smc: cleanup listen worker mutex unlockingUrsula Braun-2/+3
2018-11-23net/smc: short wait for late smc_clc_wait_msgUrsula Braun-11/+13
2018-11-23net/smc: no link delete for a never active linkUrsula Braun-1/+4
2018-11-23net/smc: allow fallback after clc timeoutsUrsula Braun-6/+11