zephyr/doc
Jukka Rissanen 99693bee5f net: socket: Change the protocol field for AF_PACKET sockets
In order to be compatible with Linux AF_PACKET socket calls, the
protocol field needs to be in network byte order.
So for example, if user wants to receive all packets, then the
protocol field needs to be set as "htons(ETH_P_ALL)".
See Linux manual page at
https://www.man7.org/linux/man-pages/man7/packet.7.html
for details.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2024-05-29 10:48:34 -07:00
..
_doxygen include/zephyr: Add 'version' and 'since' tag to groups 2024-03-19 13:13:45 +01:00
_extensions/zephyr doc: _extensions: support snippets option 2024-03-26 11:14:46 -05:00
_scripts samples: move with_mcuboot sample to samples/sysbuild 2024-05-13 16:09:01 -04:00
_static doc: Make search engine configurable 2023-12-15 04:34:48 -05:00
_templates doc: Make search engine configurable 2023-12-15 04:34:48 -05:00
build build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
connectivity tests: bluetooth: shell: add a2dp shell test 2024-05-28 12:56:42 +02:00
contribute doc: eSPI: Update link to eSPI spec 2024-05-02 13:56:46 -04:00
develop West: Add west robot command 2024-05-28 12:54:52 +02:00
hardware drivers: can: shell: print device name in RX path 2024-05-29 11:58:54 +02:00
images
introduction doc: clarify what a subsystem is 2024-05-14 10:55:55 +02:00
kernel build: namespace syscall sources to zephyr/ 2024-05-28 22:03:55 +02:00
project doc: fix typo in multiple directories (build, hardware, kernel, project) 2024-01-26 13:16:18 +01:00
releases net: socket: Change the protocol field for AF_PACKET sockets 2024-05-29 10:48:34 -07:00
safety docs: safety: Add safety documentation 2023-06-22 06:01:39 -04:00
security doc: security/etsi: Provision 5.9.2 assessment 2024-05-27 03:40:32 -07:00
services manifest: trusted-firmware-m: update to 2.1.0 2024-05-29 04:56:40 -07:00
templates doc: Update sample.tmpl with new directive 2023-09-06 12:11:28 +02:00
404.rst doc: Suggest filing GitHub issue for broken links 2022-04-28 10:26:03 +02:00
CMakeLists.txt doc: enable Sphinx tracebacks 2023-07-12 09:13:49 -04:00
conf.py doc: generate sitemap.xml 2024-04-03 12:34:04 +03:00
glossary.rst doc: clarify what a subsystem is 2024-05-14 10:55:55 +02:00
index-tex.rst doc: pdf: Add Glossary of Terms to PDF output 2023-11-13 12:17:51 -05:00
index.rst docs: safety: Add safety documentation 2023-06-22 06:01:39 -04:00
kconfig.rst doc: use new kconfig extension 2022-03-02 09:28:37 +01:00
known-warnings.txt doc: Revert "doc: Add more known-warnings" 2023-09-15 15:05:23 +02:00
LICENSING.rst docs: licensing: update list of 3rd party code licensed under GPL 2024-02-23 18:27:32 +01:00
Makefile doc: align pseudo-Makefile with latest CMake changes 2023-07-13 14:27:56 +02:00
requirements.txt doc: requirements: Add pyserial 2024-05-23 17:02:27 -04:00
substitutions.txt
zephyr.doxyfile.in doc: expand ZTEST macros in doxygen 2024-04-23 21:46:38 +00:00