summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_idc.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-16ice: add dynamic interrupt allocationPiotr Raczynski1-1/+1
2023-05-16ice: add individual interrupt allocationPiotr Raczynski1-22/+23
2023-05-16ice: use preferred MSIX allocation apiPiotr Raczynski1-2/+27
2023-02-03ice: alloc id for RDMA using xa_arrayMichal Swiatkowski1-5/+6
2023-02-03ice: move RDMA init to ice_idc.cMichal Swiatkowski1-2/+50
2022-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+17
2022-05-06ice: Fix race during aux device (un)pluggingIvan Vecera1-8/+17
2022-05-05ice: introduce common helper for retrieving VSI by vsi_numMaciej Fijalkowski1-15/+0
2022-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2022-03-23ice: don't allow to run ice_send_event_to_aux() in atomic ctxAlexander Lobakin1-0/+3
2022-02-14ice: Simplify tracking status of RDMA supportDave Ertman1-3/+3
2022-02-04ice: add support for DSCP QoS for IDCDave Ertman1-0/+5
2021-11-22net/ice: Add support for enable_iwarp and enable_roce devlink paramShiraz Saleem1-2/+2
2021-09-10ice: Correctly deal with PFs that do not support RDMADave Ertman1-0/+6
2021-05-29ice: Register auxiliary device to provide RDMADave Ertman1-2/+69
2021-05-29ice: Implement iidc operationsDave Ertman1-0/+224
2021-05-29ice: Initialize RDMA supportDave Ertman1-0/+43