| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'master-2014-07-25' of git://git.kernel.org/pub/scm/linux/kernel/gi... | David S. Miller | 2014-07-28 | 16 | -166/+637 |
|\ |
|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2014-07-25 | 2 | -11/+14 |
| |\ |
|
| | * | mac80211: fix crash on getting sta info with uninitialized rate control | Felix Fietkau | 2014-07-22 | 1 | -1/+4 |
| | * | Revert "mac80211: move "bufferable MMPDU" check to fix AP mode scan" | Johannes Berg | 2014-07-07 | 1 | -10/+10 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next | John W. Linville | 2014-07-22 | 14 | -155/+623 |
| |\ \ |
|
| | * | | mac80211: add support for Rx reordering offloading | Michal Kazior | 2014-07-21 | 3 | -23/+118 |
| | * | | mac80211: fix Rx reordering with RX_FLAG_AMSDU_MORE | Michal Kazior | 2014-07-21 | 4 | -24/+62 |
| | * | | mac80211: remove useless NULL checks | Eytan Lifshitz | 2014-07-21 | 1 | -3/+0 |
| | * | | mac80211: fix a potential NULL access in ieee80211_crypto_hw_decrypt | Max Stepanov | 2014-07-21 | 1 | -1/+1 |
| | * | | mac80211: remove redundant IEEE80211_STA_CSA_RECEIVED flag | Luciano Coelho | 2014-07-21 | 2 | -8/+1 |
| | * | | mac80211: make sure TDLS teardown packet is sent on time | Liad Kaufman | 2014-07-21 | 1 | -0/+11 |
| | * | | mac80211: ignore frames between TDLS peers when operating as AP | Arik Nemtsov | 2014-07-21 | 1 | -0/+8 |
| | * | | mac80211: disable VHT for TDLS | Arik Nemtsov | 2014-07-21 | 1 | -0/+4 |
| | * | | mac80211: set Rx highest rate in ht_cap | Arik Nemtsov | 2014-07-21 | 1 | -0/+3 |
| | * | | mac80211: support HT for TDLS stations | Arik Nemtsov | 2014-07-21 | 2 | -8/+87 |
| | * | | mac80211: move TDLS data to mgd private part | Arik Nemtsov | 2014-07-21 | 4 | -19/+20 |
| | * | | mac80211: add TDLS QoS param IE on setup-confirm | Arik Nemtsov | 2014-07-21 | 1 | -0/+124 |
| | * | | mac80211: add QoS IE during TDLS setup start | Arik Nemtsov | 2014-07-21 | 5 | -21/+26 |
| | * | | mac80211: set TDLS capab to zero on failure frames | Arik Nemtsov | 2014-07-21 | 1 | -4/+12 |
| | * | | mac80211: avoid adding some IEs on TDLS setup failure packets | Arik Nemtsov | 2014-07-21 | 1 | -26/+32 |
| | * | | mac80211: split extra TDLS IEs in setup frames | Arik Nemtsov | 2014-07-21 | 1 | -7/+70 |
| | * | | mac80211: consolidate TDLS IE treatment | Arik Nemtsov | 2014-07-21 | 1 | -28/+41 |
| | * | | mac80211: fix error path for TDLS setup | Arik Nemtsov | 2014-07-21 | 1 | -6/+10 |
| | * | | mac80211: track TDLS initiator internally | Arik Nemtsov | 2014-07-21 | 2 | -11/+27 |
| | * | | mac80211: suppress unused variable warning without lockdep | Johannes Berg | 2014-07-18 | 1 | -1/+1 |
* | | | | mac80211: remove unnecessary break after return | Fabian Frederick | 2014-07-15 | 1 | -1/+0 |
* | | | | net: set name_assign_type in alloc_netdev() | Tom Gundersen | 2014-07-15 | 1 | -3/+3 |
|/ / / |
|
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2014-07-10 | 1 | -2/+3 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | mac80211: WEP extra head/tail room in ieee80211_send_auth | Max Stepanov | 2014-06-23 | 1 | -2/+3 |
* | | mac80211: use chanctx reservation for STA CSA | Michal Kazior | 2014-06-25 | 3 | -104/+69 |
* | | mac80211: use chanctx reservation for AP CSA | Michal Kazior | 2014-06-25 | 2 | -29/+88 |
* | | mac80211: make check_combinations() aware of chanctx reservation | Michal Kazior | 2014-06-25 | 1 | -4/+31 |
* | | mac80211: implement multi-vif in-place reservations | Michal Kazior | 2014-06-25 | 3 | -85/+715 |
* | | mac80211: split sched scan IEs | David Spinadel | 2014-06-25 | 2 | -24/+25 |
* | | mac80211: support more than one band in scan request | David Spinadel | 2014-06-25 | 4 | -61/+140 |
* | | mac80211: protect TDLS discovery session | Arik Nemtsov | 2014-06-23 | 3 | -1/+32 |
* | | mac80211: make sure TDLS peer STA exists during setup | Arik Nemtsov | 2014-06-23 | 1 | -0/+13 |
* | | mac80211: add API to request TDLS operation from userspace | Arik Nemtsov | 2014-06-23 | 1 | -0/+17 |
* | | mac80211: implement proper Tx path flushing for TDLS | Arik Nemtsov | 2014-06-23 | 2 | -0/+58 |
* | | mac80211: split tdls_mgmt function | Arik Nemtsov | 2014-06-23 | 1 | -23/+55 |
* | | mac80211: use TDLS initiator in tdls_mgmt operations | Arik Nemtsov | 2014-06-23 | 1 | -12/+28 |
* | | cfg80211: pass TDLS initiator in tdls_mgmt operations | Arik Nemtsov | 2014-06-23 | 2 | -2/+4 |
* | | mac80211: cleanup TDLS state during failed setup | Arik Nemtsov | 2014-06-23 | 3 | -24/+115 |
* | | mac80211: set auth flags after other station info | Arik Nemtsov | 2014-06-23 | 1 | -3/+13 |
* | | mac80211: clarify TDLS Tx handling | Arik Nemtsov | 2014-06-23 | 1 | -16/+17 |
* | | mac80211: stop only the queues assigned to the vif during channel switch | Luciano Coelho | 2014-06-23 | 4 | -64/+35 |
* | | mac80211: add functions to stop and wake all queues assigned to a vif | Luciano Coelho | 2014-06-23 | 2 | -6/+41 |
* | | mac80211: introduce refcount for queue_stop_reasons | Luciano Coelho | 2014-06-23 | 10 | -46/+98 |
* | | mac80211: don't stop all queues when flushing | Luciano Coelho | 2014-06-23 | 1 | -2/+2 |
* | | net: Mac80211: Remove silly timespec dance | Thomas Gleixner | 2014-06-23 | 2 | -9/+3 |