summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski2022-03-151-6/+15
|\
| * net/mlx5: Support GRE conntrack offloadToshiaki Makita2022-03-031-6/+15
* | net: mscc: ocelot: fix build error due to missing IEEE_8021QAZ_MAX_TCSVladimir Oltean2022-03-151-2/+2
* | net: sparx5: fix a couple warning messagesDan Carpenter2022-03-151-2/+2
* | netdevsim: Introduce support for L3 offload xstatsPetr Machata2022-03-154-3/+525
* | net: phy: Kconfig: micrel_phy: fix dependency issueAnders Roxell2022-03-151-0/+1
* | net: sfp: add 2500base-X quirk for Lantech SFP moduleMichael Walle2022-03-151-0/+6
* | nfp: flower: avoid newline at the end of message in NL_SET_ERR_MSG_MODNiklas Söderlund2022-03-141-1/+1
* | net/mlx5e: Fix use-after-free in mlx5e_stats_grp_sw_update_statsSaeed Mahameed2022-03-141-2/+3
* | net/mlx4_en: use kzallocJulia Lawall2022-03-141-2/+1
* | drivers: net: packetengines: fix typos in commentsJulia Lawall2022-03-141-1/+1
* | dpaa2-mac: configure the SerDes phy on a protocol changeIoana Ciornei2022-03-144-2/+100
* | dpaa2-mac: move setting up supported_interfaces into a functionIoana Ciornei2022-03-141-19/+24
* | dpaa2-mac: retrieve API version and detect featuresIoana Ciornei2022-03-142-0/+32
* | dpaa2-mac: add the MC API for reconfiguring the protocolIoana Ciornei2022-03-143-0/+31
* | dpaa2-mac: add the MC API for retrieving the versionIoana Ciornei2022-03-143-0/+40
* | phy: add support for the Layerscape SerDes 28GIoana Ciornei2022-03-143-0/+635
* | net: dsa: felix: configure default-prio and dscp prioritiesVladimir Oltean2022-03-142-0/+159
* | net: macvlan: add net device refcount trackerZiyang Xuan2022-03-141-2/+2
* | net: macvlan: fix potential UAF problem for lowerdevZiyang Xuan2022-03-141-1/+13
* | can: mcp251xfd: ring: increase number of RX-FIFOs to 3 and increase max TX-FI...Marc Kleine-Budde2022-03-131-2/+2
* | can: mcp251xfd: add TX IRQ coalescing ethtool supportMarc Kleine-Budde2022-03-133-3/+22
* | can: mcp251xfd: add TX IRQ coalescing supportMarc Kleine-Budde2022-03-133-5/+77
* | can: mcp251xfd: add RX IRQ coalescing ethtool supportMarc Kleine-Budde2022-03-133-0/+57
* | can: mcp251xfd: add RX IRQ coalescing supportMarc Kleine-Budde2022-03-135-10/+123
* | can: mcp251xfd: ring: add support for runtime configurable RX/TX ring parametersMarc Kleine-Budde2022-03-133-17/+88
* | can: mcp251xfd: update macros describing ring, FIFO and RAM layoutMarc Kleine-Budde2022-03-132-23/+19
* | can: mcp251xfd: ring: prepare support for runtime configurable RX/TX ring par...Marc Kleine-Budde2022-03-132-15/+13
* | can: mcp251xfd: ethtool: add supportMarc Kleine-Budde2022-03-135-0/+44
* | can: mcp251xfd: ram: coalescing supportMarc Kleine-Budde2022-03-132-7/+68
* | can: mcp251xfd: ram: add helper function for runtime ring size calculationMarc Kleine-Budde2022-03-133-0/+155
* | can: mcp251xfd: mcp251xfd_ring_init(): use %d to print free RAMMarc Kleine-Budde2022-03-131-1/+1
* | can: vxcan: vxcan_xmit(): use kfree_skb() instead of kfree() to free skbMarc Kleine-Budde2022-03-131-1/+1
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2022-03-1210-118/+1299
|\ \
| * | ice: Support GTP-U and GTP-C offload in switchdevMarcin Szycik2022-03-118-24/+765
| * | ice: Fix FV offset searchingMichal Swiatkowski2022-03-113-51/+12
| * | gtp: Implement GTP echo requestWojciech Drewek2022-03-111-37/+268
| * | gtp: Implement GTP echo responseWojciech Drewek2022-03-111-16/+197
| * | gtp: Allow to create GTP device without FDsWojciech Drewek2022-03-111-17/+84
* | | net: usb: asix: suspend embedded PHY if external is usedOleksij Rempel2022-03-122-1/+20
* | | net: usb: asix: make use of mdiobus_get_phy and phy_connect_directOleksij Rempel2022-03-122-10/+10
* | | net: usb: asix: store chipid to avoid reading it on resetOleksij Rempel2022-03-122-12/+8
* | | net: usb: asix: unify ax88772_resume codeOleksij Rempel2022-03-122-24/+9
* | | net: add per-cpu storage and net->core_statsEric Dumazet2022-03-119-18/+18
* | | nfp: add support for NFP3800/NFP3803 PCIe devicesDirk van der Merwe2022-03-115-4/+29
* | | nfp: take chip version into account for ring sizesJakub Kicinski2022-03-114-10/+16
* | | nfp: parametrize QCP offset/size using dev_infoJakub Kicinski2022-03-116-9/+32
* | | nfp: use dev_info for the DMA maskJakub Kicinski2022-03-115-7/+6
* | | nfp: use dev_info for PCIe config space BAR offsetsJakub Kicinski2022-03-113-12/+12
* | | nfp: introduce dev_info static chip dataJakub Kicinski2022-03-1111-13/+68