Age | Commit message (Expand) | Author | Files | Lines |
2017-01-10 | Merge tag 'mlx5-4kuar-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/... | David S. Miller | 4 | -280/+330 |
2017-01-09 | IB/mlx5: Support 4k UAR for libmlx5 | Eli Cohen | 1 | -2/+19 |
2017-01-09 | IB/mlx5: Allow future extension of libmlx5 input data | Eli Cohen | 4 | -153/+198 |
2017-01-09 | IB/mlx5: Use blue flame register allocator in mlx5_ib | Eli Cohen | 4 | -69/+51 |
2017-01-08 | IB/mlx5: Fix retrieval of index to first hi class bfreg | Eli Cohen | 1 | -10/+14 |
2017-01-08 | mlx5: Fix naming convention with respect to UARs | Eli Cohen | 4 | -133/+135 |
2017-01-08 | IB/mlx5: Fix error handling order in create_kernel_qp | Eli Cohen | 1 | -2/+2 |
2017-01-08 | IB/mlx5: Fix kernel to user leak prevention logic | Eli Cohen | 1 | -7/+7 |
2017-01-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+12 |
2017-01-02 | IB/mlx5: Improve MR check | Artemy Kovalyov | 2 | -2/+12 |
2017-01-02 | IB/mlx5: Add ODP atomics support | Artemy Kovalyov | 1 | -38/+50 |
2017-01-02 | {net,IB}/mlx5: Refactor page fault handling | Artemy Kovalyov | 4 | -274/+115 |
2017-01-02 | IB/mlx5: Add MR cache for large UMR regions | Artemy Kovalyov | 5 | -247/+219 |
2017-01-02 | IB/mlx5: Add support for big MRs | Artemy Kovalyov | 3 | -3/+11 |
2017-01-02 | IB/mlx5: Refactor UMR post send format | Artemy Kovalyov | 4 | -114/+91 |
2017-01-02 | IB/mlx5: Add helper mlx5_ib_post_send_wait | Binoy Jayan | 1 | -83/+32 |
2017-01-02 | IB/mlx5: Reorder code in query device command | Leon Romanovsky | 1 | -11/+11 |
2016-12-29 | net/mlx4_core: Fix raw qp flow steering rules under SRIOV | Jack Morgenstein | 1 | -2/+12 |
2016-12-23 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 10 | -37/+81 |
2016-12-22 | qedr: Always notify the verb consumer of flushed CQEs | Amrani, Ram | 1 | -1/+1 |
2016-12-22 | qedr: clear the vendor error field in the work completion | Amrani, Ram | 1 | -0/+3 |
2016-12-22 | qedr: post_send/recv according to QP state | Amrani, Ram | 1 | -4/+4 |
2016-12-22 | qedr: ignore inline flag in read verbs | Amrani, Ram | 1 | -1/+3 |
2016-12-22 | qedr: modify QP state to error when destroying it | Amrani, Ram | 1 | -2/+4 |
2016-12-22 | qedr: return correct value on modify qp | Amrani, Ram | 1 | -1/+1 |
2016-12-22 | qedr: return error if destroy CQ failed | Amrani, Ram | 1 | -1/+6 |
2016-12-22 | qedr: configure the number of CQEs on CQ creation | Amrani, Ram | 1 | -0/+3 |
2016-12-22 | i40iw: Set 128B as the only supported RQ WQE size | Chien Tin Tung | 8 | -25/+53 |
2016-12-18 | iw_cxgb4: set correct FetchBurstMax for QPs | Steve Wise | 1 | -2/+3 |
2016-12-15 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 129 | -2138/+10604 |
2016-12-14 | Merge branch 'vmw_pvrdma' into merge-test | Doug Ledford | 15 | -0/+5709 |
2016-12-14 | IB: Add vmw_pvrdma driver | Adit Ranadive | 15 | -0/+5709 |
2016-12-14 | Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-test | Doug Ledford | 7 | -68/+81 |
2016-12-14 | Merge branch 'mlx' into merge-test | Doug Ledford | 27 | -186/+522 |
2016-12-14 | Merge branch 'hfi1' into merge-test | Doug Ledford | 33 | -461/+1191 |
2016-12-14 | Merge branches 'chelsio', 'debug-cleanup', 'hns' and 'i40iw' into merge-test | Doug Ledford | 60 | -1422/+3098 |
2016-12-14 | IB/mlx4: fix improper return value | Pan Bian | 1 | -1/+2 |
2016-12-14 | IB/ocrdma: fix bad initialization | Pan Bian | 1 | -1/+1 |
2016-12-14 | infiniband: nes: return value of skb_linearize should be handled | Zhouyi Zhou | 1 | -2/+6 |
2016-12-14 | IB/mthca: Replace pci_pool_alloc by pci_pool_zalloc | Souptick Joarder | 1 | -4/+2 |
2016-12-14 | mlx5, calc_sq_size(): Make a debug message more informative | Bart Van Assche | 1 | -1/+2 |
2016-12-14 | mlx5: Remove a set-but-not-used variable | Bart Van Assche | 1 | -7/+0 |
2016-12-14 | mlx5: Use { } instead of { 0 } to init struct | Bart Van Assche | 1 | -1/+1 |
2016-12-14 | IB/mlx4: Rework special QP creation error path | Bart Van Assche | 1 | -2/+4 |
2016-12-14 | IB/usnic: simplify IS_ERR_OR_NULL to IS_ERR | Julia Lawall | 2 | -12/+12 |
2016-12-14 | IB/nes: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes | 1 | -34/+42 |
2016-12-14 | IB/mlx5: avoid bogus -Wmaybe-uninitialized warning | Arnd Bergmann | 1 | -18/+21 |
2016-12-14 | qedr: remove pointless NULL check in qedr_post_send() | Wei Yongjun | 1 | -5/+0 |
2016-12-14 | qedr: Use list_move_tail instead of list_del/list_add_tail | Wei Yongjun | 1 | -2/+1 |
2016-12-14 | qedr: Fix possible memory leak in qedr_create_qp() | Wei Yongjun | 1 | -4/+8 |