Home
last modified time | relevance | path

Searched hist:d8675a63518c6148827838058feb7f18403faed1 (Results 1 – 21 of 21) sorted by relevance

/openbmc/linux/net/mac80211/
H A Docb.cdiff d8675a63518c6148827838058feb7f18403faed1 Fri Jun 17 15:36:37 CDT 2022 Johannes Berg <johannes.berg@intel.com> wifi: mac80211: RCU-ify link/link_conf pointers

Since links can be added and removed dynamically, we need to
somehow protect the sdata->link[] and vif->link_conf[] array
pointers from disappearing when accessing them without locks.
RCU-ify the pointers to achieve this, which requires quite a
bit of rework.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
H A Dtdls.cdiff d8675a63518c6148827838058feb7f18403faed1 Fri Jun 17 15:36:37 CDT 2022 Johannes Berg <johannes.berg@intel.com> wifi: mac80211: RCU-ify link/link_conf pointers

Since links can be added and removed dynamically, we need to
somehow protect the sdata->link[] and vif->link_conf[] array
pointers from disappearing when accessing them without locks.
RCU-ify the pointers to achieve this, which requires quite a
bit of rework.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
H A Dvht.cdiff d8675a63518c6148827838058feb7f18403faed1 Fri Jun 17 15:36:37 CDT 2022 Johannes Berg <johannes.berg@intel.com> wifi: mac80211: RCU-ify link/link_conf pointers

Since links can be added and removed dynamically, we need to
somehow protect the sdata->link[] and vif->link_conf[] array
pointers from disappearing when accessing them without locks.
RCU-ify the pointers to achieve this, which requires quite a
bit of rework.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
H A Doffchannel.cdiff d8675a63518c6148827838058feb7f18403faed1 Fri Jun 17 15:36:37 CDT 2022 Johannes Berg <johannes.berg@intel.com> wifi: mac80211: RCU-ify link/link_conf pointers

Since links can be added and removed dynamically, we need to
somehow protect the sdata->link[] and vif->link_conf[] array
pointers from disappearing when accessing them without locks.
RCU-ify the pointers to achieve this, which requires quite a
bit of rework.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
H A Dht.cdiff d8675a63518c6148827838058feb7f18403faed1 Fri Jun 17 15:36:37 CDT 2022 Johannes Berg <johannes.berg@intel.com> wifi: mac80211: RCU-ify link/link_conf pointers

Since links can be added and removed dynamically, we need to
somehow protect the sdata->link[] and vif->link_conf[] array
pointers from disappearing when accessing them without locks.
RCU-ify the pointers to achieve this, which requires quite a
bit of rework.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
H A Dtrace.hdiff d8675a63518c6148827838058feb7f18403faed1 Fri Jun 17 15:36:37 CDT 2022 Johannes Berg <johannes.berg@intel.com> wifi: mac80211: RCU-ify link/link_conf pointers

Since links can be added and removed dynamically, we need to
somehow protect the sdata->link[] and vif->link_conf[] array
pointers from disappearing when accessing them without locks.
RCU-ify the pointers to achieve this, which requires quite a
bit of rework.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
H A Dchan.cdiff d8675a63518c6148827838058feb7f18403faed1 Fri Jun 17 15:36:37 CDT 2022 Johannes Berg <johannes.berg@intel.com> wifi: mac80211: RCU-ify link/link_conf pointers

Since links can be added and removed dynamically, we need to
somehow protect the sdata->link[] and vif->link_conf[] array
pointers from disappearing when accessing them without locks.
RCU-ify the pointers to achieve this, which requires quite a
bit of rework.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
H A Ddebugfs_netdev.cdiff d8675a63518c6148827838058feb7f18403faed1 Fri Jun 17 15:36:37 CDT 2022 Johannes Berg <johannes.berg@intel.com> wifi: mac80211: RCU-ify link/link_conf pointers

Since links can be added and removed dynamically, we need to
somehow protect the sdata->link[] and vif->link_conf[] array
pointers from disappearing when accessing them without locks.
RCU-ify the pointers to achieve this, which requires quite a
bit of rework.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
H A Ddriver-ops.hdiff d8675a63518c6148827838058feb7f18403faed1 Fri Jun 17 15:36:37 CDT 2022 Johannes Berg <johannes.berg@intel.com> wifi: mac80211: RCU-ify link/link_conf pointers

Since links can be added and removed dynamically, we need to
somehow protect the sdata->link[] and vif->link_conf[] array
pointers from disappearing when accessing them without locks.
RCU-ify the pointers to achieve this, which requires quite a
bit of rework.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
H A Dibss.cdiff d8675a63518c6148827838058feb7f18403faed1 Fri Jun 17 15:36:37 CDT 2022 Johannes Berg <johannes.berg@intel.com> wifi: mac80211: RCU-ify link/link_conf pointers

Since links can be added and removed dynamically, we need to
somehow protect the sdata->link[] and vif->link_conf[] array
pointers from disappearing when accessing them without locks.
RCU-ify the pointers to achieve this, which requires quite a
bit of rework.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
H A Dmesh.cdiff d8675a63518c6148827838058feb7f18403faed1 Fri Jun 17 15:36:37 CDT 2022 Johannes Berg <johannes.berg@intel.com> wifi: mac80211: RCU-ify link/link_conf pointers

