summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
Commit message (Expand)AuthorAgeFilesLines
* IB/core: Destroy ocrdma_dev_id IDR on module exitJohannes Thumshirn2015-07-141-0/+1
* IB/mlx4: Optimize do_slave_initDoug Ledford2015-07-141-7/+9
* IB/mlx4: Fix memory leak in do_slave_initDoug Ledford2015-07-141-0/+2
* IB/mlx4: Optimize freeing of items on error unwindManinder Singh2015-07-141-5/+3
* IB/mlx4: Fix use of flow-counters for process_madOr Gerlitz2015-07-141-10/+19
* IB/ipath: Convert use of __constant_<foo> to <foo>Vaishali Thakkar2015-07-141-2/+2
* RDMA/nes: Fix for incorrect recording of the MAC addressTatyana Nikolova2015-07-141-1/+1
* RDMA/nes: Fix for resolving the neighTatyana Nikolova2015-07-141-2/+3
* IB/mlx4: Do not attemp to report HCA clock offset on VFsMatan Barak2015-07-141-5/+6
* IB/mad: Remove improper use of BUG_ONIra Weiny2015-07-147-14/+21
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-042-2/+2
|\
| * make simple_positive() publicAl Viro2015-06-232-2/+2
* | IB/ehca: use kvfree() in ipz_queue_{cd}tor()Pekka Enberg2015-06-301-8/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-2415-428/+902
|\ \
| * | net/mlx4_core: Add helper to query countersEran Ben Elisha2015-06-151-24/+8
| * | IB/mlx4: Set VF to read from QP countersEran Ben Elisha2015-06-151-2/+4
| * | IB/mlx4: Add RoCE/IB dedicated countersEran Ben Elisha2015-06-154-17/+39
| * | net/mlx4_core: Add sink counterEran Ben Elisha2015-06-151-1/+2
| * | net/mlx5e: Fix HW MTU settingsSaeed Mahameed2015-06-111-6/+2
| * | mlx5: Enable mutual support for IB and EthernetHaggai Abramonvsky2015-06-043-1/+25
| * | IB/mlx5: Don't create IB instance over Ethernet portsMajd Dibbiny2015-06-041-0/+4
| * | IB/mlx5: Avoid using the MAD_IFC command under ISSI > 0 modeMajd Dibbiny2015-06-043-173/+657
| * | net/mlx5_core: Enable XRCs and SRQs when using ISSI > 0Haggai Abramonvsky2015-06-041-1/+1
| * | cxgb4: Add ethtool support to get adapter statsHariprasad Shenai2015-06-031-4/+4
| * | net/mlx4: Add EQ poolMatan Barak2015-05-302-49/+23
| * | net/mlx4_core: Demote simple multicast and broadcast flow steering rulesMatan Barak2015-05-301-2/+2
| * | net/mlx5: Extend mlx5_core to support ConnectX-4 Ethernet functionalityAmir Vadai2015-05-301-3/+1
| * | net/mlx5_core: New device capabilities handlingSaeed Mahameed2015-05-308-146/+124
| * | net/mlx5_core,mlx5_ib: Do not use vmap() on coherent memoryAmir Vadai2015-05-303-4/+3
| * | net/mlx4_core: Modify port values when generting EQEs for VFsOr Gerlitz2015-05-241-1/+6
| * | IB/mlx4: Convert slave port before building address-handleOr Gerlitz2015-05-241-4/+7
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-06-2348-235/+786
|\ \ \
| * | | IB/mad: Add support for additional MAD info to/from driversIra Weiny2015-06-1218-22/+96
| * | | IB/core: Add ability for drivers to report an alternate MAD size.Ira Weiny2015-06-127-0/+10
| * | | IB/mad: Support alternate Base Versions when creating MADsIra Weiny2015-06-124-4/+8
| * | | IB/mlx4: Add support for CQ time-stampingMatan Barak2015-06-123-5/+62
| * | | IB/mlx4: Add mmap call to map the hardware clockMatan Barak2015-06-121-1/+17
| * | | IB/core: Pass hardware specific data in query_deviceMatan Barak2015-06-1215-22/+69
| * | | IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak2015-06-124-5/+14
| * | | IB/core: Change provider's API of create_cq to be extendibleMatan Barak2015-06-1221-41/+110
| * | | iw_cxgb4: support for bar2 qid densities exceeding the page sizeHariprasad S2015-06-115-69/+98
| * | | Merge branch 'for-4.2-misc' into k.o/for-4.2Doug Ledford2015-06-113-11/+5
| |\ \ \
| | * | | RDMA/ocrdma: fix double free on pdColin Ian King2015-06-111-1/+0
| | * | | IB/usnic: clean up some error handling codeDan Carpenter2015-06-111-4/+3
| | * | | IB/mthca: use swap() in mthca_make_profile()Fabian Frederick2015-06-111-6/+2
| * | | | Merge branch 'for-4.2-misc' into k.o/for-4.2Doug Ledford2015-06-024-3/+18
| |\ \ \ \ | | |/ / /
| | * | | IB/mlx4: Fix error paths in mlx4_ib_create_flow()Roland Dreier2015-06-021-2/+3
| | * | | RDMA/ocrdma: Fix memory leak in _ocrdma_alloc_pd()Roland Dreier2015-06-021-1/+6
| | * | | RDMA/nes: Enable the use of the tos field in the nes driverFaisal Latif2015-06-022-0/+9
| * | | | IB/core cleanup: Add const on args - device->process_madIra Weiny2015-06-0220-73/+75
OpenPOWER on IntegriCloud