genode/repos/os/include
Martin Stein bd501404db net: add methods required for WireGuard port
* Adds methods for copying raw data to the data field of Ethernet frames and
  UDP packets. This is used in the port to wrap the higher-layer packet data
  prepared by the contrib code with the additionally required headers before
  sending it at a network session.
* Adds a method to cast raw data to an IPv4 packet. This is required in the
  port in order to check values in stand-alone IP packets produced by the
  contrib code before sending them at a network session.
* Adds methods for setting UDP ports given big endian port values without
  having to convert to little endian in the app and then back to big endian in
  the net lib.

Ref #4397
2022-05-25 12:23:02 +02:00
..
audio_in_session Audio_in::Stream: add 'queued()' function 2022-01-19 12:38:12 +01:00
audio_out_session Audio_out::Stream: initialize members 2022-01-19 12:38:12 +01:00
blit os: avoid implicit conversions 2021-12-17 15:04:45 +01:00
block os/block: Remove use of Dataspace::phys_addr 2022-02-15 10:23:58 +01:00
block_session os: simplify split block operations 2022-04-13 14:08:15 +02:00
capture_session Capture session interface 2020-07-13 11:33:13 +02:00
decorator os: avoid implicit conversions 2021-12-17 15:04:45 +01:00
event_session event_session: make Session_client::Batch abstract 2020-08-25 11:49:43 +02:00
file_system file_system/util.h: remove packet-stream helpers 2022-02-15 10:11:10 +01:00
file_system_session Consistent spelling of "writeable" 2022-02-15 10:23:58 +01:00
framebuffer_session Change pixel format to 32 bits per pixel 2020-06-29 14:22:29 +02:00
genode_c_api os: extend USB C-API with claim/release 2022-04-28 08:02:33 +02:00
gpio os: avoid implicit conversions 2021-12-17 15:04:45 +01:00
gpio_session base/os: remove deprecated APIs 2019-02-26 14:44:15 +01:00
gpu gpu: add information for etnaviv driver 2021-11-29 15:11:52 +01:00
gpu_session gpu_session: add import/export of buffers 2022-02-15 10:10:01 +01:00
gui_session Change pixel format to 32 bits per pixel 2020-06-29 14:22:29 +02:00
i2c_session os: avoid implicit conversions 2021-12-17 15:04:45 +01:00
init Adaptation to init refactoring 2017-03-24 16:19:56 +01:00
input os: Input::Event:Axis event type 2022-02-15 10:17:28 +01:00
input_session base/os: remove deprecated APIs 2019-02-26 14:44:15 +01:00
ldso Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
legacy/x86 os: remove imx53 specific platform api and fb_drv 2022-02-15 10:17:28 +01:00
loader_session Rename 'Nitpicker' namespace to 'Gui' 2020-06-22 09:39:40 +02:00
mixer os: avoid using deprecated APIs 2019-01-30 13:49:54 +01:00
net net: add methods required for WireGuard port 2022-05-25 12:23:02 +02:00
nic Remove unused Nic::Root implementation (nic/root.h) 2022-05-25 12:19:31 +02:00
nic_session base/os: remove deprecated APIs 2019-02-26 14:44:15 +01:00
nitpicker_gfx os: Don't use char as array subscript. 2022-02-15 10:23:58 +01:00
os expanding_report: make expandable for XML node generation 2022-02-15 16:13:53 +01:00
packet_stream_rx os: remove blocking semantics from packet stream 2022-02-15 10:10:03 +01:00
packet_stream_tx os: remove blocking semantics from packet stream 2022-02-15 10:10:03 +01:00
pci pci: extend Pci utilities for bridge drivers 2022-05-25 12:22:10 +02:00
pin_control_session os: Pin_control and Pin_state session interfaces 2021-11-29 15:10:52 +01:00
pin_state_session os: Pin_control and Pin_state session interfaces 2021-11-29 15:10:52 +01:00
platform_session platform_drv: wait for device's availability 2022-05-25 12:19:32 +02:00
pointer os: avoid garbage warnings in app/painter 2019-01-07 12:25:45 +01:00
ram_fs os: avoid implicit conversions 2021-12-17 15:04:45 +01:00
report_rom report_rom: versioning and explicit notification 2021-10-13 14:46:54 +02:00
report_session base/os: remove deprecated APIs 2019-02-26 14:44:15 +01:00
rtc_session rtc: extended session with set-signal 2019-08-21 12:37:01 +02:00
sandbox separate sandbox api from os 2021-06-25 11:41:45 +02:00
smbios os: avoid implicit conversions 2021-12-17 15:04:45 +01:00
spec os: deprecate platform API for x86, rpi, imx53 2022-01-19 12:38:12 +01:00
terminal os: avoid implicit conversions 2021-12-17 15:04:45 +01:00
terminal_session os: use Mutex/Blockade 2020-04-17 12:40:12 +02:00
trace trace_logger: omit inactive subjects by default 2022-04-13 08:07:58 +02:00
uart_session os: avoid implicit conversions 2021-12-17 15:04:45 +01:00
uplink_session os: introduce new "Uplink" session 2021-01-25 13:48:09 +01:00
usb os: avoid implicit conversions 2021-12-17 15:04:45 +01:00
usb_session os: refine default USB session quota 2022-04-13 08:07:57 +02:00
util os: add util/formatted_output.h utilities 2022-04-13 08:07:57 +02:00
vfs xml_node: support backslash as attribute value 2022-02-21 15:44:22 +01:00
virtio Convert virtio to use Platform::Session::dma_addr 2022-02-15 10:17:28 +01:00