aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-29net: stmmac: tc: Add HLBS drop count to taprio statsRohan G Thomas1-2/+5
2025-09-29net: stmmac: est: Drop frames causing HLBS errorRohan G Thomas3-3/+8
2025-09-29ixgbe: fix typos and docstring inconsistenciesAlok Tiwari1-5/+5
2025-09-29Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-14/+1
2025-09-27net/mlx5: Expose uar access and odp page fault countersAkiva Goldberger1-0/+9
2025-09-26net: macb: avoid dealing with endianness in macb_set_hwaddr()Théo Lebrun1-2/+2
2025-09-26net: macb: single dma_alloc_coherent() for DMA descriptorsThéo Lebrun1-39/+41
2025-09-26net: macb: move ring size computation to functionsThéo Lebrun1-11/+16
2025-09-26net: macb: remove illusion about TBQPH/RBQPH being per-queueThéo Lebrun2-37/+24
2025-09-26octeon_ep_vf: Add support to retrieve hardware channel informationSathesh B Edara1-0/+10
2025-09-26octeon_ep: Add support to retrieve hardware channel informationSathesh B Edara1-0/+10
2025-09-26net: phy: micrel: Fix lan8814_config_initHoratiu Vultur1-1/+1
2025-09-26net: airoha: npu: Add a NPU callback to initialize flow statsLorenzo Bianconi2-24/+19
2025-09-26eth: fbnic: Add support to read lane countMohsin Bashir1-0/+1
2025-09-26Wangxun: vf: Implement some ethtool apis for get_xxxMengyuan Lou4-0/+42
2025-09-26net/mlx5e: Report RS-FEC histogram statistics via ethtoolCarolina Jubran1-1/+33
2025-09-26net/mlx5e: Add logic to read RS-FEC histogram bin ranges from PPHCRCarolina Jubran5-3/+94
2025-09-26net/mlx5e: Don't query FEC statistics when FEC is disabledCarolina Jubran1-6/+6
2025-09-26ethtool: add FEC bins histogram reportVadim Fedorenko10-10/+43
2025-09-26net: qed: Remove redundant NULL checks after list_first_entry()Zhen Ni1-9/+0
2025-09-26Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski12-477/+1977
2025-09-26net: wan: framer: Add version sysfs attribute for the Lantiq PEF2256 framerChristophe Leroy1-5/+19
2025-09-26net: usb: Remove disruptive netif_wake_queue in rtl8150_set_multicastI Viswanath1-2/+0
2025-09-26net: renesas: rswitch: Remove unneeded semicolonsGeert Uytterhoeven1-2/+2
2025-09-26net: enetc: Fix probing error message typo for the ENETCv4 PF driverClaudiu Manoil1-1/+1
2025-09-26Merge tag 'linux-can-next-for-6.18-20250924' of git://git.kernel.org/pub/scm/...Jakub Kicinski20-462/+725
2025-09-26Merge tag 'wireless-next-2025-09-25' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski127-1617/+5826
2025-09-26net/mlx5: Use %pe format specifier for error pointersGal Pressman22-76/+80
2025-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski25-105/+181
2025-09-25net: gso: restore ids of outer ip headers correctlyRichard Gobert2-6/+19
2025-09-25eth: fbnic: Read module EEPROMMohsin Bashir3-0/+217
2025-09-25octeontx2-pf: Fix potential use after free in otx2_tc_add_flow()Dan Carpenter1-1/+1
2025-09-25net: dsa: lantiq_gswip: suppress -EINVAL errors for bridge FDB entries added ...Vladimir Oltean1-1/+2
2025-09-25net: dsa: lantiq_gswip: move gswip_add_single_port_br() call to port_setup()Vladimir Oltean1-4/+14
2025-09-24bnxt_en: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vadim Fedorenko3-27/+23
2025-09-24tg3: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vadim Fedorenko1-37/+29
2025-09-24net: phy: micrel: Fix default LED behaviourHoratiu Vultur1-0/+19
2025-09-24net: stmmac: simplify stmmac_init_phy()Russell King (Oracle)1-13/+12
2025-09-24net: stmmac: move PHY handling out of __stmmac_open()/release()Russell King (Oracle)1-12/+17
2025-09-24net: stmmac: move initialisation of priv->tx_lpi_timer to stmmac_open()Russell King (Oracle)1-4/+4
2025-09-24net: stmmac: move PHY attachment error message into stmmac_init_phy()Russell King (Oracle)1-6/+5
2025-09-24net: stmmac: move xpcs clause 73 test into stmmac_init_phy()Russell King (Oracle)1-10/+11
2025-09-24net: stmmac: move stmmac_bus_clks_config() to stmmac_platform.cRussell King (Oracle)3-34/+32
2025-09-24libie: fix string names for AQ error codesJacob Keller1-1/+1
2025-09-24idpf: enable XSk features and ndo_xsk_wakeupAlexander Lobakin7-4/+55
2025-09-24idpf: implement Rx path for AF_XDPAlexander Lobakin6-21/+405
2025-09-24idpf: implement XSk xmitAlexander Lobakin6-21/+354
2025-09-24idpf: add XSk pool initializationMichal Kubiak8-4/+398
2025-09-24idpf: add virtchnl functions to manage selected queuesMichal Kubiak4-429/+767
2025-09-24can: netlink: add userland error messagesVincent Mailhol1-20/+62