summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/irdma
Commit message (Expand)AuthorAgeFilesLines
* RDMA/irdma: Add support for address handle re-useMustafa Ismail2022-03-154-60/+164
* RDMA/irdma: Prevent some integer underflowsDan Carpenter2022-03-141-5/+5
* RDMA/irdma: Remove incorrect masking of PDMustafa Ismail2022-02-281-2/+2
* RDMA/irdma: Fix Passthrough mode in VMMustafa Ismail2022-02-284-1/+4
* RDMA/irdma: Fix netdev notifications for vlan'sMustafa Ismail2022-02-281-18/+30
* RDMA/irdma: Make irdma_create_mg_ctx return a voidZhu Yanjun2022-02-281-7/+2
* RDMA/irdma: Move union irdma_sockaddr to header fileZhu Yanjun2022-02-232-18/+10
* RDMA/irdma: Remove the unnecessary variable saddrZhu Yanjun2022-02-232-2/+0
* RDMA/irdma: Use net_type to check network typeZhu Yanjun2022-02-231-5/+3
* RDMA/irdma: Remove excess error variablesShiraz Saleem2022-02-232-76/+28
* RDMA/irdma: Propagate error codesShiraz Saleem2022-02-233-17/+13
* RDMA/irdma: Remove enum irdma_status_codeShiraz Saleem2022-02-2325-1185/+935
* RDMA/irdma: Add support for DSCPMustafa Ismail2022-02-086-6/+40
* RDMA/irdma: Refactor DCB bits in prep for DSCP supportMustafa Ismail2022-02-086-19/+32
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-8/+8
|\
| * all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov2022-01-151-8/+8
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-01-133-23/+12
|\ \
| * | RDMA/irdma: Remove the redundant returnZhu Yanjun2022-01-101-1/+1
| * | RDMA/irdma: Make the source udp port varyZhu Yanjun2022-01-071-0/+4
| * | Merge tag 'v5.16-rc5' into rdma.git for-nextJason Gunthorpe2021-12-147-19/+47
| |\|
| * | RDMA/irdma: Fix the type used to declare a bitmapChristophe JAILLET2021-12-061-1/+1
| * | RDMA/irdma: Use helper function to set GUIDsKamal Heib2021-11-161-21/+6
* | | Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-131-2/+2
|\ \ \
| * \ \ Merge branch 'linus' into irq/core, to fix conflictIngo Molnar2022-01-087-19/+47
| |\ \ \ | | | |/ | | |/|
| * | | RDMA/irdma: Use irq_update_affinity_hint()Nitesh Narayan Lal2021-12-101-2/+2
| | |/ | |/|
* | | Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-01-121-2/+2
|\ \ \
| * | | RDMA/irdma: Use auxiliary_device driver data helpersDavid E. Box2021-12-221-2/+2
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-312-0/+4
|\ \ \
| * | | net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-292-0/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-167-19/+47
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | RDMA/irdma: Don't arm the CQ more than two times if no CE for this CQTatyana Nikolova2021-12-075-5/+38
| * | RDMA/irdma: Report correct WC errorsShiraz Saleem2021-12-071-1/+4
| * | RDMA/irdma: Fix a potential memory allocation issue in 'irdma_prm_add_pble_me...Christophe JAILLET2021-12-073-12/+4
| * | RDMA/irdma: Fix a user-after-free in add_pble_prmShiraz Saleem2021-12-071-1/+1
| |/
* / RDMA/irdma: Set protocol based on PF rdma_mode flagShiraz Saleem2021-11-221-1/+2
|/
* Merge tag 'v5.15' into rdma.git for-nextJason Gunthorpe2021-11-013-10/+15
|\
| * RDMA/irdma: Do not hold qos mutex twice on QP resumeMustafa Ismail2021-10-191-6/+7
| * RDMA/irdma: Set VLAN in UD work completion correctlyMustafa Ismail2021-10-191-2/+6
| * RDMA/irdma: Process extended CQ entries correctlyShiraz Saleem2021-10-061-2/+2
* | RDMA/irdma: optimize rx path by removing unnecessary copyZhu Yanjun2021-11-013-64/+39
* | RDMA/irdma: Remove the unused variable local_qpZhu Yanjun2021-10-282-2/+0
* | RDMA/irdma: Remove the unused spin lock in struct irdma_qp_ukZhu Yanjun2021-10-252-2/+0
* | RDMA: Constify netdev->dev_addr accessesJakub Kicinski2021-10-256-13/+17
* | RDMA/irdma: Make irdma_uk_cq_init() return a voidZhu Yanjun2021-10-203-10/+5
* | RDMA/irdma: Remove irdma_cqp_up_map_cmd()Zhu Yanjun2021-10-122-36/+0
* | RDMA/irdma: Remove irdma_get_hw_addr()Zhu Yanjun2021-10-122-12/+0
* | RDMA/irdma: Remove irdma_sc_send_lsmm_nostag()Zhu Yanjun2021-10-122-39/+1
* | RDMA/irdma: Remove irdma_uk_mw_bind()Zhu Yanjun2021-10-122-60/+1
* | RDMA/counter: Add a descriptor in struct rdma_hw_statsAharon Landau2021-10-121-50/+50
* | RDMA/irdma: Delete unused struct irdma_bthZhu Yanjun2021-10-061-8/+0
|/