MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/6775 JIRA: https://issues.redhat.com/browse/RHEL-89014 Update ethtool upto kernel v6.15. Brew: [https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=67396250](https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=67705537) Depends: !6842 Signed-off-by: Mohammad Heib <mheib@redhat.com> New features: - Include a new readable timestamping string, **'option-rx-filter'**, which will appear when using the -T option. - add support for writing firmware blocks using EPL (Extended Payload). - Make timestamping hardware PTP provider selectable. - add support for configuring hds-thresh - Add support for 200Gbps per lane link modes. Omitted-fix: 6db9d3a536cd netdevsim: don't assume core pre-populates HDS params on GET * The targeted code was dropped during the update, so this fix is irrelevant. Omitted-fix: 19f72d95ae31 Docs/zh_CN: Translate index.rst to Simplified Chinese * Changes are not relevant for networking. Omitted-fix: 869413825088 selftests: drv-net: wait for iperf client to stop sending * [mschmidt] This is just for selftests. It appeared too late. We can't afford to block this MR any further. Approved-by: Antoine Tenart <atenart@redhat.com> Approved-by: Michal Schmidt <mschmidt@redhat.com> Approved-by: Corinna Vinschen <vinschen@redhat.com> Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by: Augusto Caringi <acaringi@redhat.com> |
||
---|---|---|
Documentation | ||
LICENSES | ||
arch | ||
block | ||
certs | ||
crypto | ||
drivers | ||
fs | ||
include | ||
init | ||
io_uring | ||
ipc | ||
kernel | ||
lib | ||
mm | ||
net | ||
redhat | ||
samples | ||
scripts | ||
security | ||
sound | ||
tools | ||
usr | ||
virt | ||
.clang-format | ||
.cocciconfig | ||
.get_maintainer.ignore | ||
.gitattributes | ||
.gitignore | ||
.gitlab-ci.yml | ||
.mailmap | ||
COPYING | ||
CREDITS | ||
Kbuild | ||
Kconfig | ||
Kconfig.redhat | ||
MAINTAINERS | ||
Makefile | ||
Makefile.rhelver | ||
README | ||
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.