aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-26mac80211_hwsim: fix locking when iterating radios during ns exitMartin Willi1-4/+7
2018-09-25net: hns: fix for unmapping problem when SMMU is onYunsheng Lin2-12/+20
2018-09-25xen-netback: handle page straddling in xenvif_set_hash_mapping()Jan Beulich1-7/+18
2018-09-25xen-netback: validate queue numbers in xenvif_set_hash_mapping()Jan Beulich3-8/+18
2018-09-25xen-netback: fix input validation in xenvif_set_hash_mapping()Jan Beulich1-5/+7
2018-09-25net: macb: Clean 64b dma addresses if they are not detectedMichal Simek1-0/+1
2018-09-25Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGreg Kroah-Hartman9-90/+116
2018-09-25Merge tag 'usb-4.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbGreg Kroah-Hartman8-37/+66
2018-09-25Merge tag 'tty-4.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyGreg Kroah-Hartman6-7/+30
2018-09-25Merge tag 'char-misc-4.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscGreg Kroah-Hartman3-9/+35
2018-09-25Merge gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman57-532/+351
2018-09-24net: mvneta: fix the remaining Rx descriptor unmapping issuesAntoine Tenart1-5/+4
2018-09-24Merge tag 'media/v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaGreg Kroah-Hartman12-45/+36
2018-09-23net: aquantia: memory corruption on jumbo framesFriedemann Gerold1-14/+18
2018-09-23tun: remove ndo_poll_controllerEric Dumazet1-43/+0
2018-09-23nfp: remove ndo_poll_controllerEric Dumazet1-18/+0
2018-09-23bnxt: remove ndo_poll_controllerEric Dumazet1-18/+0
2018-09-23bnx2x: remove ndo_poll_controllerEric Dumazet1-16/+0
2018-09-23mlx5: remove ndo_poll_controllerEric Dumazet1-19/+0
2018-09-23mlx4: remove ndo_poll_controllerEric Dumazet1-20/+0
2018-09-23i40evf: remove ndo_poll_controllerEric Dumazet1-26/+0
2018-09-23ice: remove ndo_poll_controllerEric Dumazet1-27/+0
2018-09-23igb: remove ndo_poll_controllerEric Dumazet1-30/+0
2018-09-23ixgb: remove ndo_poll_controllerEric Dumazet1-25/+0
2018-09-23fm10k: remove ndo_poll_controllerEric Dumazet3-28/+0
2018-09-23ixgbevf: remove ndo_poll_controllerEric Dumazet1-21/+0
2018-09-23ixgbe: remove ndo_poll_controllerEric Dumazet1-25/+0
2018-09-23bonding: use netpoll_poll_dev() helperEric Dumazet1-9/+2
2018-09-23Merge tag 'mfd-fixes-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdGreg Kroah-Hartman1-5/+6
2018-09-23Merge tag 'for-linus-4.19d-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipGreg Kroah-Hartman1-6/+21
2018-09-23Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipGreg Kroah-Hartman1-3/+6
2018-09-21net/mlx4: Use cpumask_available for eq->affinity_maskNathan Chancellor1-1/+2
2018-09-21net: apple: fix return type of ndo_start_xmit functionYueHaibing3-6/+6
2018-09-21net: i825xx: fix return type of ndo_start_xmit functionYueHaibing3-6/+9
2018-09-21net: wiznet: fix return type of ndo_start_xmit functionYueHaibing2-2/+2
2018-09-21net: sgi: fix return type of ndo_start_xmit functionYueHaibing2-3/+3
2018-09-21net: cirrus: fix return type of ndo_start_xmit functionYueHaibing2-3/+3
2018-09-21net: seeq: fix return type of ndo_start_xmit functionYueHaibing2-3/+5
2018-09-21PCI: hv: Fix return value check in hv_pci_assign_slots()Wei Yongjun1-1/+3
2018-09-21Merge tag 'pinctrl-v4.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlGreg Kroah-Hartman2-49/+64
2018-09-21scsi: sd: don't crash the host on invalid commandsJohannes Thumshirn1-1/+2
2018-09-21scsi: ipr: System hung while dlpar adding primary ipr adapter backWen Xiong2-45/+62
2018-09-21scsi: target: iscsi: Use bin2hex instead of a re-implementationVincent Pelletier1-12/+3
2018-09-21scsi: target: iscsi: Use hex2bin instead of a re-implementationVincent Pelletier1-16/+14
2018-09-21net: mscc: fix the frame extraction into the skbAntoine Tenart1-3/+9
2018-09-21ieee802154: remove unecessary condition check before debugfs_remove_recursivezhong jiang1-2/+1
2018-09-21ieee802154: Use kmemdup instead of duplicating it in ca8210_test_int_driver_writeYueHaibing1-2/+1
2018-09-21Merge tag 'for-linus-20180920' of git://git.kernel.dk/linux-blockGreg Kroah-Hartman3-2/+19
2018-09-21Merge tag 'drm-fixes-2018-09-21' of git://anongit.freedesktop.org/drm/drmGreg Kroah-Hartman29-116/+151
2018-09-20r8169: fix autoneg issue on resume with RTL8168EHeiner Kallweit1-0/+9