aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-27net: rmnet: fix NULL pointer dereference in rmnet_changelink()Taehee Yoo1-4/+2
2020-02-27net: rmnet: fix NULL pointer dereference in rmnet_newlink()Taehee Yoo1-0/+5
2020-02-27net: phy: marvell: don't interpret PHY status unless resolvedRussell King1-0/+5
2020-02-27mlx5: register lag notifier for init network namespace onlyJiri Pirko5-14/+6
2020-02-27hinic: fix a bug of rss configurationLuo bin1-1/+2
2020-02-27hinic: fix a bug of setting hw_ioctxtLuo bin3-1/+3
2020-02-27hinic: fix a irq affinity bugLuo bin2-3/+3
2020-02-26net: stmmac: fix notifier registrationAaro Koskinen1-5/+8
2020-02-26net: phy: mscc: fix firmware pathsAntoine Tenart1-2/+2
2020-02-26net: phy: corrected the return value for genphy_check_and_restart_aneg and genphy_c45_check_and_restart_anegSudheesh Mavila2-6/+6
2020-02-26slip: not call free_netdev before rtnl_unlock in slip_openyangerkun1-0/+3
2020-02-26net: bcmgenet: Clear ID_MODE_DIS in EXT_RGMII_OOB_CTRL when not neededNicolas Saenz Julienne1-0/+1
2020-02-26net: dsa: bcm_sf2: Forcibly configure IMP port for 1Gb/secFlorian Fainelli1-2/+1
2020-02-26bnxt_en: add newline to netdev_*() format stringsJonathan Lemon5-38/+38
2020-02-24net: ll_temac: Handle DMA halt condition caused by buffer underrunEsben Haabendal2-5/+56
2020-02-24net: ll_temac: Fix RX buffer descriptor handling on GFP_ATOMIC pressureEsben Haabendal2-31/+82
2020-02-24net: ll_temac: Add more error handling of dma_map_single() callsEsben Haabendal1-2/+24
2020-02-24net: ll_temac: Fix race condition causing TX hangEsben Haabendal1-3/+16
2020-02-23net: phy: Avoid multiple suspendsFlorian Fainelli1-2/+3
2020-02-23net: ks8851-ml: Fix IRQ handling and lockingMarek Vasut1-6/+8
2020-02-23hv_netvsc: Fix unwanted wakeup in netvsc_attach()Haiyang Zhang2-1/+4
2020-02-23net: usb: qmi_wwan: restore mtu min/max values after raw_ip switchDaniele Palmas1-0/+3
2020-02-22vhost: Check docket sk_family instead of call getnameEugenio PĂ©rez1-9/+1
2020-02-21Merge tag 'linux-watchdog-5.6-rc3' of git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2-7/+14
2020-02-21Merge tag 'char-misc-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds3-3/+47
2020-02-21Merge tag 'staging-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds11-1530/+56
2020-02-21Merge tag 'tty-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds15-51/+102
2020-02-21Merge tag 'usb-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds23-122/+306
2020-02-21Merge tag 'drm-fixes-2020-02-21' of git://anongit.freedesktop.org/drm/drmLinus Torvalds48-241/+480
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds50-253/+542
2020-02-21ACPI: PM: s2idle: Check fixed wakeup events in acpi_s2idle_wake()Rafael J. Wysocki2-0/+52
2020-02-21Merge tag 'drm-intel-fixes-2020-02-20' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixesDave Airlie18-107/+167
2020-02-21Merge tag 'drm-misc-fixes-2020-02-20' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixesDave Airlie9-21/+40
2020-02-20bnxt_en: Issue PCIe FLR in kdump kernel to cleanup pending DMAs.Vasundhara Volam1-0/+8
2020-02-20bnxt_en: Improve device shutdown method.Vasundhara Volam1-2/+2
2020-02-20net: thunderx: workaround BGX TX Underflow issueTim Harvey2-3/+68
2020-02-20ionic: fix fw_status readShannon Nelson2-4/+8
2020-02-20net: macb: Properly handle phylink on at91rm9200Alexandre Belloni2-28/+33
2020-02-20s390/qeth: fix off-by-one in RX copybreak checkJulian Wiedmann1-1/+1
2020-02-20s390/qeth: don't warn for napi with 0 budgetJulian Wiedmann1-1/+0
2020-02-20s390/qeth: vnicc Fix EOPNOTSUPP precedenceAlexandra Winter1-16/+13
2020-02-20Merge branch 'linux-5.6' of git://github.com/skeggsb/linux into drm-fixesDave Airlie5-0/+48
2020-02-20Merge tag 'drm-msm-fixes-2020-02-16' of https://gitlab.freedesktop.org/drm/msm into drm-fixesDave Airlie9-100/+170
2020-02-20Merge tag 'amd-drm-fixes-5.6-2020-02-19' of git://people.freedesktop.org/~agd5f/linux into drm-fixesDave Airlie7-13/+55
2020-02-19ice: Wait for VF to be reset/ready before configurationBrett Creeley2-61/+76
2020-02-19ice: Don't tell the OS that link is going downMichal Swiatkowski1-7/+0
2020-02-19ice: Don't reject odd values of usecs set by userBrett Creeley2-12/+39
2020-02-19nfc: pn544: Fix occasional HW initialization failureDmitry Osipenko1-0/+1
2020-02-19Merge tag 'iommu-fixes-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds4-36/+50
2020-02-19drm/amdgpu/display: clean up hdcp workqueue handlingAlex Deucher1-4/+6