aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_lib.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-14ice: Unregister netdev and devlink_port only oncePetr Oros1-27/+0
2023-06-22ice: remove null checks before devm_kfree() callsPrzemek Kitszel1-28/+14
2023-05-18Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-2/+0
2023-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+5
2023-05-17ice: Remove LAG+SRIOV mutual exclusionDave Ertman1-2/+0
2023-05-16ice: Fix stats after PF resetAhmed Zaki1-0/+5
2023-05-16ice: track interrupt vectors with xarrayPiotr Raczynski1-45/+0
2023-05-16ice: add individual interrupt allocationPiotr Raczynski1-210/+18
2023-05-16ice: refactor VF control VSI interrupt handlingPiotr Raczynski1-66/+19
2023-05-16ice: use pci_irq_vector helper functionPiotr Raczynski1-2/+2
2023-03-21ice: remove filters only if VSI is deletedMichal Swiatkowski1-1/+1
2023-03-07ice: don't ignore return codes in VSI related codeMichal Swiatkowski1-7/+10
2023-02-20ice: properly alloc ICE_VSI_LBMichal Swiatkowski1-0/+1
2023-02-14ice: Change ice_vsi_realloc_stat_arrays() to voidTony Nguyen1-7/+4
2023-02-10Daniel Borkmann says:Jakub Kicinski1-6/+2
2023-02-06ice: move vsi_type assignment from ice_vsi_alloc to ice_vsi_cfgJacob Keller1-25/+26
2023-02-06ice: refactor VSI setup to use parameter structureJacob Keller1-45/+47
2023-02-06ice: drop unnecessary VF parameter from several VSI functionsJacob Keller1-13/+8
2023-02-06ice: fix function comment referring to ice_vsi_allocJacob Keller1-1/+1
2023-02-03ice: update VSI instead of init in some caseMichal Swiatkowski1-6/+10
2023-02-03ice: move VSI delete outside deconfigMichal Swiatkowski1-15/+13
2023-02-03ice: stop hard coding the ICE_VSI_CTRL locationJacob Keller1-19/+15
2023-02-03ice: split ice_vsi_setup into smaller functionsMichal Swiatkowski1-475/+401
2023-02-03ice: cleanup in VSI config/deconfig codeMichal Swiatkowski1-34/+17
2023-02-01ice: Prepare legacy-rx for upcoming XDP multi-buffer supportMaciej Fijalkowski1-6/+2
2023-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+0
2023-01-24ice: move devlink port creation/deletionPaul M Stillwell Jr1-3/+0
2023-01-19ice: Remove excess spaceTony Nguyen1-1/+1
2022-11-23ice: Accumulate ring statistics over resetBenjamin Mikailenko1-8/+225
2022-11-23ice: Accumulate HW and Netdev statistics over resetBenjamin Mikailenko1-0/+7
2022-11-23ice: Remove and replace ice speed defines with ethtool.h versionsBrett Creeley1-27/+5
2022-11-09ice: Fix spurious interrupt during removal of trusted VFNorbert Zulinski1-0/+25
2022-09-27ice: reorder PF/representor devlink port register/unregister flowsJiri Pirko1-3/+3
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-16/+26
2022-09-08ice: Fix crash by keep old cfg when update TCs more than queuesDing Hui1-16/+26
2022-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2022-08-22Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-0/+22
2022-08-22ice: xsk: use Rx ring's XDP ring when picking NAPI contextMaciej Fijalkowski1-2/+2
2022-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+6
2022-08-18ice: Implement control of FCS/CRC strippingJesse Brandeburg1-0/+22
2022-08-17ice: Fix clearing of promisc mode with bridge over bondGrzegorz Siwik1-1/+5
2022-08-16ice: initialize cached_phctime when creating Rx ringsJacob Keller1-0/+1
2022-08-11ice: Fix VSI rebuild WARN_ON check for VFBenjamin Mikailenko1-1/+1
2022-07-28ice: Introduce enabling promiscuous mode on multiple VF'sMichal Wilczynski1-43/+24
2022-07-15ice: Add EXTTS feature to the feature bitmapAnirudh Venkataramanan1-0/+1
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+37
2022-06-21ice: ethtool: Prohibit improper channel config for DCBAnatolii Gerasymenko1-5/+37
2022-06-10Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski1-1/+1
2022-06-09drivers/net/ethernet/intel: fix typos in commentsJulia Lawall1-1/+1
2022-06-08ice: remove VLAN representor specific opsMichal Swiatkowski1-0/+3