aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)Author
2023-10-25ice: reset first in crash dump kernelsJesse Brandeburg
2023-10-25ice: fix over-shifted variableJesse Brandeburg
2023-09-19ice: ice_aq_check_events: fix off-by-one check when filling bufferPrzemek Kitszel
2023-08-30ice: fix receive buffer size miscalculationJesse Brandeburg
2023-08-11ice: Fix memory management in ice_ethtool_fdir.cJedrzej Jagielski
2023-06-14i40e: fix build warning in ice_fltr_add_mac_to_list()Greg Kroah-Hartman
2023-03-22ice: xsk: disable txq irq before flushing hwMaciej Fijalkowski
2023-03-11ice: add missing checks for PF vsi typeJesse Brandeburg
2023-02-15ice: Do not use WQ_MEM_RECLAIM flag for workqueueAnirudh Venkataramanan
2022-09-15ice: use bitmap_free instead of devm_kfreeMichal Swiatkowski
2022-08-31ice: xsk: prohibit usage of non-balanced queue idMaciej Fijalkowski
2022-08-31ice: xsk: Force rings to be sized to power of 2Maciej Fijalkowski
2022-08-25ice: Ignore EEXIST when setting promisc modeGrzegorz Siwik
2022-08-03ice: do not setup vlan for loopback VSIMaciej Fijalkowski
2022-08-03ice: check (DD | EOF) bits on Rx descriptor rather than (EOP | RS)Maciej Fijalkowski
2022-06-29ice: ethtool: advertise 1000M speeds properlyAnatolii Gerasymenko
2022-05-25ice: fix possible under reporting of ethtool Tx and Rx statisticsPaul Greenwalt
2022-04-13ice: synchronize_rcu() when terminating ringsMaciej Fijalkowski
2022-04-13ice: Do not skip not enabled queues in ice_vc_dis_qs_msgAnatolii Gerasymenko
2022-04-13ice: Set txq_teid to ICE_INVAL_TEID on ring creationAnatolii Gerasymenko
2022-04-13ice: Clear default forwarding VSI during VSI releaseIvan Vecera
2022-03-16ice: Fix curr_link_speed advertised speedJedrzej Jagielski
2022-03-16ice: Rename a couple of variablesAnirudh Venkataramanan
2022-03-16ice: Remove unnecessary checker loopAnirudh Venkataramanan
2022-03-16ice: Align macro names to the specificationAnirudh Venkataramanan
2022-03-16ice: stop disabling VFs due to PF error responsesJacob Keller
2022-03-08ice: fix concurrent reset and removal of VFsJacob Keller
2022-03-08ice: Fix race conditions between virtchnl handling and VF ndo opsBrett Creeley
2022-02-16ice: fix IPIP and SIT TSO offloadJesse Brandeburg
2022-02-16ice: fix an error code in ice_cfg_phy_fec()Dan Carpenter
2021-12-14ice: ignore dropped packets during initJesse Brandeburg
2021-12-01ice: avoid bpf_prog refcount underflowMarta Plantykow
2021-12-01ice: fix vsi->txq_map sizingMaciej Fijalkowski
2021-11-26ice: Delete always true check of PF pointerLeon Romanovsky
2021-11-18ice: Fix not stopping Tx queues for VFsBrett Creeley
2021-11-18ice: Fix replacing VF hardware MAC to existing MAC filterSylwester Dziedziuch
2021-10-27ice: Add missing E810 device idsTony Nguyen
2021-10-27ice: fix getting UDP tunnel entryMichal Swiatkowski
2021-09-15ice: Only lock to update netdev dev_addrBrett Creeley
2021-09-03ice: do not abort devlink info if board identifier can't be foundJacob Keller
2021-08-18ice: don't remove netdev->dev_addr from uc sync listBrett Creeley
2021-08-18ice: Prevent probing virtual functionsAnirudh Venkataramanan
2021-07-19ice: mark PTYPE 2 as reservedJacob Keller
2021-07-19ice: fix incorrect payload indicator on PTYPEJacob Keller
2021-07-19ice: fix clang warning regarding deadcode.DeadStoresPaul M Stillwell Jr
2021-07-19ice: set the value of global config lock timeout longerLiwei Song
2021-06-23ice: parameterize functions responsible for Tx ring managementMaciej Fijalkowski
2021-06-23ice: add ndo_bpf callback for safe mode netdev opsMaciej Fijalkowski
2021-06-10ice: add correct exception tracing for XDPMagnus Karlsson
2021-06-10ice: optimize for XDP_REDIRECT in xsk pathMagnus Karlsson