Age | Commit message (Expand) | Author |
2015-01-01 | networkctl: avoid potential use of unitialized variables | Zbigniew Jędrzejewski-Szmek |
2015-01-01 | networkctl: remove unused variable | Zbigniew Jędrzejewski-Szmek |
2015-01-01 | network: fix scanf/printf format | Zbigniew Jędrzejewski-Szmek |
2014-12-31 | networkctl: fix strappend() error checking | David Herrmann |
2014-12-19 | networkd: link - plug leak | Tom Gundersen |
2014-12-19 | networkctl: lldp - respect arg_legend | Tom Gundersen |
2014-12-19 | LLDP: Add support for networkctl | Susant Sahani |
2014-12-19 | networkd: integrate LLDP | Susant Sahani |
2014-12-19 | networkctl: port to verbs helper | Tom Gundersen |
2014-12-18 | networkd: add FDB support | Alin Rauta |
2014-12-15 | networkctl: port from libudev to sd-hwdb | Tom Gundersen |
2014-12-15 | networkd: failing to track links is a serious problem so log at warning level... | Tom Gundersen |
2014-12-12 | networkctl: remove unused variable | Thomas Hindoe Paaboel Andersen |
2014-12-12 | networkctl: also draw a nice unicode cirlce when "networkctl status" is run w... | Lennart Poettering |
2014-12-12 | networkctl: show interface names next to IP addresses if we dump adresses fro... | Lennart Poettering |
2014-12-12 | networkctl: also show gateway address when "networkctl status" without furthe... | Lennart Poettering |
2014-12-12 | networkctl: show MAC address OUI vendor next to MAC addresses | Lennart Poettering |
2014-12-11 | networkd/resolved: correct spacing near eol in code comments | Torstein Husebø |
2014-12-10 | networkd: rename section [BridgePort] → [Bridge] | Lennart Poettering |
2014-12-10 | networkd-dhcp6: Support ICMPv6 Other information | Patrik Flykt |
2014-12-10 | networkd-dhcp6: Move ICMPv6 and DHCPv6 configuration to new file | Patrik Flykt |
2014-12-09 | networkd: remove unused variable | Thomas Hindoe Paaboel Andersen |
2014-12-08 | networkd: manager - enumerate addresses globally, rather than per-link | Tom Gundersen |
2014-12-08 | networkd: link - typo | Tom Gundersen |
2014-12-08 | networkd: route - ignore unknown address family | Tom Gundersen |
2014-12-08 | udev: link-config - simplify net-match | Tom Gundersen |
2014-12-08 | Check return value from reading name_assign_type attr | Dave Reisner |
2014-12-05 | net_setup/networkd: warn if matching is done on possibly unstable ifname | Tom Gundersen |
2014-12-05 | networkd: add basic [Link] settings to .network files | Tom Gundersen |
2014-12-04 | udev: net_setup - allow matching on OriginalName= | Tom Gundersen |
2014-12-04 | networkd: tunnel - allow INADDR_ANY as the local address | Tom Gundersen |
2014-12-04 | networkd: add support for source routing | Tom Gundersen |
2014-12-04 | networkd: fix compile | Tom Gundersen |
2014-12-04 | networkctl: use the shared functions for enumerating the local gateways | Tom Gundersen |
2014-12-04 | networkd: Add bridge port path cost | Susant Sahani |
2014-12-04 | networkd: support vxlan parameters | Susant Sahani |
2014-12-04 | rtnl: when querying local addresses and gateways, take address family into ac... | Lennart Poettering |
2014-12-03 | networkctl: remove unused variable | Thomas Hindoe Paaboel Andersen |
2014-12-03 | networkd: fix typo | Torstein Husebø |
2014-12-02 | shared: add format helpers for printing MAC addresses | Tom Gundersen |
2014-12-02 | networkctl: print the Gateway in the status output | Tom Gundersen |
2014-11-30 | network: remove unused variable | Ronny Chevalier |
2014-11-28 | treewide: another round of simplifications | Michal Schmidt |
2014-11-28 | treewide: use log_*_errno whenever %m is in the format string | Michal Schmidt |
2014-11-28 | treewide: yet more log_*_errno + return simplifications | Michal Schmidt |
2014-11-28 | treewide: simplify log_*_errno(r,...) immediately followed by "return r" | Michal Schmidt |
2014-11-28 | treewide: more log_*_errno() conversions, multiline calls | Michal Schmidt |
2014-11-28 | treewide: no need to negate errno for log_*_errno() | Michal Schmidt |
2014-11-28 | treewide: auto-convert the simple cases to log_*_errno() | Michal Schmidt |
2014-11-28 | networkd: update logging macros for parameter order, and errno, to match rest... | Lennart Poettering |