TWx Linux Repository
Go to file
Michael Chan bbfc17e50b bnxt_en: Simplify bnxt_xdp_buff_init()
bnxt_xdp_buff_init() does not modify the data_ptr or the len parameters,
so no need to pass in the addresses of these parameters.

Fixes: b231c3f3414c ("bnxt: refactor bnxt_rx_xdp to separate xdp_init_buff/xdp_prepare_buff")
Reviewed-by: Andy Gospodarek <andrew.gospodarek@broadcom.com>
Reviewed-by: Somnath Kotur <somnath.kotur@broadcom.com>
Reviewed-by: Pavan Chebbi <pavan.chebbi@broadcom.com>
Signed-off-by: Michael Chan <michael.chan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2022-12-28 10:16:57 +00:00
arch powerpc: dts: t208x: Disable 10G on MAC1 and MAC2 2022-12-22 17:56:29 -08:00
block
certs
crypto
Documentation docs: netdev: convert to a non-FAQ document 2022-12-28 10:06:06 +00:00
drivers bnxt_en: Simplify bnxt_xdp_buff_init() 2022-12-28 10:16:57 +00:00
fs Including fixes from bpf, netfilter and can. 2022-12-21 08:41:32 -08:00
include rxrpc: Fix a couple of potential use-after-frees 2022-12-28 09:59:23 +00:00
init Kbuild updates for v6.2 2022-12-19 12:33:32 -06:00
io_uring
ipc
kernel bpf-for-netdev 2022-12-24 09:39:02 +00:00
lib SPDX/License additions for 6.2-rc1 2022-12-20 08:53:16 -06:00
LICENSES
mm - A few late-breaking minor fixups 2022-12-19 06:58:57 -06:00
net rxrpc: Fix a couple of potential use-after-frees 2022-12-28 09:59:23 +00:00
rust
samples
scripts Kbuild updates for v6.2 2022-12-19 12:33:32 -06:00
security fs.vfsuid.ima.v6.2-rc1 2022-12-21 08:13:01 -08:00
sound soundwire updates for 6.2 2022-12-19 08:47:33 -06:00
tools bpf-for-netdev 2022-12-24 09:39:02 +00:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS ARM: SoC fixes for 6.2 2022-12-19 16:07:59 -06:00
Makefile Kbuild updates for v6.2 2022-12-19 12:33:32 -06:00
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 Restructured Text 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.