Age | Commit message (Expand) | Author | Files | Lines |
2013-11-09 | IB/srp: Export sgid to sysfs | Bart Van Assche | 1 | -0/+10 |
2013-11-09 | IB/srp: Add periodic reconnect functionality | Bart Van Assche | 1 | -6/+46 |
2013-11-09 | scsi_transport_srp: Add periodic reconnect support | Bart Van Assche | 1 | -2/+2 |
2013-11-09 | IB/srp: Start timers if a transport layer error occurs | Bart Van Assche | 2 | -0/+20 |
2013-11-09 | IB/srp: Use SRP transport layer error recovery | Bart Van Assche | 2 | -41/+101 |
2013-11-09 | IB/srp: Keep rport as long as the IB transport layer | Bart Van Assche | 2 | -0/+4 |
2013-11-09 | IB/srp: Make transport layer retry count configurable | Vu Pham | 2 | -1/+24 |
2013-11-09 | IB/qib: Fix txselect regression | Mike Marciniszyn | 1 | -6/+5 |
2013-11-09 | IB/qib: Fix checkpatch __packed warnings | Mike Marciniszyn | 2 | -12/+12 |
2013-11-09 | IB/qib: Convert qib_user_sdma_pin_pages() to use get_user_pages_fast() | Jan Kara | 1 | -5/+1 |
2013-11-09 | IB/ipath: Convert ipath_user_sdma_pin_pages() to use get_user_pages_fast() | Jan Kara | 1 | -6/+1 |
2013-11-09 | RDMA/ocrdma: Remove redundant check in ocrdma_build_fr() | Naresh Gottumukkala | 1 | -3/+1 |
2013-11-09 | RDMA/ocrdma: Fix a crash in rmmod | Naresh Gottumukkala | 3 | -30/+32 |
2013-11-09 | RDMA/ocrdma: Silence an integer underflow warning | Dan Carpenter | 1 | -1/+1 |
2013-11-09 | mlx5: Use enum to indicate adapter page size | Eli Cohen | 3 | -5/+6 |
2013-11-09 | IB/mlx5: Update opt param mask for RTS2RTS | Eli Cohen | 1 | -2/+4 |
2013-11-09 | IB/mlx5: Remove "Always false" comparison | Eli Cohen | 1 | -1/+1 |
2013-11-09 | IB/mlx5: Remove dead code in mr.c | Eli Cohen | 1 | -7/+3 |
2013-11-09 | mlx5: Support communicating arbitrary host page size to firmware | Eli Cohen | 3 | -5/+5 |
2013-11-09 | IB/mlx5: Fix srq free in destroy qp | Moshe Lazer | 1 | -12/+4 |
2013-11-09 | IB/mlx5: Simplify mlx5_ib_destroy_srq | Eli Cohen | 1 | -3/+1 |
2013-11-09 | IB/mlx5: Fix overflow check in IB_WR_FAST_REG_MR | Eli Cohen | 1 | -0/+4 |
2013-11-09 | IB/mlx5: Multithreaded create MR | Eli Cohen | 4 | -40/+136 |
2013-11-09 | IB/mlx5: Fix check of number of entries in create CQ | Eli Cohen | 1 | -1/+4 |
2013-11-09 | IB/netlink: Remove superfluous RDMA_NL_GET_OP() masking | Mathias Krause | 1 | -1/+1 |
2013-11-09 | IB/core: Pass imm_data from ib_uverbs_send_wr to ib_send_wr correctly | Latchesar Ionkov | 1 | -0/+3 |
2013-11-09 | IPoIB: lower NAPI weight | Michal Schmidt | 1 | -1/+1 |
2013-11-09 | IPoIB: Start multicast join process only on active ports | Erez Shitrit | 1 | -0/+8 |
2013-11-09 | IPoIB: Add path query flushing in ipoib_ib_dev_cleanup | Erez Shitrit | 1 | -0/+5 |
2013-11-09 | IPoIB: Fix usage of uninitialized multicast objects | Erez Shitrit | 2 | -4/+19 |
2013-11-09 | IPoIB: Avoid flushing the driver workqueue on dev_down | Erez Shitrit | 1 | -3/+1 |
2013-11-09 | IPoIB: Fix deadlock between dev_change_flags() and __ipoib_dev_flush() | Erez Shitrit | 5 | -14/+16 |
2013-11-09 | IPoIB: Change CM skb memory allocation to be non-atomic during init | Tal Alon | 1 | -5/+9 |
2013-11-09 | IPoIB: Fix crash in dev_open error flow | Erez Shitrit | 1 | -4/+7 |
2013-11-09 | IB/cxgb4: Fix formatting of physical address | Ben Hutchings | 1 | -2/+2 |
2013-11-09 | IB/cma: Check for GID on listening device first | Doug Ledford | 1 | -6/+30 |
2013-11-09 | IB/cma: Use cached gids | Doug Ledford | 1 | -29/+6 |
2013-11-08 | net/mlx4_core: Initialize all mailbox buffers to zero before use | Jack Morgenstein | 1 | -6/+0 |
2013-11-08 | RDMA/cma: Set IBoE SL (user-priority) by egress map when using vlans | Eyal Perry | 1 | -5/+21 |
2013-11-08 | target: Drop left-over se_lun->lun_cmd_list shutdown code | Nicholas Bellinger | 1 | -10/+0 |
2013-11-07 | ib_isert: Add support for completion interrupt coalescing | Nicholas Bellinger | 2 | -12/+57 |
2013-11-05 | mlx4: Structures and init/teardown for VF resource quotas | Jack Morgenstein | 1 | -4/+4 |
2013-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2013-10-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending | Linus Torvalds | 1 | -1/+1 |
2013-10-24 | iser-target: check device before dereferencing its variable | Vu Pham | 1 | -1/+1 |
2013-10-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 15 | -111/+116 |
2013-10-21 | IB/core: Temporarily disable create_flow/destroy_flow uverbs | Yann Droneaud | 5 | -0/+25 |
2013-10-15 | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 9 | -103/+85 |
2013-10-14 | Merge branch 'misc' into for-next | Roland Dreier | 5 | -9/+9 |
2013-10-14 | IB: Remove unnecessary semicolons | Joe Perches | 5 | -9/+9 |