summaryrefslogtreecommitdiff
path: root/src/network/networkctl.c
AgeCommit message (Expand)Author
2015-03-27fix gcc warnings about uninitialized variablesHarald Hoyer
2015-03-07networkctl: avoid leak if a field was specified twiceZbigniew Jędrzejewski-Szmek
2015-02-27networkd: add support for Uplink Failure DetectionAlin Rauta
2015-01-19man: add networkctl(1)Zbigniew Jędrzejewski-Szmek
2015-01-01networkctl: avoid potential use of unitialized variablesZbigniew Jędrzejewski-Szmek
2015-01-01networkctl: remove unused variableZbigniew Jędrzejewski-Szmek
2015-01-01network: fix scanf/printf formatZbigniew Jędrzejewski-Szmek
2014-12-31networkctl: fix strappend() error checkingDavid Herrmann
2014-12-19networkctl: lldp - respect arg_legendTom Gundersen
2014-12-19LLDP: Add support for networkctlSusant Sahani
2014-12-19networkctl: port to verbs helperTom Gundersen
2014-12-15networkctl: port from libudev to sd-hwdbTom Gundersen
2014-12-12networkctl: remove unused variableThomas Hindoe Paaboel Andersen
2014-12-12networkctl: also draw a nice unicode cirlce when "networkctl status" is run w...Lennart Poettering
2014-12-12networkctl: show interface names next to IP addresses if we dump adresses fro...Lennart Poettering
2014-12-12networkctl: also show gateway address when "networkctl status" without furthe...Lennart Poettering
2014-12-12networkctl: show MAC address OUI vendor next to MAC addressesLennart Poettering
2014-12-04networkctl: use the shared functions for enumerating the local gatewaysTom Gundersen
2014-12-04rtnl: when querying local addresses and gateways, take address family into ac...Lennart Poettering
2014-12-03networkctl: remove unused variableThomas Hindoe Paaboel Andersen
2014-12-03networkd: fix typoTorstein Husebø
2014-12-02shared: add format helpers for printing MAC addressesTom Gundersen
2014-12-02networkctl: print the Gateway in the status outputTom Gundersen
2014-11-28treewide: another round of simplificationsMichal Schmidt
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-11-28treewide: yet more log_*_errno + return simplificationsMichal Schmidt
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-09-08networkctl: show the link file applied to each linkTom Gundersen
2014-09-08networkctl: show the network file applied to each linkTom Gundersen
2014-08-28networkctl: do not mix dns and ntp serversZbigniew Jędrzejewski-Szmek
2014-08-16networkctl: use safe_qsort in case no links are presentThomas Hindoe Paaboel Andersen
2014-08-15networkctl: show acquired system domainsLennart Poettering
2014-08-15networkctl: two OOM fixesLennart Poettering
2014-08-15sd-network: add support for wildcard domainsTom Gundersen
2014-08-15util: never use ether_ntoa(), since it formats with %x, not %02x, which makes...Lennart Poettering
2014-08-15networkctl: increase column width for link type to 18, to accomodate for 'iee...Lennart Poettering
2014-08-15networkctl: print local domain name in status outputLennart Poettering
2014-08-14networkctl: also use the same color logic when running "networkctl status" wi...Lennart Poettering
2014-08-14networkctl: add the same color logic to "list" and "status" outputsLennart Poettering
2014-08-14networkctl: name setup state variable setup_stateLennart Poettering
2014-08-14networkctl: update column header to new 'setup' state namingLennart Poettering
2014-08-13sd-networkd: rename link_get_state to link_get_setup_stateTom Gundersen
2014-08-13sd-network: /_get_link_/_link_get_/Tom Gundersen
2014-08-13networkctl: color status dump without link nameDaniel Buch
2014-08-13networkctl: add colors to admin state and fix alignmentTom Gundersen
2014-08-12networkctl: make networkctl status without link name show all local IP addressesLennart Poettering
2014-08-12networkctl: when outputing a list fo links, sort them by ifindexLennart Poettering
2014-08-12networkctl: add a bit of color to the outputLennart Poettering
2014-08-12networkctl: add new switch "-a" to "networkctl status" to show verbose status...Lennart Poettering