No description
Find a file
Edward Cree 25730d8be5 sfc: add extra RX channel to receive MAE counter updates on ef100
Currently there is no counter-allocating machinery to connect the
 resulting counter update values to; that will be added in a
 subsequent patch.

Signed-off-by: Edward Cree <ecree.xilinx@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2022-11-16 09:07:02 +00:00
arch net: remove skb->vlan_present 2022-11-11 18:18:05 -08:00
block
certs
crypto
Documentation Documentation: nfp: update documentation 2022-11-15 20:31:08 -08:00
drivers sfc: add extra RX channel to receive MAE counter updates on ef100 2022-11-16 09:07:02 +00:00
fs for-6.1-rc4-tag 2022-11-10 08:58:29 -08:00
include net: dsa: remove phylink_validate() method 2022-11-15 20:34:27 -08:00
init
io_uring
ipc
kernel bpf-next-for-netdev 2022-11-11 18:33:04 -08:00
lib net: remove skb->vlan_present 2022-11-11 18:18:05 -08:00
LICENSES
mm slab fixes for 6.1-rc4 2022-11-09 13:07:50 -08:00
net net: dsa: remove phylink_validate() method 2022-11-15 20:34:27 -08:00
rust
samples samples/bpf: Fix sockex3 error: Missing BPF prog type 2022-11-07 17:13:35 -08:00
scripts Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2022-11-10 17:43:53 -08:00
security
sound
tools selftests: mptcp: use max_time instead of time 2022-11-11 21:19:47 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS MAINTAINERS: Move Vivien to CREDITS 2022-11-10 13:53:53 -08:00
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: update MEDIATEK ETHERNET entry 2022-11-11 08:09:32 +00: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 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.