drm/nv50: fix iommu errors caused by device reading from address 0
[safe/jmp/linux-2.6] / drivers / staging / vt6656 /
2010-05-21 Greg Kroah-HartmanMerge staging-next tree into Linus's latest version
2010-05-21 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2010-05-18 Charles ClémentStaging: vt6656: use ETH_HLEN macro instead of custom one
2010-05-18 Andres MoreStaging: vt6656: removed custom UCHAR/USHORT/UINT/ULONG...
2010-05-18 Andres MoreStaging: vt6656: removed custom CHAR/SHORT/INT/LONG...
2010-05-14 Julia LawallStaging: Use kcalloc or kzalloc
2010-05-14 Andres Morestaging: vt6656: code cleanup, removed unused I8 macro
2010-05-14 Andres Morestaging: vt6656: code cleanup, replaced U32 macro with u32
2010-05-14 Andres Morestaging: vt6656: code cleanup, replaced U16 macro with u16
2010-05-14 Andres Morestaging: vt6656: code cleanup, replaced U8 macro with u8
2010-05-11 Andres Morestaging: vt6656: card.h: code cleanup, resolved checkpa...
2010-05-11 Julia LawallStaging: Drop memory allocation cast
2010-05-11 Andres Morestaging: vt6656: aes_ccmp.c: code cleanup, cleared...
2010-05-11 Andres Morestaging: vt6656: code cleanup, removed HANDLE definitio...
2010-05-11 Andres MoreStaging: vt6656: code cleanup, resolved sparse finding
2010-05-11 Andres MoreStaging: vt6656: code cleanup, removed OUT definition
2010-05-11 Andres MoreStaging: vt6656: removed SUCCESS define as it is not...
2010-05-11 Andres MoreStaging: vt6656: code cleanup, fixed comments style...
2010-05-11 Andres MoreStaging: vt6656: removed VOID/PVOID definitions
2010-05-11 Andres MoreStaging: vt6656: Removed IN definition
2010-05-11 Forest BondStaging: vt6656: Rename hostap_set_hostapd, hostap_iotctl.
2010-05-11 Andres MoreStaging: vt6656: incorporated ETH_ALEN macro instead...
2010-05-11 Andres MoreStaging: vt6656: struct usb_driver cleanup
2010-05-11 Andres Morestaging: vt6656: cleared checkpatch.pl findings in...
2010-05-11 Daniel Kenji ToyamaStaging: vt6656: int.c: Fixed Coding Style issues
2010-05-11 Daniel Kenji ToyamaStaging: vt6656: tcrc.c: Fixed coding style issues
2010-05-11 Daniel Kenji ToyamaStaging: vt6656: tether.c: Fixed coding style issues
2010-05-11 Daniel Kenji ToyamaStaging: vt6656: michael.c: Fixed coding style issues
2010-05-11 Daniel Kenji ToyamaStaging: vt6656: control.c: Fixed coding style issues
2010-05-11 Daniel Kenji ToyamaStaging: vt6656: rc4.c: Fixed coding style issues
2010-05-11 Joe PerchesStaging: vt6656: Hoist assign from if
2010-05-11 Julia LawallStaging: drop redundant memset
2010-04-03 Jiri Pirkonet: convert multicast list to list_head
2010-03-29 Gilles EspinasseFix comment and Kconfig typos for 'require' and 'fragment'
2010-02-18 Jiri Pirkostaging: convert to use netdev_for_each_mc_addr
2010-02-12 Jiri Pirkonet: use netdev_mc_count and netdev_mc_empty when appro...
2009-12-23 Randy DunlapStaging/vt66*: kconfig, depends on WLAN
2009-12-11 André Goddard RosaStaging: fix assorted typos all over the place
2009-12-11 Randy DunlapStaging: vt665*: fix printk formats
2009-12-11 Shawn BohrerStaging: vt6656 remove unneeded version.h and version...
2009-12-11 Shawn BohrerStaging: vt6656 remove duplicate includes
2009-12-11 Shawn BohrerStaging: vt6656 remove kcompat.h
2009-12-11 Roel KluinStaging: vt6655: Correct unsigned bound issue
2009-12-11 Otavio SalvadorStaging: vt6656: use lowercase for VIA USB vendor id
2009-12-02 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-12-01 Bartlomiej Zolnier... Staging: update TODO files
2009-11-19 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-10-30 miaofngStaging: vt6656: fix the memory free bug in vntwusb_dis...
2009-10-07 Larry Fingerstaging: Add proper selection of WIRELESS_EXT and WEXT_PRIV
2009-09-15 Alexander BeregalovStaging: vt665x: fix built-in compiling
2009-09-15 Greg Kroah-HartmanStaging: vt665x: rename the module binary
2009-09-15 Jim LiebStaging: vt665x: remove tbit.h
2009-09-15 Jim LiebStaging: vt665x: cleanup USB definitions
2009-09-15 Jim LiebStaging: vt665x: remove tpci.h file in vt6656
2009-09-15 Jim LiebStaging: vt665x: Remove umem.h Part 2
2009-09-15 Jim LiebStaging: vt665x: Clean up include files, Part 1
2009-09-15 Jim LiebStaging: vt665x: Typedef and macro cleanup Part 1
2009-09-15 Bartlomiej Zolnier... Staging: vt6656: add TODO
2009-09-15 Jim LiebStaging: vt665x: Text janitor in prep for driver merge
2009-09-15 Jim LiebStaging: vt665x: 64bit compile fixes Part 2
2009-09-15 Julia LawallStaging: Correct use of ! and &
2009-09-15 miaofngStaging: vt6656: disable wpa related function due to...
2009-09-15 Alexander BeregalovStaging: vt665x: depend on WIRELESS_EXT
2009-09-15 Alexander BeregalovStaging: vt6656: remove dependency on WIRELESS_EXT...
2009-09-15 Alexander BeregalovStaging: vt6656: remove dependency on kernel version
2009-09-15 Forest BondStaging: vt6656: Integrate vt6656 into build system.
2009-09-15 Forest BondStaging: vt6656: replace call to info with printk call.
2009-09-15 Forest BondStaging: vt6656: use net_device_ops for management...
2009-09-15 Forest BondStaging: vt6656: Replace net_device->priv accesses...
2009-09-15 Forest BondStaging: vt6656: main_usb.c: Drop obsolete fsuid/fsgid...
2009-09-15 Forest BondStaging: vt6656: Build vt6656.ko, not vntwusb.ko.
2009-09-15 Forest BondStaging: vt6656: Add includes to drivers/staging/vt6656.
2009-09-15 Forest BondStaging: Add pristine upstream vt6656 driver sources...