summaryrefslogtreecommitdiff
path: root/src/network/networkctl.c
Commit message (Expand)AuthorAgeFilesLines
* networkctl: avoid reading past end of input bufferZbigniew Jędrzejewski-Szmek2016-03-041-1/+2
* networkctl: use ETHER_ADDR_NULL in one more placeZbigniew Jędrzejewski-Szmek2016-03-041-2/+1
* Merge pull request #2671 from 0xAX/move-pager-open-to-one-placeZbigniew Jędrzejewski-Szmek2016-02-251-11/+3
|\
| * tree-wide: merge pager_open_if_enabled() to the pager_open()Alexander Kuleshov2016-02-261-11/+3
* | networkctl: fix constThomas Hindoe Paaboel Andersen2016-02-231-1/+1
* | networkctl: only print lldp legend for capabilities that were actually seenZbigniew Jędrzejewski-Szmek2016-02-231-7/+40
|/
* networkctl: ellipsize long LLDP fields in table outputLennart Poettering2016-02-211-0/+25
* networkctl: add missing newline to printf() format stringLennart Poettering2016-02-211-1/+1
* networkctl: print a nice warning when networkd isn't runningLennart Poettering2016-02-211-0/+10
* networkctl: if there's no data from networkd about an iface show as "unmanaged"Lennart Poettering2016-02-211-2/+6
* networkctl: add a couple of (void) castsLennart Poettering2016-02-211-17/+17
* networkd: rework how carrier bindings are serializedLennart Poettering2016-02-211-4/+27
* networkctl: extend "networkctl status" per-interface output to include LLDP infoLennart Poettering2016-02-211-33/+104
* networkctl: make use of xsprintf() where we canLennart Poettering2016-02-211-3/+3
* networkctl: simplify networkctlLennart Poettering2016-02-211-62/+52
* networkctl: rework interface data acquisitionLennart Poettering2016-02-211-139/+81
* networkctl: extend "networkctl list" and "networctl lldp" to optionally take ...Lennart Poettering2016-02-211-41/+110
* networkctl: add new call that unifies link data acquisition between "status" ...Lennart Poettering2016-02-211-30/+30
* networkctl: fix dispatch_verb() tableLennart Poettering2016-02-211-3/+3
* networkctl: split out system status stuff into its own functionLennart Poettering2016-02-211-31/+36
* sd-lldp: rework sd-lldp APILennart Poettering2016-02-211-213/+80
* sd-netlink: fix ifi_iftype typeLennart Poettering2016-02-201-4/+4
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* networkctl: move strv_isempty() check into dump_list()Lennart Poettering2016-01-261-36/+26
* networkd: rework Domains= settingLennart Poettering2016-01-261-24/+21
* tree-wide: use xsprintf() where applicableDaniel Mack2016-01-121-1/+3
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-11/+11
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-1/+0
* networkctl: lldp port to extract_first_wordSusant Sahani2015-11-101-9/+12
* parse-util: introduce parse_ifindex() and make use of it everywhereLennart Poettering2015-11-031-1/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move more locale-related calls to locale-util.[ch]Lennart Poettering2015-10-271-1/+3
* util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-0/+1
* util: introduce common version() implementation and use it everywhereLennart Poettering2015-09-291-16/+13
* cgtop: underline table headerLennart Poettering2015-09-221-5/+5
* tree-wide: do not shadow the global var timezoneThomas Hindoe Paaboel Andersen2015-09-011-4/+4
* dhcp,network: implement RFC 4833 (DHCP Timezone option)Lennart Poettering2015-08-261-2/+7
* tree-wide: fix indentationThomas Hindoe Paaboel Andersen2015-08-061-1/+1
* tree-wide: convert bootchart and lldp code to use clock_boottime_or_monotonic()Lennart Poettering2015-08-031-1/+1
* sd-netlink: rename from sd-rtnlTom Gundersen2015-06-131-42/+42
* sd-rtnl: make joining broadcast groups implicitTom Gundersen2015-06-111-3/+3
* tree-wide: remove spurious spaceThomas Hindoe Paaboel Andersen2015-06-081-1/+1
* networkctl: fix uninitialized variableRonny Chevalier2015-05-301-1/+1
* shared: add terminal-util.[ch]Ronny Chevalier2015-04-111-0/+1
* networkctl: port from libudev to sd-deviceTom Gundersen2015-04-021-32/+24
* fix gcc warnings about uninitialized variablesHarald Hoyer2015-03-271-1/+1
* networkctl: avoid leak if a field was specified twiceZbigniew Jędrzejewski-Szmek2015-03-071-6/+6
* networkd: add support for Uplink Failure DetectionAlin Rauta2015-02-271-16/+27