Merge branch 'topic/core-cleanup' into for-linus
[safe/jmp/linux-2.6] / drivers / staging / hv / RndisFilter.c
2010-04-30 Haiyang ZhangStaging: hv: Fix a bug affecting IPv6
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-04 Greg Kroah-HartmanStaging: hv: remove unneeded OnClose callback
2010-03-04 Greg Kroah-HartmanStaging: hv: remove unneeded OnOpen callback
2009-09-15 Bill PembertonStaging: hv: remove use of internal list routines in...
2009-09-15 Greg Kroah-HartmanStaging: hv: remove function pointer typedefs from...
2009-09-15 Greg Kroah-HartmanStaging: hv: rename struct NETVSC_DEVICE
2009-09-15 Greg Kroah-HartmanStaging: hv: coding style cleanup for RndisFilter.c
2009-09-15 Greg Kroah-HartmanStaging: hv: remove typedefs from RndisFilter.c
2009-09-15 Greg Kroah-HartmanStaging: hv: move NetVscApi.h
2009-09-15 Greg Kroah-HartmanStaging: hv: move logging.h
2009-09-15 Greg Kroah-HartmanStaging: hv: fix up typedefs in NetVscApi.h
2009-09-15 Greg Kroah-HartmanStaging: hv: typedef removal for VmbusApi.h
2009-09-15 Greg Kroah-HartmanStaging: hv: rndis.h: typedef removal, part 1
2009-09-15 Greg Kroah-HartmanStaging: hv: move osd.h
2009-09-15 Greg Kroah-HartmanStaging: hv: osd: add osd_ prefix to global functions
2009-09-15 Greg Kroah-HartmanStaging: hv: osd: remove physical address wrapper functions
2009-09-15 Bill PembertonStaging: hv: remove wrapper functions around kmap_
2009-09-15 Bill PembertonStaging: hv: remove wrapper functions for atomic operations
2009-09-15 Bill PembertonStaging: hv: remove WaitEventClose()
2009-09-15 Greg Kroah-HartmanStaging: hv: fix sparse static warnings
2009-09-15 Nicolas PalixStaging: hv: Remove typedef NETVSC_PACKET and PNETVSC_P...
2009-09-15 Nicolas PalixStaging: hv: Remove typedef DRIVER_OBJECT and PDRIVER_O...
2009-09-15 Greg Kroah-HartmanStaging: hv: properly fix the printk() warnings
2009-09-15 Greg Kroah-HartmanStaging: hv: remove more printk() warnings
2009-09-15 Bill PembertonStaging: hv: remove WAITEVENT typedef
2009-09-15 Nicolas PalixStaging: hv: Transform PDEVICE_OBJECT and DEVICE_OBJECT...
2009-09-15 Bill PembertonStaging: hv: remove NETVSC_DEVICE typedef
2009-09-15 Bill PembertonStaging: hv: RndisFilter.c: fix print formatting
2009-09-15 Bill PembertonStaging: hv: Remove C99 comments
2009-09-15 Moritz MuehlenhoffStaging: hv: Remove compatibility ifdefry
2009-09-15 Greg Kroah-HartmanStaging: hv: make Device->RequestLock a real spinlock
2009-09-15 Greg Kroah-HartmanStaging: hv: osd: remove MemFree wrapper
2009-09-15 Greg Kroah-HartmanStaging: hv: osd: remove MemAllocZeroed wrapper
2009-09-15 Greg Kroah-HartmanStaging: hv: osd: remove MemAlloc wrapper
2009-09-15 Greg Kroah-HartmanStaging: hv: remove TRUE, FALSE, and NULL usage
2009-09-15 Greg Kroah-HartmanStaging: hv: remove PAGE_SIZE and PAGE_SHIFT and __buil...
2009-09-15 Greg Kroah-HartmanStaging: hv: remove BOOL and BOOLEAN typedefs
2009-09-15 Greg Kroah-HartmanStaging: hv: remove ULONG_PTR typedef
2009-09-15 Greg Kroah-HartmanStaging: hv: remove UINT64 and INT64 and UCHAR typedefs
2009-09-15 Greg Kroah-HartmanStaging: hv: remove UINT32 and INT32 typedefs
2009-09-15 Greg Kroah-HartmanStaging: hv: remove UINT8 and INT8 typedefs
2009-09-15 Greg Kroah-HartmanStaging: hv: remove VOID typedef
2009-09-15 Greg Kroah-HartmanStaging: hv: make the Hyper-V virtual network driver...
2009-09-15 Hank JanssenStaging: hv: add the Hyper-V virtual network driver