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