aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns/hns_roce_ah.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-3/+2
2022-01-05RDMA/hns: Remove support for HIP06Chengchang Tang1-3/+2
2020-12-11RDMA/hns: Avoid filling sl in high 3 bits of vlan_idWeihang Li1-10/+1
2020-12-11RDMA/hns: Do shift on traffic class when using RoCEv2Weihang Li1-1/+1
2020-11-26RDMA/hns: Add UD support for HIP09Weihang Li1-0/+3
2020-11-26RDMA/hns: Fix missing fields in address vectorWeihang Li1-4/+6
2020-11-26RDMA/hns: Only record vlan info for HIP08Weihang Li1-28/+23
2020-09-09RDMA: Restore ability to fail on AH destroyLeon Romanovsky1-5/+0
2020-08-31RDMA/hns: Get udp sport num dynamically instead of using a fixed valueWeihang Li1-0/+18
2020-05-02RDMA: Group create AH arguments in structMaor Gottlieb1-2/+3
2019-10-21RDMA/hns: Modify variable/field name from vlan to vlan_idWeihang Li1-7/+7
2019-08-28RDMA/hns: Modify the data structure of hns_roce_avLang Cheng1-16/+7
2019-05-03RDMA: Introduce and use GID attr helper to read RoCE L2 fieldsParav Pandit1-6/+8
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky1-16/+8
2019-04-02RDMA/hns: Fix bad endianess of port_pd variableLeon Romanovsky1-1/+1
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch1-1/+1
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman1-1/+1
2018-12-19RDMA: Mark if create address handle is in a sleepable contextGal Pressman1-0/+1
2018-09-26RDMA/hns: Add enable judgement for UD vlanLijun Ou1-1/+5
2018-07-30RDMA/hns: Program the tclass and flow label into the hardwareLijun Ou1-1/+1
2018-06-18RDMA: Convert drivers to use sgid_attr instead of sgid_indexParav Pandit1-15/+4
2018-04-03IB/providers: Avoid null netdev check for RoCEParav Pandit1-5/+3
2017-10-18Merge branch 'for-next-early' into for-nextDoug Ledford1-1/+1
2017-10-18IB: Let ib_core resolve destination mac addressParav Pandit1-13/+1
2017-09-27RDMA/hns: Modify assignment device variable to support both PCI device and platform deviceWei Hu(Xavier)1-1/+1
2017-08-16IB/hns: fix memory leak on ah on error return pathColin Ian King1-1/+3
2017-05-01IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli1-25/+32
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli1-2/+3
2016-12-13IB/core: Let create_ah return extended response to userMoni Shoua1-1/+2
2016-08-22IB/hns: Add driver files for hns RoCE driveroulijun1-0/+128