summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Staging: hv: vmbus_drv: Move the contents of vmbus_private.h to vmbus_hyperv.hK. Y. Srinivasan2011-05-179-133/+98
* Staging: hv: vmbus_drv: Move the contents of ring_buffer.h to hyperv_vmbus.hK. Y. Srinivasan2011-05-174-61/+28
* Staging: hv: vmbus_drv: Move the content of hv.h to hyperv_vmbus.hK. Y. Srinivasan2011-05-173-141/+111
* Staging: hv: vmbus_drv: Include the contents of hv_api.h in hyperv_vmbus.hK. Y. Srinivasan2011-05-1717-406/+366
* Staging: hv: vmbus_drv: Create a common header file to build the vmbus driverK. Y. Srinivasan2011-05-177-0/+34
* Staging: hv: Include asm/hyperv.h in hyperv.hK. Y. Srinivasan2011-05-172-525/+10
* staging: brcm80211: fix checkpatch issue in wlc_channel.cArend van Spriel2011-05-171-2/+4
* staging: brcm80211: Corrected sdpcm_shared_t structure definitionSukesh Srikakula2011-05-171-1/+2
* staging: brcm80211: Better debug support added to brcmfmac driverSukesh Srikakula2011-05-174-245/+331
* staging: brcm80211: cfg80211 up/down routines in brcmfmac driver are fixedSukesh Srikakula2011-05-171-19/+8
* staging: brcm80211: Removed unused variable from brcmfmac driverSukesh Srikakula2011-05-172-6/+0
* staging: brcm80211: Fixed scan notification functionality in brcmfmac driverSukesh Srikakula2011-05-171-24/+32
* staging: brcm80211: Added support to change scan times from brcmfmac driverSukesh Srikakula2011-05-172-35/+50
* staging: brcm80211: Added support to change roaming parameters from brcmfmac ...Sukesh Srikakula2011-05-172-35/+66
* staging: brcm80211: Fixed ibss join/leave functionality in brcmfmac driverSukesh Srikakula2011-05-171-73/+206
* staging: brcm80211: Fixed bss (re)connect/disconnect issues in brcmfmac driverSukesh Srikakula2011-05-172-193/+189
* staging: brcm80211: Optimized wl_inform_single_bss function in brcmfmac driverSukesh Srikakula2011-05-171-126/+50
* staging: brcm80211: Fixed wl_assoc_params structure miss match in brcmfmac dr...Sukesh Srikakula2011-05-171-0/+1
* staging: brcm80211: brcmfmac driver's interface name changed to "wlan"Sukesh Srikakula2011-05-171-1/+1
* staging: brcm80211: Fix for suspend issue in brcmfmac driverSukesh Srikakula2011-05-175-28/+97
* staging: brcm80211: Fix for WPA GTK install issue in brcmfmac driverSukesh Srikakula2011-05-171-0/+4
* staging: brcm80211: removed more unused counter related structuresRoland Vossen2011-05-171-103/+0
* staging: brcm80211: removed counter related struct wl_cntRoland Vossen2011-05-176-373/+4
* staging: brcm80211: removed support for proprietary ioctl WLC_GET_PKTCNTSRoland Vossen2011-05-172-27/+0
* staging: brcm80211: removed stats WEXT support from fullmacRoland Vossen2011-05-172-131/+1
* staging: brcm80211: removed counter related macros that expanded to NOPRoland Vossen2011-05-173-70/+0
* staging: brcm80211: removed unused struct net_device_stats related codeRoland Vossen2011-05-172-33/+0
* staging: brcm80211: fix makefiles for building drivers in kernelArend van Spriel2011-05-172-2/+2
* staging: brcm80211: cleanup functions in nvram.cArend van Spriel2011-05-174-393/+10
* staging: brcm80211: make function definitions and prototype consistentArend van Spriel2011-05-171-4/+4
* staging: brcm80211: remove unused functions and prototypesArend van Spriel2011-05-173-78/+0
* staging: brcm80211: remove unnecessary functions from wlc_main.cArend van Spriel2011-05-173-476/+4
* staging: brcm80211: got rid of #ifdef __mips__ by new dma_spin_for_len()Roland Vossen2011-05-172-10/+20
* staging: brcm80211: replaced IL_BIGENDIAN by __BIG_ENDIANRoland Vossen2011-05-174-12/+9
* Staging: hv: Move the contents of utils.h to hyperv.hK. Y. Srinivasan2011-05-175-123/+97
* Staging: hv: Move the contents of vmbus.h to hyperv.hK. Y. Srinivasan2011-05-1711-60/+20
* Staging: hv: Move the contents of vmbus_api.h to hyperv.hK. Y. Srinivasan2011-05-179-98/+69
* Staging: hv: Move the contents of logging.h to hyperv.hK. Y. Srinivasan2011-05-1717-113/+68
* Staging: hv: Move the contents of channel.h to hyperv.hK. Y. Srinivasan2011-05-1710-120/+82
* Staging: hv: Move the contents of channel_mgmt.h to hyperv.hK. Y. Srinivasan2011-05-174-318/+290
* Staging: hv: Move the contents of vmbus_packet_format.h to hyperv.hK. Y. Srinivasan2011-05-178-167/+133
* Staging: hv: Move the contents of vmbus_channel_interface.h to hyperv.hK. Y. Srinivasan2011-05-176-94/+65
* Staging: hv: Move the contents of the file version_info.h to hyperv.hK. Y. Srinivasan2011-05-179-55/+21
* Staging: hv: Move a subset of definitions from ring_buffer.h to hyperv.hK. Y. Srinivasan2011-05-172-43/+41
* Staging: hv: Add a subset of definitions from vmbus_api.h to hyperv.hK. Y. Srinivasan2011-05-172-30/+30
* Staging: hv: Include the newly created header file in all of the relevant hyp...K. Y. Srinivasan2011-05-1717-5/+37
* Staging: hv: Create a common header for all hyperv drivers to includeK. Y. Srinivasan2011-05-171-0/+23
* drivers/staging/vt6656/main_usb.c: Delete unnecessary call to usb_kill_urbJulia Lawall2011-05-171-3/+0
* gma500: finish off the fault handlerAlan Cox2011-05-174-20/+93
* gma500: Don't try and take a GEM handle of a non GEM fbAlan Cox2011-05-171-0/+2