| Commit message (Expand) | Author | Age |
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 2016-12-23 |
|\ |
|
| * | IB/rxe: Don't check for null ptr in send() | Andrew Boyer | 2016-12-22 |
| * | IB/rxe: Drop future atomic/read packets rather than retrying | Andrew Boyer | 2016-12-22 |
| * | IB/rxe: Use BTH_PSN_MASK when ACKing duplicate sends | Andrew Boyer | 2016-12-22 |
| * | qedr: Always notify the verb consumer of flushed CQEs | Amrani, Ram | 2016-12-22 |
| * | qedr: clear the vendor error field in the work completion | Amrani, Ram | 2016-12-22 |
| * | qedr: post_send/recv according to QP state | Amrani, Ram | 2016-12-22 |
| * | qedr: ignore inline flag in read verbs | Amrani, Ram | 2016-12-22 |
| * | qedr: modify QP state to error when destroying it | Amrani, Ram | 2016-12-22 |
| * | qedr: return correct value on modify qp | Amrani, Ram | 2016-12-22 |
| * | qedr: return error if destroy CQ failed | Amrani, Ram | 2016-12-22 |
| * | qedr: configure the number of CQEs on CQ creation | Amrani, Ram | 2016-12-22 |
| * | i40iw: Set 128B as the only supported RQ WQE size | Chien Tin Tung | 2016-12-22 |
| * | IB/rxe: Fix a memory leak in rxe_qp_cleanup() | Bart Van Assche | 2016-12-18 |
| * | iw_cxgb4: set correct FetchBurstMax for QPs | Steve Wise | 2016-12-18 |
* | | rdma: fix buggy code that the compiler warns about | Linus Torvalds | 2016-12-15 |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 2016-12-15 |
|\ \
| |/ |
|
| * | Merge branch 'vmw_pvrdma' into merge-test | Doug Ledford | 2016-12-14 |
| |\ |
|
| | * | IB: Add vmw_pvrdma driver | Adit Ranadive | 2016-12-14 |
| | | | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| *-------. \ | Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-test | Doug Ledford | 2016-12-14 |
| |\ \ \ \ \ \ |
|
| | | | | | * | | IB/srp: Make writing the add_target sysfs attr interruptible | Bart Van Assche | 2016-12-14 |
| | | | | | * | | IB/srp: Make mapping failures easier to debug | Bart Van Assche | 2016-12-14 |
| | | | | | * | | IB/srp: Make login failures easier to debug | Bart Van Assche | 2016-12-14 |
| | | | | | * | | IB/srp: Introduce a local variable in srp_add_one() | Bart Van Assche | 2016-12-14 |
| | | | | | * | | IB/srp: Fix CONFIG_DYNAMIC_DEBUG=n build | Bart Van Assche | 2016-12-14 |
| | | | | | |/ |
|
| | | | | * | | IB/rxe: Hold refs when running tasklets | Andrew Boyer | 2016-12-12 |
| | | | | * | | IB/rxe: Wait for tasklets to finish before tearing down QP | Andrew Boyer | 2016-12-12 |
| | | | | * | | IB/rxe: Fix ref leak in duplicate_request() | Andrew Boyer | 2016-12-12 |
| | | | | * | | IB/rxe: Fix ref leak in rxe_create_qp() | Andrew Boyer | 2016-12-12 |
| | | | | * | | IB/rxe: Add support for IB_CQ_REPORT_MISSED_EVENTS | Andrew Boyer | 2016-12-12 |
| | | | | * | | IB/rxe: Add support for zero-byte operations | Andrew Boyer | 2016-12-12 |
| | | | | * | | IB/rxe: Unblock loopback by moving skb_out increment | Andrew Boyer | 2016-12-12 |
| | | | | * | | IB/rxe: Don't update the response PSN unless it's going forwards | Andrew Boyer | 2016-12-12 |
| | | | | * | | IB/rxe: Advance the consumer pointer before posting the CQE | Andrew Boyer | 2016-12-12 |
| | | | | * | | IB/rxe: Remove buffer used for printing IP address | Andrew Boyer | 2016-12-12 |
| | | | | * | | IB/rxe: Remove unneeded cast in rxe_srq_from_attr() | Dan Carpenter | 2016-12-12 |
| | | | | * | | IB/rxe: Use DEFINE_SPINLOCK() for spinlock | Wei Yongjun | 2016-12-12 |
| | | | | * | | IB/rxe: avoid putting a large struct rxe_qp on stack | Arnd Bergmann | 2016-12-12 |
| | | | | |/ |
|
| | | | * | | ib_isert: log the connection reject message | Steve Wise | 2016-12-14 |
| | | | * | | ib_iser: log the connection reject message | Steve Wise | 2016-12-14 |
| | | | * | | rdma_cm: add rdma_consumer_reject_data helper function | Steve Wise | 2016-12-14 |
| | | | * | | rdma_cm: add rdma_is_consumer_reject() helper function | Steve Wise | 2016-12-14 |
| | | | * | | rdma_cm: add rdma_reject_msg() helper function | Steve Wise | 2016-12-14 |
| | | | |/ |
|
| | | * | | qedr: remove pointless NULL check in qedr_post_send() | Wei Yongjun | 2016-12-14 |
| | | * | | qedr: Use list_move_tail instead of list_del/list_add_tail | Wei Yongjun | 2016-12-14 |
| | | * | | qedr: Fix possible memory leak in qedr_create_qp() | Wei Yongjun | 2016-12-14 |
| | | * | | qedr: return -EINVAL if pd is null and avoid null ptr dereference | Colin Ian King | 2016-12-14 |
| | | |/ |
|
| | * | | IB/mlx4: fix improper return value | Pan Bian | 2016-12-14 |
| | * | | IB/ocrdma: fix bad initialization | Pan Bian | 2016-12-14 |