aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-06net: moxa: fix endianness-related issues from 'sparse'Sergei Antonov1-2/+2
2022-09-06net: ftmac100: fix endianness-related issues from 'sparse'Sergei Antonov1-6/+6
2022-09-06net: lan966x: Extend lan966x with RGMII supportHoratiu Vultur2-0/+4
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/kernel/git/wireless/wireless-nextDavid 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
2022-09-03net: fec: add stop mode support for imx8 platformWei Fang2-0/+39
2022-09-03r8152: Add MAC passthrough support for Lenovo Travel HubAndré Apitzsch1-0/+2
2022-09-02net: lantiq_etop: Fix return type for implementation of ndo_start_xmitGUO Zihua1-1/+1
2022-09-02net: sunplus: Fix return type for implementation of ndo_start_xmitGUO Zihua1-1/+2
2022-09-02net: xscale: Fix return type for implementation of ndo_start_xmitGUO Zihua1-1/+1
2022-09-02net: broadcom: Fix return type for implementation ofGUO Zihua1-1/+1
2022-09-02net: ipa: track polled transactions with an IDAlex Elder2-16/+24
2022-09-02net: ipa: track completed transactions with an IDAlex Elder2-17/+24
2022-09-02net: ipa: track pending transactions with an IDAlex Elder2-18/+29