index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
ulp
/
srpt
/
ib_srpt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-15
drivers/infiniband/ulp/srpt/ib_srpt.c: fix build with gcc-4.4.4
Andrew Morton
1
-1
/
+2
2018-03-08
IB/srpt: Add RDMA/CM support
Bart Van Assche
1
-62
/
+318
2018-03-07
IB/srpt: Fix an out-of-bounds stack access in srpt_zerolength_write()
Bart Van Assche
1
-6
/
+9
2018-01-25
RDMA/srpt: Fix RCU debug build error
Leon Romanovsky
1
-2
/
+0
2018-01-18
IB/srpt: Move the code for parsing struct ib_cm_req_event_param
Bart Van Assche
1
-19
/
+30
2018-01-18
IB/srpt: Preparations for adding RDMA/CM support
Bart Van Assche
1
-16
/
+16
2018-01-18
IB/srpt: Don't allow reordering of commands on wait list
Bart Van Assche
1
-35
/
+47
2018-01-18
IB/srpt: Fix a race condition related to wait list processing
Bart Van Assche
1
-5
/
+7
2018-01-18
IB/srpt: Fix login-related race conditions
Bart Van Assche
1
-84
/
+111
2018-01-18
IB/srpt: Log all zero-length writes and completions
Bart Van Assche
1
-2
/
+6
2018-01-18
IB/srpt: Simplify srpt_close_session()
Bart Van Assche
1
-15
/
+4
2018-01-18
IB/srpt: Rework multi-channel support
Bart Van Assche
1
-51
/
+135
2018-01-18
IB/srpt: Use the source GID as session name
Bart Van Assche
1
-5
/
+6
2018-01-18
IB/srpt: One target per port
Bart Van Assche
1
-46
/
+52
2018-01-18
IB/srpt: Add P_Key support
Bart Van Assche
1
-3
/
+11
2018-01-18
IB/srpt: Rework srpt_disconnect_ch_sync()
Bart Van Assche
1
-22
/
+23
2018-01-18
IB/srpt: Make it safe to use RCU for srpt_device.rch_list
Bart Van Assche
1
-3
/
+10
2018-01-09
IB/srpt: Micro-optimize I/O context state manipulation
Bart Van Assche
1
-15
/
+1
2018-01-09
IB/srpt: Inline srpt_get_cmd_state()
Bart Van Assche
1
-20
/
+3
2018-01-09
IB/srpt: Introduce srpt_format_guid()
Bart Van Assche
1
-11
/
+13
2018-01-09
IB/srpt: Reduce frequency of receive failure messages
Bart Van Assche
1
-2
/
+2
2018-01-09
IB/srpt: Convert a warning into a debug message
Bart Van Assche
1
-1
/
+2
2018-01-09
IB/srpt: Use the IPv6 format for GIDs in log messages
Bart Van Assche
1
-11
/
+3
2018-01-09
IB/srpt: Verify port numbers in srpt_event_handler()
Bart Van Assche
1
-6
/
+16
2018-01-09
IB/srpt: Reduce the severity level of a log message
Bart Van Assche
1
-1
/
+1
2018-01-09
IB/srpt: Rename a local variable, a member variable and a constant
Bart Van Assche
1
-13
/
+13
2018-01-09
IB/srpt: Fix kernel-doc warnings in ib_srpt.c
Bart Van Assche
1
-60
/
+145
2018-01-09
IB/srpt: Remove an unused structure member
Bart Van Assche
1
-1
/
+0
2018-01-04
IB/srpt: Fix ACL lookup during login
Bart Van Assche
1
-1
/
+1
2018-01-04
IB/srpt: Disable RDMA access by the initiator
Bart Van Assche
1
-2
/
+1
2017-11-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
1
-95
/
+236
2017-11-13
IB/srpt: Ensure that modifying the use_srq configfs attribute works
Bart Van Assche
1
-0
/
+12
2017-11-13
IB/srpt: Wait until channel release has finished during module unload
Bart Van Assche
1
-23
/
+20
2017-11-13
IB/srpt: Introduce srpt_disconnect_ch_sync()
Bart Van Assche
1
-16
/
+35
2017-11-13
IB/srpt: Introduce helper functions for SRQ allocation and freeing
Bart Van Assche
1
-43
/
+72
2017-11-13
IB/srpt: Post receive work requests after qp transition to INIT state
Mike Marciniszyn
1
-4
/
+4
2017-10-31
treewide: Fix function prototypes for module_param_call()
Kees Cook
1
-1
/
+1
2017-10-18
IB/srpt: Change default behavior from using SRQ to using RC
Bart Van Assche
1
-35
/
+117
2017-10-18
IB/srpt: Cache global L_Key
Bart Van Assche
1
-2
/
+4
2017-10-18
IB/srpt: Limit the send and receive queue sizes to what the HCA supports
Bart Van Assche
1
-4
/
+5
2017-10-18
IB/srpt: Do not accept invalid initiator port names
Bart Van Assche
1
-5
/
+4
2017-08-24
RDMA/(core, ulp): Convert register/unregister event handler to be void
Leon Romanovsky
1
-3
/
+2
2017-07-07
IB/srpt: Make a debug statement in srpt_abort_cmd() more informative
Bart Van Assche
1
-2
/
+2
2017-05-12
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
1
-6
/
+3
2017-05-08
IB/srpt: Avoid that aborting a command triggers a kernel warning
Bart Van Assche
1
-1
/
+2
2017-05-08
IB/srpt: Fix abort handling
Bart Van Assche
1
-5
/
+1
2017-05-01
IB/core: Rename ib_destroy_ah to rdma_destroy_ah
Dasaratharaman Chandramouli
1
-2
/
+2
2017-02-26
Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+1
2017-01-27
IB/srpt: Accept GUIDs as port names
Bart Van Assche
1
-56
/
+83
2017-01-24
IB/srpt: Modify a debug statement
Bart Van Assche
1
-2
/
+1
[next]