summaryrefslogtreecommitdiffstats
path: root/drivers/fsi (unfollow)
Commit message (Expand)AuthorFilesLines
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-06docs: net: fix documentation on .ndo_get_statsJakub Kicinski1-2/+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: vlan: avoid leaks on register_vlan_dev() failuresJakub Kicinski1-1/+2
2021-01-06net: suggest L2 discards be counted towards rx_droppedJakub Kicinski1-2/+3
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-06cfg80211: select CONFIG_CRC32Arnd 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-05mm: make wait_on_page_writeback() wait for multiple pending writebacksLinus Torvalds1-1/+1
2021-01-04net: dsa: lantiq_gswip: Fix GSWIP_MII_CFG(p) register accessMartin Blumenstingl1-17/+6
2021-01-04net: dsa: lantiq_gswip: Enable GSWIP_MII_CFG_EN also for internal PHYsMartin Blumenstingl1-3/+1
2021-01-04net: lapb: Decrease the refcount of "struct lapb_cb" in lapb_device_eventXie He1-0/+1
2021-01-04r8169: work around power-saving bug on some chip versionsHeiner Kallweit1-2/+4
2021-01-04net: usb: qmi_wwan: add Quectel EM160R-GLBjørn Mork1-0/+1
2021-01-04selftests: mlxsw: Set headroom size of correct portIdo Schimmel1-1/+1
2021-01-04net: macb: Correct usage of MACB_CAPS_CLK_HW_CHG flagCharles Keepax1-1/+1
2021-01-04ibmvnic: fix: NULL pointer dereference.YANG LI1-3/+1
2021-01-04docs: networking: packet_mmap: fix old config referenceBaruch Siach1-5/+4
2021-01-04docs: networking: packet_mmap: fix formatting for C macrosBaruch Siach1-1/+1
2021-01-04vhost_net: fix ubuf refcount incorrectly when sendmsg failsYunjian Wang1-3/+3
2021-01-04bareudp: Fix use of incorrect min_headroom sizeTaehee Yoo1-1/+1
2021-01-04bareudp: set NETIF_F_LLTX flagTaehee Yoo1-0/+1
2021-01-04afs: Fix directory entry size calculationDavid Howells4-28/+43
2021-01-04afs: Work around strnlen() oops with CONFIG_FORTIFIED_SOURCE=yDavid Howells1-4/+9
2021-01-04Linux 5.11-rc2v5.11-rc2Linus Torvalds1-1/+1
2021-01-01depmod: handle the case of /sbin/depmod without /sbin in PATHLinus Torvalds1-0/+2
2020-12-31kernel/io_uring: cancel io_uring before task worksPavel Begunkov2-2/+2
2020-12-31io_uring: fix io_sqe_files_unregister() hangsPavel Begunkov1-2/+22
2020-12-31io_uring: add a helper for setting a ref nodePavel Begunkov1-10/+12
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-30s390/Kconfig: sort config S390 select list once againHeiko Carstens1-14/+17
2020-12-30s390: update defconfigsHeiko Carstens3-7/+18
2020-12-30block: add debugfs stanza for QUEUE_FLAG_NOWAITAndres Freund1-0/+1
2020-12-30fs: block_dev.c: fix kernel-doc warnings from struct block_device changesRandy Dunlap1-1/+1
2020-12-30mm: slub: call account_slab_page() after slab page initializationRoman Gushchin1-3/+2
2020-12-30zlib: move EXPORT_SYMBOL() and MODULE_LICENSE() out of dfltcc_syms.cRandy Dunlap4-19/+9
2020-12-30lib/zlib: fix inflating zlib streams on s390Ilya Leoshkevich1-2/+2
2020-12-30lib/genalloc: fix the overflow when size is too bigHuang Shijie1-12/+13