net/sched: pass flow_stats instead of multiple stats args
Oz Shlomo authored

Instead of passing 6 stats related args, pass the flow_stats.
Signed-off-by: default avatarOz Shlomo <ozsh@nvidia.com>
Reviewed-by: default avatarSimon Horman <simon.horman@corigine.com>
Reviewed-by: default avatarMarcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Acked-by: default avatarJamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: default avatarPaolo Abeni <pabeni@redhat.com>
ac7d2790
Name Last commit Last update
Documentation dt-bindings: net: dsa: mediatek,mt7530: improve binding description
LICENSES LICENSES: Add the copyleft-next-0.3.1 license
arch Daniel Borkmann says:
block Merge tag 'block-6.2-2023-02-03' of git://git.kernel.dk/linux
certs certs: Fix build error when PKCS#11 URI contains semicolon
crypto wifi: cfg80211: Deduplicate certificate loading
drivers net: stmmac: dwc-qos: Make struct dwc_eth_dwmac_data::remove return void
fs Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
include net/sched: pass flow_stats instead of multiple stats args
init Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
io_uring io_uring: always prep_async for drain requests
ipc Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
kernel Daniel Borkmann says:
lib Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
mm Merge tag 'mm-hotfixes-stable-2023-02-02-19-24-2' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
net net/sched: pass flow_stats instead of multiple stats args
rust rust: print: avoid evaluating arguments in `pr_*` macros in `unsafe` blocks
samples Daniel Borkmann says:
scripts Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
security tomoyo: Update website link
sound Merge tag 'sound-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
tools selftests: forwarding: Add MDB dump test cases
usr usr/gen_init_cpio.c: remove unnecessary -1 values from int file
virt Merge tag 'vfio-v6.2-rc6' of https://github.com/awilliam/linux-vfio
.clang-format Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/iommufd
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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 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.