summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-04-17uwb: adds missing error handlingDaeseok Youn1-1/+4
2014-04-17USB: cdc-acm: Remove Motorola/Telit H24 serial interfaces from ACM driverMichael Ulbricht1-7/+21
2014-04-17USB: ohci-jz4740: FEAT_POWER is a port feature, not a hub featureLaurent Pinchart1-2/+2
2014-04-17USB: ohci-jz4740: Fix uninitialized variable warningLaurent Pinchart1-1/+1
2014-04-17USB: EHCI: tegra: set txfill_tuningStephen Warren1-0/+23
2014-04-17usb: ehci-platform: Return immediately from suspend if ehci_suspend failsVivek Gautam1-0/+2
2014-04-17usb: ehci-exynos: Return immediately from suspend if ehci_suspend failsVivek Gautam1-0/+2
2014-04-17USB: fix crash during hotplug of PCI USB controller cardAlan Stern1-1/+1
2014-04-17USB: cdc-acm: fix double usb_autopm_put_interface() in acm_port_activate()Alexey Khoroshilov1-2/+4
2014-04-17usb: usb-common: fix typo for usb_state_stringPeter Chen1-1/+1
2014-04-17USB: usb_wwan: fix handling of missing bulk endpointsJohan Hovold1-6/+3
2014-04-17USB: pl2303: add ids for Hewlett-Packard HP POS pole displaysAaron Sanders2-1/+7
2014-04-17USB: cp210x: Add 8281 (Nanotec Plug & Drive)Tristan Bruns1-0/+1
2014-04-17usb: option driver, add support for Telit UE910v2Daniele Palmas1-0/+2
2014-04-17Revert "USB: serial: add usbid for dell wwan card to sierra.c"Johan Hovold1-1/+0
2014-04-17USB: serial: ftdi_sio: add id for Brainboxes serial cardsMichele Baldessari2-0/+70
2014-04-13sym53c8xx_2: Set DID_REQUEUE return code when aborting squeueMikulas Patocka1-0/+4
2014-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds42-302/+285
2014-04-13Merge tag 'remoteproc-3.15-cleanups' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-17/+3
2014-04-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds29-422/+1213
2014-04-13Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds16-124/+192
2014-04-13Merge tag 'ntb-3.15' of git://github.com/jonmason/ntbLinus Torvalds4-109/+138
2014-04-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds12-175/+54
2014-04-13drivers: net: xen-netfront: fix array initialization bugVincenzo Maffione1-1/+1
2014-04-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller14-203/+91
2014-04-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-1/+2
2014-04-12r8152: check RTL8152_UNPLUGhayeswang1-0/+48
2014-04-12net: sun4i-emac: add promiscuous supportMarc Zyngier1-9/+21
2014-04-12net/apne: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong1-3/+1
2014-04-12Merge branch 'async-scsi-resume' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-30/+115
2014-04-12Merge tag 'md/3.15' of git://neil.brown.name/mdLinus Torvalds5-51/+61
2014-04-12Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds2-236/+491
2014-04-12ib_srpt: Use correct ib_sg_dma primitivesMike Marciniszyn1-6/+10
2014-04-12target/tcm_fc: Rename ft_tport_create to ft_tport_getAndy Grover1-3/+3
2014-04-12target/tcm_fc: Rename ft_{add,del}_lport to {add,del}_wwnAndy Grover1-6/+6
2014-04-12target/tcm_fc: Rename structs and list members for clarityAndy Grover2-33/+32
2014-04-12target/tcm_fc: Limit to 1 TPG per wwnAndy Grover2-11/+12
2014-04-12target/tcm_fc: Don't export ft_lport_listAndy Grover2-2/+1
2014-04-12target/tcm_fc: Fix use-after-free of ft_tpgAndy Grover1-0/+1
2014-04-12target: Add check to prevent Abort Task from aborting itselfAlex Leung1-0/+5
2014-04-12Merge tag 'spi-v3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-27/+28
2014-04-12Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller12-62/+66
2014-04-12Merge tag 'regulator-v3.15-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-14/+12
2014-04-12drivers: net: cpsw: enable interrupts after napi enable and clearing previous...Mugunthan V N1-6/+6
2014-04-12drivers: net: cpsw: discard all packets received when interface is downMugunthan V N1-1/+1
2014-04-12Merge tag 'regmap-v3.15-nodev' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+2
2014-04-12Merge tag 'pm+acpi-3.15-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds44-183/+738
2014-04-12net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller5-6/+6
2014-04-11Drivers: net: hyperv: Address UDP checksum issuesKY Srinivasan3-2/+37
2014-04-11Drivers: net: hyperv: Negotiate suitable ndis version for offload supportKY Srinivasan1-1/+1