index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
mach-ux500
/
Kconfig
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-12-05
cfg80211: don't "leak" uncompleted scans
Eliad Peller
3
-30
/
+8
2013-12-05
mac80211: start_next_roc only if scan was actually running
Eliad Peller
1
-1
/
+3
2013-12-05
mac80211: determine completed scan type by defined ops
Eliad Peller
1
-8
/
+7
2013-12-05
cfg80211: stop sched scan only when needed
Barak Bercovitz
1
-1
/
+4
2013-12-05
cfg80211: in bitrate_mask, rename mcs to ht_mcs
Janusz Dziedzic
6
-20
/
+22
2013-12-05
nl80211: allow setting bitrate mask back to default
Janusz Dziedzic
1
-3
/
+5
2013-12-05
mac80211: warn if unhashing station fails
Johannes Berg
1
-1
/
+1
2013-12-04
mac80211: neaten ieee80211_deliver_skb
Johannes Berg
1
-17
/
+15
2013-12-04
nl80211: allow the use of DFS channel in mesh
Chun-Yeow Yeoh
1
-2
/
+11
2013-12-03
nl80211: vendor command support
Johannes Berg
6
-74
/
+348
2013-12-03
nl80211: don't clear bitrate_mask twice
Janusz Dziedzic
1
-9
/
+8
2013-12-03
mac80211: remove duplicate code
Eliad Peller
1
-8
/
+0
2013-12-03
cfg80211: DFS check dfs_region before usage
Luis R. Rodriguez
1
-0
/
+5
2013-12-03
cfg80211: add reg_get_dfs_region()
Luis R. Rodriguez
2
-0
/
+28
2013-12-03
nl80211/cfg80211: Set Operating Mode Notification
Marek Kwaczynski
3
-0
/
+17
2013-12-03
mac80211: move align variable to remove __maybe_unused
Johannes Berg
1
-3
/
+2
2013-12-03
Revert "mac80211: add driver callback for per-interface multicast filter"
Johannes Berg
4
-58
/
+0
2013-12-02
mac80211: fix rx_nss calculation for drivers with hw rc
Michal Kazior
1
-2
/
+2
2013-12-02
mac80211: don't leak next beacon when csa is aborted
Simon Wunderlich
1
-0
/
+3
2013-12-02
mac80211: don't cancel csa finalize work within stop_ap
Simon Wunderlich
1
-1
/
+0
2013-12-02
cfg80211/mac80211/ath6kl: acquire wdev lock outside ch_switch_notify
Simon Wunderlich
4
-13
/
+22
2013-12-02
mac80211: modify beacon using sdata/wdev-lock, not rtnl lock
Simon Wunderlich
2
-8
/
+15
2013-12-02
cfg80211: protect beacon changing functions with wdev-lock
Simon Wunderlich
1
-3
/
+19
2013-12-02
mac80211: mesh: only get tsf if we need it
Bob Copeland
1
-14
/
+14
2013-12-02
cfg80211: aggregate mgmt_tx parameters into a struct
Andrei Otcheretianski
10
-69
/
+86
2013-12-02
mac80211: update ht flag if bss configuration changed
Avri Altman
1
-8
/
+10
2013-12-02
mac80211: remove sta_info_flush() from interface teardown
Johannes Berg
1
-4
/
+0
2013-12-02
mac80211: Tx frame latency statistics
Matti Gottlieb
8
-0
/
+486
2013-12-02
mac80211_hwsim: use CLOCK_MONOTONIC_RAW
Johannes Berg
1
-1
/
+1
2013-12-02
cfg80211: fix reporting 5/10 MHz support to user space
Felix Fietkau
2
-4
/
+13
2013-11-25
mac80211: minstrel_ht: do not sample unsupported rates
Karl Beldan
1
-3
/
+7
2013-11-25
cfg80211: replace print_dfs_region() with reg_dfs_region_str() helper
Luis R. Rodriguez
1
-25
/
+16
2013-11-25
cfg80211: distinguish unset DFS region from unknown
Luis R. Rodriguez
1
-0
/
+3
2013-11-25
cfg80211: intersection dfs regions when intersecting regdomains
Luis R. Rodriguez
1
-0
/
+16
2013-11-25
cfg80211: use enum nl80211_dfs_regions for dfs_region everywhere
Luis R. Rodriguez
4
-6
/
+6
2013-11-25
mac80211: minstrels: spare numerous useless calls to get_random_bytes
Karl Beldan
2
-4
/
+2
2013-11-25
mac80211: minstrel_ht: replace some occurences of MCS_GROUP_RATES
Karl Beldan
2
-7
/
+5
2013-11-25
mac80211: add min required channel definition field
Eliad Peller
6
-2
/
+187
2013-11-25
mac80211: enable easier manipulation of VHT beamforming caps
Eyal Shapira
2
-6
/
+9
2013-11-25
mac80211: move csa_chandef to sdata
Luciano Coelho
6
-17
/
+14
2013-11-25
mac80211: use put_unaligned_le in mesh when necessary
Chun-Yeow Yeoh
4
-58
/
+45
2013-11-25
mac80211: use put_unaligned_le16 in mesh_plink_frame_tx
Chun-Yeow Yeoh
5
-34
/
+34
2013-11-25
cfg80211: add an option to disable processing country IEs
Luis R. Rodriguez
2
-0
/
+8
2013-11-25
cfg80211: add flags to define country IE processing rules
Luis R. Rodriguez
3
-18
/
+29
2013-11-25
cfg80211: move regulatory flags to their own variable
Luis R. Rodriguez
14
-88
/
+108
2013-11-25
mac80211: use put_unaligned_le16 for precedence value in mesh
Chun-Yeow Yeoh
2
-7
/
+2
2013-11-25
mac80211_hwsim: claim CCK support for HT clients
Karl Beldan
1
-1
/
+2
2013-11-25
cfg80211: rename __set_regdom() to reg_set_rd_country_ie()
Luis R. Rodriguez
1
-6
/
+5
2013-11-25
cfg80211: set driver regulatory updates on its own
Luis R. Rodriguez
1
-67
/
+56
2013-11-25
cfg80211: set user regulatory updates on its own
Luis R. Rodriguez
1
-0
/
+35
[next]