summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
Commit message (Expand)AuthorAgeFilesLines
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-112-8/+8
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-02-0640-584/+853
|\
| * RDMA/hns: Fix the endian problem for hnsoulijun2018-02-058-320/+363
| * IB/hfi1: Add 16B rcvhdr trace supportDon Hiatt2018-02-012-4/+6
| * IB/hfi1: Convert kzalloc_node and kcalloc to use kcalloc_nodeKamenee Arumugam2018-02-013-16/+19
| * IB/hfi1: Show fault stats in both TX and RX directionsMitko Haralanov2018-02-011-1/+8
| * IB/hfi1: Remove blind constants from 16B updateMike Marciniszyn2018-02-014-14/+25
| * IB/hfi1: Convert PortXmitWait/PortVLXmitWait counters to flit timesKamenee Arumugam2018-02-016-19/+239
| * IB/hfi1: Do not override given pcie_pset valueBartlomiej Dudek2018-02-011-11/+12
| * IB/hfi1: Optimize process_receive_ib()Sebastian Sanchez2018-02-012-32/+17Star
| * IB/hfi1: Remove unnecessary fecn and becn fieldsSebastian Sanchez2018-02-016-30/+20Star
| * IB/hfi1: Look up ibport using a pointer in receive pathSebastian Sanchez2018-02-013-23/+30
| * IB/hfi1: Optimize packet type comparison using 9B and bypass code pathsSebastian Sanchez2018-02-014-13/+13
| * IB/hfi1: Compute BTH only for RDMA_WRITE_LAST/SEND_LAST packetSebastian Sanchez2018-02-016-12/+6Star
| * IB/hfi1: Remove dependence on qp->s_hdrwordsMitko Haralanov2018-02-0110-59/+61
| * IB/hfi1: Fix for potential refcount leak in hfi1_open_file()Alex Estrin2018-02-011-3/+1Star
| * IB/hfi1: Fix for early release of sdma contextAlex Estrin2018-02-013-6/+9
| * IB/hfi1: Re-order IRQ cleanup to address driver cleanup raceMichael J. Ruhl2018-02-013-7/+16
| * RDMA/hns: Fix misplaced call to hns_roce_cleanup_hem_tableoulijun2018-02-011-1/+0Star
| * RDMA/hns: Add names to function arguments in function pointersoulijun2018-02-011-4/+4
| * RDMA/hns: Remove unnecessary operatoroulijun2018-02-011-2/+2
| * RDMA/bnxt_re: Use common error handling code in bnxt_qplib_alloc_dpi_tbl()Markus Elfring2018-02-011-6/+7
| * RDMA/bnxt_re: Delete two error messages for a failed memory allocation in bnx...Markus Elfring2018-02-011-5/+0Star
| * RDMA/bnxt_re: Fix an error code in bnxt_qplib_create_srq()Dan Carpenter2018-01-311-1/+3
| * RDMA/bnxt_re: Fix static checker warningDoug Ledford2018-01-311-5/+2Star
* | Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-061-51/+8Star
|\ \
| * | RDMA/qedr: Use pci_enable_atomic_ops_to_root()Felix Kuehling2018-01-241-51/+8Star
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-02-011-0/+1
|\ \ \
| * | | mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacksDavid Rientjes2018-02-011-0/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-312-55/+72
|\ \ \ \ | |/ / / |/| | |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-173-10/+12
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-091-1/+1
| |\ \ \ \
| * | | | | qed*: Utilize FW 8.33.1.0Tomer Tayar2018-01-021-8/+25
| * | | | | qed*: HSI renaming for different types of HWTomer Tayar2018-01-021-1/+1
| * | | | | qed*: Refactoring and rearranging FW API with no functional impactTomer Tayar2018-01-021-54/+54
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-01-3192-2492/+6530
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin...Jason Gunthorpe2018-01-303-9/+11
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | RDMA: Move enum ib_cq_creation_flags to uapi headersJason Gunthorpe2018-01-293-5/+5
| * | | | | IB/qib: remove qib_keys.cCorentin Labbe2018-01-281-235/+0Star
| * | | | | IB/mthca: remove mthca_user.hCorentin Labbe2018-01-281-112/+0Star
| * | | | | RDMA/mlx5: Avoid memory leak in case of XRCD dealloc failureLeon Romanovsky2018-01-281-4/+1Star
| * | | | | IB/mthca: Fix gup usage in mthca_map_user_db()Davidlohr Bueso2018-01-261-1/+1
| * | | | | RDMA/qedr: lower print level of flushed CQEsKalderon, Michal2018-01-251-3/+3
| * | | | | RDMA/mlx5: Remove redundant allocation warning printLeon Romanovsky2018-01-191-11/+8Star
| * | | | | RDMA/hns: Remove unnecessary platform_get_resource() error checkweiyongjun (A)2018-01-181-4/+0Star
| * | | | | IB/mlx5: Mmap the HCA's clock info to user-spaceFeras Daoud2018-01-182-12/+42
| * | | | | RDMA/bnxt_re: Add SRQ support for Broadcom adaptersDevesh Sharma2018-01-187-98/+816
| * | | | | RDMA/bnxt_re: expose detailed stats retrieved from HWSelvin Xavier2018-01-187-10/+417
| * | | | | RDMA/bnxt_re: Add support for MRs with Huge pagesSomnath Kotur2018-01-185-57/+140
| * | | | | RDMA/bnxt_re: Add support for query firmware versionSelvin Xavier2018-01-176-15/+39