summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* macsec: add missing attribute validation for portJakub Kicinski2020-03-031-0/+1
* can: add missing attribute validation for terminationJakub Kicinski2020-03-031-0/+1
* bnxt_en: fix error handling when flashing from fileEdwin Peer2020-03-011-13/+11
* bnxt_en: reinitialize IRQs when MTU is modifiedVasundhara Volam2020-03-011-2/+2
* net: phy: avoid clearing PHY interrupts twice in irq handlerHeiner Kallweit2020-03-011-1/+2
* net: dsa: sja1105: Don't destroy not-yet-created xmit_workerVladimir Oltean2020-02-291-1/+2
* net: dsa: mv88e6xxx: fix lockup on warm bootRussell King2020-02-291-1/+7
* atm: nicstar: fix if-statement empty body warningRandy Dunlap2020-02-291-1/+1
* r8152: check disconnect status after long sleepYou-Sheng Yang2020-02-291-0/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-02-2739-241/+408
|\
| * net: dsa: mv88e6xxx: Fix masking of egress portAndrew Lunn2020-02-271-2/+2
| * mlxsw: pci: Wait longer before accessing the device after resetAmit Cohen2020-02-271-1/+1
| * sfc: fix timestamp reconstruction at 16-bit rollover pointsAlex Maftei (amaftei)2020-02-271-3/+35
| * 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