| Age | Commit message (Expand) | Author | Lines |
| 2014-10-19 | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | -669/+1081 |
| 2014-10-14 | ib_srpt: replace strnicmp with strncasecmp | Rasmus Villemoes | -1/+1 |
| 2014-10-09 | IB/mlx5, iser, isert: Add Signature API additions | Sagi Grimberg | -52/+38 |
| 2014-10-09 | Target/iser: Centralize ib_sig_domain setting | Sagi Grimberg | -17/+16 |
| 2014-10-09 | IB/iser: Centralize ib_sig_domain settings | Sagi Grimberg | -18/+18 |
| 2014-10-09 | IB/iser: Set IP_CSUM as default guard type | Sagi Grimberg | -2/+2 |
| 2014-10-09 | IB/iser: Remove redundant assignment | Sagi Grimberg | -1/+0 |
| 2014-10-09 | IB/iser: Bump version, add maintainer | Or Gerlitz | -1/+1 |
| 2014-10-09 | IB/iser: Fix/add kernel-doc style description in iscsi_iser.c | Sagi Grimberg | -9/+160 |
| 2014-10-09 | IB/iser: Add/Fix kernel doc style descriptions in iscsi_iser.h | Sagi Grimberg | -46/+189 |
| 2014-10-09 | IB/iser: Nit - add space after __func__ in iser logging | Sagi Grimberg | -8/+8 |
| 2014-10-09 | IB/iser: Change iscsi_conn_stop log level to info | Ariel Nahum | -1/+1 |
| 2014-10-09 | IB/iser: Suppress scsi command send completions | Sagi Grimberg | -7/+16 |
| 2014-10-09 | IB/iser: Optimize completion polling | Sagi Grimberg | -5/+11 |
| 2014-10-09 | IB/iser: Use beacon to indicate all completions were consumed | Sagi Grimberg | -22/+23 |
| 2014-10-09 | IB/iser: Use single CQ for RX and TX | Sagi Grimberg | -125/+114 |
| 2014-10-09 | IB/iser: Use internal polling budget to avoid possible live-lock | Sagi Grimberg | -0/+4 |
| 2014-10-09 | IB/iser: Centralize iser completion contexts | Sagi Grimberg | -87/+84 |
| 2014-10-09 | IB/iser: Use iser_warn instead of BUG_ON in iser_conn_release | Ariel Nahum | -1/+3 |
| 2014-10-09 | IB/iser: Signal iSCSI layer that transport is broken in error completions | Sagi Grimberg | -4/+25 |
| 2014-10-09 | IB/iser: Protect tasks cleanup in case IB device was already released | Sagi Grimberg | -1/+7 |
| 2014-10-09 | IB/iser: Unbind at conn_stop stage | Ariel Nahum | -0/+7 |
| 2014-10-09 | IB/iser: Don't bound release_work completions timeouts | Sagi Grimberg | -9/+4 |
| 2014-10-09 | IB/iser: Fix DEVICE REMOVAL handling in the absence of iscsi daemon | Sagi Grimberg | -61/+108 |
| 2014-10-09 | IB/iser: Extend iser_free_ib_conn_res() | Sagi Grimberg | -28/+30 |
| 2014-10-09 | IB/iser: Remove unused variables and dead code | Roi Dayan | -4/+0 |
| 2014-10-09 | IB/iser: Re-introduce ib_conn | Sagi Grimberg | -204/+245 |
| 2014-10-09 | IB/iser: Rename ib_conn -> iser_conn | Sagi Grimberg | -392/+403 |
| 2014-10-07 | net: better IFF_XMIT_DST_RELEASE support | Eric Dumazet | -1/+1 |
| 2014-09-23 | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | -25/+30 |
| 2014-09-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | -2/+8 |
| 2014-09-22 | ipoib: validate struct ipoib_cb size | Eric Dumazet | -2/+8 |
| 2014-09-22 | Merge branches 'core', 'ipoib', 'iser', 'mlx4', 'ocrdma' and 'qib' into for-next | Roland Dreier | -25/+30 |
| 2014-09-22 | IB/iser: Bump version to 1.4.1 | Or Gerlitz | -1/+1 |
| 2014-09-22 | IB/iser: Allow bind only when connection state is UP | Sagi Grimberg | -5/+14 |
| 2014-09-22 | IB/iser: Fix RX/TX CQ resource leak on error flow | Roi Dayan | -10/+14 |
| 2014-09-19 | IPoIB: Remove unnecessary port query | Alex Estrin | -9/+1 |
| 2014-09-15 | Target/iser: Fix initiator_depth and responder_resources | Sagi Grimberg | -5/+6 |
| 2014-09-15 | Target/iser: Avoid calling rdma_disconnect twice | Sagi Grimberg | -1/+1 |
| 2014-09-15 | Target/iser: Don't put isert_conn inside disconnected handler | Sagi Grimberg | -1/+1 |
| 2014-09-15 | Target/iser: Get isert_conn reference once got to connected_handler | Sagi Grimberg | -2/+3 |
| 2014-08-14 | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | -178/+212 |
| 2014-08-14 | Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'iwcm', 'mad', 'misc', 'mlx4... | Roland Dreier | -178/+212 |
| 2014-08-14 | IB/srp: Fix return value check in srp_init_module() | Wei Yongjun | -2/+2 |
| 2014-08-12 | IB/srpt: Handle GID change events | Doug Ledford | -0/+1 |
| 2014-08-12 | IPoIB: Remove unnecessary test for NULL before debugfs_remove() | Fabian Frederick | -4/+2 |
| 2014-08-10 | IB/mad: add new ioctl to ABI to support new registration options | Ira Weiny | -1/+1 |
| 2014-08-10 | IB/ipoib: Avoid multicast join attempts with invalid P_key | Alex Estrin | -45/+46 |
| 2014-08-05 | IB/ipoib: Avoid flushing the workqueue from worker context | Erez Shitrit | -6/+6 |
| 2014-08-05 | IB/ipoib: Use P_Key change event instead of P_Key polling mechanism | Erez Shitrit | -65/+20 |