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