Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | license: LGPL-2.1+ -> LGPL-2.1-or-later | Yu Watanabe | 2020-11-09 | 1 | -1/+1 |
| | |||||
* | tree-wide: add helper for IPv4/IPv6 sockopts | Lennart Poettering | 2020-09-11 | 1 | -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.0 | Yu Watanabe | 2019-04-11 | 1 | -140/+4 |
| | |||||
* | basic/missing: add more addr_assign_type values | Zbigniew Jędrzejewski-Szmek | 2019-01-21 | 1 | -0/+12 |
| | |||||
* | missing: add ARPHRD_IP6GRE | Yu Watanabe | 2018-12-07 | 1 | -0/+5 |
| | | | | This fixes TYPE field of networkctl's output for ip6gre devices. | ||||
* | missing: move one more network related definition to missing_network.h | Yu Watanabe | 2018-12-06 | 1 | -0/+6 |
| | |||||
* | missing: move several network related entries to missing_network.h | Yu Watanabe | 2018-12-06 | 1 | -0/+14 |
| | |||||
* | missing: split network related entries | Yu Watanabe | 2018-12-03 | 1 | -0/+130 |
Also adds comments which kernel version added the entries. Closes #10553. |