summaryrefslogtreecommitdiff
path: root/src/network/networkctl.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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-051-1/+1
* tree-wide: use in_addr_is_set() or friendsYu Watanabe2021-02-181-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-02-011-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
* networkctl: print DHCP leasesMarc-André Lureau2020-06-041-1/+97
* networkctl: factor out link_get_property()Marc-André Lureau2020-06-041-8/+20
* networkctl: Add a range to address genmodeSusant Sahani2020-05-211-1/+5
* Merge pull request #15166 from ssahani/networkctl-ipvlanLennart Poettering2020-05-191-0/+31
|\
| * networkctl: Add support to display ipvlanSusant Sahani2020-05-181-0/+31
* | networkctl: Use bond util common functionsSusant Sahani2020-05-171-13/+2
* | networkctl: VXLan - display more propertiesSusant Sahani2020-05-171-0/+66
|/
* networkctl: Add support to display macvlan/macvtap modeSusant Sahani2020-05-141-1/+13
* network: switch to BusLocator-oriented helpersVito Caputo2020-05-071-32/+4
* networkctl: Add support to display LPR serversSusant Sahani2020-04-221-1/+5
* networkctl: Add support to display VXLan remote addressSusant Sahani2020-04-111-1/+9
* Merge pull request #15210 from ssahani/networkctl-up-downZbigniew Jędrzejewski-Szmek2020-04-021-0/+67
|\
| * networkctl: Add support to set link up and downSusant Sahani2020-03-261-0/+67
* | networkctl: Add support to display DHCP SMTP serversSusant Sahani2020-03-291-1/+5
* | networkctl: Add support to display DHCP pop3 serversSusant Sahani2020-03-281-1/+6
|/