summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-05net: fman: Clean up error handlingSean Anderson
2022-09-05net: fman: Specify type of mac_dev for exception_cbSean Anderson
2022-09-05net: fman: Use mac_dev for some paramsSean Anderson
2022-09-05net: fman: Pass params directly to mac initSean Anderson
2022-09-05net: fman: Map the base address onceSean Anderson
2022-09-05net: fman: Remove internal_phy_node from paramsSean Anderson
2022-09-05net: fman: Inline several functions into initializationSean Anderson
2022-09-05net: fman: Mark mac methods staticSean Anderson
2022-09-05net: fman: Move initialization to mac-specific filesSean Anderson
2022-09-05r8169: remove useless PCI region size checkHeiner Kallweit
2022-09-05Merge branch 'lan937x-phy-link-interrupt'David S. Miller
2022-09-05net: dsa: microchip: lan937x: add interrupt support for port phy linkArun Ramadoss
2022-09-05net: dsa: microchip: lan937x: clear the POR_READY_INT status bitArun Ramadoss
2022-09-05net: dsa: microchip: add reference to ksz_device inside the ksz_portArun Ramadoss
2022-09-05Merge branch 'ipa-transaction-IDs'David S. Miller
2022-09-05net: ipa: verify a few more IDsAlex Elder
2022-09-05net: ipa: further simplify gsi_channel_trans_last()Alex Elder
2022-09-05net: ipa: simplify gsi_channel_trans_last()Alex Elder
2022-09-05net: ipa: use IDs exclusively for last transactionAlex Elder
2022-09-05net: ipa: use IDs for last allocated transactionAlex Elder
2022-09-05net: ipa: rework last transaction determinationAlex Elder
2022-09-05r8169: use devm_clk_get_optional_enabled() to simplify the codeHeiner Kallweit
2022-09-05r8169: remove comment about apparently non-existing chip versionsHeiner Kallweit
2022-09-05r8169: merge handling of chip versions 12 and 17 (RTL8168B)Heiner Kallweit
2022-09-05Merge branch 'altera-tse-phylink'David S. Miller
2022-09-05dt-bindings: net: altera: tse: add an optional pcs register rangeMaxime Chevallier
2022-09-05net: altera: tse: convert to phylinkMaxime Chevallier
2022-09-05net: pcs: add new PCS driver for altera TSE PCSMaxime Chevallier
2022-09-05net: altera: tse: cosmetic change to use reverse xmas tree orderingMaxime Chevallier
2022-09-05dt-bindings: net: Convert Altera TSE bindings to yamlMaxime Chevallier
2022-09-04Merge tag 'wireless-next-2022-09-03' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller
2022-09-03wifi: mac80211_hwsim: fix multi-channel handling in netlink RXJohannes Berg
2022-09-03wifi: mac80211: call drv_sta_state() under sdata_lock() in reconfigJohannes Berg
2022-09-03wifi: nl80211: add MLD address to assoc BSS entriesJohannes Berg
2022-09-03wifi: mac80211: mlme: refactor QoS settings codeJohannes Berg
2022-09-03wifi: mac80211_hwsim: warn on invalid link addressJohannes Berg
2022-09-03wifi: mac80211: fix double SW scan stopJohannes Berg
2022-09-03wifi: mac80211: mlme: assign link address correctlyJohannes Berg
2022-09-03wifi: mac80211: move link code to a new fileJohannes Berg
2022-09-03wifi: mac80211_hwsim: refactor RX a bitJohannes Berg
2022-09-03wifi: mac80211_hwsim: check STA magic in change_sta_linksJohannes Berg
2022-09-03wifi: mac80211: remove unused arg to ieee80211_chandef_eht_operJohannes Berg
2022-09-03wifi: mac80211_hwsim: remove multicast workaroundJohannes Berg
2022-09-03wifi: nl80211: remove redundant err variableJinpeng Cui
2022-09-03wifi: mac80211: Support POWERED_ADDR_CHANGE featureJames Prestwood
2022-09-03wifi: nl80211: Add POWERED_ADDR_CHANGE featureJames Prestwood
2022-09-03wifi: mac80211: prevent 4-addr use on MLDsJohannes Berg
2022-09-03wifi: mac80211: prevent VLANs on MLDsJohannes Berg
2022-09-03Merge branch 'net_sched-redundant-resource-cleanups'David S. Miller
2022-09-03net: sched: htb: remove redundant resource cleanup in htb_init()Zhengchao Shao