summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'batadv-next-pullrequest-20220916' of git://git.open-mesh.org/linux...Jakub Kicinski2022-09-204-43/+1
|\
| * batman-adv: remove unused struct definitionsMarek Lindner2022-09-151-39/+0
| * batman-adv: Drop initialization of flexible ethtool_link_ksettingsSven Eckelmann2022-08-201-1/+0
| * batman-adv: Drop unused headers in trace.hSven Eckelmann2022-08-171-2/+0
| * batman-adv: Start new development cycleSimon Wunderlich2022-08-171-1/+1
* | Merge branch 'mlxsw-adjust-qos-tests-for-spectrum-4-testing'Jakub Kicinski2022-09-2010-509/+332
|\ \
| * | selftests: mlxsw: Remove qos_burst testAmit Cohen2022-09-201-480/+0
| * | selftests: mlxsw: Add QOS test for maximum use of descriptorsAmit Cohen2022-09-202-0/+296
| * | selftests: devlink_lib: Add function for querying maximum pool sizeAmit Cohen2022-09-201-0/+5
| * | selftests: mlxsw: Use shapers in QOS RED tests instead of forcing speedAmit Cohen2022-09-203-16/+15
| * | selftests: mlxsw: Use shapers in QOS tests instead of forcing speedAmit Cohen2022-09-203-13/+16
|/ /
* | Merge branch 'remove-label-cpu-from-dsa-dt-bindings'Jakub Kicinski2022-09-2012-37/+3
|\ \
| * | dt-bindings: net: dsa: remove label = "cpu" from examplesVladimir Oltean2022-09-2012-25/+0
| * | dt-bindings: net: dsa: mt7530: stop requiring phy-mode on CPU portsVladimir Oltean2022-09-201-3/+0
| * | dt-bindings: net: dsa: mt7530: replace label = "cpu" with proper checksVladimir Oltean2022-09-201-9/+3
|/ /
* | net: rds: add missing __init/__exit annotations to module init/exit funcsXiu Jianfeng2022-09-203-4/+4
* | rxrpc: remove rxrpc_max_call_lifetime declarationGaosheng Cui2022-09-201-1/+0
* | net/mlx5e: Switch to kmemdup() when allocate dev_addrYang Yingliang2022-09-201-2/+1
* | net/mlx5e: add missing error code in error pathYang Yingliang2022-09-201-2/+6
* | Merge branch 'standardized-ethtool-counters-for-nxp-enetc'Jakub Kicinski2022-09-202-114/+227
|\ \
| * | net: enetc: expose some standardized ethtool countersVladimir Oltean2022-09-201-0/+111
| * | net: enetc: parameterize port MAC stats to also cover the pMACVladimir Oltean2022-09-202-114/+116
|/ /
* | net: ravb: Add R-Car Gen4 supportGeert Uytterhoeven2022-09-201-0/+1
* | Merge branch 'dt-bindings-net-renesas-etheravb-r-car-gen4-updates'Jakub Kicinski2022-09-201-2/+7
|\ \
| * | dt-bindings: net: renesas,etheravb: Add r8a779g0 supportGeert Uytterhoeven2022-09-201-1/+2
| * | dt-bindings: net: renesas,etheravb: R-Car V3U is R-Car Gen4Geert Uytterhoeven2022-09-201-1/+5
|/ /
* | net: phy: micrel: Cable Diag feature for lan8814 phyDivya Koppera2022-09-201-18/+107
* | Merge branch 'add-fec-support-on-s32v234-platform'Jakub Kicinski2022-09-203-3/+16
|\ \
| * | net: fec: Add initial s32v234 supportWei Fang2022-09-202-3/+15
| * | dt-bindings: net: fec: add fsl,s32v234-fec to compatible propertyWei Fang2022-09-201-0/+1
|/ /
* | Merge tag 'ib-mfd-net-pinctrl-v6.0' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2022-09-1913-49/+795
|\ \
| * | mfd: ocelot: Add support for the vsc7512 chip via spiColin Foster2022-09-096-0/+534
| * | dt-bindings: mfd: ocelot: Add bindings for VSC7512Colin Foster2022-09-092-0/+161
| * | resource: add define macro for register address resourcesColin Foster2022-09-091-0/+5
| * | pinctrl: microchip-sgpio: add ability to be used in a non-mmio configurationColin Foster2022-09-091-6/+2
| * | pinctrl: microchip-sgpio: allow sgpio driver to be used as a moduleColin Foster2022-09-092-2/+9
| * | pinctrl: ocelot: add ability to be used in a non-mmio configurationColin Foster2022-09-091-11/+5
| * | net: mdio: mscc-miim: add ability to be used in a non-mmio configurationColin Foster2022-09-091-30/+12
| * | mfd: ocelot: Add helper to get regmap from a resourceColin Foster2022-09-092-0/+67
| |/
* | net: dsa: microchip: lan937x: fix reference count leak in lan937x_mdio_regist...Sun Ke2022-09-191-1/+3
* | r8169: disable detection of chip version 36Heiner Kallweit2022-09-191-1/+4
* | net: ethernet: remove fs_mii_disconnect and fs_mii_connect declarationsGaosheng Cui2022-09-191-3/+0
* | Merge branch 'octeontx2-cn10k-ptp'David S. Miller2022-09-1713-41/+359
|\ \
| * | octeontx2-af: Initialize PTP_SEC_ROLLOVER register properlyNaveen Mamindlapalli2022-09-171-0/+10
| * | octeontx2-af: Add PTP PPS Errata workaround on CN10K siliconNaveen Mamindlapalli2022-09-174-5/+109
| * | octeontx2-pf: Add support for ptp 1-step mode on CN10K siliconHariprasad Kelam2022-09-1710-42/+234
| * | octeontx2-af: return correct ptp timestamp for CN10K siliconNaveen Mamindlapalli2022-09-171-1/+13
|/ /
* | Merge tag 'linux-can-next-for-6.1-20220915' of git://git.kernel.org/pub/scm/l...David S. Miller2022-09-1627-219/+616
|\ \
| * \ Merge patch series "can: support CAN XL"Marc Kleine-Budde2022-09-1516-106/+299
| |\ \
| | * | can: raw: add CAN XL supportOliver Hartkopp2022-09-152-12/+44