summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
12 daysRevert "igb: Disable threaded IRQ for igb_msix_other"Wander Lairson Costa1-1/+1
2024-11-04e1000e: Remove Meteor Lake SMBUS workaroundsVitaly Lifshits1-13/+4
2024-11-04i40e: fix race condition by adding filter's intermediate sync stateAleksandr Loktionov3-2/+12
2024-11-04idpf: fix idpf_vc_core_init error pathPavan Kumar Linga2-1/+1
2024-11-04idpf: avoid vport access in idpf_get_link_ksettingsPavan Kumar Linga4-13/+8
2024-11-04ice: change q_index variable type to s16 to store -1 valueMateusz Polchlopek2-2/+5
2024-11-04ice: Fix use after free during unload with ports in bridgeMarcin Szycik1-1/+2
2024-10-29ice: fix crash on probe for DPLL enabled E810 LOMArkadiusz Kubalewski3-2/+90
2024-10-29ice: block SF port creation in legacy modeMichal Swiatkowski1-0/+6
2024-10-29igb: Disable threaded IRQ for igb_msix_otherWander Lairson Costa1-1/+1
2024-10-08e1000e: change I219 (19) devices to ADPVitaly Lifshits2-4/+4
2024-10-08igb: Do not bring the device up after non-fatal errorMohamed Khalfella1-0/+4
2024-10-08i40e: Fix macvlan leak by synchronizing access to mac_filter_hashAleksandr Loktionov2-0/+3
2024-10-08ice: Fix increasing MSI-X on VFMarcin Szycik3-5/+9
2024-10-08ice: Flush FDB entries before resetWojciech Drewek3-22/+8
2024-10-08ice: Fix netif_is_ice() in Safe ModeMarcin Szycik1-1/+2
2024-10-08ice: Fix entering Safe ModeMarcin Szycik1-3/+1
2024-10-03Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski12-54/+120
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro2-2/+2
2024-09-30idpf: deinit virtchnl transaction manager after vport and vectorsLarysa Zaremba1-1/+1
2024-09-30idpf: use actual mbx receive payload lengthJoshua Hay1-8/+1
2024-09-30idpf: fix VF dynamic interrupt ctl register initializationAhmed Zaki1-0/+1
2024-09-30ice: fix VLAN replay after resetDave Ertman1-2/+0
2024-09-30ice: disallow DPLL_PIN_STATE_SELECTABLE for dpll output pinsArkadiusz Kubalewski1-0/+2
2024-09-30ice: fix memleak in ice_init_tx_topology()Przemek Kitszel3-39/+31
2024-09-30ice: clear port vlan config during resetMichal Swiatkowski3-0/+65
2024-09-30ice: Fix improper handling of refcount in ice_sriov_set_msix_vec_count()Gui-Dong Han1-2/+6
2024-09-30ice: Fix improper handling of refcount in ice_dpll_init_rclk_pins()Gui-Dong Han1-2/+2
2024-09-30ice: 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-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-15/+23
2024-09-11Merge 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
2024-09-06ice: check if SF is ready in ethtool opsMichal Swiatkowski3-4/+16
2024-09-06ice: don't set target VSI for subfunctionMichal Swiatkowski1-1/+1
2024-09-06ice: create port representor for SFMichal Swiatkowski6-4/+113
2024-09-06ice: make representor code genericMichal Swiatkowski7-76/+121