summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-15lightnvm: add check after mempool allocationJavier Gonzalez1-0/+2
2016-09-15lightnvm: fix incorrect nr_free_blocks statChao Yu1-0/+1
2016-09-15lightnvm: fix bio submission issueWenwei Tao2-2/+4
2016-09-15cxlflash: a couple off by one bugsDan Carpenter1-2/+2
2016-09-15fm10k: Cleanup exception handling for mailbox interruptAlexander Duyck1-2/+11
2016-09-15fm10k: Cleanup MSI-X interrupts in case of failureAlexander Duyck1-1/+3
2016-09-15fm10k: reinitialize queuing scheme after calling init_hwJacob Keller1-0/+18
2016-09-15fm10k: always check init_hw for errorsJacob Keller1-5/+29
2016-09-15fm10k: reset max_queues on init_hw_vf failureJacob Keller1-3/+10
2016-09-15fm10k: Fix handling of NAPI budget when multiple queues are enabled per vectorAlexander Duyck1-0/+4
2016-09-15fm10k: Correct MTU for jumbo framesJacob Keller1-1/+1
2016-09-15fm10k: do not assume VF always has 1 queueJacob Keller2-1/+7
2016-09-15clk: xgene: Fix divider with non-zero shift valueLoc Ho1-1/+2
2016-09-15e1000e: fix division by zero on jumbo MTUsDmitry Fleytman1-2/+4
2016-09-15e1000: fix data race between tx_ring->next_to_cleanDmitriy Vyukov2-3/+9
2016-09-15ixgbe: Fix handling of NAPI budget when multiple queues are enabled per vectorAlexander Duyck1-1/+2
2016-09-15igb: fix NULL derefs due to skipped SR-IOV enablingJan Beulich1-0/+7
2016-09-15igb: use the correct i210 register for EEMNGCTLTodd Fujinaka4-0/+30
2016-09-15igb: don't unmap NULL hw_addrJarod Wilson2-4/+8
2016-09-15i40e: Fix Rx hash reported to the stack by our driverAnjali Singhai Jain2-50/+58
2016-09-15i40e: clean whole mac filter listShannon Nelson1-8/+11
2016-09-15i40evf: check rings before freeing resourcesMitch Williams1-0/+6
2016-09-15i40e: don't add zero MAC filterMitch Williams1-6/+9
2016-09-15i40e: properly delete VF MAC filtersMitch Williams3-2/+44
2016-09-15i40e: Fix memory leaks, sideband filter programmingKiran Patil2-10/+19
2016-09-15i40e: fix: do not sleep in netdev_opsJesse Brandeburg1-24/+20
2016-09-15i40e/i40evf: Fix RS bit update in Tx path and disable force WB workaroundAnjali Singhai Jain2-43/+77
2016-09-15i40evf: handle many MAC filters correctlyMitch Williams1-8/+24
2016-09-15i40e: Workaround fix for mss < 256 issueAnjali Singhai Jain1-0/+27
2016-09-07Linux 4.4.20v4.4.20Greg Kroah-Hartman1-1/+1
2016-09-07sysfs: correctly handle read offset on PREALLOC attrsKonstantin Khlebnikov1-1/+7
2016-09-07hwmon: (iio_hwmon) fix memory leak in name attributeQuentin Schulz1-12/+12
2016-09-07ALSA: line6: Fix POD sysfs attributes segfaultAndrej Krutak1-6/+6
2016-09-07ALSA: line6: Give up on the lock while URBs are released.Andrej Krutak1-0/+2
2016-09-07ALSA: line6: Remove double line6_pcm_release() after failed acquire.Andrej Krutak1-1/+0
2016-09-07ACPI / SRAT: fix SRAT parsing order with both LAPIC and X2APIC presentLukasz Anaczkowski1-4/+12
2016-09-07ACPI / sysfs: fix error code in get_status()Dan Carpenter1-4/+3
2016-09-07ACPI / drivers: replace acpi_probe_lock spinlock with mutexLorenzo Pieralisi1-3/+3
2016-09-07ACPI / drivers: fix typo in ACPI_DECLARE_PROBE_ENTRY macroLorenzo Pieralisi1-1/+1
2016-09-07staging: comedi: ni_mio_common: fix wrong insn_write handlerIan Abbott1-1/+1
2016-09-07staging: comedi: ni_mio_common: fix AO inttrig backwards compatibilityIan Abbott1-1/+9
2016-09-07staging: comedi: comedi_test: fix timer race conditionsIan Abbott1-34/+12
2016-09-07staging: comedi: daqboard2000: bug fix board type matching codeIan Abbott1-1/+1
2016-09-07USB: serial: option: add WeTelecom 0x6802 and 0x6803 productsAleksandr Makarov1-0/+4
2016-09-07USB: serial: option: add WeTelecom WM-D200Aleksandr Makarov1-0/+5
2016-09-07USB: serial: mos7840: fix non-atomic allocation in write pathAlexey Khoroshilov1-2/+2
2016-09-07USB: serial: mos7720: fix non-atomic allocation in write pathAlexey Khoroshilov1-1/+1
2016-09-07USB: fix typo in wMaxPacketSize validationAlan Stern1-1/+1
2016-09-07usb: chipidea: udc: don't touch DP when controller is in host modeLi Jun1-2/+5
2016-09-07USB: avoid left shift by -1Alan Stern1-5/+11