Age | Commit message (Expand) | Author | Files | Lines |
2013-08-26 | mac80211_hwsim: fix error return code in init_mac80211_hwsim() | Wei Yongjun | 1 | -1/+3 |
2013-08-12 | mac80211: add vif to testmode cmd | David Spinadel | 1 | -0/+1 |
2013-07-16 | mac80211_hwsim: claim active monitor support | Johannes Berg | 1 | -0/+1 |
2013-07-16 | mac80211_hwsim: claim uAPSD support | Johannes Berg | 1 | -1/+2 |
2013-07-16 | mac80211_hwsim: use ieee80211_free_txskb | Johannes Berg | 1 | -3/+3 |
2013-05-17 | mac80211_hwsim: correctly register the platform driver | Sasha Levin | 1 | -9/+9 |
2013-04-22 | mac80211_hwsim: handle IEEE80211_HW_SUPPORTS_RC_TABLE | Karl Beldan | 1 | -1/+23 |
2013-04-16 | mac80211_hwsim: handle VHT rates in rx_status | Karl Beldan | 1 | -3/+11 |
2013-04-10 | mac80211_hwsim: Register and bind to driver | Martin Pitt | 1 | -5/+26 |
2013-04-08 | mac80211_hwsim: advertise VHT support also when channels == 1 | Karl Beldan | 1 | -3/+0 |
2013-03-25 | mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chan | Karl Beldan | 1 | -15/+27 |
2013-03-19 | mac80211_hwsim: assign CAB queue properly on interface type change | Johannes Berg | 1 | -0/+6 |
2013-03-18 | mac80211: pass queue bitmap to flush operation | Johannes Berg | 1 | -1/+1 |
2013-03-06 | mac80211: Allow drivers to differentiate between ROC types | Ilan Peer | 1 | -1/+2 |
2013-02-15 | mac80211_hwsim: ask mac80211 to reserve space for chanctx.drv_priv | Karl Beldan | 1 | -0/+1 |
2013-01-11 | mac80211_hwsim: fix beacon timestamp and mactime | Thomas Pedersen | 1 | -18/+39 |
2013-01-04 | mac80211_hwsim: fix beacon timing | Thomas Pedersen | 1 | -3/+21 |
2013-01-04 | mac80211_hwsim: hrtimer beacon | Thomas Pedersen | 1 | -21/+42 |
2013-01-04 | mac80211_hwsim: fix tsf adjustment | Thomas Pedersen | 1 | -4/+5 |
2013-01-03 | mac80211: split TX aggregation stop action | Johannes Berg | 1 | -1/+3 |
2013-01-03 | mac80211_hwsim: allow testing paged RX | Johannes Berg | 1 | -3/+23 |
2012-12-06 | wireless: fix VHT max AMPDU exponent definition | Johannes Berg | 1 | -1/+1 |
2012-11-30 | mac80211: remove probe response temporary buffer allocation | Johannes Berg | 1 | -1/+6 |
2012-11-26 | mac80211_hwsim: remove printing scan config | Johannes Berg | 1 | -6/+0 |
2012-11-26 | mac80211_hwsim: advertise VHT support | Johannes Berg | 1 | -0/+28 |
2012-11-26 | mac80211: convert to channel definition struct | Johannes Berg | 1 | -14/+19 |
2012-11-26 | cfg80211: remove remain-on-channel channel type | Johannes Berg | 1 | -1/+0 |
2012-11-19 | mac80211: make remain_on_channel() op pass vif param | Eliad Peller | 1 | -0/+1 |
2012-11-19 | mac80211: support radiotap vendor namespace RX data | Johannes Berg | 1 | -1/+32 |
2012-11-14 | mac80211: support RX_FLAG_MACTIME_END | Thomas Pedersen | 1 | -1/+1 |
2012-11-09 | mac80211: clarify interface iteration and make it configurable | Johannes Berg | 1 | -3/+8 |
2012-10-30 | mac80211_hwsim: print per interface TX power | Johannes Berg | 1 | -0/+3 |
2012-10-30 | mac80211_hwsim: allow using channel contexts | Johannes Berg | 1 | -100/+390 |
2012-09-28 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -4/+1 |
2012-09-10 | netlink: Rename pid to portid to avoid confusion | Eric W. Biederman | 1 | -23/+23 |
2012-09-06 | mac80211_hwsim: move module_init/exit | Johannes Berg | 1 | -4/+1 |
2012-09-06 | Merge remote-tracking branch 'mac80211/master' into mac80211-next | Johannes Berg | 1 | -5/+0 |
2012-08-22 | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 1 | -2/+6 |
2012-08-20 | mac80211_hwsim: add support for P2P Device | Johannes Berg | 1 | -1/+3 |
2012-07-31 | mac80211: move TX station pointer and restructure TX | Thomas Huehn | 1 | -3/+5 |
2012-07-26 | mac80211_hwsim: fix possible race condition in usage of info->control.sta & c... | Thomas Huehn | 1 | -5/+0 |
2012-07-20 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -5/+0 |
2012-07-17 | mac80211_hwsim: fix race condition with sta/vif pointers | Thomas Huehn | 1 | -5/+0 |
2012-07-12 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -2/+10 |
2012-07-06 | mac80211_hwsim: add testmode code to stop/wake queues | Johannes Berg | 1 | -0/+8 |
2012-07-03 | mac80211_hwsim: fix NUM_BANDS usage | Johannes Berg | 1 | -2/+2 |
2012-06-29 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -6/+4 |
2012-06-29 | net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new() | Thomas Graf | 1 | -1/+1 |
2012-06-26 | Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-next | John W. Linville | 1 | -6/+4 |
2012-06-25 | mac80211_hwsim: fix smatch/sparse complaints | Johannes Berg | 1 | -6/+4 |