summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-05r8169: merge handling of chip versions 12 and 17 (RTL8168B)Heiner Kallweit3-8/+1
2022-09-05Merge branch 'altera-tse-phylink'David S. Miller11-447/+536
2022-09-05dt-bindings: net: altera: tse: add an optional pcs register rangeMaxime Chevallier1-0/+27
2022-09-05net: altera: tse: convert to phylinkMaxime Chevallier4-314/+141
2022-09-05net: pcs: add new PCS driver for altera TSE PCSMaxime Chevallier5-0/+206
2022-09-05net: altera: tse: cosmetic change to use reverse xmas tree orderingMaxime Chevallier2-22/+23
2022-09-05dt-bindings: net: Convert Altera TSE bindings to yamlMaxime Chevallier2-113/+141
2022-09-04Merge tag 'wireless-next-2022-09-03' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller71-7097/+26678
2022-09-03wifi: mac80211_hwsim: fix multi-channel handling in netlink RXJohannes Berg1-22/+4
2022-09-03wifi: mac80211: call drv_sta_state() under sdata_lock() in reconfigJohannes Berg1-15/+13
2022-09-03wifi: nl80211: add MLD address to assoc BSS entriesJohannes Berg2-2/+6
2022-09-03wifi: mac80211: mlme: refactor QoS settings codeJohannes Berg2-13/+27
2022-09-03wifi: mac80211_hwsim: warn on invalid link addressJohannes Berg1-0/+2
2022-09-03wifi: mac80211: fix double SW scan stopJohannes Berg1-1/+1
2022-09-03wifi: mac80211: mlme: assign link address correctlyJohannes Berg1-3/+2
2022-09-03wifi: mac80211: move link code to a new fileJohannes Berg4-254/+274
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: remove unused arg to ieee80211_chandef_eht_operJohannes Berg3-6/+4
2022-09-03wifi: mac80211_hwsim: remove multicast workaroundJohannes Berg1-6/+1
2022-09-03wifi: nl80211: remove redundant err variableJinpeng Cui1-4/+1
2022-09-03wifi: mac80211: Support POWERED_ADDR_CHANGE featureJames Prestwood2-2/+71
2022-09-03wifi: nl80211: Add POWERED_ADDR_CHANGE featureJames Prestwood1-0/+9
2022-09-03wifi: mac80211: prevent 4-addr use on MLDsJohannes Berg2-0/+11
2022-09-03wifi: mac80211: prevent VLANs on MLDsJohannes Berg1-0/+5
2022-09-03Merge branch 'net_sched-redundant-resource-cleanups'David S. Miller2-44/+17
2022-09-03net: sched: htb: remove redundant resource cleanup in htb_init()Zhengchao Shao1-27/+9
2022-09-03net: sched: fq_codel: remove redundant resource cleanup in fq_codel_init()Zhengchao Shao1-17/+8
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-03net/ipv4: Use __DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-14/+6
2022-09-03net/sched: cls_api: remove redundant 0 check in tcf_qevent_init()Zhengchao Shao1-3/+0
2022-09-03net: lantiq_etop: Fix return type for implementation of ndo_start_xmitGUO Zihua1-1/+1
2022-09-03net: sunplus: Fix return type for implementation of ndo_start_xmitGUO Zihua1-1/+2
2022-09-03net: xscale: Fix return type for implementation of ndo_start_xmitGUO Zihua1-1/+1
2022-09-03net: broadcom: Fix return type for implementation ofGUO Zihua1-1/+1
2022-09-03net: ieee802154: Fix compilation error when CONFIG_IEEE802154_NL802154_EXPERI...Gal Pressman1-4/+2
2022-09-02net: remove netif_tx_napi_add()Jakub Kicinski1-2/+0
2022-09-02net: bql: add more documentationEric Dumazet1-6/+26
2022-09-02Merge branch 'net-ipa-transaction-state-IDs'David S. Miller2-14/+84
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
2022-09-02net: ipa: track committed transactions with an IDAlex Elder2-17/+29
2022-09-02net: ipa: track allocated transactions with an IDAlex Elder2-2/+27
2022-09-02net: ipa: use an array for transactionsAlex Elder2-13/+20
2022-09-02Merge branch 'lan966x-make-reset-optional'David S. Miller2-3/+2
2022-09-02net: lan966x: make reset optionalMichael Walle1-1/+2
2022-09-02dt-bindings: net: sparx5: don't require a reset lineMichael Walle1-2/+0
2022-09-02wifi: move from strlcpy with unused retval to strscpyWolfram Sang22-36/+36