aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/srpt
AgeCommit message (Expand)Author
2018-01-18IB/srpt: Fix login-related race conditionsBart Van Assche
2018-01-18IB/srpt: Log all zero-length writes and completionsBart Van Assche
2018-01-18IB/srpt: Simplify srpt_close_session()Bart Van Assche
2018-01-18IB/srpt: Rework multi-channel supportBart Van Assche
2018-01-18IB/srpt: Use the source GID as session nameBart Van Assche
2018-01-18IB/srpt: One target per portBart Van Assche
2018-01-18IB/srpt: Add P_Key supportBart Van Assche
2018-01-18IB/srpt: Rework srpt_disconnect_ch_sync()Bart Van Assche
2018-01-18IB/srpt: Make it safe to use RCU for srpt_device.rch_listBart Van Assche
2018-01-08IB/srpt: Micro-optimize I/O context state manipulationBart Van Assche
2018-01-08IB/srpt: Inline srpt_get_cmd_state()Bart Van Assche
2018-01-08IB/srpt: Introduce srpt_format_guid()Bart Van Assche
2018-01-08IB/srpt: Reduce frequency of receive failure messagesBart Van Assche
2018-01-08IB/srpt: Convert a warning into a debug messageBart Van Assche
2018-01-08IB/srpt: Use the IPv6 format for GIDs in log messagesBart Van Assche
2018-01-08IB/srpt: Verify port numbers in srpt_event_handler()Bart Van Assche
2018-01-08IB/srpt: Reduce the severity level of a log messageBart Van Assche
2018-01-08IB/srpt: Rename a local variable, a member variable and a constantBart Van Assche
2018-01-08IB/srpt: Document all structure members in ib_srpt.hBart Van Assche
2018-01-08IB/srpt: Fix kernel-doc warnings in ib_srpt.cBart Van Assche
2018-01-08IB/srpt: Remove an unused structure memberBart Van Assche
2018-01-03IB/srpt: Fix ACL lookup during loginBart Van Assche
2018-01-03IB/srpt: Disable RDMA access by the initiatorBart Van Assche
2017-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2017-11-13IB/srpt: Ensure that modifying the use_srq configfs attribute worksBart Van Assche
2017-11-13IB/srpt: Wait until channel release has finished during module unloadBart Van Assche
2017-11-13IB/srpt: Introduce srpt_disconnect_ch_sync()Bart Van Assche
2017-11-13IB/srpt: Introduce helper functions for SRQ allocation and freeingBart Van Assche
2017-11-13IB/srpt: Post receive work requests after qp transition to INIT stateMike Marciniszyn
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook
2017-10-18IB/srpt: Change default behavior from using SRQ to using RCBart Van Assche
2017-10-18IB/srpt: Cache global L_KeyBart Van Assche
2017-10-18IB/srpt: Limit the send and receive queue sizes to what the HCA supportsBart Van Assche
2017-10-18IB/srpt: Do not accept invalid initiator port namesBart Van Assche
2017-08-24RDMA/(core, ulp): Convert register/unregister event handler to be voidLeon Romanovsky
2017-08-08IB/srpt: Increase lid and sm_lid to 32 bitsDasaratharaman Chandramouli
2017-07-06IB/srpt: Make a debug statement in srpt_abort_cmd() more informativeBart Van Assche
2017-05-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2017-05-07IB/srpt: Avoid that aborting a command triggers a kernel warningBart Van Assche
2017-05-07IB/srpt: Fix abort handlingBart Van Assche
2017-05-01IB/core: Rename ib_destroy_ah to rdma_destroy_ahDasaratharaman Chandramouli
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-01-27IB/srpt: Accept GUIDs as port namesBart Van Assche
2017-01-24IB/srpt: Modify a debug statementBart Van Assche
2017-01-24treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche
2016-12-14IB/srpt: Report login failures only onceBart Van Assche
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2016-09-23IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig
2016-08-24IB/srpt: Update sport->port_guid with each port refreshDoug Ledford
2016-08-02IB/srpt: Simplify srpt_queue_response()Bart Van Assche