summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'k.o/for-4.13-rc' into k.o/for-nextDoug Ledford2017-08-182-2/+4
|\
| * IB/hns: fix memory leak on ah on error return pathColin Ian King2017-08-161-1/+3
| * IB/hns: checking for IS_ERR() instead of NULLDan Carpenter2017-08-041-1/+1
* | IB/hns: Avoid compile test under non 64bit environmentsMatan Barak2017-08-141-1/+1
* | Revert "RDMA/hns: fix build regression"Doug Ledford2017-08-141-1/+0
* | IB/hns: include linux/interrupt.hArnd Bergmann2017-07-311-0/+1
* | RDMA/hns: fix build regressionDoug Ledford2017-07-281-0/+1
* | IB/hns: fix semicolon.cocci warningskbuild test robot2017-07-281-1/+1
* | IB/hns: fix returnvar.cocci warningskbuild test robot2017-07-281-2/+1
* | IB/hns: fix boolreturn.cocci warningskbuild test robot2017-07-281-1/+1
* | IB/hns: Support compile test for hns RoCE driverMatan Barak2017-07-283-1/+3
|/
* IB/hns: Fix for checkpatch.pl comment style warningsoulijun2017-07-171-4/+6
* IB/hns: Fix the bug with modifying the MAC address without removing the driveroulijun2017-07-171-3/+0
* IB/hns: Fix the bug with rdma operationoulijun2017-07-171-4/+4
* IB/hns: Fix the bug with wild pointer when destroy rc qpoulijun2017-07-171-5/+7
* IB/hns: Fix the bug of polling cq failed for loopback Qpsoulijun2017-07-171-19/+34
* IB: Convert msleep below 20ms to usleep_rangeLeon Romanovsky2017-07-171-1/+2
* scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd2017-05-082-2/+2
* scripts/spelling.txt: add "memory" pattern and fix typosStephen Boyd2017-05-081-1/+1
* IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli2017-05-011-1/+1
* IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli2017-05-012-80/+92
* IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli2017-05-012-4/+6
* IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov2017-04-253-8/+7
* infiniband: hns: avoid gcc-7.0.1 warning for uninitialized dataArnd Bergmann2017-04-251-0/+1
* IB/hns: Use kcalloc() in hns_roce_buddy_init()Markus Elfring2017-04-201-5/+6
* IB/hns: Use kmalloc_array() in hns_roce_cmd_use_events()Markus Elfring2017-04-201-3/+3
* IB/hns: Explicitly include linux/of.hMark Brown2017-04-051-0/+1
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-252-2/+2
|\
| * IB/hns: Switch from dma_device to dev.parentBart Van Assche2017-01-242-2/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-02-231-3/+4
|\ \
| * | IB: Query ports via the core instead of direct into the driverOr Gerlitz2017-02-141-3/+4
| |/
* | IB/hns: include linux/module.hArnd Bergmann2017-02-191-0/+1
|/
* Merge branch 'mlx' into merge-testDoug Ledford2016-12-142-2/+4
|\
| * IB/core: Let create_ah return extended response to userMoni Shoua2016-12-132-2/+4
* | IB/hns: Move HNS RoCE user vendor structuresLeon Romanovsky2016-12-034-56/+3
* | IB/hns: Fix the IB device nameLijun Ou2016-12-031-1/+1
* | IB/hns: Fix the bug when free cqShaobo Xu2016-12-034-11/+79
* | IB/hns: Delete the redundant memset operationWei Hu (Xavier)2016-12-031-3/+0
* | IB/hns: Fix the bug of setting port mtuWei Hu (Xavier)2016-12-031-14/+2
* | IB/hns: Fix the bug when free mrShaobo Xu2016-12-036-15/+545
* | IB/hns: Fix the bug when destroy qpWei Hu (Xavier)2016-12-033-96/+402
* | IB/hns: Fix for Checkpatch.pl comment style errorsSalil2016-12-036-66/+66
* | IB/hns: Implement the add_gid/del_gid and optimize the GIDs managementShaobo Xu2016-12-032-224/+48
* | IB/hns: Change qpn allocation to round-robin mode.Wei Hu (Xavier)2016-12-036-12/+21
* | IB/hns: Modify query info named port_num when querying RC QPWei Hu (Xavier)2016-12-031-3/+1
* | IB/hns: Modify the macro for the timeout when cmd processWei Hu (Xavier)2016-12-034-14/+9
* | IB/hns: Fix the bug for qp state in hns_roce_v1_m_qp()Lijun Ou2016-12-031-1/+1
* | IB/hns: Modify the condition of notifying hardware loopbackLijun Ou2016-12-031-17/+7
* | IB/hns: add self loopback for CMLijun Ou2016-12-032-0/+13
* | IB/hns: Optimize the logic of allocating memory using APIsWei Hu (Xavier)2016-12-031-7/+9
OpenPOWER on IntegriCloud