aboutsummaryrefslogtreecommitdiffstats
path: root/net/smc (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-08net/smc: fix byte_order for rx_curs_confirmedUrsula Braun2-12/+11
2019-02-04net/smc: correct state change for peer closingUrsula Braun1-8/+1
2019-02-04net/smc: delete rkey first before switching to unusedUrsula Braun1-1/+1
2019-02-04net/smc: fix sender_free computationUrsula Braun3-4/+30
2019-02-04net/smc: preallocated memory for rdma work requestsUrsula Braun7-33/+92
2019-02-01net/smc: fix use of variable in cleared areaKarsten Graul1-4/+4
2019-02-01net/smc: use device link provided in qp_contextKarsten Graul1-3/+3
2019-02-01net/smc: call smc_cdc_msg_send() under send_lockKarsten Graul1-1/+4
2019-02-01net/smc: do not wait under send_lockKarsten Graul1-6/+4
2019-02-01net/smc: recvmsg and splice_read should return 0 after shutdownKarsten Graul1-1/+10
2019-02-01net/smc: don't wait for send buffer space when data was already sentKarsten Graul1-4/+3
2019-02-01net/smc: prevent races between smc_lgr_terminate() and smc_conn_free()Karsten Graul1-0/+4
2019-02-01net/smc: allow 16 byte pnetids in netlink policyHans Wippel1-1/+1
2019-02-01net/smc: fix another sizeof to int comparisonUrsula Braun1-1/+1
2019-01-07smc: move unhash as early as possible in smc_release()Cong Wang1-1/+3
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+16
2018-12-18net/smc: fix TCP fallback socket releaseMyungho Jung2-2/+16
2018-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-50/+120
2018-11-23net/smc: unregister rkeys of unused bufferKarsten Graul3-13/+18
2018-11-23net/smc: add infrastructure to send delete rkey messagesKarsten Graul3-1/+57
2018-11-23net/smc: avoid a delay by waiting for nothingKarsten Graul1-1/+3
2018-11-23net/smc: cleanup listen worker mutex unlockingUrsula Braun1-2/+3
2018-11-23net/smc: short wait for late smc_clc_wait_msgUrsula Braun3-11/+13
2018-11-23net/smc: no link delete for a never active linkUrsula Braun1-1/+4
2018-11-23net/smc: allow fallback after clc timeoutsUrsula Braun2-6/+11
2018-11-23net/smc: remove sock_error detour in clc-functionsUrsula Braun1-13/+5
2018-11-23net/smc: make smc_lgr_free() staticUrsula Braun2-2/+3
2018-11-23net/smc: cleanup tcp_listen_worker initializationUrsula Braun1-1/+0
2018-11-21net/smc: use after free fix in smc_wr_tx_put_slot()Ursula Braun1-1/+3
2018-11-21net/smc: atomic SMCD cursor handlingUrsula Braun2-26/+60
2018-11-21net/smc: add SMC-D shutdown signalHans Wippel4-14/+43
2018-11-21net/smc: use queue pair number when matching link groupKarsten Graul3-9/+12
2018-11-21net/smc: abort CLC connection in smc_releaseHans Wippel1-0/+2
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2018-10-26net/smc: fix smc_buf_unuse to use the lgr pointerKarsten Graul1-13/+12
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-2/+2
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul1-1/+1
2018-09-20smc: generic netlink family should be __ro_after_initJohannes Berg1-1/+1
2018-09-18net/smc: fix sizeof to int comparisonYueHaibing1-8/+6
2018-09-18net/smc: no urgent data check for listen socketsKarsten Graul1-2/+2
2018-09-18net/smc: enable fallback for connection abort in state INITUrsula Braun1-7/+7
2018-09-18net/smc: remove duplicate mutex_unlockUrsula Braun1-6/+9
2018-09-18net/smc: fix non-blocking connect problemUrsula Braun1-2/+5
2018-08-17RDMA/smc: Replace ib_query_gid with rdma_get_gid_attrJason Gunthorpe1-23/+25
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe22-578/+1853
2018-08-16Revert "net/smc: Replace ib_query_gid with rdma_get_gid_attr"Jason Gunthorpe2-23/+20
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe6-50/+129
2018-08-10net/smc: send response to test link signalUrsula Braun1-0/+34
2018-08-09Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+10
2018-08-08net/smc: move sock lock in smc_ioctl()Ursula Braun1-3/+7