No description
Find a file
Vu Pham 07bab95026 net/mlx5: E-Switch, Refactor eswitch ingress acl codes
Restructure the eswitch ingress acl codes into eswitch directory
and different files:
. Acl ingress helper functions to acl_helper.c/h
. Acl ingress functions used in offloads mode to acl_ingress_ofld.c
. Acl ingress functions used in legacy mode to acl_ingress_lgy.c

This patch does not change any functionality.

Signed-off-by: Vu Pham <vuhuong@mellanox.com>
2020-05-27 18:13:47 -07:00
arch ARM: dts: imx6qdl-sabresd: enable fec wake-on-lan 2020-05-26 20:21:43 -07:00
block
certs
crypto
Documentation net: ethtool: Allow PHY cable test TDR data to configured 2020-05-26 23:22:21 -07:00
drivers net/mlx5: E-Switch, Refactor eswitch ingress acl codes 2020-05-27 18:13:47 -07:00
fs
include net: ethtool: Allow PHY cable test TDR data to configured 2020-05-26 23:22:21 -07:00
init
ipc
kernel
lib
LICENSES
mm
net net: ethtool: Allow PHY cable test TDR data to configured 2020-05-26 23:22:21 -07:00
samples
scripts
security
sound
tools mlxsw: spectrum: Reduce priority of locally delivered packets 2020-05-26 20:33:58 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
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.