summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)AuthorFilesLines
2023-04-21ice: sleep, don't busy-wait, in the SQ send retry loopMichal Schmidt1-1/+1
2023-04-21ice: remove unused buffer copy code in ice_sq_send_cmd_retry()Michal Schmidt1-11/+2
2023-04-21ice: sleep, don't busy-wait, for ICE_CTL_Q_SQ_CMD_TIMEOUTMichal Schmidt3-12/+13
2023-04-21ice: remove ice_ctl_q_info::sq_cmd_timeoutMichal Schmidt3-6/+2
2023-04-21ice: increase the GNSS data polling interval to 20 msMichal Schmidt1-1/+1
2023-04-21ice: do not busy-wait to read GNSS dataMichal Schmidt2-25/+20
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+20
2023-04-04ice: Reset FDIR counter in FDIR init stageLingyu Liu1-0/+16
2023-04-04ice: fix wrong fallback logic for FDIRSimei Su1-3/+4
2023-04-01Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-1/+0
2023-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-8/+102
2023-03-30ice: remove comment about not supporting driver reinitJacob Keller1-1/+0
2023-03-28ice: fix invalid check for empty list in ice_sched_assoc_vsi_to_agg()Jakob Koschel1-3/+5
2023-03-28ice: add profile conflict check for AVF FDIRJunfeng Guo1-0/+73
2023-03-28ice: Fix ice_cfg_rdma_fltr() to only update relevant fieldsBrett Creeley1-4/+22
2023-03-28ice: fix W=1 headers mismatchJesse Brandeburg2-1/+2
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-6/+13
2023-03-21ice: remove filters only if VSI is deletedMichal Swiatkowski2-2/+8
2023-03-21ice: check if VF exists before mode checkMichal Swiatkowski1-4/+4
2023-03-21ice: fix rx buffers handling for flow director packetsPiotr Raczynski1-0/+1
2023-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-23/+15
2023-03-16ice: xsk: disable txq irq before flushing hwMaciej Fijalkowski1-3/+2
2023-03-15ice: avoid bonding causing auxiliary plug/unplug under RTNL lockDave Ertman2-20/+13
2023-03-13ice: call ice_is_malicious_vf() from ice_vc_process_vf_msg()Jacob Keller3-32/+24
2023-03-13ice: move ice_is_malicious_vf() to ice_virtchnl.cJacob Keller4-56/+56
2023-03-13ice: print message if ice_mbx_vf_state_handler returns an errorJacob Keller1-1/+2
2023-03-13ice: pass mbxdata to ice_is_malicious_vf()Jacob Keller3-15/+14
2023-03-13ice: remove unnecessary &array[0] and just use arrayJacob Keller1-1/+1
2023-03-13ice: always report VF overflowing mailbox even without PF VSIJacob Keller1-4/+4
2023-03-13ice: declare ice_vc_process_vf_msg in ice_virtchnl.hJacob Keller2-3/+6
2023-03-13ice: initialize mailbox snapshot earlier in PF initJacob Keller3-2/+5
2023-03-13ice: merge ice_mbx_report_malvf with ice_mbx_vf_state_handlerJacob Keller3-62/+28
2023-03-13ice: remove ice_mbx_deinit_snapshotJacob Keller3-19/+1
2023-03-13ice: move VF overflow message count into struct ice_mbx_vf_infoJacob Keller5-140/+69
2023-03-13ice: track malicious VFs in new ice_mbx_vf_info structureJacob Keller6-53/+53
2023-03-13ice: convert ice_mbx_clear_malvf to void and use WARNJacob Keller4-22/+14
2023-03-13ice: re-order ice_mbx_reset_snapshot functionJacob Keller1-24/+24
2023-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-14/+19
2023-03-09ice: Remove unnecessary aer.h includeBjorn Helgaas1-1/+0
2023-03-08ethernet: ice: avoid gcc-9 integer overflow warningArnd Bergmann1-4/+4
2023-03-08ice: don't ignore return codes in VSI related codeMichal Swiatkowski1-7/+10
2023-03-08ice: Fix DSCP PFC TLV creationDave Ertman1-1/+1
2023-03-03ice: copy last block omitted in ice_get_module_eeprom()Petr Oros1-2/+4
2023-02-26ice: remove unnecessary CONFIG_ICE_GNSSJacob Keller2-3/+3
2023-02-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski5-91/+140
2023-02-20ice: properly alloc ICE_VSI_LBMichal Swiatkowski1-0/+1
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-15/+59
2023-02-16Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski8-11/+109
2023-02-16ice: update xdp_features with xdp multi-buffLorenzo Bianconi1-6/+12
2023-02-15ice: Mention CEE DCBX in code commentZhu Yanjun1-2/+2