summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-16can: isotp: sanitize CAN ID checks in isotp_bind()Oliver Hartkopp1-20/+21
2022-03-15net: phy: Kconfig: micrel_phy: fix dependency issueAnders Roxell1-0/+1
2022-03-15net: sfp: add 2500base-X quirk for Lantech SFP moduleMichael Walle1-0/+6
2022-03-15nfp: flower: avoid newline at the end of message in NL_SET_ERR_MSG_MODNiklas Söderlund1-1/+1
2022-03-15net/mlx5e: Fix use-after-free in mlx5e_stats_grp_sw_update_statsSaeed Mahameed1-2/+3
2022-03-14net/mlx4_en: use kzallocJulia Lawall1-2/+1
2022-03-14net: disable preemption in dev_core_stats_XXX_inc() helpersEric Dumazet1-1/+5
2022-03-14drivers: net: packetengines: fix typos in commentsJulia Lawall1-1/+1
2022-03-14Merge branch 'dpaa2-mac-protocol-change'David S. Miller14-21/+919
2022-03-14arch: arm64: dts: lx2160a: describe the SerDes block #1Ioana Ciornei2-0/+10
2022-03-14dpaa2-mac: configure the SerDes phy on a protocol changeIoana Ciornei4-2/+100
2022-03-14dpaa2-mac: move setting up supported_interfaces into a functionIoana Ciornei1-19/+24
2022-03-14dpaa2-mac: retrieve API version and detect featuresIoana Ciornei2-0/+32
2022-03-14dpaa2-mac: add the MC API for reconfiguring the protocolIoana Ciornei3-0/+31
2022-03-14dpaa2-mac: add the MC API for retrieving the versionIoana Ciornei3-0/+40
2022-03-14dt-bindings: phy: add bindings for Lynx 28G PHYIoana Ciornei2-0/+41
2022-03-14phy: add support for the Layerscape SerDes 28GIoana Ciornei4-0/+641
2022-03-14Merge branch 'dsa-felix-qos'David S. Miller5-0/+399
2022-03-14net: dsa: felix: configure default-prio and dscp prioritiesVladimir Oltean3-0/+164
2022-03-14net: dsa: report and change port dscp priority using dcbnlVladimir Oltean2-0/+91
2022-03-14net: dsa: report and change port default priority using dcbnlVladimir Oltean2-0/+144
2022-03-14selftests: tc-testing: Increase timeout in tdc config fileVictor Nogueira1-1/+1
2022-03-14net: Add lockdep asserts to ____napi_schedule().Sebastian Andrzej Siewior2-1/+11
2022-03-14Merge branch 'macvlan-uaf'David S. Miller2-1/+14
2022-03-14net: macvlan: add net device refcount trackerZiyang Xuan2-2/+3
2022-03-14net: macvlan: fix potential UAF problem for lowerdevZiyang Xuan1-1/+13
2022-03-13Merge tag 'linux-can-next-for-5.18-20220313' of git://git.kernel.org/pub/scm/...David S. Miller10-58/+644
2022-03-13can: mcp251xfd: ring: increase number of RX-FIFOs to 3 and increase max TX-FI...Marc Kleine-Budde1-2/+2
2022-03-13can: mcp251xfd: add TX IRQ coalescing ethtool supportMarc Kleine-Budde3-3/+22
2022-03-13can: mcp251xfd: add TX IRQ coalescing supportMarc Kleine-Budde3-5/+77
2022-03-13can: mcp251xfd: add RX IRQ coalescing ethtool supportMarc Kleine-Budde3-0/+57
2022-03-13can: mcp251xfd: add RX IRQ coalescing supportMarc Kleine-Budde5-10/+123
2022-03-13can: mcp251xfd: ring: add support for runtime configurable RX/TX ring parametersMarc Kleine-Budde3-17/+88
2022-03-13can: mcp251xfd: update macros describing ring, FIFO and RAM layoutMarc Kleine-Budde2-23/+19
2022-03-13can: mcp251xfd: ring: prepare support for runtime configurable RX/TX ring par...Marc Kleine-Budde2-15/+13
2022-03-13can: mcp251xfd: ethtool: add supportMarc Kleine-Budde5-0/+44
2022-03-13can: mcp251xfd: ram: coalescing supportMarc Kleine-Budde2-7/+68
2022-03-13can: mcp251xfd: ram: add helper function for runtime ring size calculationMarc Kleine-Budde3-0/+155
2022-03-13can: mcp251xfd: mcp251xfd_ring_init(): use %d to print free RAMMarc Kleine-Budde1-1/+1
2022-03-13can: vxcan: vxcan_xmit(): use kfree_skb() instead of kfree() to free skbMarc Kleine-Budde1-1/+1
2022-03-12Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller16-119/+1478
2022-03-12net: usb: asix: suspend embedded PHY if external is usedOleksij Rempel2-1/+20
2022-03-12net: usb: asix: make use of mdiobus_get_phy and phy_connect_directOleksij Rempel2-10/+10
2022-03-12net: usb: asix: store chipid to avoid reading it on resetOleksij Rempel2-12/+8
2022-03-12net: usb: asix: unify ax88772_resume codeOleksij Rempel2-24/+9
2022-03-12net: add per-cpu storage and net->core_statsEric Dumazet15-40/+101
2022-03-12Merge branch 'nfp-preliminary-support-for-nfp-3800'Jakub Kicinski16-91/+176
2022-03-12nfp: add support for NFP3800/NFP3803 PCIe devicesDirk van der Merwe6-4/+31
2022-03-12nfp: take chip version into account for ring sizesJakub Kicinski4-10/+16
2022-03-12nfp: parametrize QCP offset/size using dev_infoJakub Kicinski6-9/+32