aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-06-20wifi: mac80211: RCU-ify link STA pointersJohannes Berg16-145/+179
2022-06-20wifi: mac80211: ethtool: use deflink for nowJohannes Berg1-10/+10
2022-06-20wifi: mac80211: move ieee80211_bssid_match() functionJohannes Berg2-6/+6
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz1-31/+44
2022-06-20wifi: mac80211: pass the link id in start/stop apShaul Triebitz4-16/+41
2022-06-20wifi: mac80211: use link in start/stop apShaul Triebitz1-102/+115
2022-06-20wifi: mac80211: implement add/del interface link callbacksJohannes Berg1-0/+20
2022-06-20wifi: cfg80211: add optional link add/remove callbacksJohannes Berg3-2/+58
2022-06-20wifi: cfg80211: sort trace.hJohannes Berg1-137/+137
2022-06-20wifi: mac80211: add sta link addition/removalJohannes Berg9-33/+195
2022-06-20wifi: mac80211: add MLO link ID to TX frame metadataJohannes Berg1-2/+32
2022-06-20wifi: mac80211: remove band from TX info in MLOJohannes Berg2-38/+70
2022-06-20wifi: mac80211: add vif link addition/removalJohannes Berg4-3/+182
2022-06-20wifi: nl80211: support MLO in auth/assocJohannes Berg3-6/+117
2022-06-20wifi: mac80211: ignore IEEE80211_CONF_CHANGE_SMPS in chanctx modeJohannes Berg1-1/+2
2022-06-20wifi: cfg80211: simplify cfg80211_mlme_auth() prototypeJohannes Berg4-55/+46
2022-06-20wifi: nl80211: refactor BSS lookup in nl80211_associate()Johannes Berg1-21/+38
2022-06-20wifi: cfg80211: mlme: get BSS entry outside cfg80211_mlme_assoc()Johannes Berg4-22/+27
2022-06-20wifi: mac80211: tx: simplify chanctx_conf handlingJohannes Berg1-36/+9
2022-06-20wifi: mac80211: status: look up band only where neededJohannes Berg5-23/+13
2022-06-20wifi: mac80211: sort trace.h fileJohannes Berg1-456/+456
2022-06-20wifi: mac80211: correct link config data in tracingJohannes Berg1-23/+25
2022-06-20wifi: mac80211: make ieee80211_he_cap_ie_to_sta_he_cap() MLO-awareJohannes Berg5-11/+13
2022-06-20wifi: mac80211: make some SMPS code MLD-awareJohannes Berg7-25/+38
2022-06-20wifi: mac80211: HT: make ieee80211_ht_cap_ie_to_sta_ht_cap() MLO-awareJohannes Berg6-11/+12
2022-06-20wifi: mac80211: add link_id to eht.c code for MLOJohannes Berg4-7/+12
2022-06-20wifi: mac80211: add link_id to vht.c code for MLOJohannes Berg10-78/+89
2022-06-20wifi: mac80211: refactor some link setup codeJohannes Berg1-11/+22
2022-06-20wifi: mac80211: validate some driver features for MLOJohannes Berg1-0/+42
2022-06-20wifi: mac80211: use IEEE80211_MLD_MAX_NUM_LINKSJohannes Berg1-1/+1
2022-06-20wifi: mac80211: refactor some sta_info link handlingJohannes Berg1-23/+56
2022-06-20wifi: mac80211: remove sta_info_tx_streams()Johannes Berg2-36/+0
2022-06-20wifi: mac80211: make channel context code MLO-awareJohannes Berg19-391/+566
2022-06-20wifi: mac80211: pass link ID where already presentJohannes Berg1-3/+4
2022-06-20wifi: mac80211: add per-link configuration pointerJohannes Berg2-2/+22
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg15-109/+241
2022-06-20wifi: mac80211: reorg some iface data structs for MLDJohannes Berg22-486/+534
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg13-67/+76
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg20-122/+125
2022-06-20wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg19-487/+1084
2022-06-20wifi: mac80211: reject WEP or pairwise keys with key ID > 3Johannes Berg1-5/+13
2022-06-20net/tls: fix tls_sk_proto_close executed repeatedlyZiyang Xuan1-0/+3
2022-06-20erspan: do not assume transport header is always setEric Dumazet2-10/+20
2022-06-20raw: Use helpers for the hlist_nulls variant.Kuniyuki Iwashima3-8/+8
2022-06-20raw: Fix mixed declarations error in raw_icmp_error().Kuniyuki Iwashima1-1/+1
2022-06-19raw: convert raw sockets to RCUEric Dumazet5-69/+69
2022-06-19raw: use more conventional iteratorsEric Dumazet3-144/+87
2022-06-18ping: convert to RCU lookups, get rid of rwlockEric Dumazet1-20/+16
2022-06-17ax25: use GFP_KERNEL in ax25_dev_device_up()Peter Lafreniere1-2/+3
2022-06-17net/sched: sch_netem: Fix arithmetic in netem_dump() for 32-bit platformsPeilin Ye1-2/+2