aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2026-04-18net: ks8851: Reinstate disabling of BHs around IRQ handlerMarek Vasut4-58/+38
2026-04-18net: stmmac: Update default_an_inband before passing value to phylink_configKhaiWenTan1-2/+2
2026-04-18e1000e: Unroll PTP in probe error handlingMatt Vollrath1-0/+1
2026-04-18iavf: fix wrong VLAN mask for legacy Rx descriptors L2TAG2Petr Oros1-1/+1
2026-04-18i40e: don't advertise IFF_SUPP_NOFCSKohei Enju1-1/+0
2026-04-18ice: fix potential NULL pointer deref in error path of ice_set_ringparam()Kohei Enju1-0/+1
2026-04-18ice: fix race condition in TX timestamp ring cleanupKeita Morisaki5-18/+31
2026-04-18ice: fix ICE_AQ_LINK_SPEED_M for 200GPaul Greenwalt1-1/+1
2026-04-18ice: fix PHY config on media change with link-down-on-closePaul Greenwalt1-94/+27
2026-04-18ice: fix double-free of tx_buf skbMichal Schmidt1-2/+4
2026-04-18ice: fix double free in ice_sf_eth_activate() error pathGuangshuo Li1-0/+2
2026-04-18ice: update PCS latency settings for E825 10G/25Gb modesGrzegorz Nitka1-6/+6
2026-04-18ice: fix 'adjust' timer programming for E830 devicesGrzegorz Nitka1-3/+3
2026-04-16Merge tag 'for-linus-fwctl' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-295/+266
2026-04-16net: enetc: fix NTMP DMA use-after-free issueWei Fang2-96/+126
2026-04-16net: enetc: correct the command BD ring consumer indexWei Fang2-3/+12
2026-04-16net: airoha: Wait for NPU PPE configuration to complete in airoha_ppe_offload...Lorenzo Bianconi1-0/+28
2026-04-15Merge tag 'pci-v7.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-4/+4
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2026-04-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds334-8140/+21545
2026-04-14Merge tag 'bpf-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds2-16/+14
2026-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski15-74/+205
2026-04-14Merge tag 'bitmap-for-v7.1' of https://github.com/norov/linuxLinus Torvalds2-5/+3
2026-04-14net: airoha: Add missing PPE configurations in airoha_ppe_hw_init()Lorenzo Bianconi1-3/+11
2026-04-14net: airoha: Fix VIP configuration for AN7583 SoCLorenzo Bianconi2-17/+51
2026-04-13net: airoha: Remove PCE_MC_EN_MASK bit in REG_FE_PCE_CFG configurationLorenzo Bianconi1-3/+2
2026-04-13net: airoha: Rely on net_device pointer in ETS callbacksLorenzo Bianconi1-16/+14
2026-04-13net: airoha: Rely on net_device pointer in HTB callbacksLorenzo Bianconi1-21/+24
2026-04-13net: airoha: Rely on net_device pointer in airoha_dev_setup_tc_block signatureLorenzo Bianconi1-5/+5
2026-04-13bnge: return after auxiliary_device_uninit() in error pathGreg Kroah-Hartman1-0/+1
2026-04-13octeon_ep_vf: add NULL check for napi_build_skb()David Carlier1-2/+28
2026-04-13octeon_ep_vf: introduce octep_vf_oq_next_idx() helperDavid Carlier1-9/+8
2026-04-13net: stmmac: enable RPS and RBU interruptsRussell King (Oracle)1-0/+6
2026-04-13mlx4: correct error reporting in mlx4_master_process_vhcr()Alok Tiwari1-2/+2
2026-04-12net: ethernet: mtk_eth_soc: initialize PPE per-tag-layer MTU registersDaniel Golle3-1/+52
2026-04-12net/mlx5e: IPsec, fix ASO poll timeout with read_poll_timeout_atomic()Gal Pressman1-8/+4
2026-04-12net/mlx5e: Fix features not applied during netdev registrationGal Pressman1-0/+8
2026-04-12Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski3-5/+4
2026-04-12octeon_ep: Remove unnecessary semicolons in octep_oq_drop_rx()Nobuhiro Iwamatsu1-1/+1
2026-04-12net: enetc: add unstructured counters for ENETC v4Wei Fang2-25/+234
2026-04-12net: enetc: add unstructured pMAC counters for ENETC v1Wei Fang1-21/+56
2026-04-12net: enetc: remove standardized counters from enetc_pm_countersWei Fang1-40/+0
2026-04-12net: enetc: show RX drop counters only for assigned RX ringsWei Fang1-16/+2
2026-04-12net: enetc: add support for the standardized countersWei Fang3-18/+245
2026-04-12net: airoha: Add missing RX_CPU_IDX() configuration in airoha_qdma_cleanup_rx...Lorenzo Bianconi1-0/+5
2026-04-12net: mana: Move current_speed debugfs file to mana_init_port()Erni Sri Satya Vennela1-2/+2
2026-04-12net: mana: Use pci_name() for debugfs directory namingErni Sri Satya Vennela1-5/+2
2026-04-12bng_en: add support for ethtool -S stats displayBhargava Marreddy1-0/+481
2026-04-12bng_en: implement netdev_stat_opsBhargava Marreddy2-0/+234
2026-04-12bng_en: implement ndo_get_stats64Bhargava Marreddy1-0/+41