summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)Author
2025-05-18ice: use DSN instead of PCI BDF for ice_adapter indexPrzemek Kitszel
2025-05-18ice: Initial support for E825C hardware in ice_adapterSergey Temerkhanov
2025-05-09ice: Check VF VSI Pointer Value in ice_vc_add_fdir_fltr()Xuanqiang Luo
2025-03-22ice: Fix switchdev slow-path in LAGMarcin Szycik
2025-03-22ice: fix memory leak in aRFS after resetGrzegorz Nitka
2025-03-22ice: do not configure destination override for switchdevLarysa Zaremba
2025-03-07ice: Avoid setting default Rx VSI twice in switchdev setupMarcin Szycik
2025-03-07ice: Fix deinitializing VF in error pathMarcin Szycik
2025-03-07ice: add E830 HW VF mailbox message limit supportPaul Greenwalt
2025-02-17ice: Add check for devm_kzalloc()Jiasheng Jiang
2025-02-17ice: stop storing XDP verdict within ice_rx_bufMaciej Fijalkowski
2025-02-17ice: gather page_count()'s of each frag right before XDP prog callMaciej Fijalkowski
2025-02-17ice: put Rx buffers after being done with current frameMaciej Fijalkowski
2025-02-08ice: remove invalid parameter of equalizerMateusz Polchlopek
2025-02-08ice: extend dump serdes equalizer values featureMateusz Polchlopek
2025-02-08ice: rework of dump serdes equalizer values featureMateusz Polchlopek
2025-02-08ice: fix ice_parser_rt::bst_key array sizePrzemek Kitszel
2025-01-23ice: Add correct PHY lane assignmentKarol Kolacinski
2025-01-23ice: Use ice_adapter for PTP shared data instead of auxdevSergey Temerkhanov
2025-01-23ice: Add ice_get_ctrl_ptp() wrapper to simplify the codeSergey Temerkhanov
2025-01-23ice: Introduce ice_get_phy_model() wrapperSergey Temerkhanov
2025-01-23ice: Fix ETH56G FC-FEC Rx offset valueKarol Kolacinski
2025-01-23ice: Fix quad registers read on E825Karol Kolacinski
2025-01-23ice: Fix E825 initializationKarol Kolacinski
2025-01-17ice: fix incorrect PHY settings for 100 GB/sPrzemyslaw Korba
2025-01-17ice: fix max values for dpll pin phase adjustArkadiusz Kubalewski
2024-12-14ice: Fix VLAN pruning in switchdev modeMarcin Szycik
2024-12-14ice: fix PHY timestamp extraction for ETH56GPrzemyslaw Korba
2024-12-14ice: fix PHY Clock Recovery availability checkArkadiusz Kubalewski
2024-12-05ice: consistently use q_idx in ice_vc_cfg_qs_msg()Jacob Keller
2024-11-04ice: change q_index variable type to s16 to store -1 valueMateusz Polchlopek
2024-11-04ice: Fix use after free during unload with ports in bridgeMarcin Szycik
2024-10-29ice: fix crash on probe for DPLL enabled E810 LOMArkadiusz Kubalewski
2024-10-29ice: block SF port creation in legacy modeMichal Swiatkowski
2024-10-08ice: Fix increasing MSI-X on VFMarcin Szycik
2024-10-08ice: Flush FDB entries before resetWojciech Drewek
2024-10-08ice: Fix netif_is_ice() in Safe ModeMarcin Szycik
2024-10-08ice: Fix entering Safe ModeMarcin Szycik
2024-10-03Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-30ice: fix VLAN replay after resetDave Ertman
2024-09-30ice: disallow DPLL_PIN_STATE_SELECTABLE for dpll output pinsArkadiusz Kubalewski
2024-09-30ice: fix memleak in ice_init_tx_topology()Przemek Kitszel
2024-09-30ice: clear port vlan config during resetMichal Swiatkowski
2024-09-30ice: Fix improper handling of refcount in ice_sriov_set_msix_vec_count()Gui-Dong Han
2024-09-30ice: Fix improper handling of refcount in ice_dpll_init_rclk_pins()Gui-Dong Han
2024-09-30ice: set correct dst VSI in only LAN filtersMichal Swiatkowski
2024-09-15ice: Fix a NULL vs IS_ERR() check in probe()Dan Carpenter
2024-09-15ice: Fix a couple NULL vs IS_ERR() bugsDan Carpenter
2024-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski