index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
ulp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-13
infiniband/ulp/ipoib: remove pkey_mutex
Sebastian Andrzej Siewior
1
-2
/
+0
2016-05-13
IB/srp: Do not register memory if never_register has been set
Bart Van Assche
1
-3
/
+9
2016-05-13
IB/srp: Prevent mapping failures
Bart Van Assche
2
-19
/
+119
2016-05-13
IB/srp: Swap two code blocks in srp_add_one()
Bart Van Assche
1
-11
/
+12
2016-05-13
IB/core: Enhance ib_map_mr_sg()
Bart Van Assche
2
-3
/
+3
2016-05-13
IB/srp: Fix srp_create_target() error handling
Bart Van Assche
1
-7
/
+7
2016-05-13
IB/srp: Fix a memory descriptor leak in an error path
Bart Van Assche
1
-1
/
+6
2016-05-13
IB/srp: Print "ib_srp: " prefix once
Bart Van Assche
1
-1
/
+1
2016-05-13
IB/isert: convert to the generic RDMA READ/WRITE API
Christoph Hellwig
2
-825
/
+85
2016-05-13
IB/srpt: convert to the generic RDMA READ/WRITE API
Christoph Hellwig
2
-495
/
+265
2016-05-13
IB/core: Add passing an offset into the SG to ib_map_mr_sg
Christoph Hellwig
3
-4
/
+4
2016-05-12
IB/srp: Move common code into the caller
Bart Van Assche
1
-1
/
+0
2016-05-12
IB/srp: Move code out of a loop
Bart Van Assche
1
-3
/
+3
2016-05-12
IB/srp: Avoid that mapping failure triggers an infinite loop
Bart Van Assche
1
-0
/
+2
2016-05-12
IB/srp: Introduce target->mr_pool_size
Bart Van Assche
2
-3
/
+4
2016-05-12
IB/srp: Fix srp_map_data() error paths
Bart Van Assche
1
-11
/
+13
2016-05-12
IB/srp: Document srp_map_data() return value
Bart Van Assche
1
-0
/
+9
2016-05-12
IB/srp: Fix a comment
Bart Van Assche
1
-1
/
+1
2016-05-12
IB/srp: Fix a spelling error in a source code comment
Bart Van Assche
1
-1
/
+1
2016-05-10
target: make ->shutdown_session optional
Christoph Hellwig
1
-9
/
+0
2016-05-09
iscsi-target: add void (*iscsit_get_rx_pdu)()
Varun Prakash
1
-0
/
+10
2016-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+10
2016-05-07
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
1
-4
/
+10
2016-05-05
Merge branches 'hfi1' and 'iw_cxgb4' into k.o/for-4.7
Doug Ledford
1
-4
/
+10
2016-05-05
IB/iser: Fix max_sectors calculation
Christoph Hellwig
1
-4
/
+10
2016-05-04
treewide: replace dev->trans_start update with helper
Florian Westphal
2
-2
/
+2
2016-05-04
drivers: replace dev->trans_start accesses with dev_trans_start
Florian Westphal
1
-1
/
+1
2016-04-15
scsi: rename SCSI_MAX_{SG, SG_CHAIN}_SEGMENTS
Ming Lin
1
-2
/
+2
2016-04-11
scsi: disable automatic target scan
Hannes Reinecke
1
-1
/
+1
2016-04-07
Revert "ib_srpt: Convert to percpu_ida tag allocation"
Bart Van Assche
2
-17
/
+40
2016-03-30
iser-target: Use ib_drain_qp
Sagi Grimberg
2
-37
/
+4
2016-03-22
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
4
-11
/
+85
2016-03-22
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
4
-542
/
+418
2016-03-21
IB/ipoib: Allow mcast packets from other VFs
Eli Cohen
1
-7
/
+20
2016-03-21
IB/ipoib: Add ndo operations for configuring VFs
Eli Cohen
1
-2
/
+63
2016-03-21
IB/{core, ulp} Support above 32 possible device capability flags
Leon Romanovsky
1
-1
/
+1
2016-03-21
ib_srpt: fix a WARN_ON() message
Dan Carpenter
1
-1
/
+1
2016-03-16
Merge branches 'mlx4', 'mlx5' and 'ocrdma' into k.o/for-4.6
Doug Ledford
2
-9
/
+25
2016-03-14
Merge branches 'ib_core', 'ib_ipoib', 'srpt', 'drain-cq-v4' and 'net/9p' into...
Doug Ledford
10
-680
/
+380
2016-03-10
iser-target: Kill the ->isert_cmd back pointer in struct iser_tx_desc
Christoph Hellwig
2
-9
/
+8
2016-03-10
iser-target: Kill struct isert_rdma_wr
Christoph Hellwig
2
-130
/
+119
2016-03-10
iser-target: Convert to new CQ API
Christoph Hellwig
2
-243
/
+184
2016-03-10
iser-target: Split and properly type the login buffer
Christoph Hellwig
2
-30
/
+29
2016-03-10
iser-target: Remove ISER_RECV_DATA_SEG_LEN
Christoph Hellwig
2
-10
/
+8
2016-03-10
iser-target: Remove impossible condition from isert_wait_conn
Jenny Derzhavetz
1
-8
/
+0
2016-03-10
iser-target: Remove redundant wait in release_conn
Jenny Derzhavetz
2
-8
/
+0
2016-03-10
iser-target: Rework connection termination
Jenny Derzhavetz
2
-56
/
+52
2016-03-10
iser-target: Separate flows for np listeners and connections cma events
Jenny Derzhavetz
1
-6
/
+5
2016-03-10
iser-target: Add new state ISER_CONN_BOUND to isert_conn
Jenny Derzhavetz
2
-2
/
+6
2016-03-10
iser-target: Fix identification of login rx descriptor type
Jenny Derzhavetz
1
-1
/
+2
[prev]
[next]