aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/hostap (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo4-18/+27
2007-04-25[SK_BUFF]: Convert skb->end to sk_buff_data_tArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo3-4/+4
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo1-7/+7
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo5-7/+10
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-1/+0
2007-02-17Merge branch 'upstream' into upstream-jgarzikJohn W. Linville1-1/+2
2007-02-14[PATCH] hostap: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish1-1/+2
2007-02-07Network: convert network devices to use struct device instead of class_deviceGreg Kroah-Hartman1-1/+1
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day5-5/+5
2006-12-07Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstreamJeff Garzik8-32/+12
2006-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells1-11/+2
2006-12-05[PATCH] hostap: replace kmalloc+memset with kzallocYan Burman8-32/+12
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells1-1/+7
2006-12-04[PATCH] pcmcia: conf.ConfigBase and conf.Present consolidationDominik Brodowski1-6/+0
2006-12-04[PATCH] pcmcia: remove manf_id and card_id indirectionDominik Brodowski1-5/+2
2006-12-02[PATCH] wireless: clean-up some "check return code" warningsJohn W. Linville1-1/+7
2006-11-22WorkStruct: make allyesconfigDavid Howells5-26/+30
2006-10-31[PATCH] hostap_plx: fix CIS verificationPavel Roskin1-2/+2
2006-10-25[PATCH] pcmcia: add more IDs to hostap_cs.cDominik Brodowski1-0/+7
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-09-25[PATCH] WE-21 for hostapJean Tourrilhes1-5/+5
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik2-2/+2
2006-09-11[PATCH] hostap_cs: added support for Proxim Harmony PCI W-Lan cardChristian Steineck1-0/+1
2006-08-23[PATCH] hostap: Restore antenna selection settings after port resetPavel Roskin1-0/+3
2006-07-05[PATCH] Add two PLX device IDsFaidon Liambotis1-0/+2
2006-07-03[PATCH] lockdep: annotate hostap netdev ->xmit_lockArjan van de Ven1-0/+10