summaryrefslogtreecommitdiffstats
path: root/drivers/staging
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-123-8/+7Star
|\
| * Merge tag 'iio-fixes-for-3.15b' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2014-04-301-1/+2
| |\
| | * staging:iio:ad2s1200 fix missing parenthesis in a for statment.Jimmy Li2014-04-261-1/+2
| * | staging: comedi: usbdux: bug fix for accessing 'ao_chanlist' in private dataH Hartley Sweeten2014-04-241-6/+3Star
| |/
| * Merge tag 'iio-fixes-for-3.15a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2014-04-232-1/+2
| |\
| | * iio: adc: mxs-lradc: fix warning when buidling on avr32Alexandre Belloni2014-03-221-1/+1
| | * staging:iio:ad2s1200 fix a missing breakJimmy Li2014-03-221-0/+1
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-05-021-11/+3Star
|\ \ \ | |/ / |/| |
| * | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2014-04-301-11/+3Star
| |\ \
| | * | mac80211: add vif to flush callEmmanuel Grumbach2014-04-091-11/+3Star
* | | | Merge tag 'staging-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-04-1952-19978/+154Star
|\ \ \ \
| * | | | staging: r8188eu: Fix case where ethtype was never obtained and always be che...Larry Finger2014-04-161-9/+6Star
| * | | | staging: r8712u: Fix case where ethtype was never obtained and always be chec...Larry Finger2014-04-161-7/+6Star
| * | | | staging: r8188eu: Calling rtw_get_stainfo() with a NULL sta_addr will return ...Larry Finger2014-04-161-2/+2
| * | | | staging: comedi: fix circular locking dependency in comedi_mmap()Ian Abbott2014-04-163-6/+51
| * | | | staging: r8723au: Add missing initialization of change_inx in sort algorithmGeert Uytterhoeven2014-04-161-1/+1
| * | | | Staging: unisys: use after free in list_for_each()Dan Carpenter2014-04-162-6/+6
| * | | | staging: unisys: use after free in error messagesDan Carpenter2014-04-161-2/+2
| * | | | staging: speakup: fix misuse of kstrtol() in handle_goto()Daeseok Youn2014-04-161-9/+9
| * | | | staging: goldfish: Call free_irq in error pathTuomas Tynkkynen2014-04-161-0/+1
| * | | | staging: delete rtl8187se wireless driverGreg Kroah-Hartman2014-04-1631-19847/+0Star
| * | | | staging: rtl8723au: Fix buffer overflow in rtw_get_wfd_ie()Jes Sorensen2014-04-164-38/+16Star
| * | | | staging: gs_fpgaboot: remove __TIMESTAMP__ macroArnd Bergmann2014-04-151-1/+0Star
| * | | | staging: vme: fix memory leak in vme_user_probe()Daeseok Youn2014-04-151-6/+3Star
| * | | | staging: fpgaboot: clean up MakefilePaul Bolle2014-04-151-2/+0Star
| * | | | staging/usbip: fix store_attach() sscanf return value checkShuah Khan2014-04-151-1/+1
| * | | | staging/usbip: userspace - fix usbipd SIGSEGV from refresh_exported_devices()Shuah Khan2014-04-151-2/+5
| * | | | staging: rtl8188eu: remove spaces, correct counts to unbreak P2P ioctlsWilfried Klaebe2014-04-151-37/+37
| * | | | staging/rtl8821ae: Fix OOM handling in _rtl_init_deferred_work()Richard Weinberger2014-04-151-2/+8
| |/ / /
* / / / video: move fbdev to drivers/video/fbdevTomi Valkeinen2014-04-173-4/+4
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-04-131-2/+2
|\ \ \
| * | | net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-111-2/+2
* | | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-04-132-6/+11
|\ \ \ \
| * | | | [media] msi3101: check I/O return values on stop streamingAntti Palosaari2014-04-061-4/+10
| * | | | [media] msi3101: remove unused variable assignmentAntti Palosaari2014-04-061-1/+0Star
| * | | | [media] msi001: fix possible integer overflowAntti Palosaari2014-04-061-1/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-128-126/+25Star
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | lustre: don't open-code kernel_recvmsg()Al Viro2014-04-022-33/+9Star
| * | | | lustre: switch to kernel_sendmsg()Al Viro2014-04-022-36/+6Star
| * | | | lustre: generic_readlink() is just fine there, TYVM...Al Viro2014-04-021-22/+1Star
| * | | | usbip: don't open-code sockfd_lookup/sockfd_putAl Viro2014-04-025-35/+9Star
| | |_|/ | |/| |
* | | | Merge tag 'staging-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-04-08136-2/+89854
|\ \ \ \
| * | | | staging: rtl8723au: The 8723 only has two pathsJes Sorensen2014-04-073-45/+0Star
| * | | | Staging: unisys: mark drivers as BROKENGreg Kroah-Hartman2014-04-071-1/+1
| * | | | Staging: unisys: verify that a control channel existsSasha Levin2014-04-071-0/+18
| * | | | staging: unisys: Add missing close parentheses in filexfer.cMasanari Iida2014-04-071-1/+1
| * | | | staging: r8723au: Fix build problem when RFKILL is not selectedLarry Finger2014-04-071-1/+1
| * | | | staging: r8723au: Fix randconfig build errorsLarry Finger2014-04-061-0/+1
| * | | | staging: r8723au: Turn on build of new driverLarry Finger2014-04-055-0/+111
| * | | | staging: r8723au: Additional source patchesLarry Finger2014-04-0531-700/+343Star