mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 09:01:36 -04:00
289354f21b2c3fac93e956efd45f256a88a4d997
Revert following commits: commitacec05fb78("net_tstamp: Add TIMESTAMPING SOFTWARE and HARDWARE mask") commit11d55be06d("net: ethtool: Add a command to expose current time stamping layer") commitbb8645b00c("netlink: specs: Introduce new netlink command to get current timestamp") commitd905f9c753("net: ethtool: Add a command to list available time stamping layers") commitaed5004ee7("netlink: specs: Introduce new netlink command to list available time stamping layers") commit51bdf3165f("net: Replace hwtstamp_source by timestamping layer") commit0f7f463d48("net: Change the API of PHY default timestamp to MAC") commit091fab1228("net: ethtool: ts: Update GET_TS to reply the current selected timestamp") commit152c75e1d0("net: ethtool: ts: Let the active time stamping layer be selectable") commitee60ea6be0("netlink: specs: Introduce time stamping set command") They need more time for reviews. Link: https://lore.kernel.org/all/20231118183529.6e67100c@kernel.org/ Signed-off-by: Jakub Kicinski <kuba@kernel.org>
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.
Description
Languages
C
97%
Assembly
1%
Shell
0.6%
Rust
0.5%
Python
0.4%
Other
0.3%