summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_lib.c
AgeCommit message (Expand)Author
2024-03-05ice: fix typo in assignmentJesse Brandeburg
2024-02-20ice: Fix ASSERT_RTNL() warning during certain scenariosAmritha Nambiar
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
2023-10-03ice: make use of DEFINE_FLEX() for struct ice_aqc_add_tx_qgrpPrzemek Kitszel
2023-09-18ice: introduce ice_pf_src_tmr_ownedJacob Keller
2023-09-18ice: remove ICE_F_PTP_EXTTS feature flagJacob Keller
2023-09-17ice: add admin commands to access cgu configurationArkadiusz Kubalewski
2023-08-17ice: refactor ice_vsi_is_vlan_pruning_enaJan Sokolowski
2023-08-17ice: refactor ice_lib to make functions staticJan Sokolowski
2023-08-17ice: remove unused methodsJan Sokolowski
2023-08-07ice: clean up __ice_aq_get_set_rss_lut()Przemek Kitszel
2023-07-27ice: Add driver support for firmware changes for LAGDave Ertman
2023-07-24ice: Unset src prune on uplink VSIWojciech Drewek
2023-07-14ice: Unregister netdev and devlink_port only oncePetr Oros
2023-06-22ice: remove null checks before devm_kfree() callsPrzemek Kitszel
2023-05-18Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2023-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-17ice: Remove LAG+SRIOV mutual exclusionDave Ertman
2023-05-16ice: Fix stats after PF resetAhmed Zaki
2023-05-16ice: track interrupt vectors with xarrayPiotr Raczynski
2023-05-16ice: add individual interrupt allocationPiotr Raczynski
2023-05-16ice: refactor VF control VSI interrupt handlingPiotr Raczynski
2023-05-16ice: use pci_irq_vector helper functionPiotr Raczynski
2023-03-21ice: remove filters only if VSI is deletedMichal Swiatkowski
2023-03-07ice: don't ignore return codes in VSI related codeMichal Swiatkowski
2023-02-20ice: properly alloc ICE_VSI_LBMichal Swiatkowski
2023-02-14ice: Change ice_vsi_realloc_stat_arrays() to voidTony Nguyen
2023-02-10Daniel Borkmann says:Jakub Kicinski
2023-02-06ice: move vsi_type assignment from ice_vsi_alloc to ice_vsi_cfgJacob Keller