Linux kernel source tree
Go to file
Mengyuan Lou fd0a2e03bf net: txgbevf: init interrupts and request irqs
Add irq alloc flow functions for vf.
Alloc pcie msix irqs for drivers and request_irq for tx/rx rings
and misc other events.
If the application is successful, config vertors for interrupts.
Enable interrupts mask in wxvf_irq_enable.

Signed-off-by: Mengyuan Lou <mengyuanlou@net-swift.com>
Link: https://patch.msgid.link/20250704094923.652-7-mengyuanlou@net-swift.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2025-07-09 18:39:13 -07:00
arch af_unix: Introduce SO_INQ. 2025-07-08 18:05:25 -07:00
block
certs
crypto
Documentation net: wangxun: add txgbevf build 2025-07-09 18:39:13 -07:00
drivers net: txgbevf: init interrupts and request irqs 2025-07-09 18:39:13 -07:00
fs Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2025-07-04 08:03:18 +02:00
include ipv6: anycast: Don't hold RTNL for IPV6_JOIN_ANYCAST. 2025-07-08 18:32:39 -07:00
init
io_uring io_uring-6.16-20250630 2025-06-30 16:32:43 -07:00
ipc
kernel Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2025-07-04 08:03:18 +02:00
lib Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2025-07-04 08:03:18 +02:00
LICENSES
mm
net udp: remove udp_tunnel_gro_init() 2025-07-08 18:58:38 -07:00
rust Cast to the proper type 2025-07-01 09:49:18 +02:00
samples
scripts Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2025-07-04 08:03:18 +02:00
security
sound
tools selftests/bpf: add a new test to check the consumer update case 2025-07-08 18:28:07 -07:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.pylintrc
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS bng_en: Add PCI interface 2025-07-07 18:54:00 -07:00
Makefile
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the reStructuredText markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.