| Commit message (Expand) | Author | Age | Files | Lines |
* | mac80211: improve Minstrel variable & function naming | Thomas Huehn | 2015-04-01 | 6 | -95/+98 |
* | mac80211: unify Minstrel & Minstrel-HTs calculation of rate statistics | Thomas Huehn | 2015-04-01 | 3 | -43/+32 |
* | mac80211: add new Minstrel-HT statistic output via csv | Thomas Huehn | 2015-04-01 | 2 | -2/+138 |
* | mac80211: add new Minstrel statistic output via csv | Thomas Huehn | 2015-04-01 | 2 | -14/+82 |
* | mac80211: enhance readability of Minstrel-HTs rc_stats output | Thomas Huehn | 2015-04-01 | 1 | -15/+34 |
* | mac80211: enhance readability of Minstrels rc_stats output | Thomas Huehn | 2015-04-01 | 1 | -5/+13 |
* | mac80211: use rhashtable for station table | Johannes Berg | 2015-04-01 | 6 | -85/+85 |
* | Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/sc... | David S. Miller | 2015-03-31 | 33 | -932/+959 |
|\ |
|
| * | mac80211: set QoS capability before changing station state | Johannes Berg | 2015-03-30 | 1 | -4/+4 |
| * | mac80211: send HT/VHT IEs in TDLS discovery response | Arik Nemtsov | 2015-03-30 | 1 | -3/+8 |
| * | mac80211: add VHT support for IBSS | Janusz.Dziedzic@tieto.com | 2015-03-30 | 5 | -11/+80 |
| * | mac80211: IBSS fix scan request | Janusz.Dziedzic@tieto.com | 2015-03-30 | 3 | -12/+97 |
| * | mac80211: factor out station lookup from ieee80211_build_hdr() | Johannes Berg | 2015-03-30 | 1 | -70/+118 |
| * | mac80211: make sta.wme indicate whether QoS is used | Johannes Berg | 2015-03-30 | 4 | -5/+6 |
| * | mac80211: send AP probe as unicast again | Johannes Berg | 2015-03-30 | 1 | -1/+1 |
| * | mac80111: aes_gcm: clean up ieee80211_aes_gcm_key_setup_encrypt() | Johannes Berg | 2015-03-30 | 1 | -4/+8 |
| * | mac80111: aes_ccm: cleanup ieee80211_aes_key_setup_encrypt() | Dan Carpenter | 2015-03-30 | 1 | -4/+8 |
| * | mac80211: Fix misplaced return in AES-GMAC key setup | Jouni Malinen | 2015-03-30 | 1 | -2/+2 |
| * | cfg80211: pass name_assign_type to rdev_add_virtual_intf() | Tom Gundersen | 2015-03-30 | 4 | -3/+6 |
| * | mac80211: fix typo in debug output | Michael Braun | 2015-03-30 | 1 | -1/+1 |
| * | mac80211: reject aggregation sessions with non-HT peers | Johannes Berg | 2015-03-30 | 2 | -1/+12 |
| * | cfg/mac80211: add regulatory classes IE during TDLS setup | Arik Nemtsov | 2015-03-30 | 1 | -0/+21 |
| * | mac80211: stop scan before connection | David Spinadel | 2015-03-30 | 1 | -0/+4 |
| * | mac80211: notify the driver about deauth | Emmanuel Grumbach | 2015-03-30 | 1 | -18/+42 |
| * | mac80211: notify the driver about association status | Emmanuel Grumbach | 2015-03-30 | 1 | -0/+15 |
| * | mac80211: notify the driver about authentication status | Emmanuel Grumbach | 2015-03-30 | 1 | -0/+15 |
| * | mac80211: convert rssi_callback() to event_callback() | Emmanuel Grumbach | 2015-03-30 | 3 | -15/+20 |
| * | mac80211: agg-tx: avoid sending DelBA with sta->lock held | Johannes Berg | 2015-03-30 | 1 | -2/+7 |
| * | mac80211: avoid duplicate TX path station lookup | Johannes Berg | 2015-03-20 | 4 | -30/+50 |
| * | mac80211: mesh: avoid pointless station lookup | Johannes Berg | 2015-03-20 | 1 | -4/+6 |
| * | mac80211: drop 4-addr VLAN frames earlier if not connected | Johannes Berg | 2015-03-20 | 1 | -0/+3 |
| * | mac80211: don't look up destination station twice | Johannes Berg | 2015-03-20 | 1 | -4/+6 |
| * | mac80211: remove drop_unencrypted code | Johannes Berg | 2015-03-20 | 7 | -30/+2 |
| * | mac80211: Get IV len from key conf and not cipher scheme | Cedric Izoard | 2015-03-17 | 3 | -7/+9 |
| * | mac80211: IBSS: refactor ieee80211_rx_bss_info | Janusz.Dziedzic@tieto.com | 2015-03-17 | 1 | -85/+99 |
| * | mac80211: minstrel_ht: fix rounding issue in MCS duration calculation | Felix Fietkau | 2015-03-17 | 1 | -2/+4 |
| * | mac80211: initialize rate control earlier for tdls station | Marek Puzyniak | 2015-03-17 | 1 | -5/+8 |
| * | mac80211: refactor drop connection/unlock in CSA processing | Johannes Berg | 2015-03-16 | 1 | -20/+9 |
| * | mac80211: allow to get wireless_dev structure from ieee80211_vif | Emmanuel Grumbach | 2015-03-16 | 1 | -0/+12 |
| * | mac80211: add comment for rx_path_lock | Johannes Berg | 2015-03-16 | 1 | -0/+6 |
| * | mac80211: move netdev stats to common function | Johannes Berg | 2015-03-16 | 1 | -5/+3 |
| * | mesh_plink: fixup type of timeout to match usage | Nicholas Mc Guire | 2015-03-04 | 1 | -1/+1 |
| * | mesh_plink: use msecs_to_jiffies for proper time conversion | Nicholas Mc Guire | 2015-03-04 | 1 | -2/+2 |
| * | mac80211: provide station PMF configuration to driver | SenthilKumar Jegadeesan | 2015-03-04 | 2 | -1/+6 |
| * | mac80211: allow iterating inactive interfaces | Arik Nemtsov | 2015-03-04 | 1 | -13/+16 |
| * | mac80211: check and dequeue skb in ieee80211_tx_prepare_skb() | Johannes Berg | 2015-03-04 | 1 | -0/+9 |
| * | mac80211: remove duplicate check for quiescing when queueing work | Luciano Coelho | 2015-03-04 | 1 | -10/+0 |
| * | mac80211: allow TDLS setup code to take wdev lock | Arik Nemtsov | 2015-03-04 | 1 | -17/+24 |
| * | mac80211: start queues if driver rejected wowlan | Johannes Berg | 2015-03-04 | 1 | -0/+7 |
| * | mac80211: remove useless double check for open_count in __ieee80211_suspend() | Luciano Coelho | 2015-03-04 | 1 | -1/+1 |