summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_main.c
AgeCommit message (Expand)Author
2024-07-11ice: remove eswitch rebuildMichal Swiatkowski
2024-07-11net: intel: Remove MODULE_AUTHORsTony Nguyen
2024-06-28ice: Distinguish driver reset and removal for AQ shutdownPiotr Gardocki
2024-06-28ice: Check all ice_vsi_rebuild() errors in functionEric Joyner
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-23ice: Rebuild TC queues on VSI queue reconfigurationJan Sokolowski
2024-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-13ice: fix 200G link speed message logPaul Greenwalt
2024-06-13ice: avoid IRQ collision to fix init failure on ACPI S3 resumeEn-Wei Wu
2024-06-10ice: use irq_update_affinity_hint()Michal Schmidt
2024-06-05ice: map XDP queues to vectors in ice_vsi_map_rings_to_vectors()Larysa Zaremba
2024-06-05ice: add flag to distinguish reset from .ndo_bpf in XDP rings configLarysa Zaremba
2024-05-07Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet
2024-05-06ice: refactor struct ice_vsi_cfg_params to be inside of struct ice_vsiMateusz Polchlopek
2024-05-06ice: update E830 device ids and commentsPaul Greenwalt
2024-05-06ice: add additional E830 device idsPaul Greenwalt
2024-04-25Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2024-04-24net: intel: introduce {, Intel} Ethernet common libraryAlexander Lobakin
2024-04-22ice: Enable switching default Tx scheduler topologyMichal Wilczynski
2024-04-17ice: Add automatic VF reset on Tx MDD eventsMarcin Szycik
2024-04-02Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2024-04-01Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski
2024-04-01ice: hold devlink lock for whole init/cleanupMichal Swiatkowski
2024-04-01ice: move devlink port code to a separate filePiotr Raczynski
2024-04-01ice: move ice_devlink.[ch] to devlink folderMichal Swiatkowski
2024-04-01ice: add ice_adapter for shared data across PFs on the same NICMichal Schmidt
2024-03-29netlink: introduce type-checking attribute iterationJohannes Berg
2024-03-29net: intel: implement modern PM ops declarationsJesse Brandeburg
2024-03-25ice: remove switchdev control plane VSIMichal Swiatkowski
2024-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-06ice: fix stats being updated by way too large valuesPrzemek Kitszel
2024-03-05net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink()Rand Deeb
2024-03-04ice: do not disable Tx queues twice in ice_down()Maciej Fijalkowski
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-20ice: Fix ASSERT_RTNL() warning during certain scenariosAmritha Nambiar
2024-02-12ice: Fix debugfs with devlink reloadWojciech Drewek
2024-02-12ice: Remove and readd netdev during devlink reloadWojciech Drewek
2024-02-12ice: Add helper function ice_is_generic_macGrzegorz Nitka
2024-02-12ice: introduce new E825C devices familyGrzegorz Nitka
2024-01-30ice: factor out ice_ptp_rebuild_owner()Jacob Keller
2024-01-30ice: pass reset type to PTP reset functionsJacob Keller
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-01-02ice: remove rx_len_errors statisticJan Sokolowski
2024-01-02ice: Enable SW interrupt from FW for LL TSKarol Kolacinski
2024-01-02ice: Schedule service task in IRQ top halfKarol Kolacinski
2023-12-27ice: Shut down VSI with "link-down-on-close" enabledNgai-Mint Kwan
2023-12-27ice: Fix link_down_on_close messageKatarzyna Wieczerzycka
2023-12-22Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller