summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_lib.c
AgeCommit message (Expand)Author
2024-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-09-09ice: Fix lldp packets dropping after changing the number of channelsMartyna Szapar-Mudlaw
2024-09-06ice: add basic devlink subfunctions supportPiotr Raczynski
2024-09-06ice: export ice ndo_ops functionsPiotr Raczynski
2024-09-06ice: add new VSI type for subfunctionsPiotr Raczynski
2024-09-03ice: check ICE_VSI_DOWN under rtnl_lock when preparing for resetLarysa Zaremba
2024-09-03ice: check for XDP rings instead of bpf program when unconfiguringLarysa Zaremba
2024-09-03ice: protect XDP configuration with a mutexLarysa Zaremba
2024-09-03ice: move netif_queue_set_napi to rtnl-protected sectionsLarysa Zaremba
2024-06-10ice: use irq_update_affinity_hint()Michal Schmidt
2024-06-05ice: map XDP queues to vectors in ice_vsi_map_rings_to_vectors()Larysa Zaremba
2024-06-05ice: add flag to distinguish reset from .ndo_bpf in XDP rings configLarysa Zaremba
2024-06-05ice: remove af_xdp_zc_qps bitmapLarysa Zaremba
2024-05-06ice: refactor struct ice_vsi_cfg_params to be inside of struct ice_vsiMateusz Polchlopek
2024-04-01ice: move devlink port code to a separate filePiotr Raczynski
2024-04-01ice: move ice_devlink.[ch] to devlink folderMichal Swiatkowski
2024-03-28Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2024-03-25ice: remove switchdev control plane VSIMichal Swiatkowski
2024-03-25ice: fix memory corruption bug with suspend and rebuildJesse Brandeburg
2024-03-11Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-06ice: Implement RSS settings for GTP using ethtoolTakeru Hayasaka
2024-03-05ice: fix typo in assignmentJesse Brandeburg
2024-03-04ice: do not disable Tx queues twice in ice_down()Maciej Fijalkowski
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-20ice: Fix ASSERT_RTNL() warning during certain scenariosAmritha Nambiar
2024-02-02ice: make ice_vsi_cfg_txq() staticMaciej Fijalkowski
2024-02-02ice: make ice_vsi_cfg_rxq() staticMaciej Fijalkowski
2023-12-22Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller
2023-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-12-18ice: cleanup inconsistent codeJesse Brandeburg
2023-12-18ice: field get conversionJesse Brandeburg
2023-12-18ice: fix pre-shifted bit usageJesse Brandeburg
2023-12-18ice: field prep conversionJesse Brandeburg
2023-12-18ice: Fix PF with enabled XDP going no-carrier after resetLarysa Zaremba
2023-12-18ice: stop trashing VF VSI aggregator node ID informationJacob Keller
2023-12-13ice: enable symmetric-xor RSS for Toeplitz hash functionJeff Guo
2023-12-13ice: refactor RSS configurationQi Zhang
2023-12-13ice: fix ICE_AQ_VSI_Q_OPT_RSS_* register valuesAhmed Zaki
2023-12-04net: Add NAPI IRQ supportAmritha Nambiar
2023-12-04ice: Add support in the driver for associating queue with napiAmritha Nambiar
2023-11-13ice: realloc VSI stats arraysMichal Swiatkowski
2023-11-13ice: allow changing SWITCHDEV_CTRL VSI queuesMichal Swiatkowski
2023-11-13ice: make representor code genericMichal Swiatkowski
2023-10-20ice: implement num_msix field per VFMichal Swiatkowski
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-13ice: fix over-shifted variableJesse Brandeburg
2023-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-08ice: block default rule setting on LAG interfaceMichal Swiatkowski
2023-10-04ice: fix linking when CONFIG_PTP_1588_CLOCK=nJacob Keller