summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | mlx5: register lag notifier for init network namespace onlyJiri Pirko2020-02-275-14/+6
| * | | | | | | hinic: fix a bug of rss configurationLuo bin2020-02-271-1/+2
| * | | | | | | hinic: fix a bug of setting hw_ioctxtLuo bin2020-02-273-1/+3
| * | | | | | | hinic: fix a irq affinity bugLuo bin2020-02-272-3/+3
| * | | | | | | net: stmmac: fix notifier registrationAaro Koskinen2020-02-261-5/+8
| * | | | | | | net: phy: mscc: fix firmware pathsAntoine Tenart2020-02-261-2/+2
| * | | | | | | net: phy: corrected the return value for genphy_check_and_restart_aneg and ge...Sudheesh Mavila2020-02-262-6/+6
| * | | | | | | slip: not call free_netdev before rtnl_unlock in slip_openyangerkun2020-02-261-0/+3
| * | | | | | | net: bcmgenet: Clear ID_MODE_DIS in EXT_RGMII_OOB_CTRL when not neededNicolas Saenz Julienne2020-02-261-0/+1
| * | | | | | | net: dsa: bcm_sf2: Forcibly configure IMP port for 1Gb/secFlorian Fainelli2020-02-261-2/+1
| * | | | | | | bnxt_en: add newline to netdev_*() format stringsJonathan Lemon2020-02-265-38/+38
| * | | | | | | net: ll_temac: Handle DMA halt condition caused by buffer underrunEsben Haabendal2020-02-242-5/+56
| * | | | | | | net: ll_temac: Fix RX buffer descriptor handling on GFP_ATOMIC pressureEsben Haabendal2020-02-242-31/+82
| * | | | | | | net: ll_temac: Add more error handling of dma_map_single() callsEsben Haabendal2020-02-241-2/+24
| * | | | | | | net: ll_temac: Fix race condition causing TX hangEsben Haabendal2020-02-241-3/+16
| * | | | | | | net: phy: Avoid multiple suspendsFlorian Fainelli2020-02-231-2/+3
| * | | | | | | net: ks8851-ml: Fix IRQ handling and lockingMarek Vasut2020-02-231-6/+8
| * | | | | | | hv_netvsc: Fix unwanted wakeup in netvsc_attach()Haiyang Zhang2020-02-232-1/+4
| * | | | | | | net: usb: qmi_wwan: restore mtu min/max values after raw_ip switchDaniele Palmas2020-02-231-0/+3
| * | | | | | | vhost: Check docket sk_family instead of call getnameEugenio Pérez2020-02-221-9/+1
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2020-02-278-35/+63
|\ \ \ \ \ \ \ \
| * | | | | | | | HID: hid-bigbenff: fix race condition for scheduled work during removalHanno Zulla2020-02-181-0/+6
| * | | | | | | | HID: hid-bigbenff: call hid_hw_stop() in case of errorHanno Zulla2020-02-181-5/+10
| * | | | | | | | HID: hid-bigbenff: fix general protection fault caused by double kfreeHanno Zulla2020-02-181-2/+8
| * | | | | | | | HID: i2c-hid: add Trekstor Surfbook E11B to descriptor overrideKai-Heng Feng2020-02-141-0/+8
| * | | | | | | | HID: alps: Fix an error handling path in 'alps_input_configured()'Christophe JAILLET2020-02-121-1/+1
| * | | | | | | | HID: hiddev: Fix race in in hiddev_disconnect()dan.carpenter@oracle.com2020-02-121-1/+1
| * | | | | | | | HID: core: fix off-by-one memset in hid_report_raw_event()Johan Korsnes2020-02-121-1/+3
| * | | | | | | | HID: apple: Add support for recent firmware on Magic KeyboardsMansour Behabadi2020-02-121-1/+2
| * | | | | | | | HID: ite: Only bind to keyboard USB interface on Acer SW5-012 keyboard dockHans de Goede2020-02-031-2/+3
| * | | | | | | | HID: logitech-hidpp: BatteryVoltage: only read chargeStatus if extPower is ac...Filipe Laíns2020-01-281-22/+21
* | | | | | | | | Merge tag 'tag-chrome-platform-fixes-for-v5.6-rc4' of git://git.kernel.org/pu...Linus Torvalds2020-02-261-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | platform/chrome: wilco_ec: Include asm/unaligned instead of linux/ pathStephen Boyd2020-02-111-1/+1
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-02-241-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | tee: amdtee: amdtee depends on CRYPTO_DEV_CCP_DDHongbo Yao2020-02-131-1/+1
* | | | | | | | | | floppy: check FDC index for errors before assigning itLinus Torvalds2020-02-241-2/+5
| |_|_|_|/ / / / / |/| | | | | | | |
* | | | | | | | | Merge tag 'block-5.6-2020-02-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-02-223-2/+16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | nvme-multipath: Fix memory leak with ana_log_bufLogan Gunthorpe2020-02-211-0/+1
| * | | | | | | | | nvme: Fix uninitialized-variable warningKeith Busch2020-02-201-1/+1
| * | | | | | | | | nvme-pci: Use single IRQ vector for old Apple modelsAndy Shevchenko2020-02-201-1/+2
| * | | | | | | | | nvme/pci: Add sleep quirk for Samsung and Toshiba drivesShyjumon N2020-02-201-0/+12
* | | | | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-02-224-16/+48
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | scsi: Revert "target: iscsi: Wait for all commands to finish before freeing a...Bart Van Assche2020-02-141-8/+2
| * | | | | | | | | scsi: Revert "RDMA/isert: Fix a recently introduced regression related to log...Bart Van Assche2020-02-142-3/+15
| * | | | | | | | | scsi: megaraid_sas: silence a warningTomas Henzl2020-02-121-2/+3
| * | | | | | | | | scsi: Revert "target/core: Inline transport_lun_remove_cmd()"Bart Van Assche2020-02-121-3/+28
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'hwmon-for-v5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-02-222-9/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | hwmon: (w83627ehf) Fix crash seen with W83627DHG-PGuenter Roeck2020-02-211-1/+6
| * | | | | | | | | hwmon: (acpi_power_meter) Fix lockdep splatGuenter Roeck2020-02-191-8/+8
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge tag 's390-5.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-02-228-37/+39
|\ \ \ \ \ \ \ \ \