- a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
- 2246edf Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 7 years ago
- 105cf3c Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
- 8b9b8d1 RDMA/hns: Fix the endian problem for hns by oulijun · 7 years ago
- 6197a81 IB/hfi1: Add 16B rcvhdr trace support by Don Hiatt · 7 years ago
- 953a9ce IB/hfi1: Convert kzalloc_node and kcalloc to use kcalloc_node by Kamenee Arumugam · 7 years ago
- b5de809 IB/hfi1: Show fault stats in both TX and RX directions by Mitko Haralanov · 7 years ago
- 78d3633 IB/hfi1: Remove blind constants from 16B update by Mike Marciniszyn · 7 years ago
- 0719007 IB/hfi1: Convert PortXmitWait/PortVLXmitWait counters to flit times by Kamenee Arumugam · 7 years ago
- 6391214 IB/hfi1: Do not override given pcie_pset value by Bartlomiej Dudek · 7 years ago
- aca7f4f IB/hfi1: Optimize process_receive_ib() by Sebastian Sanchez · 7 years ago
- ca85bb1 IB/hfi1: Remove unnecessary fecn and becn fields by Sebastian Sanchez · 7 years ago
- bdaf96f IB/hfi1: Look up ibport using a pointer in receive path by Sebastian Sanchez · 7 years ago
- 6d6b884 IB/hfi1: Optimize packet type comparison using 9B and bypass code paths by Sebastian Sanchez · 7 years ago
- f150e27 IB/hfi1: Compute BTH only for RDMA_WRITE_LAST/SEND_LAST packet by Sebastian Sanchez · 7 years ago
- 9636258 IB/hfi1: Remove dependence on qp->s_hdrwords by Mitko Haralanov · 7 years ago
- 2b1e7fe IB/hfi1: Fix for potential refcount leak in hfi1_open_file() by Alex Estrin · 7 years ago
- 473291b IB/hfi1: Fix for early release of sdma context by Alex Estrin · 7 years ago
- 82a9792 IB/hfi1: Re-order IRQ cleanup to address driver cleanup race by Michael J. Ruhl · 7 years ago
- 0da6550 RDMA/hns: Fix misplaced call to hns_roce_cleanup_hem_table by oulijun · 7 years ago
- fd012f1 RDMA/hns: Add names to function arguments in function pointers by oulijun · 7 years ago
- c279911 RDMA/hns: Remove unnecessary operator by oulijun · 7 years ago
- e5b8984 RDMA/bnxt_re: Use common error handling code in bnxt_qplib_alloc_dpi_tbl() by Markus Elfring · 7 years ago
- f390b71 RDMA/bnxt_re: Delete two error messages for a failed memory allocation in bnxt_qplib_alloc_dpi_tbl() by Markus Elfring · 7 years ago
- 73da9e1 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
- 5ff7091 mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacks by David Rientjes · 7 years ago
- b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
- 8de9399 RDMA/bnxt_re: Fix an error code in bnxt_qplib_create_srq() by Dan Carpenter · 7 years ago
- 589ccd8 RDMA/bnxt_re: Fix static checker warning by Doug Ledford · 7 years ago
- 7b1cd95 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 7 years ago
- 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- d772794 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- e7996a9 Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git by Jason Gunthorpe · 7 years ago
- beb801a RDMA: Move enum ib_cq_creation_flags to uapi headers by Jason Gunthorpe · 7 years ago
- 3356c8c IB/qib: remove qib_keys.c by Corentin Labbe · 7 years ago
- 57ac30c IB/mthca: remove mthca_user.h by Corentin Labbe · 7 years ago
- b081808 RDMA/mlx5: Avoid memory leak in case of XRCD dealloc failure by Leon Romanovsky · 7 years ago
- 487f668 IB/mthca: Fix gup usage in mthca_map_user_db() by Davidlohr Bueso · 7 years ago
- dc728f7 RDMA/qedr: lower print level of flushed CQEs by Kalderon, Michal · 7 years ago
- 20c3ff6 RDMA/qedr: Use pci_enable_atomic_ops_to_root() by Felix Kuehling · 7 years ago
- 10bea9c RDMA/mlx5: Remove redundant allocation warning print by Leon Romanovsky · 7 years ago
- 0b5fe5c RDMA/hns: Remove unnecessary platform_get_resource() error check by weiyongjun (A) · 7 years ago
- 5c99eae IB/mlx5: Mmap the HCA's clock info to user-space by Feras Daoud · 7 years ago
- 37cb11a RDMA/bnxt_re: Add SRQ support for Broadcom adapters by Devesh Sharma · 7 years ago
- 89f8100 RDMA/bnxt_re: expose detailed stats retrieved from HW by Selvin Xavier · 7 years ago
- 872f357 RDMA/bnxt_re: Add support for MRs with Huge pages by Somnath Kotur · 7 years ago
- 2fc6854 RDMA/bnxt_re: Add support for query firmware version by Selvin Xavier · 7 years ago
- ccd9d0d RDMA/bnxt_re: Enable RoCE on virtual functions by Selvin Xavier · 7 years ago
- c02b374 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- f20d429 i40iw: Free IEQ resources by Mustafa Ismail · 7 years ago
- ebb6c0c i40iw: Remove setting of rem_addr.len by Mustafa Ismail · 7 years ago
- 72b30e9 i40iw: Remove limit on re-posting AEQ entries to HW by Sindhu Devale · 7 years ago
- 6376e92 i40iw: Zero-out consumer key on allocate stag for FMR by Shiraz Saleem · 7 years ago
- 23541b2 i40iw: Remove extra call to i40iw_est_sd() by Shiraz Saleem · 7 years ago
- d4994d2 RDMA/hns: Set the guid for hip08 RoCE device by oulijun · 7 years ago
- 2eade67 RDMA/hns: Update the verbs of polling for completion by oulijun · 7 years ago
- 6c1f08b RDMA/hns: Assign zero for pkey_index of wc in hip08 by oulijun · 7 years ago
- 7bdee41 RDMA/hns: Fill sq wqe context of ud type in hip08 by oulijun · 7 years ago
- 0fa95a9 RDMA/hns: Add gsi qp support for modifying qp in hip08 by oulijun · 7 years ago
- b66efc9 RDMA/hns: Create gsi qp in hip08 by oulijun · 7 years ago
- 6d13b86 RDMA/hns: Assign the correct value for tx_cqn by oulijun · 7 years ago
- 8cbab92 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 7 years ago
- 852f692 IB/mlx4: Fix incorrectly releasing steerable UD QPs when have only ETH ports by Jack Morgenstein · 7 years ago
- 7bed7eb RDMA/qedr: Fix endian problems around imm_data by Jason Gunthorpe · 7 years ago
- ccb8a29 RDMA/hns: Fix endian problems around imm_data and rkey by Jason Gunthorpe · 7 years ago
- ae59c3f RDMA/mlx5: Fix out-of-bound access while querying AH by Leon Romanovsky · 7 years ago
- 72f36be net/mlx5: Fix mlx5_get_uars_page to return error code by Eran Ben Elisha · 7 years ago
- 8978cc9 {net,ib}/mlx5: Don't disable local loopback multicast traffic when needed by Eran Ben Elisha · 7 years ago
- da005f9 IB/mlx5: remove redundant assignment of mdev by Colin Ian King · 7 years ago
- 57194fa IB/hfi1: Prevent a NULL dereference by Dan Carpenter · 7 years ago
- a0ce093 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- f8457d58 Merge branch 'bart-srpt-for-next' into k.o/wip/dl-for-next by Doug Ledford · 7 years ago
- 85c7c01 IB/mlx5: Don't advertise RAW QP support in dual port mode by Daniel Jurgens · 7 years ago
- 212f2a8 IB/mlx5: Route MADs for dual port RoCE by Daniel Jurgens · 7 years ago
- cfe4e37 {net, IB}/mlx5: Change set_roce_gid to take a port number by Daniel Jurgens · 7 years ago
- aac4492 IB/mlx5: Update counter implementation for dual port RoCE by Daniel Jurgens · 7 years ago
- a9e546e IB/mlx5: Change debugfs to have per port contents by Parav Pandit · 7 years ago
- b3cbd6f IB/mlx5: Implement dual port functionality in query routines by Daniel Jurgens · 7 years ago
- d69a24e IB/mlx5: Move IB event processing onto a workqueue by Daniel Jurgens · 7 years ago
- 32f69e4 {net, IB}/mlx5: Manage port association for multiport RoCE by Daniel Jurgens · 7 years ago
- 7fd8aef IB/mlx5: Make netdev notifications multiport capable by Daniel Jurgens · 7 years ago
- 508562d IB/mlx5: Reduce the use of num_port capability by Daniel Jurgens · 7 years ago
- 776a390 IB/mlx5: Add support for DC target QP by Moni Shoua · 7 years ago
- c32a4f2 IB/mlx5: Add support for DC Initiator QP by Moni Shoua · 7 years ago
- b4aaa1f IB/mlx5: Handle type IB_QPT_DRIVER when creating a QP by Moni Shoua · 7 years ago
- 8fc12d9 bnxt_re: report RoCE device support at info level by Jonathan Toppins · 7 years ago
- 106b886 i40iw: Replace mdelay with msleep in i40iw_wait_pe_ready by Jia-Ju Bai · 7 years ago
- 11f0e89 IB/{hfi1, qib}: Fix a concurrency issue with device name in logging by Michael J. Ruhl · 7 years ago
- 9996b04 IB/hfi1: Fix infinite loop in 8051 command error path by Sebastian Sanchez · 7 years ago
- 06f2597 IB/{rdmavt, hfi1, qib}: Remove get_card_name() downcall by Michael J. Ruhl · 7 years ago
- 5084c8f IB/{rdmavt, hfi1, qib}: Self determine driver name by Michael J. Ruhl · 7 years ago
- 3cc297d IB/mlx5: Move locks initialization to the corresponding stage by Mark Bloch · 7 years ago
- c8b8992 IB/mlx5: Move loopback initialization to the corresponding stage by Mark Bloch · 7 years ago
- 5e1e761 IB/mlx5: Move hardware counters initialization to the corresponding stage by Mark Bloch · 7 years ago
- 07321b3 IB/mlx5: Move ODP initialization to the corresponding stage by Mark Bloch · 7 years ago
- c11a226 IB/mlx5: Move RoCE/ETH initialization to the corresponding stage by Mark Bloch · 7 years ago
- 16c1975 IB/mlx5: Create profile infrastructure to add and remove stages by Mark Bloch · 7 years ago
- d67d611 IB/hfi1: Add RQ/SRQ information to QP stats by Michael J. Ruhl · 7 years ago
- 107013c RDMA/hns: Assign dest_qp when deregistering mr by oulijun · 7 years ago
- 10bd2ad RDMA/hns: Fix QP state judgement before sending work requests by Yixian Liu · 7 years ago