| Commit message (Expand) | Author | Age |
... | |
| | | | * | | IB/srp: Fix a debug kernel crash | Bart Van Assche | 2016-05-13 |
| | | |/ /
| | |/| | |
|
| | | * | | IB/ipoib: Add readout of statistics using ethtool | Hans Westgaard Ry | 2016-05-13 |
| | | * | | infiniband/ulp/ipoib: remove pkey_mutex | Sebastian Andrzej Siewior | 2016-05-13 |
| | |/ / |
|
| * | | | IB/srp: Do not register memory if never_register has been set | Bart Van Assche | 2016-05-13 |
| * | | | IB/srp: Prevent mapping failures | Bart Van Assche | 2016-05-13 |
| * | | | IB/srp: Swap two code blocks in srp_add_one() | Bart Van Assche | 2016-05-13 |
| * | | | IB/core: Enhance ib_map_mr_sg() | Bart Van Assche | 2016-05-13 |
| * | | | IB/srp: Fix srp_create_target() error handling | Bart Van Assche | 2016-05-13 |
| * | | | IB/srp: Fix a memory descriptor leak in an error path | Bart Van Assche | 2016-05-13 |
| * | | | IB/srp: Print "ib_srp: " prefix once | Bart Van Assche | 2016-05-13 |
| * | | | IB/isert: convert to the generic RDMA READ/WRITE API | Christoph Hellwig | 2016-05-13 |
| * | | | IB/srpt: convert to the generic RDMA READ/WRITE API | Christoph Hellwig | 2016-05-13 |
| * | | | IB/core: Add passing an offset into the SG to ib_map_mr_sg | Christoph Hellwig | 2016-05-13 |
| |/ / |
|
| * | | IB/srp: Move common code into the caller | Bart Van Assche | 2016-05-12 |
| * | | IB/srp: Move code out of a loop | Bart Van Assche | 2016-05-12 |
| * | | IB/srp: Avoid that mapping failure triggers an infinite loop | Bart Van Assche | 2016-05-12 |
| * | | IB/srp: Introduce target->mr_pool_size | Bart Van Assche | 2016-05-12 |
| * | | IB/srp: Fix srp_map_data() error paths | Bart Van Assche | 2016-05-12 |
| * | | IB/srp: Document srp_map_data() return value | Bart Van Assche | 2016-05-12 |
| * | | IB/srp: Fix a comment | Bart Van Assche | 2016-05-12 |
| * | | IB/srp: Fix a spelling error in a source code comment | Bart Van Assche | 2016-05-12 |
| * | | Merge branches 'hfi1' and 'iw_cxgb4' into k.o/for-4.7 | Doug Ledford | 2016-05-05 |
| |\ \ |
|
* | \ \ | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2016-05-18 |
|\ \ \ \ |
|
| * | | | | scsi: rename SCSI_MAX_{SG, SG_CHAIN}_SEGMENTS | Ming Lin | 2016-04-15 |
| * | | | | scsi: disable automatic target scan | Hannes Reinecke | 2016-04-11 |
| |/ / / |
|
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-05-09 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 2016-05-07 |
| |\ \ \
| | |/ /
| |/| /
| | |/ |
|
| | * | IB/iser: Fix max_sectors calculation | Christoph Hellwig | 2016-05-05 |
* | | | treewide: replace dev->trans_start update with helper | Florian Westphal | 2016-05-04 |
* | | | drivers: replace dev->trans_start accesses with dev_trans_start | Florian Westphal | 2016-05-04 |
|/ / |
|
* / | Revert "ib_srpt: Convert to percpu_ida tag allocation" | Bart Van Assche | 2016-04-07 |
|/ |
|
* | iser-target: Use ib_drain_qp | Sagi Grimberg | 2016-03-30 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 2016-03-22 |
|\ |
|
| * | IB/ipoib: Allow mcast packets from other VFs | Eli Cohen | 2016-03-21 |
| * | IB/ipoib: Add ndo operations for configuring VFs | Eli Cohen | 2016-03-21 |
| * | IB/{core, ulp} Support above 32 possible device capability flags | Leon Romanovsky | 2016-03-21 |
| * | ib_srpt: fix a WARN_ON() message | Dan Carpenter | 2016-03-21 |
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2016-03-22 |
|\ \
| |/
|/| |
|
| * | iser-target: Kill the ->isert_cmd back pointer in struct iser_tx_desc | Christoph Hellwig | 2016-03-11 |
| * | iser-target: Kill struct isert_rdma_wr | Christoph Hellwig | 2016-03-11 |
| * | iser-target: Convert to new CQ API | Christoph Hellwig | 2016-03-11 |
| * | iser-target: Split and properly type the login buffer | Christoph Hellwig | 2016-03-11 |
| * | iser-target: Remove ISER_RECV_DATA_SEG_LEN | Christoph Hellwig | 2016-03-11 |
| * | iser-target: Remove impossible condition from isert_wait_conn | Jenny Derzhavetz | 2016-03-11 |
| * | iser-target: Remove redundant wait in release_conn | Jenny Derzhavetz | 2016-03-11 |
| * | iser-target: Rework connection termination | Jenny Derzhavetz | 2016-03-11 |
| * | iser-target: Separate flows for np listeners and connections cma events | Jenny Derzhavetz | 2016-03-11 |
| * | iser-target: Add new state ISER_CONN_BOUND to isert_conn | Jenny Derzhavetz | 2016-03-11 |
| * | iser-target: Fix identification of login rx descriptor type | Jenny Derzhavetz | 2016-03-11 |
| * | ib_srpt: Convert to percpu_ida tag allocation | Nicholas Bellinger | 2016-03-11 |