summaryrefslogtreecommitdiff
path: root/src/network
AgeCommit message (Expand)AuthorFilesLines
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-19networkd: link - plug leakTom Gundersen1-0/+1
2014-12-19networkctl: lldp - respect arg_legendTom Gundersen1-6/+10
2014-12-19LLDP: Add support for networkctlSusant Sahani4-0/+309
2014-12-19networkd: integrate LLDPSusant Sahani4-0/+51
2014-12-19networkctl: port to verbs helperTom Gundersen1-76/+11
2014-12-18networkd: add FDB supportAlin Rauta5-1/+314
2014-12-15networkctl: port from libudev to sd-hwdbTom Gundersen1-23/+29
2014-12-15networkd: failing to track links is a serious problem so log at warning level...Tom Gundersen1-2/+2
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-11networkd/resolved: correct spacing near eol in code commentsTorstein Husebø2-2/+2
2014-12-10networkd: rename section [BridgePort] → [Bridge]Lennart Poettering2-2/+2
2014-12-10networkd-dhcp6: Support ICMPv6 Other informationPatrik Flykt1-5/+50
2014-12-10networkd-dhcp6: Move ICMPv6 and DHCPv6 configuration to new filePatrik Flykt3-121/+167
2014-12-09networkd: remove unused variableThomas Hindoe Paaboel Andersen1-1/+0
2014-12-08networkd: manager - enumerate addresses globally, rather than per-linkTom Gundersen7-71/+75
2014-12-08networkd: link - typoTom Gundersen1-1/+1
2014-12-08networkd: route - ignore unknown address familyTom Gundersen1-1/+7
2014-12-08udev: link-config - simplify net-matchTom Gundersen1-4/+4
2014-12-08Check return value from reading name_assign_type attrDave Reisner1-1/+2
2014-12-05net_setup/networkd: warn if matching is done on possibly unstable ifnameTom Gundersen2-4/+17
2014-12-05networkd: add basic [Link] settings to .network filesTom Gundersen4-1/+32
2014-12-04udev: net_setup - allow matching on OriginalName=Tom Gundersen2-2/+2
2014-12-04networkd: tunnel - allow INADDR_ANY as the local addressTom Gundersen1-5/+0
2014-12-04networkd: add support for source routingTom Gundersen3-9/+43
2014-12-04networkd: fix compileTom Gundersen2-14/+14
2014-12-04networkctl: use the shared functions for enumerating the local gatewaysTom Gundersen1-99/+15
2014-12-04networkd: Add bridge port path costSusant Sahani4-1/+97
2014-12-04networkd: support vxlan parametersSusant Sahani4-39/+146
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ø2-3/+3
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-30network: remove unused variableRonny Chevalier1-9/+0
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 Schmidt6-108/+54
2014-11-28treewide: simplify log_*_errno(r,...) immediately followed by "return r"Michal Schmidt1-92/+46
2014-11-28treewide: more log_*_errno() conversions, multiline callsMichal Schmidt4-38/+21
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt10-50/+50
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt10-50/+50
2014-11-28networkd: update logging macros for parameter order, and errno, to match rest...Lennart Poettering3-57/+31