Linux kernel source tree
Go to file
Pauli Virtanen bdbcd52871 Bluetooth: SCO: add TX timestamping
Support TX timestamping in SCO sockets.
Not available for hdevs without SCO_FLOWCTL.

Support MSG_ERRQUEUE in SCO recvmsg.

Signed-off-by: Pauli Virtanen <pav@iki.fi>
Reviewed-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2025-03-25 12:50:54 -04:00
Documentation net-timestamp: COMPLETION timestamp on packet tx completion 2025-03-25 12:48:05 -04:00
LICENSES
arch net: remove sb1000 cable modem driver 2025-03-21 17:11:54 +01:00
block
certs
crypto
drivers Bluetooth: hci_vhci: Mark Sync Flow Control as supported 2025-03-25 12:47:07 -04:00
fs
include Bluetooth: L2CAP: add TX timestamping 2025-03-25 12:50:35 -04:00
init
io_uring
ipc
kernel
lib
mm
net Bluetooth: SCO: add TX timestamping 2025-03-25 12:50:54 -04:00
rust
samples
scripts
security
sound
tools selftests: netconsole: Add tests for 'release' feature in sysdata 2025-03-21 18:59:25 +01:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

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 reStructuredText 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.