index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
wireless
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-10
Merge tag 'wireless-2024-12-10' of https://git.kernel.org/pub/scm/linux/kerne...
Jakub Kicinski
3
-3
/
+3
2024-12-06
wifi: cfg80211: sme: init n_channels before channels[] access
Haoyu Li
1
-0
/
+1
2024-12-03
wifi: cfg80211: clear link ID from bitmap during link delete after clean up
Aditya Kumar Singh
1
-2
/
+1
2024-12-03
wifi: nl80211: fix NL80211_ATTR_MLO_LINK_ID off-by-one
Lin Ma
1
-1
/
+1
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
2
-2
/
+2
2024-11-13
Merge tag 'wireless-next-2024-11-13' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
2
-10
/
+5
2024-11-11
net: convert to nla_get_*_default()
Johannes Berg
1
-36
/
+18
2024-11-07
wifi: cfg80211: Fix an error handling path in nl80211_start_ap()
Christophe JAILLET
1
-4
/
+4
2024-11-07
wifi: nl80211: fix bounds checker error in nl80211_parse_sched_scan
Aleksei Vetrov
1
-0
/
+1
2024-11-07
wifi: cfg80211: Remove the Medium Synchronization Delay validity check
Lingbo Kong
1
-6
/
+0
2024-10-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-0
/
+12
2024-10-29
Merge tag 'wireless-next-2024-10-25' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
20
-2064
/
+176
2024-10-25
wifi: cfg80211: clear wdev->cqm_config pointer on free
Johannes Berg
1
-0
/
+1
2024-10-25
Merge tag 'wireless-2024-10-21' of git://git.kernel.org/pub/scm/linux/kernel/...
David S. Miller
2
-0
/
+11
2024-10-23
wifi: cfg80211: add monitor SKIP_TX flag
Felix Fietkau
1
-0
/
+1
2024-10-23
wifi: cfg80211: pass net_device to .set_monitor_channel
Felix Fietkau
6
-9
/
+14
2024-10-23
wifi: cfg80211: report per wiphy radio antenna mask
Felix Fietkau
1
-0
/
+5
2024-10-23
wifi: cfg80211: add option for vif allowed radios
Felix Fietkau
4
-11
/
+90
2024-10-23
wifi: cfg80211: disallow SMPS in AP mode
Johannes Berg
1
-27
/
+3
2024-10-15
genetlink: hold RCU in genlmsg_mcast()
Eric Dumazet
1
-6
/
+2
2024-10-09
Merge net-next/main to resolve conflicts
Johannes Berg
1
-1
/
+1
2024-10-09
Revert "wifi: cfg80211: unexport wireless_nlevent_flush()"
Johannes Berg
2
-7
/
+1
2024-10-08
wifi: cfg80211: unexport wireless_nlevent_flush()
Johannes Berg
2
-1
/
+7
2024-10-08
wifi: cfg80211: stop exporting wext symbols
Johannes Berg
4
-25
/
+1
2024-10-08
wifi: wext/libipw: move spy implementation to libipw
Johannes Berg
3
-236
/
+0
2024-10-08
wifi: ipw2x00/lib80211: move remaining lib80211 into libipw
Johannes Berg
6
-1736
/
+0
2024-10-08
wifi: nl80211: remove redundant null pointer check in coalescing
Dmitry Kandybka
1
-2
/
+0
2024-10-08
wifi: cfg80211: check radio iface combination for multi radio per wiphy
Karthikeyan Periyasamy
1
-10
/
+54
2024-10-08
wifi: mac80211, cfg80211: miscellaneous spelling fixes
Dmitry Antipov
7
-8
/
+8
2024-10-08
wifi: cfg80211: Add wiphy_delayed_work_pending()
Remi Pommarel
1
-0
/
+7
2024-10-08
wifi: cfg80211: Do not create BSS entries for unsupported channels
Chenming Huang
1
-0
/
+4
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-09-09
wifi: cfg80211: fix two more possible UBSAN-detected off-by-one errors
Dmitry Antipov
2
-2
/
+4
2024-09-06
wifi: cfg80211/mac80211: use proper link ID for DFS
Aditya Kumar Singh
2
-12
/
+13
2024-09-06
wifi: cfg80211: handle DFS per link
Aditya Kumar Singh
5
-34
/
+62
2024-09-06
wifi: cfg80211: move DFS related members to links[] in wireless_dev
Aditya Kumar Singh
5
-13
/
+14
2024-09-06
wifi: trace: unlink rdev_end_cac trace event from wiphy_netdev_evt class
Aditya Kumar Singh
1
-3
/
+12
2024-09-06
wifi: cfg80211: avoid overriding direct/MBSSID BSS with per-STA profile BSS
Veerendranath Jakkam
1
-0
/
+27
2024-09-06
wifi: cfg80211: skip indicating signal for per-STA profile BSSs
Veerendranath Jakkam
3
-11
/
+19
2024-09-06
wifi: cfg80211: make BSS source types public
Veerendranath Jakkam
2
-5
/
+7
2024-09-06
wifi: cfg80211: Avoid RCU debug splat in __cfg80211_bss_update error paths
Veerendranath Jakkam
1
-2
/
+2
2024-09-06
wifi: cfg80211: fix UBSAN noise in cfg80211_wext_siwscan()
Dmitry Antipov
1
-3
/
+3
2024-09-04
Merge tag 'wireless-next-2024-09-04' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
6
-15
/
+30
2024-09-03
netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_local
Alexander Lobakin
1
-5
/
+5
2024-08-28
wifi: cfg80211: Set correct chandef when starting CAC
Issam Hamdi
1
-1
/
+14
2024-08-27
wifi: cfg80211: Use kmemdup_array instead of kmemdup for multiple allocation
Yu Jiaoliang
1
-2
/
+2
2024-08-27
wifi: cfg80211: fix bug of mapping AF3x to incorrect User Priority
hhorace
1
-4
/
+6
2024-08-27
wifi: lib80211: Constify struct lib80211_crypto_ops
Christophe JAILLET
4
-4
/
+4
2024-08-27
wifi: lib80211: Handle const struct lib80211_crypto_ops in lib80211
Christophe JAILLET
1
-4
/
+4
2024-07-26
wifi: cfg80211: correct S1G beacon length calculation
Johannes Berg
1
-3
/
+8
[next]