summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2024-10-09ice: consistently use q_idx in ice_vc_cfg_qs_msg()Jacob Keller1-11/+10
2024-10-09ice: add E830 HW VF mailbox message limit supportPaul Greenwalt9-13/+96
2024-10-09ice: Implement ethtool reset supportWojciech Drewek1-0/+77
2024-10-09ice: Fix increasing MSI-X on VFMarcin Szycik3-5/+9
2024-10-09ice: Flush FDB entries before resetWojciech Drewek3-22/+8
2024-10-09ice: Fix netif_is_ice() in Safe ModeMarcin Szycik1-1/+2
2024-10-09ice: Fix entering Safe ModeMarcin Szycik1-3/+1
2024-10-08idpf: Don't hard code napi_struct sizeJoe Damato1-1/+2
2024-10-04Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski10-954/+910
2024-10-04Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski12-54/+120
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro2-2/+2
2024-10-01ice: Drop auxbus use for PTP to finalize ice_adapter moveSergey Temerkhanov2-273/+0
2024-10-01ice: Use ice_adapter for PTP shared data instead of auxdevSergey Temerkhanov5-43/+105
2024-10-01ice: Initial support for E825C hardware in ice_adapterSergey Temerkhanov1-3/+13
2024-10-01ice: Add ice_get_ctrl_ptp() wrapper to simplify the codeSergey Temerkhanov2-1/+16
2024-10-01ice: Introduce ice_get_phy_model() wrapperSergey Temerkhanov3-21/+25
2024-10-01ice: Enable 1PPS out from CGU for E825C productsSergey Temerkhanov3-0/+34
2024-10-01ice: Read SDP section from NVM for pin definitionsYochai Hagvi5-28/+186
2024-10-01ice: Disable shared pin on E810 on setfuncKarol Kolacinski1-0/+65
2024-10-01ice: Cache perout/extts requests and check flagsKarol Kolacinski4-204/+212
2024-10-01ice: Align E810T GPIO to other productsKarol Kolacinski5-405/+155
2024-10-01ice: Add SDPs support for E825CKarol Kolacinski1-2/+18
2024-10-01ice: Implement ice_ptp_pin_descKarol Kolacinski2-107/+214
2024-10-01idpf: deinit virtchnl transaction manager after vport and vectorsLarysa Zaremba1-1/+1
2024-10-01idpf: use actual mbx receive payload lengthJoshua Hay1-8/+1
2024-10-01idpf: fix VF dynamic interrupt ctl register initializationAhmed Zaki1-0/+1
2024-10-01ice: fix VLAN replay after resetDave Ertman1-2/+0
2024-10-01ice: disallow DPLL_PIN_STATE_SELECTABLE for dpll output pinsArkadiusz Kubalewski1-0/+2
2024-10-01ice: fix memleak in ice_init_tx_topology()Przemek Kitszel3-39/+31
2024-10-01ice: clear port vlan config during resetMichal Swiatkowski3-0/+65
2024-10-01ice: Fix improper handling of refcount in ice_sriov_set_msix_vec_count()Gui-Dong Han1-2/+6
2024-10-01ice: Fix improper handling of refcount in ice_dpll_init_rclk_pins()Gui-Dong Han1-2/+2
2024-10-01ice: set correct dst VSI in only LAN filtersMichal Swiatkowski1-0/+11
2024-09-15ice: Fix a NULL vs IS_ERR() check in probe()Dan Carpenter1-2/+2
2024-09-15ice: Fix a couple NULL vs IS_ERR() bugsDan Carpenter1-4/+4
2024-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-15/+23
2024-09-12Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski5-325/+276
2024-09-09idpf: enable WB_ON_ITRJoshua Hay5-3/+41
2024-09-09idpf: fix netdev Tx queue stop/wakeMichal Kubiak3-27/+21
2024-09-09idpf: refactor Tx completion routinesJoshua Hay3-76/+122
2024-09-09idpf: convert to libeth Tx buffer completionAlexander Lobakin3-232/+105
2024-09-09igb: Always call igb_xdp_ring_update_tail() under Tx lockSriram Yagnaraman1-4/+13
2024-09-09ice: fix VSI lists confusion when adding VLANsMichal Schmidt1-1/+1
2024-09-09ice: stop calling pci_disable_device() as we use pcimPrzemek Kitszel1-2/+0
2024-09-09ice: fix accounting for filters shared by multiple VSIsJacob Keller1-1/+1
2024-09-09ice: Fix lldp packets dropping after changing the number of channelsMartyna Szapar-Mudlaw1-7/+8
2024-09-06ice: subfunction activation and base devlink opsPiotr Raczynski4-0/+290
2024-09-06ice: basic support for VLAN in subfunctionsMichal Swiatkowski4-0/+39
2024-09-06ice: support subfunction devlink Tx topologyMichal Swiatkowski3-5/+20
2024-09-06ice: implement netdevice ops for SF representorMichal Swiatkowski1-14/+43