Age | Commit message (Expand) | Author |
2016-02-23 | Merge pull request #2724 from vcaputo/minor-formatting-cleanups | Zbigniew Jędrzejewski-Szmek |
2016-02-23 | tree-wide: minor formatting inconsistency cleanups | Vito Caputo |
2016-02-23 | networkctl: fix const | Thomas Hindoe Paaboel Andersen |
2016-02-23 | Merge pull request #2717 from keszybz/networkctl-prettification | Lennart Poettering |
2016-02-23 | networkctl: only print lldp legend for capabilities that were actually seen | Zbigniew Jędrzejewski-Szmek |
2016-02-22 | tree-wide: make ++/-- usage consistent WRT spacing | Vito Caputo |
2016-02-22 | Merge pull request #2685 from poettering/lldp-fixes2 | Tom Gundersen |
2016-02-22 | Merge pull request #2692 from ssahani/tunnel | Zbigniew Jędrzejewski-Szmek |
2016-02-21 | networkd: make sure we allocate the NTA set before we add items to it | Lennart Poettering |
2016-02-21 | sd-lldp: beef up callback logic | Lennart Poettering |
2016-02-21 | networkctl: ellipsize long LLDP fields in table output | Lennart Poettering |
2016-02-21 | networkctl: add missing newline to printf() format string | Lennart Poettering |
2016-02-21 | networkd: add basic LLDP transmission support | Lennart Poettering |
2016-02-21 | sd-lldp: filter out LLDP messages coming from our own MAC address | Lennart Poettering |
2016-02-21 | networkd: make a couple of functions static | Lennart Poettering |
2016-02-21 | networkd: rework when LLDP reception is enabled | Lennart Poettering |
2016-02-21 | networkctl: print a nice warning when networkd isn't running | Lennart Poettering |
2016-02-21 | networkctl: if there's no data from networkd about an iface show as "unmanaged" | Lennart Poettering |
2016-02-21 | networkctl: add a couple of (void) casts | Lennart Poettering |
2016-02-21 | networkd: rework how carrier bindings are serialized | Lennart Poettering |
2016-02-21 | networkd: turn on LLDP reception by default, in "routers-only" mode | Lennart Poettering |
2016-02-21 | networkctl: extend "networkctl status" per-interface output to include LLDP info | Lennart Poettering |
2016-02-21 | networkctl: make use of xsprintf() where we can | Lennart Poettering |
2016-02-21 | networkctl: simplify networkctl | Lennart Poettering |
2016-02-21 | networkctl: rework interface data acquisition | Lennart Poettering |
2016-02-21 | networkctl: extend "networkctl list" and "networctl lldp" to optionally take ... | Lennart Poettering |
2016-02-21 | networkctl: add new call that unifies link data acquisition between "status" ... | Lennart Poettering |
2016-02-21 | networkctl: fix dispatch_verb() table | Lennart Poettering |
2016-02-21 | networkctl: split out system status stuff into its own function | Lennart Poettering |
2016-02-21 | sd-lldp: rework sd-lldp API | Lennart Poettering |
2016-02-20 | networkd: fix logging of error codes | Lennart Poettering |
2016-02-20 | networkd: enable LLDP only on ethernet | Lennart Poettering |
2016-02-20 | sd-netlink: fix ifi_iftype type | Lennart Poettering |
2016-02-20 | tree-wide: place #pragma once at the same place everywhere | Lennart Poettering |
2016-02-20 | sd-lldp: drop "port" object | Lennart Poettering |
2016-02-20 | networkd: tunnel fix tunnel address | Susant Sahani |
2016-02-18 | Don't use internal struct member names | Nathan McSween |
2016-02-18 | Remove/add (un)needed includes | Nathan McSween |
2016-02-16 | networkd: rework idle detection logic of networkd | Lennart Poettering |
2016-02-10 | tree-wide: remove Emacs lines from all files | Daniel Mack |
2016-01-27 | Merge pull request #1975 from ssahani/vxlan2 | Tom Gundersen |
2016-01-26 | util: introduce fputs_with_space() and make use of it at various places | Lennart Poettering |
2016-01-26 | networkd: optinally use DHCP lease domain info for routing only | Lennart Poettering |
2016-01-26 | networkd: rename a few Network object properties to be more like the configur... | Lennart Poettering |
2016-01-26 | networkd: when filtering out duplicate domain names use DNS comparison | Lennart Poettering |
2016-01-26 | networkd: use an OrderedSet instead of Set to collect link domains | Lennart Poettering |
2016-01-26 | networkctl: move strv_isempty() check into dump_list() | Lennart Poettering |
2016-01-26 | networkd: rework Domains= setting | Lennart Poettering |
2016-01-21 | Merge pull request #2391 from keszybz/coverity | Daniel Mack |
2016-01-20 | networkd: use (void) to mark ignored values | Zbigniew Jędrzejewski-Szmek |