summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_lib.c
Commit message (Expand)AuthorAgeFilesLines
* ice: remove filters only if VSI is deletedMichal Swiatkowski2023-03-211-1/+1
* ice: don't ignore return codes in VSI related codeMichal Swiatkowski2023-03-071-7/+10
* ice: properly alloc ICE_VSI_LBMichal Swiatkowski2023-02-201-0/+1
* ice: Change ice_vsi_realloc_stat_arrays() to voidTony Nguyen2023-02-141-7/+4
* Daniel Borkmann says:Jakub Kicinski2023-02-101-6/+2
|\
| * ice: Prepare legacy-rx for upcoming XDP multi-buffer supportMaciej Fijalkowski2023-02-011-6/+2
* | ice: move vsi_type assignment from ice_vsi_alloc to ice_vsi_cfgJacob Keller2023-02-061-25/+26
* | ice: refactor VSI setup to use parameter structureJacob Keller2023-02-061-45/+47
* | ice: drop unnecessary VF parameter from several VSI functionsJacob Keller2023-02-061-13/+8
* | ice: fix function comment referring to ice_vsi_allocJacob Keller2023-02-061-1/+1
* | ice: update VSI instead of init in some caseMichal Swiatkowski2023-02-031-6/+10
* | ice: move VSI delete outside deconfigMichal Swiatkowski2023-02-031-15/+13
* | ice: stop hard coding the ICE_VSI_CTRL locationJacob Keller2023-02-031-19/+15
* | ice: split ice_vsi_setup into smaller functionsMichal Swiatkowski2023-02-031-475/+401
* | ice: cleanup in VSI config/deconfig codeMichal Swiatkowski2023-02-031-34/+17
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-271-3/+0
|\
| * ice: move devlink port creation/deletionPaul M Stillwell Jr2023-01-241-3/+0
* | ice: Remove excess spaceTony Nguyen2023-01-191-1/+1
|/
* ice: Accumulate ring statistics over resetBenjamin Mikailenko2022-11-231-8/+225
* ice: Accumulate HW and Netdev statistics over resetBenjamin Mikailenko2022-11-231-0/+7
* ice: Remove and replace ice speed defines with ethtool.h versionsBrett Creeley2022-11-231-27/+5
* ice: Fix spurious interrupt during removal of trusted VFNorbert Zulinski2022-11-091-0/+25
* ice: reorder PF/representor devlink port register/unregister flowsJiri Pirko2022-09-271-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-221-16/+26
|\
| * ice: Fix crash by keep old cfg when update TCs more than queuesDing Hui2022-09-081-16/+26
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-08-251-2/+2
|\ \ | |/
| * ice: xsk: use Rx ring's XDP ring when picking NAPI contextMaciej Fijalkowski2022-08-221-2/+2
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2022-08-221-0/+22
|\ \
| * | ice: Implement control of FCS/CRC strippingJesse Brandeburg2022-08-181-0/+22
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-08-181-2/+6
|\ \ \ | |/ / |/| / | |/
| * ice: Fix clearing of promisc mode with bridge over bondGrzegorz Siwik2022-08-171-1/+5
| * ice: Fix VSI rebuild WARN_ON check for VFBenjamin Mikailenko2022-08-111-1/+1
* | ice: initialize cached_phctime when creating Rx ringsJacob Keller2022-08-161-0/+1
|/
* ice: Introduce enabling promiscuous mode on multiple VF'sMichal Wilczynski2022-07-281-43/+24
* ice: Add EXTTS feature to the feature bitmapAnirudh Venkataramanan2022-07-151-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-231-5/+37
|\
| * ice: ethtool: Prohibit improper channel config for DCBAnatolii Gerasymenko2022-06-211-5/+37
* | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2022-06-101-1/+1
|\ \
| * | drivers/net/ethernet/intel: fix typos in commentsJulia Lawall2022-06-091-1/+1
| |/
* | ice: remove VLAN representor specific opsMichal Swiatkowski2022-06-081-0/+3
|/
* ice: Fix interrupt moderation settings getting clearedMichal Wilczynski2022-05-171-8/+8
* ice: arfs: fix use-after-free when freeing @rx_cpu_rmapAlexander Lobakin2022-04-081-1/+4
* ice: Set txq_teid to ICE_INVAL_TEID on ring creationAnatolii Gerasymenko2022-04-051-0/+1
* ice: Clear default forwarding VSI during VSI releaseIvan Vecera2022-04-011-0/+2
* ice: change "can't set link" message to dbg levelJonathan Toppins2022-03-091-3/+3
* ice: convert VF storage to hash table with krefs and RCUJacob Keller2022-03-031-6/+18
* ice: introduce VF accessor functionsJacob Keller2022-03-031-2/+2
* ice: factor VF variables to separate structureJacob Keller2022-03-031-4/+4
* ice: convert ice_for_each_vf to include VF entry iteratorJacob Keller2022-03-031-11/+10
* ice: store VF pointer instead of VF IDJacob Keller2022-03-031-71/+107