summaryrefslogtreecommitdiffstats
path: root/src/network/networkctl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: make format_ifname() or friends return negative errno on failureYu Watanabe2021-09-281-19/+8
* sd-lldp: rename sd-lldp.[ch] -> sd-lldp-rx.[ch]Yu Watanabe2021-09-271-1/+1
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-1/+1
* tree-wide: add FORMAT_BYTES_FULL()Zbigniew Jędrzejewski-Szmek2021-07-091-4/+2
* networkctl: drop unused member in struct VxLanInfoYu Watanabe2021-06-261-1/+0
* networkctl: add field 'Required For Online'Dan Streetman2021-06-241-0/+10
* tree-wide: use sd_device_new_from_ifindex/ifname()Yu Watanabe2021-06-111-3/+1
* netlink: move resolve_ifname() or friends to netlink-util.[ch]Yu Watanabe2021-06-111-5/+5
* ether-addr-util, network: introduce ETHER_ADDR_TO_STR() macro and use itYu Watanabe2021-06-091-4/+2
* network: use hw_addr_equal() or friendsYu Watanabe2021-06-091-2/+2
* ether-addr-util: drop redundant "addr" from struct hw_addr_dataYu Watanabe2021-06-091-4/+4
* networkctl: politely refuse being called from a different netns than the netw...Lennart Poettering2021-05-261-0/+43
* networkctl: use strextend()Yu Watanabe2021-05-201-5/+4
* alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()Lennart Poettering2021-05-191-2/+2
* network: show online state in networkctl status outputAlvin Šipraga2021-05-191-5/+42
* networkctl: introduce --json option for "status" and "list" commandsYu Watanabe2021-05-141-1/+130
* networkctl: use table_set_empty_string()Yu Watanabe2021-05-141-3/+5
* udev,network: make link_get_type_string() return negative errno on failureYu Watanabe2021-05-141-2/+6
* networkctl: drop unused variablesYu Watanabe2021-04-121-26/+37
* Wrong index in error messageSam Lunt2021-03-191-2/+2
* table: drop last SIZE_MAX from table_set_sort() and table_set_display()Yu Watanabe2021-03-041-1/+1
* tree-wide: use in_addr_is_set() or friendsYu Watanabe2021-02-171-6/+6
* tree-wide: return NULL from freeing functionsZbigniew Jędrzejewski-Szmek2021-02-161-1/+1
* tree-wide: enable colorized logging for daemons when run in consoleYu Watanabe2021-01-311-1/+1
* tree-wide: Drop custom formatting for print() help messagesDaan De Meyer2021-01-311-6/+5
* save link activation policy to state file and display in networkctlDan Streetman2021-01-211-1/+11
* network: tighten variable scope used in loop (#18277)Susant Sahani2021-01-171-6/+5
* networkctl: tighten variable scope used in loopSusant Sahani2021-01-151-27/+24
* Merge pull request #17478 from yuwata/split-network-internalYu Watanabe2020-11-271-2/+3
|\
| * sd-network: move link_get_type_string()Yu Watanabe2020-10-291-2/+3
* | license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* | networkctl: use and print full hardware addressTimo Rothenpieler2020-10-281-7/+8
|/
* tree-wide: drop if braces around single line expressions as wellFrantisek Sumsal2020-10-091-2/+1
* tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-081-6/+3
* networkctl: label command does not take any argumentYu Watanabe2020-08-271-1/+1
* tree-wide: use sd_bus_error_has_names() in more placesZbigniew Jędrzejewski-Szmek2020-08-241-2/+2
* networkctl: do not ignore -EOPNOTSUPP when reading netlink messageYu Watanabe2020-07-201-1/+1
* networkctl: sort alternative namesYu Watanabe2020-07-201-0/+1
* network: drop doubled white spaceYu Watanabe2020-07-151-1/+1
* table use table_log_print_error() instead of table_log_show_errorfangxiuning2020-07-081-5/+5
* shared: actually move all BusLocator related calls to bus-locator.cLennart Poettering2020-06-301-2/+2
* log: introduce log_parse_environment_cli() and log_setup_cli()Filipe Brandenburger2020-06-241-3/+1
* networkctl: display DHCPv4 server addressSusant Sahani2020-06-231-4/+11
* networkctl: use lease file to get DHCPv4 client IDYu Watanabe2020-06-231-10/+17
* networkctl: use lease file to get DHCPv4 addressYu Watanabe2020-06-231-5/+7
* networkctl: load DHCPv4 lease file and use timezone data from the lease fileYu Watanabe2020-06-231-13/+22
* network: clean-up DHCP lease server data configurationLennart Poettering2020-06-181-14/+1
* networkctl: Display DHCP6 DUIDSusant Sahani2020-06-101-2/+12
* networkctl: DHCPv6 - display IAIDSusant Sahani2020-06-091-1/+11
* networkctl: Display DHCP4 client IDSusant Sahani2020-06-081-1/+11