summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-04-08Merge tag 'net-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds31-257/+317
2022-04-07Merge tag 'hyperv-fixes-signed-20220407' of git://git.kernel.org/pub/scm/linu...Linus Torvalds6-20/+131
2022-04-07Merge tag 'random-5.18-rc2-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-35/+39
2022-04-07Merge tag 'ata-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dle...Linus Torvalds6-6/+15
2022-04-07drivers: net: slip: fix NPD bug in sl_tx_timeout()Duoming Zhou1-1/+1
2022-04-07random: check for signals every PAGE_SIZE chunk of /dev/[u]randomJason A. Donenfeld1-10/+7
2022-04-06myri10ge: fix an incorrect free for skb in myri10ge_sw_tsoXiaomeng Tong1-4/+2
2022-04-06net: usb: aqc111: Fix out-of-bounds accesses in RX fixupMarcin Kozlowski1-2/+7
2022-04-06qede: confirm skb is allocated before usingJamie Bainbridge1-0/+3
2022-04-06Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller3-5/+9
2022-04-06Drivers: hv: vmbus: Replace smp_store_mb() with virt_store_mb()Andrea Parri (Microsoft)1-3/+3
2022-04-06Drivers: hv: balloon: Disable balloon and hot-add accordinglyBoqun Feng1-2/+34
2022-04-06Drivers: hv: balloon: Support status report for larger page sizesBoqun Feng1-3/+10
2022-04-06random: check for signal_pending() outside of need_resched() checkJann Horn1-2/+2
2022-04-06random: do not allow user to keep crng key around on stackJason A. Donenfeld1-12/+23
2022-04-06net: phy: mscc-miim: reject clause 45 register accessesMichael Walle1-0/+6
2022-04-06net: axiemac: use a phandle to reference pcs_phyAndy Chiu1-2/+9
2022-04-06net: axienet: factor out phy_node in struct axienet_localAndy Chiu2-10/+5
2022-04-06net: axienet: setup mdio unconditionallyAndy Chiu1-7/+6
2022-04-06net: sfc: fix using uninitialized xdp tx_queueTaehee Yoo3-1/+6
2022-04-06ata: ahci: Rename CONFIG_SATA_LPM_POLICY configuration item backMario Limonciello3-4/+6
2022-04-06net: ethernet: mv643xx: Fix over zealous checking of_get_mac_address()Andrew Lunn1-1/+1
2022-04-06net: micrel: Fix KS8851 KconfigHoratiu Vultur1-0/+1
2022-04-05Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-24/+43
2022-04-05ice: clear cmd_type_offset_bsz for TX ringsMaciej Fijalkowski1-1/+1
2022-04-05ice: xsk: fix VSI state check in ice_xsk_wakeup()Maciej Fijalkowski1-1/+1
2022-04-05ice: synchronize_rcu() when terminating ringsMaciej Fijalkowski3-3/+7
2022-04-05random: opportunistically initialize on /dev/urandom readsJason A. Donenfeld1-0/+7
2022-04-05ice: Do not skip not enabled queues in ice_vc_dis_qs_msgAnatolii Gerasymenko1-2/+2
2022-04-05ice: Set txq_teid to ICE_INVAL_TEID on ring creationAnatolii Gerasymenko1-0/+1
2022-04-05dpaa2-ptp: Fix refcount leak in dpaa2_ptp_probeMiaoqian Lin1-1/+3
2022-04-04random: do not split fast init input in add_hwgenerator_randomness()Jan Varho1-17/+6
2022-04-04sfc: Do not free an empty page_ringMartin Habets1-0/+3
2022-04-04stmmac: dwmac-loongson: change loongson_dwmac_driver from global to staticTom Rix1-1/+1
2022-04-04bnxt_en: Prevent XDP redirect from running when stopping TX queueRay Jui1-2/+4
2022-04-04bnxt_en: reserve space inside receive page for skb_shared_infoAndy Gospodarek1-1/+2
2022-04-04bnxt_en: Synchronize tx when xdp redirects happen on same ringPavan Chebbi4-0/+19
2022-04-04qed: fix ethtool register dumpManish Chopra1-1/+1
2022-04-04net: phy: micrel: Remove DT option lan8814,ignore-tsHoratiu Vultur1-3/+1
2022-04-04net: phy: micrel: Remove latency from driverHoratiu Vultur1-101/+1
2022-04-04ata: libata-core: Disable READ LOG DMA EXT for Samsung 840 EVOsChristian Lamparter1-0/+3
2022-04-04ata: sata_dwc_460ex: Fix crash due to OOB writeChristian Lamparter1-1/+5
2022-04-04ata: libata-sff: Fix compilation warning in ata_sff_lost_interrupt()Damien Le Moal1-1/+1
2022-04-03Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2-136/+14
2022-04-03Revert "clk: Drop the rate range on clk_put()"Stephen Boyd2-136/+14
2022-04-02Merge tag 'for-5.18/drivers-2022-04-02' of git://git.kernel.dk/linux-blockLinus Torvalds1-12/+12
2022-04-02Merge tag 'pci-v5.18-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-8/+0
2022-04-02Merge tag 'tag-chrome-platform-for-v5.18' of git://git.kernel.org/pub/scm/lin...Linus Torvalds6-152/+181
2022-04-02Revert "nbd: fix possible overflow on 'first_minor' in nbd_dev_add()"Jens Axboe1-12/+12
2022-04-02net: stmmac: Fix unset max_speed difference between DT and non-DT platformsChen-Yu Tsai1-2/+1