summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | wifi: mac80211: set link BSSIDShaul Triebitz2022-08-251-0/+2
| * | wifi: cfg80211: get correct AP link chandefShaul Triebitz2022-08-251-0/+4
| * | wifi: cfg80211: Update RNR parsing to align with Draft P802.11be_D2.0Ilan Peer2022-08-251-1/+1
| * | wifi: mac80211: properly set old_links when removing a linkShaul Triebitz2022-08-251-2/+2
| * | wifi: mac80211: accept STA changes without link changesJohannes Berg2022-08-251-0/+14
| * | wifi: rtw88: prohibit enter IPS during HW scanChih-Kang Chang2022-08-101-1/+2
| * | wifi: rtw88: add flag check before enter or leave IPSChih-Kang Chang2022-08-101-2/+5
| * | wifi: rtw88: add flushing queue before HW scanChih-Kang Chang2022-08-101-0/+4
| * | wifi: rtw88: fix WARNING:rtw_get_tx_power_params() during HW scanChih-Kang Chang2022-08-104-14/+28
| * | wifi: rtw88: add the update channel flow to support setting by parametersChih-Kang Chang2022-08-102-72/+116
| * | wifi: rtw88: add mutex when set regulatory and get Tx power tableChih-Kang Chang2022-08-102-4/+9
| * | wifi: rtw88: add mutex when set SARChih-Kang Chang2022-08-101-0/+2
| * | wifi: brcmfmac: Fix to add skb free for TIM update info when tx is completedWataru Gohda2022-08-103-9/+13
| * | wifi: brcmfmac: Fix to add brcmf_clear_assoc_ies when rmmodWataru Gohda2022-08-101-0/+1
| * | wifi: brcmfmac: fix invalid address access when enabling SCAN log levelWright Feng2022-08-101-6/+6
| * | wifi: brcmfmac: fix scheduling while atomic issue when deleting flowringWright Feng2022-08-102-10/+9
| * | wifi: brcmfmac: fix continuous 802.1x tx pending timeout errorWright Feng2022-08-102-2/+25
| * | wifi: rtw89: 8852a: correct WDE IMR settingsChia-Yuan Li2022-08-091-13/+8
| * | wifi: rtw89: refine leaving LPS functionZong-Zhe Yang2022-08-091-1/+2
| * | wifi: qtnfmac: remove braces around single statement blocksSebin Sebastian2022-08-091-3/+1
| * | wifi: rtlwifi: 8192de: correct checking of IQK reloadPing-Ke Shih2022-08-091-5/+4
| * | wifi: brcmsmac: remove duplicate wordsRuffalo Lavoisier2022-08-091-1/+1
| * | dt-bindings: wireless: use spi-peripheral-props.yamlKrzysztof Kozlowski2022-08-093-29/+25
| * | wifi: rtw88: access chip_info by const pointerPing-Ke Shih2022-08-0914-129/+129
| * | wifi: rtw88: phy: fix warning of possible buffer overflowZong-Zhe Yang2022-08-091-13/+8
| * | wifi: rtw88: fix store OP channel info timing when HW scanChih-Kang Chang2022-08-093-3/+17
| * | wifi: rtw88: fix stopping queues in wrong timing when HW scanChih-Kang Chang2022-08-091-1/+6
| * | wifi: rtw88: 8822c: extend supported probe request sizePo-Hao Huang2022-08-098-11/+59
| |/
* | r8152: add PID for the Lenovo OneLink+ DockJean-Francois Le Fillatre2022-08-262-0/+10
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2022-08-2610-27/+804
|\ \
| * | ice: Print human-friendly PHY typesAnirudh Venkataramanan2022-08-241-18/+140
| * | ice: Implement devlink port split operationsAnatolii Gerasymenko2022-08-243-0/+326
| * | ice: Add additional flags to ice_nvm_write_activateJacob Keller2022-08-243-5/+16
| * | ice: Add port option admin queue commandsAnatolii Gerasymenko2022-08-243-0/+178
| * | ice: Add support for ip TTL & ToS offloadMarcin Szycik2022-08-242-4/+144
* | | net: phylink: allow RGMII/RTBI in-band statusQingfang DENG2022-08-261-0/+5
* | | Merge branch 'prestera-matchall'David S. Miller2022-08-2613-78/+291
|\ \ \
| * | | net: prestera: manage matchall and flower prioritiesMaksym Glubokiy2022-08-268-0/+163
| * | | net: prestera: add support for egress traffic mirroringSerhiy Boiko2022-08-265-19/+39
| * | | net: prestera: acl: extract matchall logic into a separate fileSerhiy Boiko2022-08-266-66/+96
|/ / /
* | | net: asix: ax88772: add ethtool pause configurationOleksij Rempel2022-08-261-0/+20
* | | net: asix: ax88772: migrate to phylinkOleksij Rempel2022-08-263-11/+116
* | | dt-bindings: net: Add missing (unevaluated|additional)Properties on child nodesRob Herring2022-08-266-24/+19
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-08-26445-2813/+5229
|\ \ \
| * \ \ Merge tag 'net-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-08-25102-358/+865
| |\ \ \
| | * \ \ Merge branch 'net-lantiq_xrx200-fix-errors-under-memory-pressure'Jakub Kicinski2022-08-251-1/+8
| | |\ \ \
| | | * | | net: lantiq_xrx200: restore buffer if memory allocation failedAleksander Jan Bajkowski2022-08-251-0/+1
| | | * | | net: lantiq_xrx200: fix lock under memory pressureAleksander Jan Bajkowski2022-08-251-1/+1
| | | * | | net: lantiq_xrx200: confirm skb is allocated before usingAleksander Jan Bajkowski2022-08-251-0/+6
| | |/ / /
| | * | | net: stmmac: work around sporadic tx issue on link-upHeiner Kallweit2022-08-252-6/+11