aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
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/linux/kernel/git/mkl/linux-can-nextJakub Kicinski20-461/+724
2025-09-26Merge tag 'wireless-next-2025-09-25' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski127-1611/+5820
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 to the CPU portVladimir 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-424/+762
2025-09-24can: netlink: add userland error messagesVincent Mailhol1-20/+62
2025-09-24can: dev: add can_get_ctrlmode_str()Vincent Mailhol1-0/+33
2025-09-24can: calc_bittiming: make can_calc_tdco() FD agnosticVincent Mailhol2-5/+7
2025-09-24can: netlink: make can_tdc_fill_info() FD agnosticVincent Mailhol1-11/+24
2025-09-24can: netlink: add can_bitrate_const_fill_info()Vincent Mailhol1-10/+15
2025-09-24can: netlink: add can_bittiming_const_fill_info()Vincent Mailhol1-7/+13
2025-09-24can: netlink: add can_bittiming_fill_info()Vincent Mailhol1-7/+12
2025-09-24can: netlink: add can_data_bittiming_get_size()Vincent Mailhol1-9/+20
2025-09-24can: netlink: make can_tdc_get_size() FD agnosticVincent Mailhol1-10/+11
2025-09-24can: netlink: add can_ctrlmode_changelink()Vincent Mailhol1-42/+54
2025-09-24can: netlink: add can_dtb_changelink()Vincent Mailhol1-64/+88
2025-09-24can: netlink: make can_tdc_changelink() FD agnosticVincent Mailhol1-5/+6
2025-09-24can: netlink: remove useless check in can_tdc_changelink()Vincent Mailhol1-1/+1
2025-09-24can: netlink: refactor CAN_CTRLMODE_TDC_{AUTO,MANUAL} flag reset logicVincent Mailhol1-5/+4
2025-09-24can: netlink: add can_validate_databittiming()Vincent Mailhol1-20/+44
2025-09-24can: netlink: add can_validate_tdc()Vincent Mailhol1-34/+48
2025-09-24can: netlink: refactor can_validate_bittiming()Vincent Mailhol1-19/+17
2025-09-24can: enable CAN XL for virtual CAN devices by defaultVincent Mailhol2-2/+2
2025-09-24can: populate the minimum and maximum MTU valuesVincent Mailhol2-7/+22
2025-09-24wifi: libertas: add WQ_UNBOUND to alloc_workqueue usersMarco Crivellari3-3/+5
2025-09-24Revert "wifi: libertas: WQ_PERCPU added to alloc_workqueue users"Johannes Berg3-5/+3
2025-09-23net/mlx5e: Fix missing FEC RS stats for RS_544_514_INTERLEAVED_QUADCarolina Jubran1-0/+1
2025-09-23net/mlx5: HWS, ignore flow level for multi-dest tableYevgeny Kliteynik3-12/+6
2025-09-23net/mlx5: fs, fix UAF in flow counter releaseMoshe Shemesh4-5/+31
2025-09-23net: phy: stop exporting phy_driver_registerHeiner Kallweit1-2/+2