Age | Commit message (Expand) | Author | Files | Lines |
2012-03-07 | mac80211: fix mesh airtime link metric estimating | Thomas Pedersen | 1 | -0/+3 |
2012-03-06 | mac80211: use compare_ether_addr on MAC addresses instead of memcmp | Felix Fietkau | 1 | -1/+2 |
2012-02-07 | mac80211: call rate control only after init | Johannes Berg | 1 | -0/+2 |
2012-02-06 | mac80211: remove dummy STA support | Johannes Berg | 1 | -29/+1 |
2012-02-06 | mac80211: add sta_state callback | Johannes Berg | 1 | -9/+0 |
2012-02-06 | mac80211: add NOTEXIST station state | Johannes Berg | 1 | -0/+1 |
2012-01-31 | mac80211: station state transition error handling | Johannes Berg | 1 | -5/+12 |
2011-12-19 | cfg80211: Return beacon loss count in station | Paul Stewart | 1 | -0/+2 |
2011-12-19 | mac80211: split addba retries in time | Nikolay Martynov | 1 | -1/+5 |
2011-12-15 | mac80211: make address arguments to sta_info_alloc const | Johannes Berg | 1 | -1/+1 |
2011-12-15 | mac80211: refactor station state transitions | Johannes Berg | 1 | -0/+37 |
2011-12-01 | mac80211: remove unused function declaration | Mohammed Shafi Shajakhan | 1 | -1/+0 |
2011-11-28 | mac80211: timeout tx agg sessions in way similar to rx agg sessions | Nikolay Martynov | 1 | -0/+2 |
2011-11-22 | mac80211: remove unused ASSOC_AP flag | Johannes Berg | 1 | -2/+0 |
2011-11-10 | mac80211: send unexpected 4addr event | Johannes Berg | 1 | -0/+8 |
2011-09-30 | mac80211: optimise station flags | Johannes Berg | 1 | -70/+34 |
2011-09-30 | mac80211: reply only once to each PS-poll | Johannes Berg | 1 | -1/+1 |
2011-09-30 | mac80211: implement uAPSD | Johannes Berg | 1 | -0/+8 |
2011-09-30 | mac80211: split PS buffers into ACs | Johannes Berg | 1 | -12/+12 |
2011-09-30 | mac80211: unify TIM bit handling | Johannes Berg | 1 | -2/+1 |
2011-09-30 | mac80211: data path modification for TDLS peers | Arik Nemtsov | 1 | -1/+4 |
2011-09-30 | nl80211/mac80211: allow adding TDLS peers as stations | Arik Nemtsov | 1 | -0/+2 |
2011-09-13 | mac80211: retry sending failed BAR frames later instead of tearing down aggr | Felix Fietkau | 1 | -0/+5 |
2011-08-26 | mac80211: fix race condition between assoc_done and first EAP packet | Guy Eilam | 1 | -1/+29 |
2011-07-08 | mac80211: simplify RX PN/IV handling | Johannes Berg | 1 | -1/+2 |
2011-06-07 | mac80211: Stop BA session event from device | Shahar Levi | 1 | -0/+3 |
2011-05-16 | nl80211: Move peer link state definition to nl80211 | Javier Cardona | 1 | -3/+3 |
2011-05-16 | mac80211: sparse RCU annotations | Johannes Berg | 1 | -5/+12 |
2011-05-16 | mac80211: fix TX a-MPDU locking | Johannes Berg | 1 | -0/+4 |
2011-05-11 | nl80211: Let userspace drive the peer link management states. | Javier Cardona | 1 | -23/+0 |
2011-04-19 | mac80211: add a function for setting the TIM bit for a specific station | Felix Fietkau | 1 | -0/+3 |
2011-04-13 | {mac|nl}80211: Add station connected time | Mohammed Shafi Shajakhan | 1 | -0/+2 |
2011-04-05 | mac80211: clean up station cleanup timer | Johannes Berg | 1 | -1/+0 |
2011-03-01 | mac80211: add support for showing the last rx bitrate | Felix Fietkau | 1 | -0/+4 |
2011-01-19 | mac80211: track receiver's aggregation reorder buffer size | Johannes Berg | 1 | -0/+2 |
2010-12-16 | mac80211: Add timeout to BA session start API | Sujith Manoharan | 1 | -0/+2 |
2010-12-08 | nl80211/mac80211: Report signal average | Bruno Randolf | 1 | -0/+3 |
2010-11-29 | mac80211: fix RX aggregation locking | Johannes Berg | 1 | -15/+14 |
2010-11-25 | mac80211: implement packet loss notification | Johannes Berg | 1 | -0/+3 |
2010-11-25 | Revert "nl80211/mac80211: Report signal average" | John W. Linville | 1 | -3/+0 |
2010-11-18 | nl80211/mac80211: Report signal average | Bruno Randolf | 1 | -0/+3 |
2010-10-07 | cfg80211/mac80211: allow per-station GTKs | Johannes Berg | 1 | -2/+4 |
2010-10-07 | mac80211: avoid transmitting delBA to old AP | Johannes Berg | 1 | -0/+2 |
2010-08-16 | mac80211: AMPDU rx reorder timeout timer | Christian Lamparter | 1 | -5/+11 |
2010-06-28 | mac80211: fix the for_each_sta_info macro | Felix Fietkau | 1 | -8/+8 |
2010-06-14 | mac80211: change RX aggregation locking | Johannes Berg | 1 | -0/+3 |
2010-06-14 | mac80211: defer RX agg session teardown to work | Johannes Berg | 1 | -0/+3 |
2010-06-14 | mac80211: make TX aggregation start/stop request async | Johannes Berg | 1 | -2/+4 |
2010-06-14 | mac80211: use RCU for TX aggregation | Johannes Berg | 1 | -14/+19 |
2010-06-14 | mac80211: use RCU for RX aggregation | Johannes Berg | 1 | -3/+11 |