summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-018-40/+100
|\
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-03-298-40/+100
| |\
| | * RDMA/ucma: Introduce safer rdma_addr_size() variantsRoland Dreier2018-03-282-17/+33
| | * RDMA/hns: ensure for-loop actually iterates and free's buffersColin Ian King2018-03-271-1/+1
| | * RDMA/ucma: Check that device exists prior to accessing itLeon Romanovsky2018-03-271-2/+4
| | * RDMA/ucma: Check that device is connected prior to access itLeon Romanovsky2018-03-271-0/+5
| | * RDMA/rdma_cm: Fix use after free race with process_one_reqJason Gunthorpe2018-03-271-0/+9
| | * RDMA/qedr: Fix QP state initialization raceKalderon, Michal2018-03-211-3/+17
| | * RDMA/qedr: Fix rc initialization on CNQ allocation failureKalderon, Michal2018-03-211-1/+2
| | * RDMA/qedr: fix QP's ack timeout configurationKalderon, Michal2018-03-211-10/+15
| | * RDMA/ucma: Correct option size check using optlenChien Tin Tung2018-03-211-1/+1
| | * RDMA/restrack: Move restrack_clean to be symmetrical to restrack_initLeon Romanovsky2018-03-211-2/+1
| | * IB/mlx5: Don't clean uninitialized UMR resourcesMark Bloch2018-03-212-3/+12
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-03-312-7/+7
|\ \ \
| * | | treewide: remove large struct-pass-by-value from tracepoint argumentsAlexei Starovoitov2018-03-282-7/+7
* | | | qed*: Utilize FW 8.33.11.0Michal Kalderon2018-03-292-3/+5
* | | | Merge tag 'mlx5-updates-2018-03-27' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2018-03-292-20/+2
|\ \ \ \
| * | | | mlx5: Move dump error CQE function out of mlx5_ib for code sharingEran Ben Elisha2018-03-271-7/+1
| * | | | mlx5_{ib,core}: Add query SQ state helper functionEran Ben Elisha2018-03-271-13/+1
* | | | | net: Introduce net_rwsem to protect net_namespace_listKirill Tkhai2018-03-291-0/+2
|/ / / /
* | | | net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
* | | | net: Drop NETDEV_UNREGISTER_FINALKirill Tkhai2018-03-261-2/+2
* | | | infiniband: Replace usnic_ib_netdev_event_to_string() with netdev_cmd_to_name()Kirill Tkhai2018-03-261-10/+5
* | | | net: Make NETDEV_XXX commands enum { }Kirill Tkhai2018-03-261-14/+1
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-2328-214/+299
|\ \ \ | |/ /
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-03-2010-47/+88
| |\ \ | | |/
| | * RDMA/ucma: Ensure that CM_ID exists prior to access itLeon Romanovsky2018-03-201-6/+9
| | * RDMA/ucma: Fix use-after-free access in ucma_closeLeon Romanovsky2018-03-191-0/+3
| | * RDMA/ucma: Check AF family prior resolving addressLeon Romanovsky2018-03-151-3/+7
| | * infiniband: bnxt_re: use BIT_ULL() for 64-bit bit masksArnd Bergmann2018-03-142-3/+3
| | * infiniband: qplib_fp: fix pointer castArnd Bergmann2018-03-141-2/+2
| | * IB/mlx5: Fix cleanup order on unloadMark Bloch2018-03-142-10/+14
| | * RDMA/ucma: Don't allow join attempts for unsupported AF familyLeon Romanovsky2018-03-141-1/+7
| | * RDMA/ucma: Fix access to non-initialized CM_ID objectLeon Romanovsky2018-03-141-0/+3
| | * RDMA/core: Do not use invalid destination in determining port reuseTatyana Nikolova2018-03-141-5/+7
| | * RDMA/mlx5: Fix crash while accessing garbage pointer and freed memoryLeon Romanovsky2018-03-141-4/+8
| | * IB/mlx5: Fix integer overflows in mlx5_ib_create_srqBoris Pismenny2018-03-131-6/+9
| | * IB/mlx5: Fix out-of-bounds read in create_raw_packet_qp_rqBoris Pismenny2018-03-131-7/+16
| * | RDMAVT: Fix synchronization around percpu_refTejun Heo2018-03-141-4/+6
| |/
| * RDMA/mlx5: Fix integer overflow while resizing CQLeon Romanovsky2018-03-091-1/+6
| * Revert "RDMA/mlx5: Fix integer overflow while resizing CQ"Doug Ledford2018-03-091-6/+1
| * RDMA/ucma: Check that user doesn't overflow QP stateLeon Romanovsky2018-03-071-0/+3
| * RDMA/mlx5: Fix integer overflow while resizing CQLeon Romanovsky2018-03-071-1/+6
| * RDMA/ucma: Limit possible option sizeLeon Romanovsky2018-03-071-0/+3
| * IB/core: Fix possible crash to access NULL netdevParav Pandit2018-03-071-4/+3
| * RDMA/bnxt_re: Avoid Hard lockup during error CQE processingSelvin Xavier2018-03-066-90/+55
| * RDMA/core: Reduce poll batch for direct cq pollingMax Gurtovoy2018-03-061-10/+11
| * IB/mlx5: Fix an error code in __mlx5_ib_modify_qp()Dan Carpenter2018-03-061-1/+3
| * IB/mlx5: When not in dual port RoCE mode, use provided port as nativeMark Bloch2018-03-061-3/+7
| * IB/mlx4: Include GID type when deleting GIDs from HW table under RoCEJack M2018-03-061-2/+7
OpenPOWER on IntegriCloud