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
2013-12-05
mac80211: determine completed scan type by defined ops
Eliad Peller
1
-8
/
+7
2013-12-05
cfg80211: in bitrate_mask, rename mcs to ht_mcs
Janusz Dziedzic
1
-2
/
+2
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-03
nl80211: vendor command support
Johannes Berg
1
-0
/
+11
2013-12-03
mac80211: remove duplicate code
Eliad Peller
1
-8
/
+0
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
3
-51
/
+0
2013-12-02
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
33
-639
/
+1673
2013-12-02
mac80211: fix rx_nss calculation for drivers with hw rc
Michal Kazior
1
-2
/
+2
2013-12-02
mac80211: check csa wiphy flag in ibss before switching
Simon Wunderlich
1
-0
/
+4
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
1
-6
/
+15
2013-12-02
mac80211: modify beacon using sdata/wdev-lock, not rtnl lock
Simon Wunderlich
2
-8
/
+15
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
1
-14
/
+15
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-11-25
mac80211: minstrel_ht: do not sample unsupported rates
Karl Beldan
1
-3
/
+7
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
5
-2
/
+183
2013-11-25
mac80211: enable easier manipulation of VHT beamforming caps
Eyal Shapira
1
-4
/
+3
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
mac80211: use put_unaligned_le16 for precedence value in mesh
Chun-Yeow Yeoh
2
-7
/
+2
2013-11-25
mac80211: add generic cipher scheme support
Max Stepanov
14
-101
/
+444
2013-11-25
cfg80211/mac80211: DFS setup chandef for cac event
Janusz Dziedzic
4
-4
/
+15
2013-11-25
mac80211: verify ieee80211_key_replace() arguments
Johannes Berg
1
-0
/
+4
2013-11-25
mac80211: remove useless tests for array
Johannes Berg
1
-3
/
+3
2013-11-25
mac80211: clean up mesh local link ID generation
Thomas Pedersen
3
-9
/
+38
2013-11-25
mac80211: factor out plink event gathering
Thomas Pedersen
1
-80
/
+115
2013-11-25
mac80211: factor out peering FSM
Thomas Pedersen
1
-143
/
+155
2013-11-25
mac80211: assign sta plid early
Thomas Pedersen
1
-2
/
+1
2013-11-25
mac80211: consolidate rcu unlocks in plink frame rx
Thomas Pedersen
1
-18
/
+10
2013-11-25
mac80211: factor peering frame processing into own function
Thomas Pedersen
1
-40
/
+48
2013-11-25
mac80211: remove unused mesh_mgmt_ies_add() prototype
Bob Copeland
1
-2
/
+0
2013-11-25
mac80211: return -ENOMEM in mesh_plink_frame_tx
Bob Copeland
1
-1
/
+1
2013-11-25
mac80211: mesh_plink: don't ignore holding timer
Bob Copeland
1
-2
/
+1
2013-11-25
mac80211: mesh_plink: collapse the two switch statements together
Bob Copeland
1
-17
/
+9
2013-11-25
mac80211: mesh: rewrite rssi_threshold_check in C
Bob Copeland
1
-8
/
+12
2013-11-25
mac80211: mesh_plink: group basic fitness checks
Bob Copeland
1
-33
/
+37
2013-11-25
mac80211: mesh: factor out common plink close/estab code
Bob Copeland
1
-55
/
+43
2013-11-25
mac80211: hold sta->lock across plink switch statements
Bob Copeland
1
-26
/
+3
2013-11-25
mac80211: consolidate calls to plink_frame_tx
Thomas Pedersen
1
-43
/
+29
2013-11-25
mac80211: fix off-by-one in llid check.
Bob Copeland
1
-1
/
+1
2013-11-25
mac80211: do not compute offset from ssn in Rx AMPDU reordering buffer
Karl Beldan
1
-13
/
+5
[prev]
[next]