aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-21net/cdc_ncm: Enable ZLP for DisplayLink ethernet devicesDominik Czerwik1-1/+24
2022-07-20net: ipa: move configuration data files into a subdirectoryAlex Elder7-1/+1
2022-07-20net: ipa: list supported IPA versions in the MakefileAlex Elder1-3/+7
2022-07-20net: ipa: fix an outdated commentAlex Elder1-1/+1
2022-07-20net: ipa: report when the driver has been removedAlex Elder1-0/+2
2022-07-20net: ipa: skip some cleanup for unused transactionsAlex Elder1-1/+2
2022-07-20net: ipa: rearrange transaction initializationAlex Elder2-30/+33
2022-07-20net: ipa: add a transaction committed listAlex Elder3-7/+29
2022-07-20net: ipa: add an endpoint device attribute groupAlex Elder3-18/+53
2022-07-20net: amd8111e: remove repeated dev->features assignementJian Shen1-3/+0
2022-07-20Merge tag 'mlx5-updates-2022-07-17' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxJakub Kicinski19-860/+1152
2022-07-20net: ipa: initialize ring indexes to 0Alex Elder2-10/+13
2022-07-20net: marvell: prestera: add phylink supportOleksandr Mazur5-62/+334
2022-07-20vmxnet3: Implement ethtool's get_channels commandAndrey Turkin1-0/+29
2022-07-20Merge tag 'linux-can-next-for-5.20-20220720' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller32-145/+225
2022-07-20can: add CAN_ERR_CNT flag to notify availability of error counterVincent Mailhol24-18/+36
2022-07-20can: usb_8dev: do not report txerr and rxerr during bus-offVincent Mailhol1-3/+4
2022-07-20can: kvaser_usb_leaf: do not report txerr and rxerr during bus-offVincent Mailhol1-2/+4
2022-07-20can: kvaser_usb_hydra: do not report txerr and rxerr during bus-offVincent Mailhol1-4/+8
2022-07-20can: sun4i_can: do not report txerr and rxerr during bus-offVincent Mailhol1-5/+4
2022-07-20can: hi311x: do not report txerr and rxerr during bus-offVincent Mailhol1-2/+3
2022-07-20can: slcan: do not report txerr and rxerr during bus-offVincent Mailhol1-7/+5
2022-07-20can: sja1000: do not report txerr and rxerr during bus-offVincent Mailhol1-3/+4
2022-07-20can: rcar_can: do not report txerr and rxerr during bus-offVincent Mailhol1-4/+4
2022-07-20can: pch_can: do not report txerr and rxerr during bus-offVincent Mailhol1-3/+3
2022-07-19Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueJakub Kicinski3-11/+17
2022-07-19sfc: update MCDI protocol headersEdward Cree1-195/+7933
2022-07-19net/mlx5: CT: Remove warning of ignore_flow_level support for non PFRoi Dayan2-2/+2
2022-07-19net/mlx5e: Add resiliency for PTP TX port timestampAya Levin5-2/+50
2022-07-19net/mlx5e: HTB, move htb functions to a new fileMoshe Tal7-746/+832
2022-07-19net/mlx5e: HTB, change functions name to follow conventionMoshe Tal4-36/+36
2022-07-19net/mlx5e: HTB, remove priv from htb function callsMoshe Tal4-150/+172
2022-07-19net/mlx5e: HTB, hide and dynamically allocate mlx5e_htb structureSaeed Mahameed3-32/+70
2022-07-19net/mlx5e: HTB, move stats and max_sqs to privMoshe Tal4-19/+19
2022-07-19net/mlx5e: HTB, move section comment to the right placeMoshe Tal1-2/+2
2022-07-19net/mlx5e: HTB, move ids to selq_params structMoshe Tal6-34/+62
2022-07-19net/mlx5e: HTB, reduce visibility of htb functionsSaeed Mahameed3-74/+70
2022-07-19net/mlx5e: Fix mqprio_rl handling on devlink reloadMoshe Tal2-41/+106
2022-07-19net/mlx5e: Report header-data split state through ethtoolGal Pressman4-5/+14
2022-07-19can: peak_usb: include support for a new MCUStephane Grosjean1-10/+58
2022-07-19can: peak_usb: correction of an initially misnamed field nameStephane Grosjean2-2/+2
2022-07-19can: peak_usb: pcan_dump_mem(): mark input prompt and data pointer as constStephane Grosjean2-2/+2
2022-07-19can: ctucanfd: Update CTU CAN FD IP core registers to match version 3.x.Pavel Pisa1-4/+28
2022-07-19can: c_can: remove wrong commentDario Binacchi1-1/+0
2022-07-19can: slcan: do not sleep with a spin lock heldDario Binacchi1-4/+3
2022-07-19can: sja1000: Change the return type as void for SoC specific initBiju Das1-9/+4
2022-07-19can: sja1000: Use device_get_match_data to get device dataBiju Das1-5/+2
2022-07-19can: sja1000: Add Quirk for RZ/N1 SJA1000 CAN controllerBiju Das2-4/+7
2022-07-19can: slcan: clean up if/elseMarc Kleine-Budde1-7/+6
2022-07-19can: slcan: convert comparison to NULL into !valMarc Kleine-Budde1-8/+7