aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* openvswitch: add OVS_DP_ATTR_PER_CPU_PIDS to get requestsAndrey Zhadchenko2022-08-261-1/+9
* openvswitch: allow specifying ifindex of new interfacesAndrey Zhadchenko2022-08-264-2/+15
* net: ftmac100: add an opportunity to get ethaddr from the platformSergei Antonov2022-08-261-0/+5
* net: dsa: mv88e6xxx: Allow external SMI if serialMarcus Carlberg2022-08-261-1/+1
* genetlink: hold read cb_lock during iteration of genl_fam_idr in genl_bind()Jiri Pirko2022-08-261-2/+2
* net/mlx4: Fix error check for dma_map_sgJack Wang2022-08-261-2/+2
* net: devlink: add RNLT lock assertion to devlink_compat_switch_id_get()Jiri Pirko2022-08-261-0/+2
* mlx4: Do type_clear() for devlink ports when type_set() was called previouslyJiri Pirko2022-08-261-0/+3
* net: dsa: mv88e6xxx: support RGMII cmodeMarcus Carlberg2022-08-262-0/+27
* net: sched: remove unnecessary init of qdisc skb headZhengchao Shao2022-08-263-10/+0
* Merge tag 'wireless-next-2022-08-26-v2' of git://git.kernel.org/pub/scm/linux...David S. Miller2022-08-2675-696/+1851
|\
| * wifi: rtw88: fix uninitialized use of primary channel indexPing-Ke Shih2022-08-261-2/+1
| * wifi: mac80211: use full 'unsigned int' typeXin Gao2022-08-261-4/+4
| * wifi: mac80211: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-261-1/+1
| * wifi: mac80211: read ethtool's sta_stats from sinfoRyder Lee2022-08-261-5/+5
| * wifi: mac80211: correct SMPS mode in HE 6 GHz capabilityJohannes Berg2022-08-264-4/+7
| * wifi: cfg80211: Add link_id to cfg80211_ch_switch_started_notify()Veerendranath Jakkam2022-08-255-11/+26
| * wifi: nl80211: send MLO links channel info in GET_INTERFACEVeerendranath Jakkam2022-08-251-0/+7
| * wifi: mac80211: allow bw change during channel switch in meshHari Chandrakanthan2022-08-251-3/+0
| * wifi: mac80211: clean up a needless assignment in ieee80211_sta_activate_link()Lukas Bulwahn2022-08-251-3/+1
| * wifi: mac80211: allow link address A2 in TXQ dequeueJohannes Berg2022-08-251-2/+2
| * wifi: mac80211: fix control port frame addressingJohannes Berg2022-08-251-1/+2
| * wifi: mac80211: set link ID in TX info for beaconsJohannes Berg2022-08-251-0/+2
| * wifi: mac80211_hwsim: fix link change handlingJohannes Berg2022-08-251-1/+6
| * wifi: mac80211: maintain link_id in link_staJohannes Berg2022-08-252-0/+3
| * wifi: cfg80211/mac80211: check EHT capability size correctlyJohannes Berg2022-08-257-29/+101
| * wifi: mac80211_hwsim: split iftype data into AP/non-APJohannes Berg2022-08-251-8/+379
| * wifi: mac80211: mlme: don't add empty EML capabilitiesMordechay Goodstein2022-08-251-3/+10
| * wifi: mac80211: use link ID for MLO in queued framesJohannes Berg2022-08-252-7/+27
| * wifi: mac80211: use the corresponding link for stats updateVasanthakumar Thiagarajan2022-08-251-6/+29
| * wifi: mac80211: add link information in ieee80211_rx_statusVasanthakumar Thiagarajan2022-08-252-1/+99
| * wifi: mac80211: properly implement MLO key handlingJohannes Berg2022-08-258-104/+286
| * wifi: cfg80211: Add link_id parameter to various key operations for MLOVeerendranath Jakkam2022-08-2520-178/+312
| * wifi: cfg80211: Prevent cfg80211_wext_siwencodeext() on MLDVeerendranath Jakkam2022-08-251-0/+7
| * wifi: cfg80211: reject connect response with MLO params for WEPVeerendranath Jakkam2022-08-251-0/+3
| * wifi: mac80211: fix use-after-freeJohannes Berg2022-08-251-1/+1
| * wifi: mac80211: use link in TXQ parameter configurationShaul Triebitz2022-08-251-1/+23
| * wifi: cfg80211: add link id to txq paramsShaul Triebitz2022-08-252-2/+17
| * 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