Age | Commit message (Expand) | Author | Files | Lines |
2010-10-05 | mac80211: fix channel assumption for association done work | Luis R. Rodriguez | 1 | -3/+3 |
2010-10-05 | mac80211: fix deadlock with multiple interfaces | Johannes Berg | 5 | -22/+7 |
2010-10-05 | nl80211: reduce dumping boilerplate | Johannes Berg | 1 | -92/+59 |
2010-10-05 | nl80211: use generic check for netif_running | Johannes Berg | 1 | -69/+28 |
2010-10-05 | nl80211: use the new genetlink pre/post_doit hooks | Johannes Berg | 1 | -1202/+531 |
2010-10-05 | genetlink: introduce pre_doit/post_doit hooks | Johannes Berg | 1 | -1/+13 |
2010-10-05 | mac80211: Add WME information element for IBSS | Bruno Randolf | 1 | -22/+43 |
2010-10-05 | mac80211: distinct between max rates and the number of rates the hw can report | Helmut Schaa | 2 | -1/+5 |
2010-10-05 | mac80211: fix for WDS interfaces | Bill Jordan | 4 | -0/+10 |
2010-10-05 | cfg80211: patches to allow setting the WDS peer | Bill Jordan | 1 | -0/+54 |
2010-10-05 | mac80211: Add validity check for beacon_crc value | Juuso Oikarinen | 2 | -2/+6 |
2010-10-05 | mac80211: perform scan cancel in hw reset work | Stanislaw Gruszka | 1 | -9/+10 |
2010-10-05 | cfg80211: fix locking | Johannes Berg | 1 | -4/+7 |
2010-10-05 | cfg80211/mac80211: allow management frame TX in AP mode | Johannes Berg | 3 | -14/+57 |
2010-10-05 | nl80211: allow drivers to indicate whether the survey data channel is in use | Felix Fietkau | 1 | -0/+2 |
2010-10-05 | mac80211: fix rx monitor filter refcounters | Christian Lamparter | 3 | -24/+54 |
2010-10-05 | wireless: Use first phyX name available when registering phy devices. | Ben Greear | 1 | -24/+30 |
2010-09-28 | mac80211: Fix WMM driver queue configuration | Juuso Oikarinen | 1 | -8/+8 |
2010-09-28 | cfg80211: always set IBSS basic rates | Johannes Berg | 2 | -17/+19 |
2010-09-28 | mac80211: fix offchannel assumption upon association | Luis R. Rodriguez | 1 | -1/+2 |
2010-09-27 | mac80211: move packet flags into packet | Johannes Berg | 3 | -53/+89 |
2010-09-27 | mac80211: fix release_reorder_timeout in scan | Johannes Berg | 1 | -14/+8 |
2010-09-27 | mac80211: clean up rx handling wrt. found_sta | Johannes Berg | 1 | -31/+25 |
2010-09-27 | mac80211: consolidate packet processing | Johannes Berg | 1 | -103/+62 |
2010-09-27 | mac80211: remove prepare_for_handlers sdata argument | Johannes Berg | 1 | -8/+8 |
2010-09-27 | Revert "mac80211: fix use-after-free" | John W. Linville | 1 | -0/+4 |
2010-09-27 | nl80211: Fix exit from nl80211_set_power_save | Teemu Paasikivi | 1 | -1/+2 |
2010-09-27 | mac80211: Support receiving data frames on multiple vifs. | Ben Greear | 1 | -10/+70 |
2010-09-27 | mac80211/ath9k: Support AMPDU with multiple VIFs. | Ben Greear | 1 | -4/+11 |
2010-09-27 | mac80211: Support multiple VIFS per AP in debugfs. | Ben Greear | 4 | -3/+5 |
2010-09-24 | mac80211: clear txflags for ps-filtered frames | Christian Lamparter | 1 | -0/+1 |
2010-09-24 | mac80211: Add DS Parameter Set into Probe Request on 2.4 GHz | Jouni Malinen | 3 | -4/+18 |
2010-09-24 | mac80211: Filter ProbeReq SuppRates based on TX rate mask | Jouni Malinen | 3 | -17/+24 |
2010-09-24 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 6 | -14/+38 |
2010-09-24 | mac80211: fix use-after-free | Johannes Berg | 1 | -4/+0 |
2010-09-20 | wext: fix potential private ioctl memory content leak | Johannes Berg | 1 | -1/+1 |
2010-09-16 | mac80211: send last 3/5 probe requests as unicast | Luis R. Rodriguez | 1 | -2/+11 |
2010-09-16 | mac80211: disable beacon monitor while going offchannel | Luis R. Rodriguez | 1 | -0/+2 |
2010-09-16 | mac80211: make the beacon monitor available externally | Luis R. Rodriguez | 2 | -4/+5 |
2010-09-16 | mac80211: reset connection idle when going offchannel | Luis R. Rodriguez | 1 | -0/+5 |
2010-09-16 | mac80211: reset probe send counter upon connection timer reset | Luis R. Rodriguez | 1 | -0/+4 |
2010-09-16 | mac80211: add helper for reseting the connection monitor | Luis R. Rodriguez | 2 | -5/+11 |
2010-09-16 | mac80211: add p2p device type support | Johannes Berg | 7 | -38/+80 |
2010-09-16 | cfg80211/nl80211: introduce p2p device types | Johannes Berg | 5 | -24/+61 |
2010-09-16 | mac80211: set running state earlier | Johannes Berg | 1 | -2/+3 |
2010-09-16 | cfg80211/mac80211: use lockdep_assert_held | Johannes Berg | 7 | -10/+17 |
2010-09-16 | mac80211: use correct station flags lock | Johannes Berg | 1 | -2/+3 |
2010-09-16 | include/net/cfg80211.h: wiphy_<level> messages use dev_printk | Joe Perches | 1 | -49/+0 |
2010-09-15 | mac80211: match only assigned bss in sta_info_get_bss | Johannes Berg | 1 | -1/+1 |
2010-09-15 | mac80211: wait for scan work complete before restarting hw | Stanislaw Gruszka | 1 | -0/+3 |