summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | net: rmnet: fix packet forwarding in rmnet bridge modeTaehee Yoo2020-02-271-0/+3
| | * | | net: rmnet: fix bridge mode bugsTaehee Yoo2020-02-274-77/+64
| | * | | net: rmnet: use upper/lower device infrastructureTaehee Yoo2020-02-271-19/+16
| | * | | net: rmnet: do not allow to change mux id if mux id is duplicatedTaehee Yoo2020-02-271-0/+4
| | * | | net: rmnet: remove rcu_read_lock in rmnet_force_unassociate_device()Taehee Yoo2020-02-271-2/+0
| | * | | net: rmnet: fix suspicious RCU usageTaehee Yoo2020-02-273-10/+9
| | * | | net: rmnet: fix NULL pointer dereference in rmnet_changelink()Taehee Yoo2020-02-271-4/+2
| | * | | net: rmnet: fix NULL pointer dereference in rmnet_newlink()Taehee Yoo2020-02-271-0/+5
| | * | | net: phy: marvell: don't interpret PHY status unless resolvedRussell King2020-02-271-0/+5
| | * | | 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