summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: fix parsing of TC actions for HW offloadOndřej Hlavatý2018-05-311-5/+4
* net: ethernet: davinci_emac: fix error handling in probe()Dan Carpenter2018-05-311-10/+12
* Merge tag 'wireless-drivers-for-davem-2018-05-30' of git://git.kernel.org/pub...David S. Miller2018-05-312-9/+8
|\
| * iwlwifi: pcie: compare with number of IRQs requested for, not number of CPUsHao Wei Tee2018-05-291-5/+5
| * Revert "rt2800: use TXOP_BACKOFF for probe frames"Stanislaw Gruszka2018-05-291-4/+3
* | net/sonic: Use dma_mapping_error()Finn Thain2018-05-311-1/+1
* | vhost_net: flush batched heads before trying to busy pollingJason Wang2018-05-301-13/+24
* | tun: Fix NULL pointer dereference in XDP redirectToshiaki Makita2018-05-291-6/+9
* | be2net: Fix error detection logic for BE3Suresh Reddy2018-05-291-1/+3
* | net: qmi_wwan: Add Netgear Aircard 779SJosh Hill2018-05-291-0/+1
* | mlxsw: spectrum: Forbid creation of VLAN 1 over port/LAGPetr Machata2018-05-291-0/+5
* | atm: zatm: fix memcmp castingIvan Bornyakov2018-05-291-2/+2
* | net: netsec: reduce DMA mask to 40 bitsArd Biesheuvel2018-05-281-2/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-05-251-2/+3
|\ \
| * | mm/memory_hotplug: fix leftover use of struct page during hotplugJonathan Cameron2018-05-251-2/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-05-2525-109/+168
|\ \ \ | |/ / |/| |
| * | ibmvnic: Fix partial success login retriesThomas Falcon2018-05-251-1/+6
| * | mlx4_core: allocate ICM memory in page size chunksQing Huang2018-05-251-7/+9
| * | enic: set DMA mask to 47 bitGovindarajulu Varadarajan2018-05-241-4/+4
| * | ppp: remove the PPPIOCDETACH ioctlEric Biggers2018-05-241-22/+5
| * | vhost: synchronize IOTLB message with dev cleanupJason Wang2018-05-241-0/+3
| * | net/mlx5: IPSec, Fix a race between concurrent sandbox QP commandsYossi Kuperman2018-05-241-7/+5
| * | net/mlx5e: When RXFCS is set, add FCS data into checksum calculationEran Ben Elisha2018-05-241-0/+42
| * | net/mlx4: Fix irq-unsafe spinlock usageJack Morgenstein2018-05-231-2/+2
| * | net: phy: broadcom: Fix bcm_write_exp()Florian Fainelli2018-05-233-5/+12
| * | net: phy: broadcom: Fix auxiliary control register readsFlorian Fainelli2018-05-231-1/+1
| * | net/mlx4: fix spelling mistake: "Inrerface" -> "Interface" and rephrase messageColin Ian King2018-05-231-1/+1
| * | ibmvnic: Only do H_EOI for mobility eventsNathan Fontenot2018-05-231-6/+9
| * | Merge tag 'wireless-drivers-for-davem-2018-05-22' of git://git.kernel.org/pub...David S. Miller2018-05-232-3/+3
| |\|
| | * ssb: make SSB_PCICORE_HOSTMODE depend on SSB = yRafał Miłecki2018-05-121-1/+1
| | * Revert "ssb: Prevent build of PCI host features in module"Rafał Miłecki2018-05-121-1/+1
| | * bcma: fix buffer size caused crash in bcma_core_mips_print_irq()Rafał Miłecki2018-05-121-1/+1
| * | tuntap: correctly set SOCKWQ_ASYNC_NOSPACEJason Wang2018-05-231-4/+15
| * | virtio-net: fix leaking page for gso packet during mergeable XDPJason Wang2018-05-231-8/+7
| * | virtio-net: correctly check num_buf during err pathJason Wang2018-05-231-1/+1
| * | virtio-net: correctly transmit XDP buff after linearizingJason Wang2018-05-231-1/+1
| * | virtio-net: correctly redirect linearized packetJason Wang2018-05-231-1/+1
| * | Merge tag 'mac80211-for-davem-2018-05-23' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-05-231-2/+2
| |\ \
| | * | mac80211_hwsim: Fix radio dump for radio idx 0Andrew Zaborowski2018-05-221-2/+2
| * | | pcnet32: add an error handling path in pcnet32_probe_pci()Bo Chen2018-05-221-3/+7
| * | | qed: Fix mask for physical address in ILT entryShahed Shaikh2018-05-221-1/+1
| * | | isdn: eicon: fix a missing-check bugWenwen Wang2018-05-223-16/+29
| * | | net: fec: Add a SPDX identifierFabio Estevam2018-05-221-0/+1
| * | | net: fec: ptp: Switch to SPDX identifierFabio Estevam2018-05-221-13/+1
* | | | Merge tag 'mmc-v4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds2018-05-252-8/+27
|\ \ \ \
| * | | | mmc: sdhci-iproc: add SDHCI_QUIRK2_HOST_OFF_CARD_ON for cygnusCorneliu Doban2018-05-211-1/+1
| * | | | mmc: sdhci-iproc: fix 32bit writes for TRANSFER_MODE registerCorneliu Doban2018-05-211-5/+25
| * | | | mmc: sdhci-iproc: remove hard coded mmc cap 1.8vSrinath Mannam2018-05-211-1/+0
| * | | | mmc: block: propagate correct returned value in mmc_rpmb_ioctlMathieu Malaterre2018-05-211-1/+1
* | | | | Merge tag 'drm-fixes-for-v4.17-rc7' of git://people.freedesktop.org/~airlied/...Linus Torvalds2018-05-256-46/+58
|\ \ \ \ \