summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)Author
2022-04-05ice: clear cmd_type_offset_bsz for TX ringsMaciej Fijalkowski
2022-04-05ice: xsk: fix VSI state check in ice_xsk_wakeup()Maciej Fijalkowski
2022-04-05ice: synchronize_rcu() when terminating ringsMaciej Fijalkowski
2022-04-05ice: Do not skip not enabled queues in ice_vc_dis_qs_msgAnatolii Gerasymenko
2022-04-05ice: Set txq_teid to ICE_INVAL_TEID on ring creationAnatolii Gerasymenko
2022-04-01ice: Fix broken IFF_ALLMULTI handlingIvan Vecera
2022-04-01ice: Fix MAC address settingIvan Vecera
2022-04-01ice: Clear default forwarding VSI during VSI releaseIvan Vecera
2022-03-28ice: xsk: Fix indexing in ice_tx_xsk_pool()Maciej Fijalkowski
2022-03-28ice: xsk: Stop Rx processing when ntc catches ntuMaciej Fijalkowski
2022-03-28ice: xsk: Eliminate unnecessary loop iterationMagnus Karlsson
2022-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-23ice: don't allow to run ice_send_event_to_aux() in atomic ctxAlexander Lobakin
2022-03-23ice: fix 'scheduling while atomic' on aux critical err interruptAlexander Lobakin
2022-03-17Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2022-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-16ice: add trace events for tx timestampsJacob Keller
2022-03-16ice: fix return value check in ice_gnss.cYang Yingliang
2022-03-16ice: Fix inconsistent indenting in ice_switchWojciech Drewek
2022-03-15ice: destroy flow director filter mutex after releasing VSIsSudheer Mogilappagari
2022-03-15ice: fix NULL pointer dereference in ice_update_vsi_tx_ring_stats()Maciej Fijalkowski
2022-03-15ice: remove PF pointer from ice_check_vf_initJacob Keller
2022-03-15ice: introduce ice_virtchnl.c and ice_virtchnl.hJacob Keller
2022-03-15ice: cleanup long lines in ice_sriov.cJacob Keller
2022-03-15ice: introduce ICE_VF_RESET_LOCK flagJacob Keller
2022-03-15ice: introduce ICE_VF_RESET_NOTIFY flagJacob Keller
2022-03-15ice: convert ice_reset_vf to take flagsJacob Keller
2022-03-15ice: convert ice_reset_vf to standard error codesJacob Keller
2022-03-15ice: make ice_reset_all_vfs voidJacob Keller
2022-03-15ice: drop is_vflr parameter from ice_reset_all_vfsJacob Keller
2022-03-15ice: move reset functionality into ice_vf_lib.cJacob Keller
2022-03-15ice: fix a long line warning in ice_reset_vfJacob Keller
2022-03-15ice: introduce VF operations structure for reset flowsJacob Keller
2022-03-15ice: fix incorrect dev_dbg print mistaking 'i' for vf->vf_idJacob Keller
2022-03-15ice: introduce ice_vf_lib.c, ice_vf_lib.h, and ice_vf_lib_private.hJacob Keller
2022-03-14ice: use ice_is_vf_trusted helper functionJacob Keller
2022-03-14ice: log an error message when eswitch fails to configureJacob Keller
2022-03-14ice: cleanup error logging for ice_ena_vfsJacob Keller
2022-03-14ice: move ice_set_vf_port_vlan near other .ndo opsJacob Keller
2022-03-14ice: refactor spoofchk control code in ice_sriov.cJacob Keller
2022-03-14ice: rename ICE_MAX_VF_COUNT to avoid confusionJacob Keller
2022-03-14ice: remove unused definitions from ice_sriov.hJacob Keller
2022-03-14ice: convert vf->vc_ops to a const pointerJacob Keller
2022-03-14ice: remove circular header dependencies on ice.hJacob Keller
2022-03-14ice: rename ice_virtchnl_pf.c to ice_sriov.cJacob Keller
2022-03-14ice: rename ice_sriov.c to ice_vf_mbx.cJacob Keller
2022-03-11ice: Support GTP-U and GTP-C offload in switchdevMarcin Szycik
2022-03-11ice: Fix FV offset searchingMichal Swiatkowski
2022-03-10Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski