summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-10-09Merge tag 'block5.9-2020-10-08' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+3
2020-10-09Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds4-68/+115
2020-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds8-11/+35
2020-10-08vdpa/mlx5: Fix dependency on MLX5_COREEli Cohen1-4/+3
2020-10-08vdpa/mlx5: should keep avail_index despite device statusSi-Wei Liu1-6/+14
2020-10-08net: usb: qmi_wwan: add Cellient MPL200 cardWilken Gottwalt1-0/+1
2020-10-08macsec: avoid use-after-free in macsec_handle_frame()Eric Dumazet1-1/+3
2020-10-08r8169: consider that PHY reset may still be in progress after applying firmwareHeiner Kallweit1-0/+7
2020-10-08Merge tag 'drm-fixes-2020-10-08' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-0/+3
2020-10-07nvme-core: put ctrl ref when module ref get failChaitanya Kulkarni1-1/+3
2020-10-07drm/nouveau/mem: guard against NULL pointer access in mem_delKarol Herbst1-0/+2
2020-10-07drm/nouveau/device: return error for unknown chipsetsKarol Herbst1-0/+1
2020-10-06Merge tag 'platform-drivers-x86-v5.9-3' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-7/+42
2020-10-06Merge tag 'drm-fixes-2020-10-06-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds8-13/+1022
2020-10-06net: usb: rtl8150: set random MAC address when set_ethernet_addr() failsAnant Thazhemadam1-4/+12
2020-10-06net: mscc: ocelot: warn when encoding an out-of-bounds watermark valueVladimir Oltean3-0/+6
2020-10-06net: mscc: ocelot: divide watermark value by 60 when writing to SYS_ATOPVladimir Oltean1-6/+6
2020-10-06platform/x86: asus-wmi: Fix SW_TABLET_MODE always reporting 1 on many differe...Hans de Goede3-7/+42
2020-10-06Merge tag 'drm-misc-fixes-2020-10-01' of git://anongit.freedesktop.org/drm/dr...Dave Airlie8-13/+1022
2020-10-05Merge tag 'platform-drivers-x86-v5.9-2' of git://git.infradead.org/linux-plat...Linus Torvalds10-51/+109
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds74-453/+897
2020-10-05platform/x86: thinkpad_acpi: re-initialize ACPI buffer size when reuseAaron Ma1-1/+3
2020-10-05net: mvneta: fix double free of txq->bufTom Rix1-11/+2
2020-10-05net: team: fix memory leak in __team_options_registerAnant Thazhemadam1-1/+1
2020-10-04vhost-vdpa: fix page pinning leakage in error pathSi-Wei Liu1-48/+71
2020-10-04vhost-vdpa: fix vhost_vdpa_map() on error conditionSi-Wei Liu1-0/+3
2020-10-04vhost: Don't call log_access_ok() when using IOTLBGreg Kurz1-5/+18
2020-10-04vhost: Use vhost_get_used_size() in vhost_vring_set_addr()Greg Kurz1-2/+1
2020-10-04vhost: Don't call access_ok() when using IOTLBGreg Kurz1-4/+5
2020-10-04net: typhoon: Fix a typo Typoon --> TyphoonChristophe JAILLET1-1/+1
2020-10-04net: hinic: fix DEVLINK build errorsRandy Dunlap1-0/+1
2020-10-04net: stmmac: Modify configuration method of EEE timersVineetha G. Jaya Kumaran3-9/+28
2020-10-03Merge tag 'for-linus-5.9b-rc8-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-8/+21
2020-10-03Merge tag 'usb-5.9-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds4-52/+40
2020-10-03Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-0/+13
2020-10-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-0/+9
2020-10-03Merge tag 'mlx5-fixes-2020-09-30' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller12-119/+347
2020-10-03scsi: libiscsi: use sendpage_ok() in iscsi_tcp_segment_map()Coly Li1-1/+1
2020-10-03drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage()Coly Li1-1/+1
2020-10-03nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage()Coly Li1-4/+3
2020-10-03net: usb: pegasus: Proper error handing when setting pegasus' MAC addressPetko Manolov1-8/+27
2020-10-03Merge tag 'pinctrl-v5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds4-3/+19
2020-10-03Merge tag 'pci-v5.9-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+4
2020-10-03Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-8/+17
2020-10-02net/mlx5e: Fix race condition on nhe->n pointer in neigh updateVlad Buslov2-37/+50
2020-10-02net/mlx5e: Fix VLAN create flowAya Levin1-2/+4
2020-10-02net/mlx5e: Fix VLAN cleanup flowAya Levin1-2/+6
2020-10-02net/mlx5e: Fix return status when setting unsupported FEC modeAya Levin1-0/+3
2020-10-02net/mlx5e: Fix driver's declaration to support GRE offloadAya Levin1-1/+18
2020-10-02net/mlx5e: CT, Fix coverity issueMaor Dickman1-1/+3