summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns/hns_roce_ah.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/hns: Add check for SLLuoyouming2023-10-191-1/+12
* treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld2022-11-181-3/+2
* treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-2/+2
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-3/+2
* RDMA/hns: Remove support for HIP06Chengchang Tang2022-01-051-3/+2
* RDMA/hns: Avoid filling sl in high 3 bits of vlan_idWeihang Li2020-12-111-10/+1
* RDMA/hns: Do shift on traffic class when using RoCEv2Weihang Li2020-12-111-1/+1
* RDMA/hns: Add UD support for HIP09Weihang Li2020-11-261-0/+3
* RDMA/hns: Fix missing fields in address vectorWeihang Li2020-11-261-4/+6
* RDMA/hns: Only record vlan info for HIP08Weihang Li2020-11-261-28/+23
* RDMA: Restore ability to fail on AH destroyLeon Romanovsky2020-09-091-5/+0
* RDMA/hns: Get udp sport num dynamically instead of using a fixed valueWeihang Li2020-08-311-0/+18
* RDMA: Group create AH arguments in structMaor Gottlieb2020-05-021-2/+3
* RDMA/hns: Modify variable/field name from vlan to vlan_idWeihang Li2019-10-211-7/+7
* RDMA/hns: Modify the data structure of hns_roce_avLang Cheng2019-08-281-16/+7
* RDMA: Introduce and use GID attr helper to read RoCE L2 fieldsParav Pandit2019-05-031-6/+8
* RDMA: Handle AH allocations by IB/coreLeon Romanovsky2019-04-081-16/+8
* RDMA/hns: Fix bad endianess of port_pd variableLeon Romanovsky2019-04-021-1/+1
* IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-011-1/+1
* RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2018-12-191-1/+1
* RDMA: Mark if create address handle is in a sleepable contextGal Pressman2018-12-191-0/+1
* RDMA/hns: Add enable judgement for UD vlanLijun Ou2018-09-261-1/+5
* RDMA/hns: Program the tclass and flow label into the hardwareLijun Ou2018-07-301-1/+1
* RDMA: Convert drivers to use sgid_attr instead of sgid_indexParav Pandit2018-06-181-15/+4
* IB/providers: Avoid null netdev check for RoCEParav Pandit2018-04-031-5/+3
* Merge branch 'for-next-early' into for-nextDoug Ledford2017-10-181-1/+1
|\
| * RDMA/hns: Modify assignment device variable to support both PCI device and pl...Wei Hu(Xavier)2017-09-271-1/+1
* | IB: Let ib_core resolve destination mac addressParav Pandit2017-10-181-13/+1
|/
* IB/hns: fix memory leak on ah on error return pathColin Ian King2017-08-161-1/+3
* IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli2017-05-011-25/+32
* IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli2017-05-011-2/+3
* IB/core: Let create_ah return extended response to userMoni Shoua2016-12-131-1/+2
* IB/hns: Add driver files for hns RoCE driveroulijun2016-08-221-0/+128