aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-09-19net/mlx5e: Switch to kmemdup() when allocate dev_addrYang Yingliang1-2/+1
2022-09-19net/mlx5e: add missing error code in error pathYang Yingliang1-2/+6
2022-09-19net: enetc: expose some standardized ethtool countersVladimir Oltean1-0/+111
2022-09-19net: enetc: parameterize port MAC stats to also cover the pMACVladimir Oltean2-114/+116
2022-09-19net: ravb: Add R-Car Gen4 supportGeert Uytterhoeven1-0/+1
2022-09-19net: phy: micrel: Cable Diag feature for lan8814 phyDivya Koppera1-18/+107
2022-09-19net: fec: Add initial s32v234 supportWei Fang2-3/+15
2022-09-19Merge tag 'ib-mfd-net-pinctrl-v6.0' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski9-49/+561
2022-09-19net: dsa: microchip: lan937x: fix reference count leak in lan937x_mdio_regist...Sun Ke1-1/+3
2022-09-19r8169: disable detection of chip version 36Heiner Kallweit1-1/+4
2022-09-19net: ethernet: remove fs_mii_disconnect and fs_mii_connect declarationsGaosheng Cui1-3/+0
2022-09-17octeontx2-af: Initialize PTP_SEC_ROLLOVER register properlyNaveen Mamindlapalli1-0/+10
2022-09-17octeontx2-af: Add PTP PPS Errata workaround on CN10K siliconNaveen Mamindlapalli4-5/+109
2022-09-17octeontx2-pf: Add support for ptp 1-step mode on CN10K siliconHariprasad Kelam10-42/+234
2022-09-17octeontx2-af: return correct ptp timestamp for CN10K siliconNaveen Mamindlapalli1-1/+13
2022-09-16Merge tag 'linux-can-next-for-6.1-20220915' of git://git.kernel.org/pub/scm/l...David S. Miller14-147/+384
2022-09-16net: dsa: microchip: add the support for set_ageing_timeArun Ramadoss8-1/+67
2022-09-16Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller2-4/+17
2022-09-16net: fs_enet: Fix wrong check in do_pd_setupZheng Yongjun1-1/+1
2022-09-16mellanox/mlxsw: fix repeated words in commentswangjianli1-1/+1
2022-09-16net: amd: Switch and case should be at the same indentGuofeng Yue3-28/+27
2022-09-16net: amd: Correct spelling errorsGuofeng Yue2-4/+4
2022-09-16net: amd: Unified the comparison between pointers and NULL to the same writingGuofeng Yue10-24/+24
2022-09-16net: fec: add pm runtime force suspend and resume supportWei Fang2-0/+14
2022-09-15net: ftgmac100: support fixed linkTao Ren1-0/+24
2022-09-15net: phy: spi_ks8895: switch to using gpiod APIDmitry Torokhov1-55/+14
2022-09-15net: ks8851: switch to using gpiod APIDmitry Torokhov2-22/+20
2022-09-15net: davicom: dm9000: switch to using gpiod APIDmitry Torokhov1-12/+14
2022-09-15can: dev: add CAN XL support to virtual CANOliver Hartkopp2-10/+10
2022-09-15can: canxl: update CAN infrastructure for CAN XL framesOliver Hartkopp1-18/+54
2022-09-15can: set CANFD_FDF flag in all CAN FD frame structuresOliver Hartkopp2-1/+11
2022-09-15can: skb: add skb CAN frame data length helpersOliver Hartkopp2-9/+5
2022-09-15can: skb: unify skb CAN frame identification helpersOliver Hartkopp1-8/+10
2022-09-14can: flexcan: Switch to use dev_err_probe() helperYang Yingliang1-2/+1
2022-09-13r8169: remove rtl_wol_shutdown_quirk()Heiner Kallweit1-19/+0
2022-09-13sfc: introduce shutdown entry point in efx pci driverPieter Jansen van Vuuren2-0/+24
2022-09-09net: ipa: don't have gsi_channel_update() return a valueAlex Elder3-10/+11
2022-09-09net: ipa: update channel in gsi_channel_trans_complete()Alex Elder3-5/+10
2022-09-09net: ipa: kill all other transaction listsAlex Elder3-74/+6
2022-09-09net: ipa: kill the allocated transaction listAlex Elder2-10/+3
2022-09-09net: ipa: always use transaction IDs instead of listsAlex Elder2-56/+16
2022-09-09net: mscc: ocelot: share the common stat definitions between all driversVladimir Oltean3-279/+3
2022-09-09net: mscc: ocelot: minimize definitions for statsVladimir Oltean3-1116/+279
2022-09-09net: mscc: ocelot: harmonize names of SYS_COUNT_TX_AGING and OCELOT_STAT_TX_AGEDVladimir Oltean4-6/+6
2022-09-09net: mscc: ocelot: add support for all sorts of standardized counters present...Vladimir Oltean2-17/+230
2022-09-09net: mscc: ocelot: exclude stats from bulk regions based on reg, not nameVladimir Oltean1-1/+1
2022-09-09net: dsa: felix: use ocelot's ndo_get_stats64 methodVladimir Oltean3-61/+76
2022-09-09net: mscc: ocelot: move more PTP code from the lib to ocelot_ptp.cVladimir Oltean2-478/+481
2022-09-09net: mscc: ocelot: unexport ocelot_port_fdb_do_dump from the common libVladimir Oltean3-53/+50
2022-09-09net: mscc: ocelot: move stats code to ocelot_stats.cVladimir Oltean4-207/+237