aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-11-15virtio_net: xsk: bind/unbind xsk for txXuan Zhuo1-0/+53
2024-11-15virtio_net: refactor the xmit typeXuan Zhuo1-39/+51
2024-11-15virtio_ring: remove API virtqueue_set_dma_premappedXuan Zhuo2-61/+0
2024-11-15virtio-net: rq submits premapped per-bufferXuan Zhuo1-11/+11
2024-11-15virtio_ring: introduce add api for premappedXuan Zhuo1-0/+48
2024-11-15virtio_ring: perform premapped operations based on per-bufferXuan Zhuo1-48/+53
2024-11-15virtio_ring: packed: record extras for indirect buffersXuan Zhuo1-24/+36
2024-11-15virtio_ring: split: record extras for indirect buffersXuan Zhuo1-60/+52
2024-11-15virtio_ring: introduce vring_need_unmap_bufferXuan Zhuo1-15/+12
2024-11-15Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski27-481/+513
2024-11-15ndo_fdb_del: Add a parameter to report whether notification was sentPetr Machata5-5/+10
2024-11-15ndo_fdb_add: Add a parameter to report whether notification was sentPetr Machata8-8/+14
2024-11-15rtase: Modify the content format of the enum rtase_registersJustin Lai1-1/+1
2024-11-15rtase: Modify the name of the goto labelJustin Lai1-5/+5
2024-11-15octeontx2-pf: Fix spelling mistake "reprentator" -> "representor"Colin Ian King1-1/+1
2024-11-16irqchip/riscv-aplic: Prevent crash when MSI domain is missingSamuel Holland2-1/+5
2024-11-15enic: Move kdump check into enic_adjust_resources()Nelson Escobar1-16/+9
2024-11-15enic: Move enic resource adjustments to separate functionNelson Escobar1-57/+70
2024-11-15enic: Adjust used MSI-X wq/rq/cq/interrupt resources in a more robust wayNelson Escobar1-59/+57
2024-11-15enic: Allocate arrays in enic struct based on VIC configNelson Escobar2-21/+87
2024-11-15enic: Save resource counts we read from HWNelson Escobar3-9/+18
2024-11-15enic: Make MSI-X I/O interrupts come after the other required onesNelson Escobar2-9/+22
2024-11-15enic: Create enic_wq/rq structures to bundle per wq/rq dataNelson Escobar4-73/+81
2024-11-15gve: Flow steering trigger reset only for timeout errorZiwei Xiao1-2/+2
2024-11-15PCI: Add ACS quirk for Wangxun FF5xxx NICsMengyuan Lou1-6/+9
2024-11-15net: phy: microchip_t1: Clause-45 PHY loopback support for LAN887xTarun Alle1-0/+1
2024-11-15net: phy: fix phylib's dual eee_enabledRussell King (Oracle)2-5/+3
2024-11-15bnxt_en: optimize gettimex64Vadim Fedorenko2-6/+37
2024-11-15Merge tag 'for-net-next-2024-11-14' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski16-154/+621
2024-11-15PCI: Fix typosBjorn Helgaas2-8/+11
2024-11-15Merge branch 'dt/linus' into dt/nextRob Herring (Arm)6-2/+29
2024-11-15of: Allow overlay kunit tests to run CONFIG_OF_OVERLAY=nStephen Boyd3-1/+4
2024-11-15Merge branch 'acpi-misc'Rafael J. Wysocki22-37/+37
2024-11-15Merge branches 'acpi-processor', 'acpi-x86' and 'acpi-video'Rafael J. Wysocki3-17/+61
2024-11-15Merge branches 'acpi-battery', 'acpi-ec', 'acpi-pfr' and 'acpi-osl'Rafael J. Wysocki14-44/+85
2024-11-15Merge tag 'riscv-for-linus-6.12-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2024-11-15Merge tag 'md-6.13-20241115' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe1-1/+1
2024-11-15Merge branches 'pm-cpuidle' and 'pm-em'Rafael J. Wysocki6-72/+62
2024-11-15Merge tag 'drm-fixes-2024-11-16' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds33-192/+289
2024-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-21/+8
2024-11-16Merge tag 'drm-xe-fixes-2024-11-14' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie4-30/+39
2024-11-15driver core: Constify bin_attribute definitionsThomas Weißschuh2-22/+22
2024-11-15Merge tag 'pmdomain-v6.12-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-30/+72
2024-11-15Merge tag 'mmc-v6.12-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-5/+5
2024-11-15PCI: of_property: Assign PCI instead of CPU bus address to dynamic PCI nodesAndrea della Porta1-1/+1
2024-11-15Merge tag 'usb-serial-6.13-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2-1/+39
2024-11-15efi/libstub: Parse builtin command line after bootloader provided oneArd Biesheuvel1-11/+8
2024-11-15Merge tag 'soc_fsl-6.13-1' of https://github.com/chleroy/linux into soc/driversArnd Bergmann3-25/+8
2024-11-15dma-fence: Use kernel's sort for merging fencesTvrtko Ursulin1-67/+61
2024-11-15dma-fence: Fix reference leak on fence merge failure pathTvrtko Ursulin1-0/+2