summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-10-06mac80211: avoid transmitting delBA to old APJohannes Berg11-35/+48
2010-10-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+2
2010-10-06mac80211: delete AddBA response timerJohannes Berg1-0/+2
2010-10-05mac80211: fix channel assumption for association done workLuis R. Rodriguez1-3/+3
2010-10-05mac80211: fix deadlock with multiple interfacesJohannes Berg5-22/+7
2010-10-05nl80211: reduce dumping boilerplateJohannes Berg1-92/+59
2010-10-05nl80211: use generic check for netif_runningJohannes Berg1-69/+28
2010-10-05nl80211: use the new genetlink pre/post_doit hooksJohannes Berg1-1202/+531
2010-10-05genetlink: introduce pre_doit/post_doit hooksJohannes Berg1-1/+13
2010-10-05mac80211: Add WME information element for IBSSBruno Randolf1-22/+43
2010-10-05mac80211: distinct between max rates and the number of rates the hw can reportHelmut Schaa2-1/+5
2010-10-05mac80211: fix for WDS interfacesBill Jordan4-0/+10
2010-10-05cfg80211: patches to allow setting the WDS peerBill Jordan1-0/+54
2010-10-05mac80211: Add validity check for beacon_crc valueJuuso Oikarinen2-2/+6
2010-10-05mac80211: perform scan cancel in hw reset workStanislaw Gruszka1-9/+10
2010-10-05cfg80211: fix lockingJohannes Berg1-4/+7
2010-10-05cfg80211/mac80211: allow management frame TX in AP modeJohannes Berg3-14/+57
2010-10-05nl80211: allow drivers to indicate whether the survey data channel is in useFelix Fietkau1-0/+2
2010-10-05mac80211: fix rx monitor filter refcountersChristian Lamparter3-24/+54
2010-10-05wireless: Use first phyX name available when registering phy devices.Ben Greear1-24/+30
2010-09-28mac80211: Fix WMM driver queue configurationJuuso Oikarinen1-8/+8
2010-09-28cfg80211: always set IBSS basic ratesJohannes Berg2-17/+19
2010-09-28mac80211: fix offchannel assumption upon associationLuis R. Rodriguez1-1/+2
2010-09-27mac80211: move packet flags into packetJohannes Berg3-53/+89
2010-09-27mac80211: fix release_reorder_timeout in scanJohannes Berg1-14/+8
2010-09-27mac80211: clean up rx handling wrt. found_staJohannes Berg1-31/+25
2010-09-27mac80211: consolidate packet processingJohannes Berg1-103/+62
2010-09-27mac80211: remove prepare_for_handlers sdata argumentJohannes Berg1-8/+8
2010-09-27Revert "mac80211: fix use-after-free"John W. Linville1-0/+4
2010-09-27nl80211: Fix exit from nl80211_set_power_saveTeemu Paasikivi1-1/+2
2010-09-27mac80211: Support receiving data frames on multiple vifs.Ben Greear1-10/+70
2010-09-27mac80211/ath9k: Support AMPDU with multiple VIFs.Ben Greear1-4/+11
2010-09-27mac80211: Support multiple VIFS per AP in debugfs.Ben Greear4-3/+5
2010-09-24mac80211: clear txflags for ps-filtered framesChristian Lamparter1-0/+1
2010-09-24mac80211: Add DS Parameter Set into Probe Request on 2.4 GHzJouni Malinen3-4/+18
2010-09-24mac80211: Filter ProbeReq SuppRates based on TX rate maskJouni Malinen3-17/+24
2010-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville6-14/+38
2010-09-24mac80211: fix use-after-freeJohannes Berg1-4/+0
2010-09-20wext: fix potential private ioctl memory content leakJohannes Berg1-1/+1
2010-09-16mac80211: send last 3/5 probe requests as unicastLuis R. Rodriguez1-2/+11
2010-09-16mac80211: disable beacon monitor while going offchannelLuis R. Rodriguez1-0/+2
2010-09-16mac80211: make the beacon monitor available externallyLuis R. Rodriguez2-4/+5
2010-09-16mac80211: reset connection idle when going offchannelLuis R. Rodriguez1-0/+5
2010-09-16mac80211: reset probe send counter upon connection timer resetLuis R. Rodriguez1-0/+4
2010-09-16mac80211: add helper for reseting the connection monitorLuis R. Rodriguez2-5/+11
2010-09-16mac80211: add p2p device type supportJohannes Berg7-38/+80
2010-09-16cfg80211/nl80211: introduce p2p device typesJohannes Berg5-24/+61
2010-09-16mac80211: set running state earlierJohannes Berg1-2/+3
2010-09-16cfg80211/mac80211: use lockdep_assert_heldJohannes Berg7-10/+17
2010-09-16mac80211: use correct station flags lockJohannes Berg1-2/+3