aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/hostap (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-22netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep.David S. Miller1-0/+3
2008-07-17netdev: Allocate multiple queues for TX.David S. Miller1-2/+4
2008-07-08netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue.David S. Miller1-1/+11
2008-07-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+8
2008-07-08hostap: don't compile prism2_suspend() for hostap_pci without CONFIG_PMPavel Roskin1-2/+2
2008-07-07hostap_cs: correct poor NULL checks in suspend/resume routinesJohn W. Linville1-4/+8
2008-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller5-17/+16
2008-06-30hostap: use radiotap headers by defaultPavel Roskin1-0/+1
2008-06-30hostap: add radiotap support in monitor modePavel Roskin3-2/+38
2008-06-30hostap: don't skip any headers in hostap_80211_header_parse()Pavel Roskin1-19/+1
2008-06-30hostap: fix sparse warningsPavel Roskin5-16/+15
2008-06-30hostap: don't report useless WDS frames by defaultPavel Roskin1-1/+1
2008-06-16wext: Emit event stream entries correctly when compat.David S. Miller3-44/+49
2008-06-12net: Eliminate flush_scheduled_work() calls while RTNL is held.David S. Miller1-1/+7
2008-05-20hostap_cs: add ID for Conceptronic CON11CProPavel Roskin1-0/+1
2008-05-15hostap: fix "registers" registration in procfsMathieu Chouquet-Stringer1-5/+4
2008-04-08[NET]: Undo code bloat in hot paths due to print_mac().David S. Miller3-94/+155
2008-01-31Add another Prism2 card to hostapMarcin Juszkiewicz1-0/+3
2008-01-31hostap_80211.h: remove duplicate prototypeMichal Piotrowski1-5/+0
2008-01-28hostap_cs: don't match revisions in presense of the MAC chip namePavel Roskin1-9/+6
2008-01-28hostap: don't mess with mixed-endian even for internal skb queuesAl Viro2-10/+9
2008-01-28hostap annotationsAl Viro11-235/+233
2008-01-28hostap: fix endianness with txdesc->sw_supportAl Viro1-2/+2
2008-01-28[netdrvr] irq handler minor cleanups in several driversJeff Garzik1-1/+1
2008-01-28introduce WEXT scan capabilitiesDan Williams1-0/+3
2008-01-16hostap: section mismatch warningRandy Dunlap1-3/+3
2007-11-10hostap: fix section mismatch warningRandy Dunlap1-3/+3
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-1/+1
2007-10-19define global BIT macroJiri Slaby1-3/+0
2007-10-14long vs. unsigned long - low-hanging fruits in driversAl Viro1-1/+1
2007-10-10[PATCH] Add Linksys card to HostAP driverMarcin Juszkiewicz1-0/+4
2007-10-10[PATCH] hostap_cs: Add device ID for Telekom T-Sinus 111cardStefan Lippers-Hollmann1-0/+1
2007-10-10[HOSTAP]: set netdev type before registering AP interfaceDaniel Drake3-10/+13
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger5-28/+32
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches9-147/+204
2007-10-10drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng1-3/+3
2007-10-10[PATCH] dev->priv to netdev_priv(dev), for drivers/net/wirelessYoann Padioleau3-9/+9
2007-10-10[PATCH] Use mutex instead of semaphore in the Host AP driverMatthias Kaehlcke2-8/+9
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman1-3/+4
2007-07-11PCI: remove useless pci driver methodDavid Brownell2-5/+0
2007-07-08[PATCH] hostap: Remove driver version numberJouni Malinen6-19/+0
2007-07-08[PATCH] hostap: Use list_for_each_entryMatthias Kaehlcke1-22/+10
2007-07-08[PATCH] hostap: Suppress broadcast if no stations are associatedPavel Roskin1-0/+2
2007-05-29[PATCH] hostap: Allocate enough tailroom for TKIPBrandon Craig Rhodes1-5/+8
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-04-28[PATCH] hostap_cs: support ADLINK 345 CFMarcin Juszkiewicz1-0/+2
2007-04-28[PATCH] Update my email address from jkmaline@cc.hut.fi to j@w1.fiJouni Malinen6-9/+9
2007-04-28[PATCH] hostap: Add D-Link DWL-650 Rev. P1 product idJouni Malinen1-0/+5
2007-04-28[PATCH] hostap: use offsetof() instead of own equivalentPavel Roskin1-2/+2
2007-04-25[WIRELESS]: Refactor wireless Kconfig.Johannes Berg1-1/+2