summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* ibmveth: calculate gso_segs for large packetsThomas Falcon2017-03-221-2/+10
* PCI: Do any VF BAR updates before enabling the BARsGavin Shan2017-03-221-7/+7
* PCI: Ignore BAR updates on virtual functionsBjorn Helgaas2017-03-222-7/+2
* PCI: Update BARs using property bits appropriate for typeBjorn Helgaas2017-03-221-3/+8
* PCI: Don't update VF BARs while VF memory space is enabledBjorn Helgaas2017-03-221-0/+8
* PCI: Decouple IORESOURCE_ROM_ENABLE and PCI_ROM_ADDRESS_ENABLEBjorn Helgaas2017-03-221-1/+2
* PCI: Add comments about ROM BAR updatingBjorn Helgaas2017-03-222-0/+11
* PCI: Remove pci_resource_bar() and pci_iov_resource_bar()Bjorn Helgaas2017-03-224-60/+7
* PCI: Separate VF BAR updates from standard BAR updatesBjorn Helgaas2017-03-223-2/+62
* scsi: ibmvscsis: Synchronize cmds at remove timeMichael Cyr2017-03-222-5/+37
* scsi: ibmvscsis: Synchronize cmds at tpg_enable_store timeMichael Cyr2017-03-222-188/+38
* scsi: ibmvscsis: Rearrange functions for future patchesMichael Cyr2017-03-221-328/+330
* scsi: ibmvscsis: Clean up properly if target_submit_cmd/tmr failsMichael Cyr2017-03-221-0/+7
* scsi: ibmvscsis: Return correct partition name/# to clientMichael Cyr2017-03-221-1/+4
* scsi: ibmvscsis: Issues from Dan Carpenter/SmatchMichael Cyr2017-03-221-10/+3
* igb: add i211 to i210 PHY workaroundTodd Fujinaka2017-03-221-1/+1
* igb: Workaround for igb i210 firmware issueChris J Arges2017-03-221-0/+4
* dmaengine: iota: ioat_alloc_chan_resources should not perform sleeping alloca...Krister Johansen2017-03-221-2/+2
* tun: fix premature POLLOUT notification on tun devicesHannes Frederic Sowa2017-03-221-3/+15
* vrf: Fix use-after-free in vrf_xmitDavid Ahern2017-03-221-1/+2
* mlxsw: spectrum_router: Avoid potential packets lossIdo Schimmel2017-03-221-10/+20
* geneve: lock RCU on TX pathJakub Kicinski2017-03-221-2/+8
* vxlan: lock RCU on TX pathJakub Kicinski2017-03-221-5/+8
* net: phy: Avoid deadlock during phy_error()Florian Fainelli2017-03-221-5/+9
* vxlan: don't allow overwrite of config src addrBrian Russell2017-03-221-7/+5
* vxlan: correctly validate VXLAN ID against VXLAN_N_VIDMatthias Schiffer2017-03-221-1/+1
* net/mlx5e: Fix wrong CQE decompressionTariq Toukan2017-03-221-7/+6
* net/mlx5e: Do not reduce LRO WQE size when not using build_skbTariq Toukan2017-03-221-6/+5
* net/mlx5e: Register/unregister vport representors on interface attach/detachSaeed Mahameed2017-03-221-8/+15
* IB/mlx5: Verify that Q counters are supportedKamal Heib2017-03-181-5/+9
* rc: raw decoder for keymap protocol is not loaded on registerSean Young2017-03-181-1/+6
* dm: flush queued bios when process blocks to avoid deadlockMikulas Patocka2017-03-181-0/+55
* serial: samsung: Continue to work if DMA request failsKrzysztof Kozlowski2017-03-181-2/+4
* USB: serial: io_ti: fix information leak in completion handlerJohan Hovold2017-03-181-1/+1
* USB: serial: io_ti: fix NULL-deref in interrupt callbackJohan Hovold2017-03-181-0/+6
* USB: iowarrior: fix NULL-deref in writeJohan Hovold2017-03-181-0/+8
* USB: iowarrior: fix NULL-deref at probeJohan Hovold2017-03-181-6/+7
* USB: serial: omninet: fix reference leaks at openJohan Hovold2017-03-181-6/+0
* USB: serial: safe_serial: fix information leak in completion handlerJohan Hovold2017-03-181-0/+5
* usb: host: xhci-plat: Fix timeout on removal of hot pluggable xhci controllersGuenter Roeck2017-03-181-0/+2
* usb: host: xhci-dbg: HCIVERSION should be a binary numberPeter Chen2017-03-181-1/+1
* Revert "usb: gadget: uvc: Add missing call for additional setup data"Roger Quadros2017-03-181-7/+0
* usb: gadget: function: f_fs: pass companion descriptor alongFelipe Balbi2017-03-181-2/+13
* usb: ohci-at91: Do not drop unhandled USB suspend control requestsJelle Martijn Kok2017-03-181-2/+2
* usb: dwc3-omap: Fix missing break in dwc3_omap_set_mailbox()Roger Quadros2017-03-181-0/+1
* usb: dwc3: gadget: make Set Endpoint Configuration macros safeFelipe Balbi2017-03-181-7/+7
* usb: gadget: dummy_hcd: clear usb_gadget region before registrationPeter Chen2017-03-181-0/+2
* PCI: Prevent VPD access for QLogic ISP2722Ethan Zhao2017-03-181-0/+1
* i2c: add missing of_node_put in i2c_mux_del_adaptersQi Hou2017-03-181-0/+2
* dw2102: don't do DMA on stackJonathan McDowell2017-03-181-99/+145