summaryrefslogtreecommitdiff
path: root/src/network/networkctl.c
Commit message (Expand)AuthorAgeFilesLines
* network: support matching based on wifi interfece typeYu Watanabe2019-10-251-5/+8
* networkctl: introduce reconfigure methodYu Watanabe2019-10-241-20/+67
* networkctl: use format_ifname_full()Yu Watanabe2019-10-241-12/+6
* networkctl: fix error messageYu Watanabe2019-10-241-1/+2
* networkctl: add reload commandYu Watanabe2019-10-241-0/+24
* networkctl: print ssid and bssidZbigniew Jędrzejewski-Szmek2019-10-241-0/+61
* networkctl: create the sd_device structure just onceZbigniew Jędrzejewski-Szmek2019-10-241-26/+33
* networkctl: split out helper functionZbigniew Jędrzejewski-Szmek2019-10-231-5/+10
* networkctl: show carrier in green for loopback ifaceZbigniew Jędrzejewski-Szmek2019-10-231-5/+6
* Highlight the synopsis and summary in --helpZbigniew Jędrzejewski-Szmek2019-10-081-2/+4
* networkctl: add missing dots in --helpZbigniew Jędrzejewski-Szmek2019-10-081-2/+2
* Move the Commands section above Options sectionZbigniew Jędrzejewski-Szmek2019-10-081-7/+8
* Merge pull request #11883 from yuwata/network-dhcp-renewYu Watanabe2019-09-221-1/+45
|\
| * networkctl: add renew commandYu Watanabe2019-09-211-1/+45
* | networkctl: Display address is a DHCP4 addressSusant Sahani2019-09-091-0/+12
* | networkctl: avoid outputting '(null)' for LLDP ports without descriptionLennart Poettering2019-08-161-1/+1
* | networkctl: TABLE_BPS requires uint64_tYu Watanabe2019-07-301-1/+1
* | networkctl : Add support to display vxlan propertiesSusant Sahani2019-07-301-0/+89
* | networkctl: Add support to display bridge propertiesSusant Sahani2019-07-301-1/+81
* | networkctl: merge multiple table_add_cell() by using table_add_many()Yu Watanabe2019-07-291-198/+106
|/
* tree-wide: use lowercase table headersZbigniew Jędrzejewski-Szmek2019-07-161-10/+10
* network: NDA_LLADDR attribute can also take struct in_addrYu Watanabe2019-07-111-1/+1
* networkctl: do not show '(null)' in HW Address entryYu Watanabe2019-06-301-6/+6
* networkctl: show link speed, duplex, auto negotiation, and portYu Watanabe2019-06-201-2/+72
* network: change type of BitRates= bus propertyYu Watanabe2019-06-191-39/+9
* networkctl: fix use of uninitialized valueYu Watanabe2019-06-131-1/+1
* Merge pull request #12733 from keszybz/sd-bus-error-reportingZbigniew Jędrzejewski-Szmek2019-06-041-3/+5
|\
| * networkctl: log quietly if we fail to get bit ratesZbigniew Jędrzejewski-Szmek2019-06-041-3/+5
* | networkctl: re-cast value stored in Set with INT_TO_PTR()Yu Watanabe2019-06-041-2/+3
|/
* networkctl: drop unnecessary use of table_add_cell_full()Yu Watanabe2019-06-031-39/+41
* networkctl: show link bit ratesYu Watanabe2019-06-011-6/+117
* networkctl: optionally show link statisticsYu Watanabe2019-06-011-3/+62
* networkctl: shorten Minimum/Maximum to min/maxZbigniew Jędrzejewski-Szmek2019-06-011-2/+2
* networkctl: do not show zero maximum MTUYu Watanabe2019-05-311-12/+18
* networkctl: fix memleakYu Watanabe2019-05-301-2/+2
* tree-wide: replace if_indextoname() with format_ifname()Yu Watanabe2019-05-291-6/+8
* networkctl: use Table for 'lldp' commandYu Watanabe2019-05-291-15/+43
* networkctl: use Table for 'label' commandYu Watanabe2019-05-291-3/+25
* networkctl: use Table for 'status' commandYu Watanabe2019-05-291-131/+323
* networkctl: use Table for 'list' commandYu Watanabe2019-05-291-11/+51
* networkctl: use parse_ifindex_or_ifname()Yu Watanabe2019-05-291-6/+3
* networkctl: add support to delete virtual netdevsSusant Sahani2019-05-291-0/+61
* networkctl: add support to display Transmit/Recieve queue length (#12633)Susant Sahani2019-05-221-21/+38
* networkctl: Add support to display min and max MTUSusant Sahani2019-05-211-0/+16
* networkctl: Display MTUSusant Sahani2019-05-211-1/+1
* Merge pull request #12411 from keszybz/pr/12394Lennart Poettering2019-05-081-0/+1
|\
| * Enable log colors for most of tools in /usr/binZbigniew Jędrzejewski-Szmek2019-05-081-0/+1
* | network: use IN_ADDR_NULL and ETHER_ADDR_NULLYu Watanabe2019-05-071-3/+3
|/
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-0/+3
* util: split out sorting related calls to new sort-util.[ch]Lennart Poettering2019-03-131-1/+1