summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_main.c
AgeCommit message (Expand)Author
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
2023-12-18Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-12-18ice: field get conversionJesse Brandeburg
2023-12-14ice: add ability to read and configure FW log dataPaul M Stillwell Jr
2023-12-14ice: configure FW loggingPaul M Stillwell Jr
2023-12-14ice: remove FW logging codePaul M Stillwell Jr
2023-12-13ice: enable symmetric-xor RSS for Toeplitz hash functionJeff Guo
2023-12-13ice: refactor the FD and RSS flow ID generationAhmed Zaki
2023-12-13ice: Implement VLAN tag hintLarysa Zaremba
2023-12-13ice: Support HW timestamp hintLarysa Zaremba
2023-12-05ice: Re-enable timestamping correctly after resetKarol Kolacinski
2023-12-05ice: read internal temperature sensorKonrad Knitter
2023-12-04ice: Add support in the driver for associating queue with napiAmritha Nambiar
2023-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-11-23ice: restore timestamp configuration after device resetJacob Keller
2023-11-13ice: adjust switchdev rebuild pathMichal Swiatkowski
2023-11-13ice: track port representors in xarrayMichal Swiatkowski
2023-10-26ice: Hook up 4 E830 devices by adding their IDsPawel Chmielewski
2023-10-26ice: Remove redundant zeroing of the fields.Pawel Chmielewski
2023-10-26ice: Add E830 device IDs, MAC type and registersPaul Greenwalt
2023-10-20ice: set MSI-X vector count on VFMichal Swiatkowski
2023-10-20ice: store VF's pci_dev ptr in ice_vfPrzemek Kitszel