summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/hostap
AgeCommit message (Expand)Author
2008-06-12net: Eliminate flush_scheduled_work() calls while RTNL is held.David S. Miller
2008-05-20hostap_cs: add ID for Conceptronic CON11CProPavel Roskin
2008-05-15hostap: fix "registers" registration in procfsMathieu Chouquet-Stringer
2008-04-08[NET]: Undo code bloat in hot paths due to print_mac().David S. Miller
2008-01-31Add another Prism2 card to hostapMarcin Juszkiewicz
2008-01-31hostap_80211.h: remove duplicate prototypeMichal Piotrowski
2008-01-28hostap_cs: don't match revisions in presense of the MAC chip namePavel Roskin
2008-01-28hostap: don't mess with mixed-endian even for internal skb queuesAl Viro
2008-01-28hostap annotationsAl Viro
2008-01-28hostap: fix endianness with txdesc->sw_supportAl Viro
2008-01-28[netdrvr] irq handler minor cleanups in several driversJeff Garzik
2008-01-28introduce WEXT scan capabilitiesDan Williams
2008-01-16hostap: section mismatch warningRandy Dunlap
2007-11-10hostap: fix section mismatch warningRandy Dunlap
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov
2007-10-19define global BIT macroJiri Slaby
2007-10-14long vs. unsigned long - low-hanging fruits in driversAl Viro
2007-10-10[PATCH] Add Linksys card to HostAP driverMarcin Juszkiewicz
2007-10-10[PATCH] hostap_cs: Add device ID for Telekom T-Sinus 111cardStefan Lippers-Hollmann
2007-10-10[HOSTAP]: set netdev type before registering AP interfaceDaniel Drake
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches
2007-10-10drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng
2007-10-10[PATCH] dev->priv to netdev_priv(dev), for drivers/net/wirelessYoann Padioleau
2007-10-10[PATCH] Use mutex instead of semaphore in the Host AP driverMatthias Kaehlcke
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman
2007-07-11PCI: remove useless pci driver methodDavid Brownell
2007-07-08[PATCH] hostap: Remove driver version numberJouni Malinen
2007-07-08[PATCH] hostap: Use list_for_each_entryMatthias Kaehlcke
2007-07-08[PATCH] hostap: Suppress broadcast if no stations are associatedPavel Roskin
2007-05-29[PATCH] hostap: Allocate enough tailroom for TKIPBrandon Craig Rhodes
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-04-28[PATCH] hostap_cs: support ADLINK 345 CFMarcin Juszkiewicz
2007-04-28[PATCH] Update my email address from jkmaline@cc.hut.fi to j@w1.fiJouni Malinen
2007-04-28[PATCH] hostap: Add D-Link DWL-650 Rev. P1 product idJouni Malinen
2007-04-28[PATCH] hostap: use offsetof() instead of own equivalentPavel Roskin
2007-04-25[WIRELESS]: Refactor wireless Kconfig.Johannes Berg
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Convert skb->end to sk_buff_data_tArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo
2007-02-17Merge branch 'upstream' into upstream-jgarzikJohn W. Linville
2007-02-14[PATCH] hostap: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish
2007-02-07Network: convert network devices to use struct device instead of class_deviceGreg Kroah-Hartman
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day
2006-12-07Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik