Age | Commit message (Expand) | Author | Files | Lines |
2012-04-12 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -1/+1 |
2012-04-12 | cfg80211/mac80211: enable proper device_set_wakeup_enable handling | Johannes Berg | 1 | -0/+1 |
2012-04-12 | mac80211: add improved HW queue control | Johannes Berg | 1 | -4/+77 |
2012-04-12 | mac80211: add explicit monitor interface if needed | Johannes Berg | 1 | -1/+5 |
2012-04-12 | mac80211: Indicate basic rates when adding rate IEs | Ashok Nagarajan | 1 | -2/+3 |
2012-04-10 | cfg80211/nl80211: clarify TX queue API | Johannes Berg | 1 | -1/+1 |
2012-04-10 | mac80211: remove antenna_sel_tx TX info field | Johannes Berg | 1 | -3/+4 |
2012-04-10 | mac80211: notify driver of rate control updates | Johannes Berg | 1 | -13/+24 |
2012-04-10 | mac80211: remove channel type argument from rate_update | Johannes Berg | 1 | -3/+2 |
2012-04-10 | wireless: rename ht_info to ht_operation | Johannes Berg | 1 | -1/+1 |
2012-04-09 | mac80211: Convert WARN_ON to WARN_ON_ONCE | Larry Finger | 1 | -1/+1 |
2012-03-24 | Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -1/+2 |
2012-03-24 | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Linus Torvalds | 1 | -0/+1 |
2012-03-16 | device.h: audit and cleanup users in main include dir | Paul Gortmaker | 1 | -1/+2 |
2012-03-13 | mac80211: rename bss_conf timestamp to last_tsf | Johannes Berg | 1 | -2/+3 |
2012-03-12 | mac80211: remove tx_sync | Johannes Berg | 1 | -41/+0 |
2012-03-08 | mac80211: update ieee80211_tx_rate_control kerneldoc | Simon Wunderlich | 1 | -4/+5 |
2012-03-06 | mac80211: add an rx flag for ignoring a packet's signal strength | Felix Fietkau | 1 | -0/+3 |
2012-03-05 | BUG: headers with BUG/BUG_ON etc. need linux/bug.h | Paul Gortmaker | 1 | -0/+1 |
2012-02-29 | mac80211: handle non-bufferable MMPDUs correctly | Johannes Berg | 1 | -7/+10 |
2012-02-06 | mac80211: support hw scan while idle | Eliad Peller | 1 | -0/+5 |
2012-02-06 | mac80211: add sta_state callback | Johannes Berg | 1 | -0/+30 |
2012-01-31 | mac80211: add support for mcs masks | Simon Wunderlich | 1 | -0/+1 |
2012-01-27 | mac80211: make CQM RSSI support per virtual interface | Johannes Berg | 1 | -7/+7 |
2012-01-27 | mac80211: make beacon filtering per virtual interface | Johannes Berg | 1 | -9/+20 |
2012-01-09 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2011-12-19 | mac80211: handle SMPS action frames | Johannes Berg | 1 | -1/+4 |
2011-12-02 | treewide: Fix typos in various parts of the kernel, and fix some comments. | Justin P. Mattock | 1 | -1/+1 |
2011-11-22 | mac80211: transmit fragment list to drivers | Johannes Berg | 1 | -5/+17 |
2011-11-11 | mac80211: Save probe response data for bss | Arik Nemtsov | 1 | -0/+15 |
2011-11-10 | mac80211: implement wifi TX status | Johannes Berg | 1 | -3/+2 |
2011-11-10 | mac80211: add helper to free TX skb | Johannes Berg | 1 | -0/+10 |
2011-11-09 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -1/+2 |
2011-11-09 | mac80211: support adding IV-room in the skb for CCMP keys | Arik Nemtsov | 1 | -0/+5 |
2011-11-04 | mac80211: warn only once about not finding a rate | Johannes Berg | 1 | -1/+2 |
2011-10-14 | mac80211: Populate radiotap header with MCS info for TX frames | Helmut Schaa | 1 | -1/+1 |
2011-10-12 | mac80211: parse radiotap header earlier | Johannes Berg | 1 | -3/+1 |
2011-10-12 | mac80211: move fragment flag to info flag as dont-fragment | Johannes Berg | 1 | -0/+4 |
2011-10-03 | mac80211: pass vif param to conf_tx() callback | Eliad Peller | 1 | -1/+2 |
2011-10-03 | mac80211: Send nullfunc frames at lower rate during connection monitor | Rajkumar Manoharan | 1 | -0/+4 |
2011-09-30 | mac80211: document client powersave | Johannes Berg | 1 | -0/+89 |
2011-09-30 | mac80211: allow out-of-band EOSP notification | Johannes Berg | 1 | -2/+22 |
2011-09-30 | mac80211: explicitly notify drivers of frame release | Johannes Berg | 1 | -0/+17 |
2011-09-30 | mac80211: reply only once to each PS-poll | Johannes Berg | 1 | -1/+8 |
2011-09-30 | mac80211: implement uAPSD | Johannes Berg | 1 | -7/+17 |
2011-09-30 | mac80211: allow releasing driver-buffered frames | Johannes Berg | 1 | -0/+31 |
2011-09-30 | mac80211: split PS buffers into ACs | Johannes Berg | 1 | -0/+1 |
2011-09-30 | mac80211: let drivers inform it about per TID buffered frames | Johannes Berg | 1 | -8/+26 |
2011-09-30 | mac80211: standardize adding supported rates IEs | Arik Nemtsov | 1 | -0/+5 |
2011-09-27 | mac80211: Send the management frame at requested rate | Rajkumar Manoharan | 1 | -0/+4 |