summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-01-08chtls: Remove invalid set_tcb callAyush Sawal1-3/+0
2021-01-08chtls: Fix hardware tid leakAyush Sawal1-36/+3
2021-01-07can: rcar: Kconfig: update help description for CAN_RCAR configLad Prabhakar1-2/+2
2021-01-07can: mcp251xfd: mcp251xfd_handle_rxif_ring(): first increment RX tail pointer...Marc Kleine-Budde1-4/+4
2021-01-07can: mcp251xfd: mcp251xfd_handle_tefif(): fix TEF vs. TX race conditionMarc Kleine-Budde1-5/+4
2021-01-07can: tcan4x5x: fix bittiming const, use common bittiming from m_can driverMarc Kleine-Budde1-26/+0
2021-01-07can: m_can: m_can_class_unregister(): remove erroneous m_can_clk_stop()Marc Kleine-Budde1-2/+0
2021-01-07ptp: ptp_ines: prevent build when HAS_IOMEM is not setRandy Dunlap1-0/+1
2021-01-07net: dsa: fix led_classdev build errorsRandy Dunlap1-0/+1
2021-01-07net: bareudp: add missing error handling for bareudp_link_config()Jakub Kicinski1-8/+14
2021-01-07net: mvneta: fix error message when MTU too large for XDPMarek Behún1-1/+1
2021-01-06net: ethernet: fs_enet: Add missing MODULE_LICENSEMichael Ellerman2-0/+2
2021-01-06net: cdc_ncm: correct overhead in delayed_ndp_sizeJouni K. Seppänen1-2/+6
2021-01-06net: hns3: fix incorrect handling of sctp6 rss tupleJian Shen4-5/+14
2021-01-06net: hns3: fix the number of queues actually used by ARQYufeng Mo1-2/+2
2021-01-06net: hns3: fix a phy loopback fail issueYonglong Liu1-1/+2
2021-01-06net: stmmac: dwmac-sun8i: Balance syscon (de)initializationSamuel Holland1-25/+25
2021-01-06net: stmmac: dwmac-sun8i: Balance internal PHY powerSamuel Holland1-8/+23
2021-01-06net: stmmac: dwmac-sun8i: Balance internal PHY resource referencesSamuel Holland1-6/+21
2021-01-06net: stmmac: dwmac-sun8i: Fix probe error handlingSamuel Holland1-10/+15
2021-01-06net/sonic: Fix some resource leaks in error handling pathsChristophe JAILLET2-4/+15
2021-01-06wan: ds26522: select CONFIG_BITREVERSEArnd Bergmann1-0/+1
2021-01-06misdn: dsp: select CONFIG_BITREVERSEArnd Bergmann1-0/+1
2021-01-06wil6210: select CONFIG_CRC32Arnd Bergmann1-0/+1
2021-01-06can: kvaser_pciefd: select CONFIG_CRC32Arnd Bergmann1-0/+1
2021-01-06phy: dp83640: select CONFIG_CRC32Arnd Bergmann1-0/+1
2021-01-06qed: select CONFIG_CRC32Arnd Bergmann1-0/+1
2021-01-05Merge tag 'net-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds53-232/+427
2021-01-05net: dsa: lantiq_gswip: Fix GSWIP_MII_CFG(p) register accessMartin Blumenstingl1-17/+6
2021-01-05net: dsa: lantiq_gswip: Enable GSWIP_MII_CFG_EN also for internal PHYsMartin Blumenstingl1-3/+1
2021-01-05r8169: work around power-saving bug on some chip versionsHeiner Kallweit1-2/+4
2021-01-05net: usb: qmi_wwan: add Quectel EM160R-GLBjørn Mork1-0/+1
2021-01-05net: macb: Correct usage of MACB_CAPS_CLK_HW_CHG flagCharles Keepax1-1/+1
2021-01-05ibmvnic: fix: NULL pointer dereference.YANG LI1-3/+1
2021-01-05vhost_net: fix ubuf refcount incorrectly when sendmsg failsYunjian Wang1-3/+3
2021-01-05bareudp: Fix use of incorrect min_headroom sizeTaehee Yoo1-1/+1
2021-01-05bareudp: set NETIF_F_LLTX flagTaehee Yoo1-0/+1
2021-01-02Merge tag 'pm-5.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds3-4/+47
2021-01-02Merge branches 'pm-cpufreq' and 'pm-cpuidle'Rafael J. Wysocki2-2/+40
2021-01-01Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds14-59/+166
2020-12-30intel_idle: add SnowRidge C-state tableArtem Bityutskiy1-1/+40
2020-12-30cpufreq: intel_pstate: Fix fast-switch fallback pathRafael J. Wysocki1-1/+0
2020-12-29net: hdlc_ppp: Fix issues when mod_timer is called while timer is runningXie He1-0/+7
2020-12-29atlantic: remove architecture dependsLéo Le Bouter1-1/+0
2020-12-29net: hns: fix return value check in __lb_other_process()Yunjian Wang1-0/+4
2020-12-29net: mvpp2: fix pkt coalescing int-threshold configurationStefan Chulski1-5/+6
2020-12-29net: ipa: don't return a value from evt_ring_command()Alex Elder1-11/+6
2020-12-29net: ipa: don't return a value from gsi_channel_command()Alex Elder1-14/+7
2020-12-29bnxt_en: Check TQM rings for maximum supported value.Michael Chan2-3/+11
2020-12-29bnxt_en: Fix AER recovery.Vasundhara Volam1-17/+14