summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-04-0831-257/+317
|\
| * drivers: net: slip: fix NPD bug in sl_tx_timeout()Duoming Zhou2022-04-071-1/+1
| * myri10ge: fix an incorrect free for skb in myri10ge_sw_tsoXiaomeng Tong2022-04-061-4/+2
| * net: usb: aqc111: Fix out-of-bounds accesses in RX fixupMarcin Kozlowski2022-04-061-2/+7
| * qede: confirm skb is allocated before usingJamie Bainbridge2022-04-061-0/+3
| * Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2022-04-063-5/+9
| |\
| | * ice: clear cmd_type_offset_bsz for TX ringsMaciej Fijalkowski2022-04-051-1/+1
| | * ice: xsk: fix VSI state check in ice_xsk_wakeup()Maciej Fijalkowski2022-04-051-1/+1
| | * ice: synchronize_rcu() when terminating ringsMaciej Fijalkowski2022-04-053-3/+7
| * | net: phy: mscc-miim: reject clause 45 register accessesMichael Walle2022-04-061-0/+6
| * | net: axiemac: use a phandle to reference pcs_phyAndy Chiu2022-04-061-2/+9
| * | net: axienet: factor out phy_node in struct axienet_localAndy Chiu2022-04-062-10/+5
| * | net: axienet: setup mdio unconditionallyAndy Chiu2022-04-061-7/+6
| * | net: sfc: fix using uninitialized xdp tx_queueTaehee Yoo2022-04-063-1/+6
| * | net: ethernet: mv643xx: Fix over zealous checking of_get_mac_address()Andrew Lunn2022-04-061-1/+1
| * | net: micrel: Fix KS8851 KconfigHoratiu Vultur2022-04-061-0/+1
| |/
| * ice: Do not skip not enabled queues in ice_vc_dis_qs_msgAnatolii Gerasymenko2022-04-051-2/+2
| * ice: Set txq_teid to ICE_INVAL_TEID on ring creationAnatolii Gerasymenko2022-04-051-0/+1
| * dpaa2-ptp: Fix refcount leak in dpaa2_ptp_probeMiaoqian Lin2022-04-051-1/+3
| * sfc: Do not free an empty page_ringMartin Habets2022-04-041-0/+3
| * stmmac: dwmac-loongson: change loongson_dwmac_driver from global to staticTom Rix2022-04-041-1/+1
| * bnxt_en: Prevent XDP redirect from running when stopping TX queueRay Jui2022-04-041-2/+4
| * bnxt_en: reserve space inside receive page for skb_shared_infoAndy Gospodarek2022-04-041-1/+2
| * bnxt_en: Synchronize tx when xdp redirects happen on same ringPavan Chebbi2022-04-044-0/+19
| * qed: fix ethtool register dumpManish Chopra2022-04-041-1/+1
| * net: phy: micrel: Remove DT option lan8814,ignore-tsHoratiu Vultur2022-04-041-3/+1
| * net: phy: micrel: Remove latency from driverHoratiu Vultur2022-04-041-101/+1
| * net: stmmac: Fix unset max_speed difference between DT and non-DT platformsChen-Yu Tsai2022-04-021-2/+1
| * net/fungible: Fix reference to __udivdi3 on 32b buildsDimitris Michailidis2022-04-021-2/+2
| * net: micrel: fix KS8851_MLL KconfigRandy Dunlap2022-04-011-0/+1
| * mctp i2c: correct mctp_i2c_header_create resultMatt Johnston2022-04-011-1/+1
| * ice: Fix broken IFF_ALLMULTI handlingIvan Vecera2022-04-013-38/+121
| * ice: Fix MAC address settingIvan Vecera2022-04-011-2/+5
| * ice: Clear default forwarding VSI during VSI releaseIvan Vecera2022-04-011-0/+2
| * vrf: fix packet sniffing for traffic originating from ip tunnelsEyal Birger2022-04-011-4/+11
| * net: sfc: add missing xdp queue reinitializationTaehee Yoo2022-04-011-65/+81
* | Merge tag 'hyperv-fixes-signed-20220407' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-04-076-20/+131
|\ \
| * | Drivers: hv: vmbus: Replace smp_store_mb() with virt_store_mb()Andrea Parri (Microsoft)2022-04-061-3/+3
| * | Drivers: hv: balloon: Disable balloon and hot-add accordinglyBoqun Feng2022-04-061-2/+34
| * | Drivers: hv: balloon: Support status report for larger page sizesBoqun Feng2022-04-061-3/+10
| * | Drivers: hv: vmbus: Prevent load re-ordering when reading ring bufferMichael Kelley2022-03-291-1/+10
| * | PCI: hv: Propagate coherence from VMbus device to PCI deviceMichael Kelley2022-03-291-0/+9
| * | Drivers: hv: vmbus: Propagate VMbus coherence to each VMbus deviceMichael Kelley2022-03-292-0/+42
| * | Drivers: hv: vmbus: Fix potential crash on module unloadGuilherme G. Piccoli2022-03-291-2/+7
| * | Drivers: hv: vmbus: Fix initialization of device object in vmbus_device_regis...Andrea Parri (Microsoft)2022-03-291-3/+4
| * | Drivers: hv: vmbus: Deactivate sysctl_record_panic_msg by default in isolated...Andrea Parri (Microsoft)2022-03-291-6/+12
* | | Merge tag 'random-5.18-rc2-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-04-071-35/+39
|\ \ \
| * | | random: check for signals every PAGE_SIZE chunk of /dev/[u]randomJason A. Donenfeld2022-04-071-10/+7
| * | | random: check for signal_pending() outside of need_resched() checkJann Horn2022-04-061-2/+2
| * | | random: do not allow user to keep crng key around on stackJason A. Donenfeld2022-04-061-12/+23