index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
mac80211
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-06
mac80211: Fix regression that triggers a kernel BUG with CCMP
Ronald Wahl
1
-0
/
+3
2014-11-04
mac80211: replace restart_complete() with reconfig_complete()
Eliad Peller
3
-8
/
+30
2014-11-04
mac80211: increase U-APSD max service period length
Andrei Otcheretianski
1
-1
/
+1
2014-11-04
mac80211: handle RIC data element in reassociation request
Johannes Berg
3
-7
/
+50
2014-11-04
mac80211: 802.11p OCB mode support
Rostislav Lisovy
13
-9
/
+415
2014-11-04
cfg80211: 802.11p OCB mode handling
Rostislav Lisovy
4
-0
/
+11
2014-11-04
mac80211: add support for driver tx power reporting
Felix Fietkau
3
-0
/
+44
2014-11-03
mac80211: fix use-after-free in defragmentation
Johannes Berg
1
-7
/
+7
2014-10-31
mac80211: fix spelling errors
Stephen Hemminger
4
-4
/
+4
2014-10-30
mac80211: properly flush delayed scan work on interface removal
Johannes Berg
1
-1
/
+6
2014-10-29
mac80211: schedule the actual switch of the station before CSA count 0
Luciano Coelho
1
-1
/
+2
2014-10-29
mac80211: use secondary channel offset IE also beacons during CSA
Luciano Coelho
5
-17
/
+10
2014-10-29
mac80211: flush keys for AP mode on ieee80211_do_stop
Felix Fietkau
1
-5
/
+6
2014-10-27
mac80211: minstrel_ht: do not always skip ht rates vht_only is true
Karl Beldan
1
-1
/
+1
2014-10-27
mac80211: don't flush when probing the AP
Emmanuel Grumbach
1
-2
/
+0
2014-10-27
mac80211: support creating vifs with specified mac address
Ben Greear
2
-1
/
+5
2014-10-27
mac80211: support creating wiphy w/out creating wlanX
Ben Greear
1
-1
/
+2
2014-10-27
mac80211: allow creating wiphy devices with suggested name
Ben Greear
1
-4
/
+5
2014-10-23
mac80211: expose API allowing station iteration
Arik Nemtsov
1
-0
/
+28
2014-10-23
mac80211: add stations in order to the station list
Arik Nemtsov
1
-1
/
+1
2014-10-23
mac80211: expose TDLS-initiator value to low level driver
Arik Nemtsov
1
-2
/
+6
2014-10-23
mac80211: fix network header breakage during encryption
Arik Nemtsov
2
-7
/
+0
2014-10-23
mac80211: export IE splitting function
Andrei Otcheretianski
2
-27
/
+1
2014-10-23
mac80211: minstrel_ht: use group flags instead of index to display rates
Karl Beldan
1
-12
/
+16
2014-10-22
mac80211: don't remove tainted keys after not programming
Johannes Berg
1
-1
/
+10
2014-10-22
mac80211: add WMM admission control support
Johannes Berg
7
-22
/
+270
2014-10-22
mac80211: sanity check CW_min/CW_max towards driver
Johannes Berg
1
-0
/
+6
2014-10-21
mac80211: remove unnecessary null test before debugfs_remove()
Fabian Frederick
1
-8
/
+4
2014-10-21
mac80211: minstrel_ht: add basic support for VHT rates <= 3SS@80MHz
Karl Beldan
4
-22
/
+241
2014-10-20
mac80211: minstrel_ht: include type (cck/ht) in rates flag
Karl Beldan
1
-14
/
+14
2014-10-20
mac80211: minstrel_ht: macros adjustments for future VHT_GROUPs
Karl Beldan
3
-34
/
+42
2014-10-20
mac80211: minstrel_ht: Increase the range of handled rate indexes
Karl Beldan
2
-12
/
+12
2014-10-20
Merge branch 'mac80211' into mac80211-next
Johannes Berg
5
-12
/
+18
2014-10-20
mac80211: fix change flags variable signedness
Johannes Berg
1
-1
/
+2
2014-10-20
mac80211: minstrels: fix buffer overflow in HT debugfs rc_stats
Karl Beldan
2
-10
/
+15
2014-10-20
cfg80211: Convert del_station() callback to use a param struct
Jouni Malinen
1
-3
/
+3
2014-10-14
mac80211: fix typo in starting baserate for rts_cts_rate_idx
Karl Beldan
1
-1
/
+1
2014-10-10
mac80211: enable DFS with channel contexts
Michal Kazior
2
-4
/
+17
2014-10-09
mac80211: directly return ieee80211_vif_use_reserved_context()
Fabian Frederick
1
-5
/
+1
2014-10-09
mac80211: allow channel switch with multiple channel contexts
Luciano Coelho
3
-22
/
+20
2014-10-09
mac80211: wait for the first beacon on the new channel after CSA
Luciano Coelho
3
-13
/
+36
2014-10-09
mac80211: add post_channel_switch driver operation
Luciano Coelho
4
-1
/
+37
2014-10-09
mac80211: add pre_channel_switch driver operation
Luciano Coelho
4
-8
/
+79
2014-10-09
mac80211: add extended channel switching capability if the driver supports CSA
Luciano Coelho
2
-9
/
+14
2014-10-09
mac80211: add device_timestamp to the ieee80211_channel_switch struct
Luciano Coelho
2
-5
/
+12
2014-10-09
mac80211: implement cfg80211_ops to query mesh proxy path table
Henning Rogge
3
-0
/
+87
2014-10-09
mac80211: return the vif's chandef in ieee80211_cfg_get_channel()
Luciano Coelho
1
-1
/
+1
2014-10-09
mac80211: minstrel_ht: fix MCS_GROUP_RATES usage
Karl Beldan
1
-1
/
+1
2014-10-09
mac80211: fix warning on htmldocs for last_tdls_pkt_time
Liad Kaufman
1
-0
/
+1
2014-09-26
Merge tag 'master-2014-09-16' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
29
-303
/
+579
[prev]
[next]