summaryrefslogtreecommitdiffstats
path: root/src/basic/missing_network.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|
* tree-wide: add helper for IPv4/IPv6 sockoptsLennart Poettering2020-09-111-0/+5
| | | | | | | | | | A variety of sockopts exist both for IPv4 and IPv6 but require a different pair of sockopt level/option number. Let's add helpers for these that internally determine the right sockopt to call. This should shorten code that generically wants to support both ipv4 + ipv6 and for the first time adds correct support for some cases where we only called the ipv4 versions, and not the ipv6 options.
* tree-wide: drop several missing_*.h and import relevant headers from kernel-5.0Yu Watanabe2019-04-111-140/+4
|
* basic/missing: add more addr_assign_type valuesZbigniew Jędrzejewski-Szmek2019-01-211-0/+12
|
* missing: add ARPHRD_IP6GREYu Watanabe2018-12-071-0/+5
| | | | This fixes TYPE field of networkctl's output for ip6gre devices.
* missing: move one more network related definition to missing_network.hYu Watanabe2018-12-061-0/+6
|
* missing: move several network related entries to missing_network.hYu Watanabe2018-12-061-0/+14
|
* missing: split network related entriesYu Watanabe2018-12-031-0/+130
Also adds comments which kernel version added the entries. Closes #10553.