summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)Author
2023-05-05ice: block LAN in case of VF to VF offloadMichal Swiatkowski
2023-04-20ice: sleep, don't busy-wait, in the SQ send retry loopMichal Schmidt
2023-04-20ice: remove unused buffer copy code in ice_sq_send_cmd_retry()Michal Schmidt
2023-04-20ice: sleep, don't busy-wait, for ICE_CTL_Q_SQ_CMD_TIMEOUTMichal Schmidt
2023-04-20ice: remove ice_ctl_q_info::sq_cmd_timeoutMichal Schmidt
2023-04-20ice: increase the GNSS data polling interval to 20 msMichal Schmidt
2023-04-20ice: do not busy-wait to read GNSS dataMichal Schmidt
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-04ice: Reset FDIR counter in FDIR init stageLingyu Liu
2023-04-04ice: fix wrong fallback logic for FDIRSimei Su
2023-03-31Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2023-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-30ice: remove comment about not supporting driver reinitJacob Keller
2023-03-28ice: fix invalid check for empty list in ice_sched_assoc_vsi_to_agg()Jakob Koschel
2023-03-28ice: add profile conflict check for AVF FDIRJunfeng Guo
2023-03-28ice: Fix ice_cfg_rdma_fltr() to only update relevant fieldsBrett Creeley
2023-03-28ice: fix W=1 headers mismatchJesse Brandeburg
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-21ice: remove filters only if VSI is deletedMichal Swiatkowski
2023-03-21ice: check if VF exists before mode checkMichal Swiatkowski
2023-03-21ice: fix rx buffers handling for flow director packetsPiotr Raczynski
2023-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-16ice: xsk: disable txq irq before flushing hwMaciej Fijalkowski
2023-03-15ice: avoid bonding causing auxiliary plug/unplug under RTNL lockDave Ertman
2023-03-13ice: call ice_is_malicious_vf() from ice_vc_process_vf_msg()Jacob Keller
2023-03-13ice: move ice_is_malicious_vf() to ice_virtchnl.cJacob Keller
2023-03-13ice: print message if ice_mbx_vf_state_handler returns an errorJacob Keller
2023-03-13ice: pass mbxdata to ice_is_malicious_vf()Jacob Keller
2023-03-13ice: remove unnecessary &array[0] and just use arrayJacob Keller
2023-03-13ice: always report VF overflowing mailbox even without PF VSIJacob Keller
2023-03-13ice: declare ice_vc_process_vf_msg in ice_virtchnl.hJacob Keller
2023-03-13ice: initialize mailbox snapshot earlier in PF initJacob Keller
2023-03-13ice: merge ice_mbx_report_malvf with ice_mbx_vf_state_handlerJacob Keller
2023-03-13ice: remove ice_mbx_deinit_snapshotJacob Keller
2023-03-13ice: move VF overflow message count into struct ice_mbx_vf_infoJacob Keller
2023-03-13ice: track malicious VFs in new ice_mbx_vf_info structureJacob Keller
2023-03-13ice: convert ice_mbx_clear_malvf to void and use WARNJacob Keller
2023-03-13ice: re-order ice_mbx_reset_snapshot functionJacob Keller
2023-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-08ice: Remove unnecessary aer.h includeBjorn Helgaas
2023-03-07ethernet: ice: avoid gcc-9 integer overflow warningArnd Bergmann
2023-03-07ice: don't ignore return codes in VSI related codeMichal Swiatkowski
2023-03-07ice: Fix DSCP PFC TLV creationDave Ertman
2023-03-03ice: copy last block omitted in ice_get_module_eeprom()Petr Oros
2023-02-26ice: remove unnecessary CONFIG_ICE_GNSSJacob Keller
2023-02-20Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-02-20ice: properly alloc ICE_VSI_LBMichal Swiatkowski
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2023-02-15Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2023-02-15ice: update xdp_features with xdp multi-buffLorenzo Bianconi