summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)Author
2024-10-29ice: block SF port creation in legacy modeMichal Swiatkowski
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-10-10Merge branch 'net-introduce-tx-h-w-shaping-api'Jakub Kicinski
2024-10-10ice: Support VF queue rate limit and quanta size configurationWenjun Wu
2024-10-08ice: Cleanup unused declarationsYue Haibing
2024-10-08ice: Use common error handling code in two functionsMarkus Elfring
2024-10-08ice: Make use of assign_bit() APIHongbo Li
2024-10-08ice: store max_frame and rx_buf_len only in ice_rx_ringJacob Keller
2024-10-08ice: consistently use q_idx in ice_vc_cfg_qs_msg()Jacob Keller
2024-10-08ice: add E830 HW VF mailbox message limit supportPaul Greenwalt
2024-10-08ice: Implement ethtool reset supportWojciech Drewek
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-04Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
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-10-01ice: Drop auxbus use for PTP to finalize ice_adapter moveSergey Temerkhanov
2024-10-01ice: Use ice_adapter for PTP shared data instead of auxdevSergey Temerkhanov
2024-10-01ice: Initial support for E825C hardware in ice_adapterSergey Temerkhanov
2024-10-01ice: Add ice_get_ctrl_ptp() wrapper to simplify the codeSergey Temerkhanov
2024-10-01ice: Introduce ice_get_phy_model() wrapperSergey Temerkhanov
2024-10-01ice: Enable 1PPS out from CGU for E825C productsSergey Temerkhanov
2024-10-01ice: Read SDP section from NVM for pin definitionsYochai Hagvi
2024-10-01ice: Disable shared pin on E810 on setfuncKarol Kolacinski
2024-10-01ice: Cache perout/extts requests and check flagsKarol Kolacinski
2024-10-01ice: Align E810T GPIO to other productsKarol Kolacinski
2024-10-01ice: Add SDPs support for E825CKarol Kolacinski
2024-10-01ice: Implement ice_ptp_pin_descKarol Kolacinski
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
2024-09-09ice: fix VSI lists confusion when adding VLANsMichal Schmidt
2024-09-09ice: stop calling pci_disable_device() as we use pcimPrzemek Kitszel
2024-09-09ice: fix accounting for filters shared by multiple VSIsJacob Keller
2024-09-09ice: Fix lldp packets dropping after changing the number of channelsMartyna Szapar-Mudlaw
2024-09-06ice: subfunction activation and base devlink opsPiotr Raczynski
2024-09-06ice: basic support for VLAN in subfunctionsMichal Swiatkowski
2024-09-06ice: support subfunction devlink Tx topologyMichal Swiatkowski
2024-09-06ice: implement netdevice ops for SF representorMichal Swiatkowski
2024-09-06ice: check if SF is ready in ethtool opsMichal Swiatkowski
2024-09-06ice: don't set target VSI for subfunctionMichal Swiatkowski