aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/hostap
AgeCommit message (Expand)Author
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
2006-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells
2006-12-05[PATCH] hostap: replace kmalloc+memset with kzallocYan Burman
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells
2006-12-04[PATCH] pcmcia: conf.ConfigBase and conf.Present consolidationDominik Brodowski
2006-12-04[PATCH] pcmcia: remove manf_id and card_id indirectionDominik Brodowski
2006-12-02[PATCH] wireless: clean-up some "check return code" warningsJohn W. Linville
2006-11-22WorkStruct: make allyesconfigDavid Howells
2006-10-31[PATCH] hostap_plx: fix CIS verificationPavel Roskin
2006-10-25[PATCH] pcmcia: add more IDs to hostap_cs.cDominik Brodowski
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells