summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mm-everything' of git://git.kernel.org/pub/scm/linux/kernel/git...akpm-baseakpmStephen Rothwell2022-06-282-2/+2
|\
| * mm/swap: convert __put_page() to __folio_put()Matthew Wilcox (Oracle)2022-06-271-1/+1
| * mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-06-271-1/+1
* | Merge branch 'mm-stable' of git://git.kernel.org/pub/scm/linux/kernel/git/akp...Stephen Rothwell2022-06-281-0/+7
|\ \ | |/
| * Merge branch 'master' into mm-stableakpm2022-06-2724-480/+230
| |\
| * | net: set proper memcg for net_init hooks allocationsVasily Averin2022-06-161-0/+7
* | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Stephen Rothwell2022-06-281-0/+6
|\ \ \
| * | | net: ipconfig: Relax fw_devlink if we need to mount a network rootfsSaravana Kannan2022-06-101-0/+6
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wire...Stephen Rothwell2022-06-2853-2746/+4873
|\ \ \ \
| * | | | cfg80211: Indicate MLO connection info in connect and roam callbacksVeerendranath Jakkam2022-06-203-114/+401
| * | | | wifi: nl80211: expose link ID for associated BSSesJohannes Berg2022-06-201-2/+4
| * | | | wifi: nl80211: expose link information for interfacesJohannes Berg2022-06-201-0/+22
| * | | | wifi: mac80211: set STA deflink addressesJohannes Berg2022-06-201-0/+2
| * | | | wifi: mac80211: maintain link-sta hash tableJohannes Berg2022-06-203-7/+92
| * | | | wifi: mac80211: RCU-ify link STA pointersJohannes Berg2022-06-2016-145/+179
| * | | | wifi: mac80211: ethtool: use deflink for nowJohannes Berg2022-06-201-10/+10
| * | | | wifi: mac80211: move ieee80211_bssid_match() functionJohannes Berg2022-06-202-6/+6
| * | | | wifi: mac80211: return a beacon for a specific linkShaul Triebitz2022-06-201-31/+44
| * | | | wifi: mac80211: pass the link id in start/stop apShaul Triebitz2022-06-204-16/+41
| * | | | wifi: mac80211: use link in start/stop apShaul Triebitz2022-06-201-102/+115
| * | | | wifi: mac80211: implement add/del interface link callbacksJohannes Berg2022-06-201-0/+20
| * | | | wifi: cfg80211: add optional link add/remove callbacksJohannes Berg2022-06-203-2/+58
| * | | | wifi: cfg80211: sort trace.hJohannes Berg2022-06-201-137/+137
| * | | | wifi: mac80211: add sta link addition/removalJohannes Berg2022-06-209-33/+195
| * | | | wifi: mac80211: add MLO link ID to TX frame metadataJohannes Berg2022-06-201-2/+32
| * | | | wifi: mac80211: remove band from TX info in MLOJohannes Berg2022-06-202-38/+70
| * | | | wifi: mac80211: add vif link addition/removalJohannes Berg2022-06-204-3/+182
| * | | | wifi: nl80211: support MLO in auth/assocJohannes Berg2022-06-203-6/+117
| * | | | wifi: mac80211: ignore IEEE80211_CONF_CHANGE_SMPS in chanctx modeJohannes Berg2022-06-201-1/+2
| * | | | wifi: cfg80211: simplify cfg80211_mlme_auth() prototypeJohannes Berg2022-06-204-55/+46
| * | | | wifi: nl80211: refactor BSS lookup in nl80211_associate()Johannes Berg2022-06-201-21/+38
| * | | | wifi: cfg80211: mlme: get BSS entry outside cfg80211_mlme_assoc()Johannes Berg2022-06-204-22/+27
| * | | | wifi: mac80211: tx: simplify chanctx_conf handlingJohannes Berg2022-06-201-36/+9
| * | | | wifi: mac80211: status: look up band only where neededJohannes Berg2022-06-205-23/+13
| * | | | wifi: mac80211: sort trace.h fileJohannes Berg2022-06-201-456/+456
| * | | | wifi: mac80211: correct link config data in tracingJohannes Berg2022-06-201-23/+25
| * | | | wifi: mac80211: make ieee80211_he_cap_ie_to_sta_he_cap() MLO-awareJohannes Berg2022-06-205-11/+13
| * | | | wifi: mac80211: make some SMPS code MLD-awareJohannes Berg2022-06-207-25/+38
| * | | | wifi: mac80211: HT: make ieee80211_ht_cap_ie_to_sta_ht_cap() MLO-awareJohannes Berg2022-06-206-11/+12
| * | | | wifi: mac80211: add link_id to eht.c code for MLOJohannes Berg2022-06-204-7/+12
| * | | | wifi: mac80211: add link_id to vht.c code for MLOJohannes Berg2022-06-2010-78/+89
| * | | | wifi: mac80211: refactor some link setup codeJohannes Berg2022-06-201-11/+22
| * | | | wifi: mac80211: validate some driver features for MLOJohannes Berg2022-06-201-0/+42
| * | | | wifi: mac80211: use IEEE80211_MLD_MAX_NUM_LINKSJohannes Berg2022-06-201-1/+1
| * | | | wifi: mac80211: refactor some sta_info link handlingJohannes Berg2022-06-201-23/+56
| * | | | wifi: mac80211: remove sta_info_tx_streams()Johannes Berg2022-06-202-36/+0
| * | | | wifi: mac80211: make channel context code MLO-awareJohannes Berg2022-06-2019-391/+566
| * | | | wifi: mac80211: pass link ID where already presentJohannes Berg2022-06-201-3/+4
| * | | | wifi: mac80211: add per-link configuration pointerJohannes Berg2022-06-202-2/+22
| * | | | wifi: mac80211: split bss_info_changed methodJohannes Berg2022-06-2015-109/+241