summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
12 daysice: drop udp_tunnel_get_rx_info() call from ndo_open()Mohammad Heib1-3/+0
12 daysi40e: drop udp_tunnel_get_rx_info() call from i40e_open()Mohammad Heib1-1/+0
12 daysice: fix ice_init_link() error return preventing probePaul Greenwalt1-11/+5
12 daysudp_tunnel: remove rtnl_lock dependencyStanislav Fomichev2-2/+0
12 daysi40e: Fix i40e_debug() to use struct i40e_hw argumentMohamed Khalfella1-1/+1
12 daysice: dpll: fix memory leak in ice_dpll_init_info error pathsZhaoJinming1-6/+10
12 daysice: dpll: set pointers to NULL after kfree in ice_dpll_deinit_infoZhaoJinming1-0/+4
12 daysice: call netif_keep_dst() once when entering switchdev modeMarcin Szycik1-2/+2
12 daysice: fix AQ error code comparison in ice_set_pauseparam()Lukasz Czapnik2-5/+8
12 daysice: fix FDIR CTRL VSI resource leak in ice_reset_all_vfs()Dawid Osuchowski1-1/+1
2026-06-09ice: fix VF queue configuration with low MTU valuesJose Ignacio Tornos Martinez1-1/+1
2026-06-01ice: ptp: serialize E825 PHY timer start with PTP lockGrzegorz Nitka1-2/+13
2026-06-01ice: fix locking in ice_dcb_rebuild()Bart Van Assche1-2/+2
2026-06-01ice: fix setting RSS VSI hash for E830Marcin Szycik1-1/+1
2026-06-01ice: restore PTP Rx timestamp config after ethtool set-channelsGrzegorz Nitka1-0/+6
2026-06-01ice: fix setting promisc mode while adding VID filterMarcin Szycik1-1/+1
2026-06-01ixgbevf: fix use-after-free in VEPA multicast source pruningMichael Bommarito1-0/+1
2026-06-01Revert "ice: Remove jumbo_remove step from TX path"Sasha Levin1-0/+3
2026-06-01Revert "ice: fix double-free of tx_buf skb"Sasha Levin1-4/+2
2026-05-23i40e: Cleanup PTP pins on probe failureMatt Vollrath3-1/+4
2026-05-23ice: fix NULL pointer dereference in ice_reset_all_vfs()Petr Oros1-1/+6
2026-05-23iavf: add VIRTCHNL_OP_ADD_VLAN to success completion handlerPetr Oros1-0/+4
2026-05-23iavf: wait for PF confirmation before removing VLAN filtersPetr Oros3-17/+34
2026-05-23iavf: stop removing VLAN filters from PF on interface downPetr Oros3-66/+12
2026-05-23iavf: rename IAVF_VLAN_IS_NEW to IAVF_VLAN_ADDINGPetr Oros2-5/+5
2026-05-23ice: fix ice_ptp_read_tx_hwtstamp_status_eth56gJacob Keller1-2/+8
2026-05-23ice: fix timestamp interrupt configuration for E825CGrzegorz Nitka1-4/+32
2026-05-23e1000e: Unroll PTP in probe error handlingMatt Vollrath1-0/+1
2026-05-23i40e: don't advertise IFF_SUPP_NOFCSKohei Enju1-1/+0
2026-05-23ice: fix ICE_AQ_LINK_SPEED_M for 200GPaul Greenwalt1-1/+1
2026-05-23ice: fix double-free of tx_buf skbMichal Schmidt1-2/+4
2026-05-23ice: Remove jumbo_remove step from TX pathAlice Mikityanska1-3/+0
2026-05-23ice: update PCS latency settings for E825 10G/25Gb modesGrzegorz Nitka1-6/+6
2026-05-14ice: fix double free in ice_sf_eth_activate() error pathGuangshuo Li1-0/+2
2026-04-22idpf: fix PREEMPT_RT raw/bh spinlock nesting for async VC handlingEmil Tantilov1-9/+6
2026-04-22e1000: check return value of e1000_read_eepromAgalakov Daniil1-1/+7
2026-04-22ixgbevf: add missing negotiate_features op to Hyper-V ops tableMichal Schmidt1-0/+7
2026-04-18idpf: set the payload size before calling the async handlerEmil Tantilov1-0/+4
2026-04-18idpf: improve locking around idpf_vc_xn_push_free()Emil Tantilov1-0/+2
2026-04-11ice: Fix memory leak in ice_set_ringparam()Zilin Guan1-2/+9
2026-04-02idpf: nullify pointers after they are freedLi Li1-0/+1
2026-04-02idpf: Fix RSS LUT NULL ptr issue after soft resetSreedevi Joshi3-17/+6
2026-04-02idpf: Fix RSS LUT NULL pointer crash on early ethtool operationsSreedevi Joshi5-79/+66
2026-04-02idpf: detach and close netdevs while handling a resetEmil Tantilov1-45/+70
2026-04-02idpf: check error for register_netdev() on initEmil Tantilov1-9/+22
2026-04-02ice: Fix PTP NULL pointer dereference during VSI rebuildAaron Ma3-3/+22
2026-04-02ice: fix using untrusted value of pkt_len in ice_vc_fdir_parse_raw()Mateusz Polchlopek1-9/+15
2026-04-02iavf: fix out-of-bounds writes in iavf_get_ethtool_stats()Kohei Enju1-16/+15
2026-04-02ice: use ice_update_eth_stats() for representor statsPetr Oros2-4/+13
2026-04-02ice: fix inverted ready check for VF representorsPetr Oros1-1/+1