summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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-06can: etas_es58x: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-1/+1
2022-09-06can: gs_usb: add RX and TX hardware timestamp supportJohn Whittington1-7/+186
2022-09-06can: gs_usb: use common spelling of GS_USB in macrosMarc Kleine-Budde1-11/+11
2022-09-05can: kvaser_pciefd: remove redundant variable retJinpeng Cui1-5/+2
2022-09-05can: sja1000: remove redundant variable retJinpeng Cui1-5/+1
2022-09-05can: sja1000: Add support for RZ/N1 SJA1000 CAN ControllerBiju Das1-5/+33
2022-09-05can: kvaser_usb: kvaser_usb_hydra: Use kzalloc for allocating only one elementKenneth Lee1-10/+10
2022-09-05can: rcar_canfd: Use dev_err_probe() to simplify code and better handle -EPRO...Christophe JAILLET1-16/+10
2022-09-05can: flexcan: fix typo: FLEXCAN_QUIRK_SUPPPORT_* -> FLEXCAN_QUIRK_SUPPORT_*Marc Kleine-Budde2-38/+38
2022-09-05can: rx-offload: can_rx_offload_init_queue(): fix typoMarc Kleine-Budde1-1/+1
2022-09-05r8169: remove not needed net_ratelimit() checkHeiner Kallweit1-2/+1
2022-09-05net: phy: Add 1000BASE-KX interface modeSean Anderson2-0/+2
2022-09-05net: dpaa: Adjust queue depth on rate changeSean Anderson5-6/+44
2022-09-05soc: fsl: qbman: Add CGR update functionSean Anderson1-0/+48
2022-09-05soc: fsl: qbman: Add helper for sanity checking cgr opsSean Anderson1-10/+19
2022-09-05net: dpaa: Use mac_dev variable in dpaa_netdev_initSean Anderson1-4/+5
2022-09-05net: fman: Change return type of disable to voidSean Anderson5-20/+9
2022-09-05net: fman: Clean up error handlingSean Anderson1-28/+15
2022-09-05net: fman: Specify type of mac_dev for exception_cbSean Anderson5-9/+10
2022-09-05net: fman: Use mac_dev for some paramsSean Anderson5-40/+22
2022-09-05net: fman: Pass params directly to mac initSean Anderson8-49/+32
2022-09-05net: fman: Map the base address onceSean Anderson4-27/+17
2022-09-05net: fman: Remove internal_phy_node from paramsSean Anderson3-35/+34
2022-09-05net: fman: Inline several functions into initializationSean Anderson3-128/+21
2022-09-05net: fman: Mark mac methods staticSean Anderson3-61/+72
2022-09-05net: fman: Move initialization to mac-specific filesSean Anderson7-323/+277
2022-09-05r8169: remove useless PCI region size checkHeiner Kallweit1-6/+0
2022-09-05net: dsa: microchip: lan937x: add interrupt support for port phy linkArun Ramadoss6-4/+399
2022-09-05net: dsa: microchip: lan937x: clear the POR_READY_INT status bitArun Ramadoss1-0/+4
2022-09-05net: dsa: microchip: add reference to ksz_device inside the ksz_portArun Ramadoss2-0/+7
2022-09-05net: ipa: verify a few more IDsAlex Elder1-3/+43
2022-09-05net: ipa: further simplify gsi_channel_trans_last()Alex Elder1-28/+18
2022-09-05net: ipa: simplify gsi_channel_trans_last()Alex Elder1-26/+7
2022-09-05net: ipa: use IDs exclusively for last transactionAlex Elder1-15/+27
2022-09-05net: ipa: use IDs for last allocated transactionAlex Elder1-3/+9
2022-09-05net: ipa: rework last transaction determinationAlex Elder3-36/+28
2022-09-05r8169: use devm_clk_get_optional_enabled() to simplify the codeHeiner Kallweit1-34/+3
2022-09-05r8169: remove comment about apparently non-existing chip versionsHeiner Kallweit1-6/+0
2022-09-05r8169: merge handling of chip versions 12 and 17 (RTL8168B)Heiner Kallweit3-8/+1
2022-09-05net: altera: tse: convert to phylinkMaxime Chevallier4-314/+141
2022-09-05net: pcs: add new PCS driver for altera TSE PCSMaxime Chevallier3-0/+182
2022-09-05net: altera: tse: cosmetic change to use reverse xmas tree orderingMaxime Chevallier2-22/+23
2022-09-04Merge tag 'wireless-next-2022-09-03' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller59-6795/+26250
2022-09-03wifi: mac80211_hwsim: fix multi-channel handling in netlink RXJohannes Berg1-22/+4
2022-09-03wifi: mac80211_hwsim: warn on invalid link addressJohannes Berg1-0/+2
2022-09-03wifi: mac80211_hwsim: refactor RX a bitJohannes Berg1-11/+15
2022-09-03wifi: mac80211_hwsim: check STA magic in change_sta_linksJohannes Berg1-0/+2
2022-09-03wifi: mac80211_hwsim: remove multicast workaroundJohannes Berg1-6/+1