summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2010-09-24net: return operator cleanupEric Dumazet1-1/+1
2010-09-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville14-60/+135
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-16mac80211: set running state earlierJohannes Berg1-2/+3
2010-09-16cfg80211/mac80211: use lockdep_assert_heldJohannes Berg5-6/+6
2010-09-16mac80211: use correct station flags lockJohannes Berg1-2/+3
2010-09-16ipv4: ip_ptr cleanupsEric Dumazet1-1/+1
2010-09-15mac80211: match only assigned bss in sta_info_get_bssJohannes Berg1-1/+1
2010-09-15mac80211: wait for scan work complete before restarting hwStanislaw Gruszka1-0/+3
2010-09-15mac80211: Fix dangling pointer in ieee80211_xmitSteve deRosier1-0/+1
2010-09-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+6
2010-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+6
2010-09-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville20-295/+527
2010-09-02mac80211: 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-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-31mac80211: 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
2010-08-27mac80211: allow vendor specific cipher suitesJohannes Berg7-21/+92
2010-08-27mac80211: allow scan to complete from any contextJohannes Berg2-8/+32
2010-08-27mac80211: remove unused scan expire defineJohannes Berg1-6/+0
2010-08-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville24-399/+703
2010-08-25mac80211: fix mesh advertisementJohannes Berg2-33/+5
2010-08-25mac80211: fix rcu-unsafe pointer dereferenceChristian Lamparter1-4/+8
2010-08-25mac80211: cancel restart_work in ieee80211_unregister_hwChristian Lamparter1-0/+1
2010-08-25mac80211: fix warning for un-used parameterWey-Yi Guy1-1/+1
2010-08-25net/mac80211: Use wiphy_<level>Joe Perches12-69/+59
2010-08-25cfg80211/mac80211: extensible frame processingJohannes Berg7-54/+147
2010-08-25mac80211: remove unused don't-encrypt flagJohannes Berg1-2/+0
2010-08-17mac80211: dont advertise WEP if unavailableJohannes Berg1-0/+5
2010-08-17mac80211: remove unused status flag checksJohannes Berg2-20/+9
2010-08-17mac80211: move key tfm setupJohannes Berg1-16/+10
2010-08-17mac80211: use cipher suite selectorsJohannes Berg9-105/+75
2010-08-16mac80211: allow drivers to request SM PS mode changeJohannes Berg3-1/+36
2010-08-16mac80211: per interface idle notificationJohannes Berg6-16/+75
2010-08-16net: mac80211: Fix a typo.Andrea Gelmini1-1/+1