Since links can be added and removed dynamically, we need to
somehow protect the sdata->link[] and vif->link_conf[] array
pointers from disappearing when accessing them without locks.
RCU-ify the pointers to achieve this, which requires quite a
bit of rework.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
H A Dmain.cdiff d8675a63518c6148827838058feb7f18403faed1 Fri Jun 17 15:36:37 CDT 2022 Johannes Berg <johannes.berg@intel.com> wifi: mac80211: RCU-ify link/link_conf pointers

Since links can be added and removed dynamically, we need to
somehow protect the sdata->link[] and vif->link_conf[] array
pointers from disappearing when accessing them without locks.
RCU-ify the pointers to achieve this, which requires quite a
bit of rework.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
H A Dsta_info.cdiff d8675a63518c6148827838058feb7f18403faed1 Fri Jun 17 15:36:37 CDT 2022 Johannes Berg <johannes.berg@intel.com> wifi: mac80211: RCU-ify link/link_conf pointers

Since links can be added and removed dynamically, we need to
somehow protect the sdata->link[] and vif->link_conf[] array
pointers from disappearing when accessing them without locks.
RCU-ify the pointers to achieve this, which requires quite a
bit of rework.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
H A Diface.cdiff d8675a63518c6148827838058feb7f18403faed1 Fri Jun 17 15:36:37 CDT 2022 Johannes Berg <johannes.berg@intel.com> wifi: mac80211: RCU-ify link/link_conf pointers

Since links can be added and removed dynamically, we need to
somehow protect the sdata->link[] and vif->link_conf[] array
pointers from disappearing when accessing them without locks.
RCU-ify the pointers to achieve this, which requires quite a
bit of rework.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
H A Dutil.cdiff d8675a63518c6148827838058feb7f18403faed1 Fri Jun 17 15:36:37 CDT 2022 Johannes Berg <johannes.berg@intel.com> wifi: mac80211: RCU-ify link/link_conf pointers

Since links can be added and removed dynamically, we need to
somehow protect the sdata->link[] and vif->link_conf[] array
pointers from disappearing when accessing them without locks.
RCU-ify the pointers to achieve this, which requires quite a
bit of rework.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
H A Dcfg.cdiff d8675a63518c6148827838058feb7f18403faed1 Fri Jun 17 15:36:37 CDT 2022 Johannes Berg <johannes.berg@intel.com> wifi: mac80211: RCU-ify link/link_conf pointers

Since links can be added and removed dynamically, we need to
somehow protect the sdata->link[] and vif->link_conf[] array
pointers from disappearing when accessing them without locks.
RCU-ify the pointers to achieve this, which requires quite a
bit of rework.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
H A Dieee80211_i.hdiff d8675a63518c6148827838058feb7f18403faed1 Fri Jun 17 15:36:37 CDT 2022 Johannes Berg <johannes.berg@intel.com> wifi: mac80211: RCU-ify link/link_conf pointers

Since links can be added and removed dynamically, we need to
somehow protect the sdata->link[] and vif->link_conf[] array
pointers from disappearing when accessing them without locks.
RCU-ify the pointers to achieve this, which requires quite a
bit of rework.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
H A Dtx.cdiff d8675a63518c6148827838058feb7f18403faed1 Fri Jun 17 15:36:37 CDT 2022 Johannes Berg <johannes.berg@intel.com> wifi: mac80211: RCU-ify link/link_conf pointers

Since links can be added and removed dynamically, we need to
somehow protect the sdata->link[] and vif->link_conf[] array
pointers from disappearing when accessing them without locks.
RCU-ify the pointers to achieve this, which requires quite a
bit of rework.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
H A Drx.cdiff d8675a63518c6148827838058feb7f18403faed1 Fri Jun 17 15:36:37 CDT 2022 Johannes Berg <johannes.berg@intel.com> wifi: mac80211: RCU-ify link/link_conf pointers

Since links can be added and removed dynamically, we need to
somehow protect the sdata->link[] and vif->link_conf[] array
pointers from disappearing when accessing them without locks.
RCU-ify the pointers to achieve this, which requires quite a
bit of rework.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
H A Dmlme.cdiff d8675a63518c6148827838058feb7f18403faed1 Fri Jun 17 15:36:37 CDT 2022 Johannes Berg <johannes.berg@intel.com> wifi: mac80211: RCU-ify link/link_conf pointers

Since links can be added and removed dynamically, we need to
somehow protect the sdata->link[] and vif->link_conf[] array
pointers from disappearing when accessing them without locks.
RCU-ify the pointers to achieve this, which requires quite a
bit of rework.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
/openbmc/linux/include/net/
H A Dmac80211.hdiff d8675a63518c6148827838058feb7f18403faed1 Fri Jun 17 15:36:37 CDT 2022 Johannes Berg <johannes.berg@intel.com> wifi: mac80211: RCU-ify link/link_conf pointers

Since links can be added and removed dynamically, we need to
somehow protect the sdata->link[] and vif->link_conf[] array
pointers from disappearing when accessing them without locks.
RCU-ify the pointers to achieve this, which requires quite a
bit of rework.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>