mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
Linux kernel source tree
eaf changes summary: 1 artifact changed
Changed leaf types summary: 1 leaf type changed
Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 0 Added function
Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable
'struct tcf_idrinfo at act_api.h:15:1' changed:
type size changed from 256 to 320 (in bits)
1 data member insertion:
'net* tcf_idrinfo::net', at offset 256 (in bits) at act_api.h:18:1
16 impacted interfaces:
function int __tcf_idr_release(tc_action*, bool, bool)
function int tc_setup_cb_call(tcf_block*, tcf_exts*, tc_setup_type, void*, bool)
function int tcf_action_dump_1(sk_buff*, tc_action*, int, int)
function int tcf_action_exec(sk_buff*, tc_action**, int, tcf_result*)
function void tcf_exts_change(tcf_exts*, tcf_exts*)
function void tcf_exts_destroy(tcf_exts*)
function int tcf_exts_dump(sk_buff*, tcf_exts*)
function int tcf_exts_dump_stats(sk_buff*, tcf_exts*)
function int tcf_exts_validate(net*, tcf_proto*, nlattr**, nlattr*, tcf_exts*, bool, netlink_ext_ack*)
function int tcf_generic_walker(tc_action_net*, sk_buff*, netlink_callback*, int, const tc_action_ops*, netlink_ext_ack*)
function int tcf_idr_check_alloc(tc_action_net*, u32*, tc_action**, int)
function void tcf_idr_cleanup(tc_action_net*, u32)
function int tcf_idr_create(tc_action_net*, u32, nlattr*, tc_action**, const tc_action_ops*, int, bool)
function void tcf_idr_insert(tc_action_net*, tc_action*)
function int tcf_idr_search(tc_action_net*, tc_action**, u32)
function void tcf_idrinfo_destroy(const tc_action_ops*, tcf_idrinfo*)
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I8f11dbe18f110c9bc5c36a913ba2b19621167b05
|
||
|---|---|---|
| arch | ||
| block | ||
| certs | ||
| crypto | ||
| Documentation | ||
| drivers | ||
| firmware | ||
| fs | ||
| include | ||
| init | ||
| ipc | ||
| kernel | ||
| lib | ||
| LICENSES | ||
| mm | ||
| net | ||
| samples | ||
| scripts | ||
| security | ||
| sound | ||
| tools | ||
| usr | ||
| virt | ||
| .clang-format | ||
| .cocciconfig | ||
| .get_maintainer.ignore | ||
| .gitattributes | ||
| .gitignore | ||
| .mailmap | ||
| abi_gki_aarch64.xml | ||
| build.config.gki.aarch64 | ||
| build.config.gki.x86_64 | ||
| 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.
See Documentation/00-INDEX for a list of what is contained in each file.
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.