summaryrefslogtreecommitdiff
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* networkctl: avoid potential use of unitialized variablesZbigniew Jędrzejewski-Szmek2015-01-011-7/+16
* networkctl: remove unused variableZbigniew Jędrzejewski-Szmek2015-01-011-5/+0
* network: fix scanf/printf formatZbigniew Jędrzejewski-Szmek2015-01-011-2/+2
* networkctl: fix strappend() error checkingDavid Herrmann2014-12-311-1/+1
* networkd: link - plug leakTom Gundersen2014-12-191-0/+1
* networkctl: lldp - respect arg_legendTom Gundersen2014-12-191-6/+10
* LLDP: Add support for networkctlSusant Sahani2014-12-194-0/+309
* networkd: integrate LLDPSusant Sahani2014-12-194-0/+51
* networkctl: port to verbs helperTom Gundersen2014-12-191-76/+11
* networkd: add FDB supportAlin Rauta2014-12-185-1/+314
* networkctl: port from libudev to sd-hwdbTom Gundersen2014-12-151-23/+29
* networkd: failing to track links is a serious problem so log at warning level...Tom Gundersen2014-12-151-2/+2
* networkctl: remove unused variableThomas Hindoe Paaboel Andersen2014-12-121-1/+0
* networkctl: also draw a nice unicode cirlce when "networkctl status" is run w...Lennart Poettering2014-12-121-4/+5
* networkctl: show interface names next to IP addresses if we dump adresses fro...Lennart Poettering2014-12-121-23/+35
* networkctl: also show gateway address when "networkctl status" without furthe...Lennart Poettering2014-12-121-16/+40
* networkctl: show MAC address OUI vendor next to MAC addressesLennart Poettering2014-12-121-5/+14
* networkd/resolved: correct spacing near eol in code commentsTorstein Husebø2014-12-112-2/+2
* networkd: rename section [BridgePort] → [Bridge]Lennart Poettering2014-12-102-2/+2
* networkd-dhcp6: Support ICMPv6 Other informationPatrik Flykt2014-12-101-5/+50
* networkd-dhcp6: Move ICMPv6 and DHCPv6 configuration to new filePatrik Flykt2014-12-103-121/+167
* networkd: remove unused variableThomas Hindoe Paaboel Andersen2014-12-091-1/+0
* networkd: manager - enumerate addresses globally, rather than per-linkTom Gundersen2014-12-087-71/+75
* networkd: link - typoTom Gundersen2014-12-081-1/+1
* networkd: route - ignore unknown address familyTom Gundersen2014-12-081-1/+7
* udev: link-config - simplify net-matchTom Gundersen2014-12-081-4/+4
* Check return value from reading name_assign_type attrDave Reisner2014-12-081-1/+2
* net_setup/networkd: warn if matching is done on possibly unstable ifnameTom Gundersen2014-12-052-4/+17
* networkd: add basic [Link] settings to .network filesTom Gundersen2014-12-054-1/+32
* udev: net_setup - allow matching on OriginalName=Tom Gundersen2014-12-042-2/+2
* networkd: tunnel - allow INADDR_ANY as the local addressTom Gundersen2014-12-041-5/+0
* networkd: add support for source routingTom Gundersen2014-12-043-9/+43
* networkd: fix compileTom Gundersen2014-12-042-14/+14
* networkctl: use the shared functions for enumerating the local gatewaysTom Gundersen2014-12-041-99/+15
* networkd: Add bridge port path costSusant Sahani2014-12-044-1/+97
* networkd: support vxlan parametersSusant Sahani2014-12-044-39/+146
* rtnl: when querying local addresses and gateways, take address family into ac...Lennart Poettering2014-12-041-2/+2
* networkctl: remove unused variableThomas Hindoe Paaboel Andersen2014-12-031-2/+1
* networkd: fix typoTorstein Husebø2014-12-032-3/+3
* shared: add format helpers for printing MAC addressesTom Gundersen2014-12-021-3/+3
* networkctl: print the Gateway in the status outputTom Gundersen2014-12-021-1/+252
* network: remove unused variableRonny Chevalier2014-11-301-9/+0
* treewide: another round of simplificationsMichal Schmidt2014-11-281-8/+4
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-2/+2
* treewide: yet more log_*_errno + return simplificationsMichal Schmidt2014-11-286-108/+54
* treewide: simplify log_*_errno(r,...) immediately followed by "return r"Michal Schmidt2014-11-281-92/+46
* treewide: more log_*_errno() conversions, multiline callsMichal Schmidt2014-11-284-38/+21
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-2810-50/+50
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-2810-50/+50
* networkd: update logging macros for parameter order, and errno, to match rest...Lennart Poettering2014-11-283-57/+31