summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-02-26rtlwifi: rtl_usb: Fix for URB leaking when doing ifconfig up/downMichael Schenk1-0/+18
2017-02-26goldfish: Sanitize the broken interrupt handlerThomas Gleixner1-5/+8
2017-02-26USB: serial: console: fix uninitialised spinlockJohan Hovold1-0/+1
2017-02-26USB: serial: ark3116: fix register-accessor error handlingJohan Hovold1-3/+10
2017-02-26USB: serial: opticon: fix CTS retrieval at openJohan Hovold1-1/+1
2017-02-26USB: serial: spcp8x5: fix modem-status handlingJohan Hovold1-1/+7
2017-02-26USB: serial: ftdi_sio: fix line-status over-reportingJohan Hovold1-9/+14
2017-02-26USB: serial: ftdi_sio: fix extreme low-latency settingJohan Hovold1-2/+0
2017-02-26USB: serial: ftdi_sio: fix modem-status error handlingJohan Hovold1-1/+5
2017-02-26USB: serial: cp210x: add new IDs for GE Bx50v3 boardsKen Lin1-0/+2
2017-02-26USB: serial: mos7840: fix another NULL-deref at openJohan Hovold1-1/+3
2017-02-26tty: serial: msm: Fix module autoloadJavier Martinez Canillas1-0/+1
2017-02-26vxlan: fix oops in dev_fill_metadata_dstPaolo Abeni1-2/+4
2017-02-26net: ethernet: ti: cpsw: fix cpsw assignment in resumeIvan Khoronzhuk1-1/+1
2017-02-26net/mlx5e: Disable preemption when doing TC statistics upcallOr Gerlitz1-0/+4
2017-02-23bcache: Make gc wakeup sane, remove set_task_state()Kent Overstreet5-26/+26
2017-02-23ntb_transport: Pick an unused queueThomas VanSelus1-1/+1
2017-02-23ntb: ntb_perf missing dmaengine_unmap_putDave Jiang1-0/+2
2017-02-23NTB: ntb_transport: fix debugfs_remove_recursiveAllen Hubbe1-2/+1
2017-02-23PCI/PME: Restore pcie_pme_driver.removeYinghai Lu1-0/+12
2017-02-23Revert "i2c: designware: detect when dynamic tar update is possible"Jarkko Nikula2-35/+11
2017-02-23drm/dp/mst: fix kernel oops when turning off secondary monitorPierre-Louis Bossart1-1/+1
2017-02-23drm/radeon: Use mode h/vdisplay fields to hide out of bounds HW cursorMichel Dänzer1-2/+2
2017-02-23Input: elan_i2c - add ELAN0605 to the ACPI tableIHARA Hiroka1-0/+1
2017-02-23Fix missing sanity check in /dev/sgAl Viro1-0/+4
2017-02-23scsi: don't BUG_ON() empty DMA transfersJohannes Thumshirn1-1/+2
2017-02-23mmc: core: fix multi-bit bus width without high-speed modeAnssi Hannula1-2/+2
2017-02-23siano: make it work again with CONFIG_VMAP_STACKMauro Carvalho Chehab1-5/+13
2017-02-18net/mlx5: Don't unlock fte while still using itMark Bloch1-2/+4
2017-02-18net: introduce device min_header_lenWillem de Bruijn1-0/+1
2017-02-18mlx4: Invoke softirqs after napi_rescheduleBenjamin Poirier1-1/+4
2017-02-18catc: Use heap buffer for memory size testBen Hutchings1-7/+18
2017-02-18catc: Combine failure cleanup code in catc_probe()Ben Hutchings1-16/+17
2017-02-18rtl8150: Use heap buffers for all register accessBen Hutchings1-7/+27
2017-02-18pegasus: Use heap buffers for all register accessBen Hutchings1-4/+25
2017-02-18macvtap: read vnet_hdr_size onceWillem de Bruijn1-2/+2
2017-02-18tun: read vnet_hdr_sz onceWillem de Bruijn1-4/+6
2017-02-18stmmac: Discard masked flags in interrupt status registerAlexey Brodkin1-0/+4
2017-02-18net/mlx5e: Fix update of hash function/key via ethtoolGal Pressman3-105/+109
2017-02-15IB/rxe: Fix mem_check_range integer overflowEyal Itkin1-3/+5
2017-02-15IB/rxe: Fix resid updateEyal Itkin1-1/+1
2017-02-15xen-netfront: Delete rx_refill_timer in xennet_disconnect_backend()Boris Ostrovsky1-1/+2
2017-02-15scsi: qla2xxx: Avoid that issuing a LIP triggers a kernel crashMauricio Faria de Oliveira1-1/+1
2017-02-15scsi: mpt3sas: disable ASPM for MPI2 controllersojab1-0/+3
2017-02-15scsi: aacraid: Fix INTx/MSI-x issue with older controllersDave Carroll1-2/+6
2017-02-15scsi: zfcp: fix use-after-free by not tracing WKA port open/close on failed sendSteffen Maier1-4/+4
2017-02-15Drivers: hv: vmbus: finally fix hv_need_to_signal_on_read()Dexuan Cui2-0/+7
2017-02-15Drivers: hv: vmbus: On the read path cleanup the logic to interrupt the hostK. Y. Srinivasan3-14/+8
2017-02-15Drivers: hv: vmbus: On write cleanup the logic to interrupt the hostK. Y. Srinivasan3-101/+34
2017-02-15Drivers: hv: vmbus: Base host signaling strictly on the ring stateK. Y. Srinivasan3-12/+20