index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
mac80211
/
scan.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-10
mac80211: Convert compare_ether_addr to ether_addr_equal
Joe Perches
1
-1
/
+1
2012-04-23
mac80211: Support on-channel scan option.
Ben Greear
1
-26
/
+69
2012-04-13
mac80211: remove ieee80211_rx_bss_get
Mohammed Shafi Shajakhan
1
-14
/
+0
2012-04-13
mac80211: do not scan and monitor connection in parallel
Stanislaw Gruszka
1
-1
/
+28
2012-03-28
mac80211: fix oper channel timestamp updation
Rajkumar Manoharan
1
-1
/
+1
2012-03-07
mac80211: Filter duplicate IE ids
Paul Stewart
1
-20
/
+51
2012-03-06
mac80211: use compare_ether_addr on MAC addresses instead of memcmp
Felix Fietkau
1
-1
/
+2
2012-01-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-1
/
+1
2012-01-04
mac80211: fix scan state machine
Mohammed Shafi Shajakhan
1
-1
/
+1
2011-12-20
net: fix assignment of 0/1 to bool variables.
Rusty Russell
1
-1
/
+1
2011-12-01
mac80211: revert on-channel work optimisations
Johannes Berg
1
-2
/
+2
2011-11-22
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
John W. Linville
1
-0
/
+1
2011-11-11
mac80211: simplify scan state machine
Johannes Berg
1
-122
/
+77
2011-11-01
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
Paul Gortmaker
1
-0
/
+1
2011-10-25
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2011-10-12
mac80211: pass no-CCK flag through to HW scan
Johannes Berg
1
-0
/
+1
2011-09-27
mac80211: Send the management frame at requested rate
Rajkumar Manoharan
1
-1
/
+2
2011-08-25
PM QoS: Move and rename the implementation files
Jean Pihet
1
-1
/
+1
2011-07-20
mac80211: implement scan supported rates
Johannes Berg
1
-3
/
+3
2011-07-11
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-1
/
+2
2011-07-07
mac80211: fix ie memory allocation for scheduled scans
Luciano Coelho
1
-1
/
+2
2011-06-27
mac80211: Drop DS Channel PARAM in directed probe
Paul Stewart
1
-1
/
+2
2011-06-27
mac80211: restrict advertised HW scan rates
Johannes Berg
1
-2
/
+3
2011-06-17
mac80211: add cancel_hw_scan() callback
Eliad Peller
1
-16
/
+21
2011-05-27
mac80211: Remove duplicate linux/slab.h include from net/mac80211/scan.c
Jesper Juhl
1
-1
/
+0
2011-05-16
mac80211: abort scan_work immediately when the device goes down
Rajkumar Manoharan
1
-0
/
+5
2011-05-12
cfg80211/mac80211: avoid bounce back mac->cfg->mac on sched_scan_stopped
Luciano Coelho
1
-6
/
+27
2011-05-11
mac80211: add support for HW scheduled scan
Luciano Coelho
1
-0
/
+99
2011-05-10
mac80211: don't drop frames where skb->len < 24 in ieee80211_scan_rx()
Luciano Coelho
1
-1
/
+1
2011-03-07
mac80211: fix scan race, simplify code
Johannes Berg
1
-40
/
+24
2011-02-10
mac80211: Ensure power-level set properly for scanning.
Ben Greear
1
-1
/
+8
2011-02-10
mac80211: Allow scanning on existing channel-type.
Ben Greear
1
-4
/
+2
2011-02-05
mac80211: Optimize scans on current operating channel.
Ben Greear
1
-25
/
+63
2011-01-21
cfg80211: Extend channel to frequency mapping for 802.11j
Bruno Randolf
1
-1
/
+2
2010-10-07
mac80211: fix sw scan locking
Johannes Berg
1
-2
/
+1
2010-10-07
mac80211: avoid uninitialized var warning in ieee80211_scan_cancel
John W. Linville
1
-3
/
+4
2010-10-07
mac80211: compete scan to cfg80211 if deferred scan fail to start
Stanislaw Gruszka
1
-0
/
+2
2010-10-07
mac80211: do not requeue scan work when not needed
Stanislaw Gruszka
1
-12
/
+3
2010-10-07
mac80211: assure we also cancel deferred scan request
Stanislaw Gruszka
1
-10
/
+25
2010-10-07
mac80211: keep lock when calling __ieee80211_scan_completed()
Stanislaw Gruszka
1
-36
/
+39
2010-10-07
mac80211: reduce number of __ieee80211_scan_completed calls
Stanislaw Gruszka
1
-22
/
+29
2010-09-24
mac80211: Add DS Parameter Set into Probe Request on 2.4 GHz
Jouni Malinen
1
-1
/
+2
2010-09-24
mac80211: Filter ProbeReq SuppRates based on TX rate mask
Jouni Malinen
1
-1
/
+1
2010-08-27
mac80211: allow scan to complete from any context
Johannes Berg
1
-8
/
+26
2010-08-16
mac80211: per interface idle notification
Johannes Berg
1
-0
/
+2
2010-08-16
mac80211: unify scan and work mutexes
Johannes Berg
1
-15
/
+15
2010-08-04
mac80211: fix scan locking wrt. hw scan
Johannes Berg
1
-14
/
+0
2010-07-29
mac80211: allow drivers to request DTIM period
Johannes Berg
1
-0
/
+4
2010-07-29
Revert "mac80211: fix sw scan bracketing"
Luis R. Rodriguez
1
-2
/
+2
2010-06-21
mac80211: Fix compile warning in scan.c.
Gertjan van Wingerde
1
-1
/
+1
[next]