summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-16include/net/cfg80211.h: wiphy_<level> messages use dev_printkJoe Perches1-49/+0
2010-09-14mac80211: match only assigned bss in sta_info_get_bssJohannes Berg1-1/+1
2010-09-14mac80211: wait for scan work complete before restarting hwStanislaw Gruszka1-0/+3
2010-09-14mac80211: Fix dangling pointer in ieee80211_xmitSteve deRosier1-0/+1
2010-09-14nl80211: Uninitialized variableBill Jordan1-1/+1
2010-09-14net/wireless: use ARRAY_SIZE macro in radiotap.cNikitas Angelinas1-1/+2
2010-09-01mac80211: only cancel software-based scans on suspendJohn W. Linville2-1/+8
2010-08-31mac80211: cancel scan in ieee80211_restart_hw if software scan pendingJohn W. Linville1-1/+7
2010-08-31wireless: register wiphy rfkill w/o holding cfg80211_mutexJohn W. Linville1-9/+12
2010-08-31net/wireless: Remove double testJulia Lawall1-1/+1
2010-08-31mac80211: Do not generate CQM events based on first Beacon framesJouni Malinen2-0/+16
2010-08-31mac80211: Fix signal strength average initialization for CQM eventsJouni Malinen1-1/+1
2010-08-30wireless extensions: fix kernel heap content leakJohannes Berg2-0/+19
2010-08-30mac80211: delete work timerJohannes Berg1-0/+6
2010-08-27mac80211: fix offchannel queue stopJohannes Berg3-3/+24
2010-08-27mac80211: support runtime interface type changesJohannes Berg5-37/+176
2010-08-27mac80211: split out concurrent vif checksJohannes Berg1-14/+29
2010-08-27mac80211: simplify zero address checksJohannes Berg1-25/+13
2010-08-27mac80211: switch to ieee80211_sdata_runningJohannes Berg3-8/+6
2010-08-27mac80211: clean up ifdown/cleanup pathsJohannes Berg2-66/+28
2010-08-27mac80211: use subqueue helpersJohannes Berg2-4/+3
2010-08-27mac80211: allow changing port control protocolJohannes Berg6-4/+29