summaryrefslogtreecommitdiffstats
path: root/src/network/netdev/bareudp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop msg argument for DEFINE_CONFIG_PARSE() macro and friendsYu Watanabe2024-09-011-2/+1
* network: netdev - BareUDP Add support for srcportminSusant Sahani2024-08-141-0/+6
* network: make DEFINE_NETDEV_CAST() assert on input and outputZbigniew Jędrzejewski-Szmek2023-09-221-7/+3
* network/netdev: use ASSERT_PTR() more, adjust indentationZbigniew Jędrzejewski-Szmek2023-09-221-16/+4
* network: replace detailed netlink append messages with a single generic messageZbigniew Jędrzejewski-Szmek2022-01-051-2/+2
* network/netdev: introduce .iftype to netdev vtableYu Watanabe2021-11-261-0/+4
* network: bareudp: use fill_message_createYu Watanabe2021-11-091-60/+4
* network: use netdev_enter_failed() instead of netdev_drop() on errorYu Watanabe2021-08-121-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* network: Introduce bare UDPSusant Sahani2020-09-171-0/+138