aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-31net: ethernet: davinci_emac: fix error handling in probe()Dan Carpenter1-10/+12
2018-05-31Merge tag 'wireless-drivers-for-davem-2018-05-30' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-driversDavid S. Miller2-9/+8
2018-05-31net/sonic: Use dma_mapping_error()Finn Thain1-1/+1
2018-05-30vhost_net: flush batched heads before trying to busy pollingJason Wang1-13/+24
2018-05-29tun: Fix NULL pointer dereference in XDP redirectToshiaki Makita1-6/+9
2018-05-29be2net: Fix error detection logic for BE3Suresh Reddy1-1/+3
2018-05-29net: qmi_wwan: Add Netgear Aircard 779SJosh Hill1-0/+1
2018-05-29mlxsw: spectrum: Forbid creation of VLAN 1 over port/LAGPetr Machata1-0/+5
2018-05-29atm: zatm: fix memcmp castingIvan Bornyakov1-2/+2
2018-05-29iwlwifi: pcie: compare with number of IRQs requested for, not number of CPUsHao Wei Tee1-5/+5
2018-05-29Revert "rt2800: use TXOP_BACKOFF for probe frames"Stanislaw Gruszka1-4/+3
2018-05-28net: netsec: reduce DMA mask to 40 bitsArd Biesheuvel1-2/+2
2018-05-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+3
2018-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds25-109/+168
2018-05-25mm/memory_hotplug: fix leftover use of struct page during hotplugJonathan Cameron1-2/+3
2018-05-25ibmvnic: Fix partial success login retriesThomas Falcon1-1/+6
2018-05-25Merge tag 'mmc-v4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2-8/+27
2018-05-25Merge tag 'drm-fixes-for-v4.17-rc7' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds6-46/+58
2018-05-25mlx4_core: allocate ICM memory in page size chunksQing Huang1-7/+9
2018-05-24enic: set DMA mask to 47 bitGovindarajulu Varadarajan1-4/+4
2018-05-24ppp: remove the PPPIOCDETACH ioctlEric Biggers1-22/+5
2018-05-24vhost: synchronize IOTLB message with dev cleanupJason Wang1-0/+3
2018-05-25Merge branch 'vmwgfx-fixes-4.17' of git://people.freedesktop.org/~thomash/linux into drm-fixesDave Airlie5-46/+55
2018-05-24Merge branch 'stable/for-linus-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlbLinus Torvalds1-1/+1
2018-05-24net/mlx5: IPSec, Fix a race between concurrent sandbox QP commandsYossi Kuperman1-7/+5
2018-05-24net/mlx5e: When RXFCS is set, add FCS data into checksum calculationEran Ben Elisha1-0/+42
2018-05-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds22-82/+107
2018-05-24Merge branch 'for-4.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds2-1/+9
2018-05-24Merge tag 'for-linus-20180524' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+9
2018-05-24Merge tag 'pm-4.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-4/+3
2018-05-24ahci: Add PCI ID for Cannon Lake PCH-LP AHCIMika Westerberg1-0/+1
2018-05-23RDMA/hns: Move the location for initializing tmp_lenoulijun1-1/+2
2018-05-23RDMA/hns: Bugfix for cq record db for kerneloulijun1-0/+1
2018-05-23RDMA/qedr: Fix doorbell bar mapping for dpi > 1Kalderon, Michal1-31/+29
2018-05-23net/mlx4: Fix irq-unsafe spinlock usageJack Morgenstein1-2/+2
2018-05-23net: phy: broadcom: Fix bcm_write_exp()Florian Fainelli3-5/+12
2018-05-23net: phy: broadcom: Fix auxiliary control register readsFlorian Fainelli1-1/+1
2018-05-23net/mlx4: fix spelling mistake: "Inrerface" -> "Interface" and rephrase messageColin Ian King1-1/+1
2018-05-23ibmvnic: Only do H_EOI for mobility eventsNathan Fontenot1-6/+9
2018-05-23Merge tag 'wireless-drivers-for-davem-2018-05-22' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-driversDavid S. Miller2-3/+3
2018-05-23tuntap: correctly set SOCKWQ_ASYNC_NOSPACEJason Wang1-4/+15
2018-05-23virtio-net: fix leaking page for gso packet during mergeable XDPJason Wang1-8/+7
2018-05-23virtio-net: correctly check num_buf during err pathJason Wang1-1/+1
2018-05-23virtio-net: correctly transmit XDP buff after linearizingJason Wang1-1/+1
2018-05-23virtio-net: correctly redirect linearized packetJason Wang1-1/+1
2018-05-23Merge tag 'mac80211-for-davem-2018-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller1-2/+2
2018-05-23Merge tag 'mfd-fixes-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds2-4/+22
2018-05-23drm/vmwgfx: Schedule an fb dirty update after resumeThomas Hellstrom3-21/+7
2018-05-23drm/vmwgfx: Fix host logging / guestinfo reading error pathsThomas Hellstrom1-17/+31
2018-05-23drm/vmwgfx: Fix 32-bit VMW_PORT_HB_[IN|OUT] macrosThomas Hellstrom1-8/+17