summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-02-21networkd: add basic LLDP transmission supportLennart Poettering
2016-02-21sd-lldp: filter out LLDP messages coming from our own MAC addressLennart Poettering
2016-02-21import: don't claim we had copied a settings file if we didn'tLennart Poettering
2016-02-21networkd: make a couple of functions staticLennart Poettering
2016-02-21networkd: rework when LLDP reception is enabledLennart Poettering
2016-02-21networkctl: print a nice warning when networkd isn't runningLennart Poettering
2016-02-21networkctl: if there's no data from networkd about an iface show as "unmanaged"Lennart Poettering
2016-02-21sd-network: use xsprintf() instead of asprintf() where we canLennart Poettering
2016-02-21networkctl: add a couple of (void) castsLennart Poettering
2016-02-21networkd: rework how carrier bindings are serializedLennart Poettering
2016-02-21networkd: turn on LLDP reception by default, in "routers-only" modeLennart Poettering
2016-02-21networkctl: extend "networkctl status" per-interface output to include LLDP infoLennart Poettering
2016-02-21networkctl: make use of xsprintf() where we canLennart Poettering
2016-02-21networkctl: simplify networkctlLennart Poettering
2016-02-21networkctl: rework interface data acquisitionLennart Poettering
2016-02-21networkctl: extend "networkctl list" and "networctl lldp" to optionally take ...Lennart Poettering
2016-02-21networkctl: add new call that unifies link data acquisition between "status" ...Lennart Poettering
2016-02-21networkctl: fix dispatch_verb() tableLennart Poettering
2016-02-21networkctl: split out system status stuff into its own functionLennart Poettering
2016-02-21sd-lldp: rework sd-lldp APILennart Poettering
2016-02-21udev-rules: use _cleanup_ for fcloseZbigniew Jędrzejewski-Szmek
2016-02-21udev-rules: make error messages about rules more uniformZbigniew Jędrzejewski-Szmek
2016-02-21udev-rules: rewrite function to avoid clobbering argumentsZbigniew Jędrzejewski-Szmek
2016-02-21udev-rules: modernize syntax a bitZbigniew Jędrzejewski-Szmek
2016-02-21udev-rules: log_oom() on memory error and abort processing of eventZbigniew Jędrzejewski-Szmek
2016-02-20sd-device: use (void) before set_iterate callsZbigniew Jędrzejewski-Szmek
2016-02-20time-util: check for overflow in conversion from ts to nsec_tZbigniew Jędrzejewski-Szmek
2016-02-20core: exclude .slice units from "systemctl isolate"Lennart Poettering
2016-02-20networkd: fix logging of error codesLennart Poettering
2016-02-20networkd: enable LLDP only on ethernetLennart Poettering
2016-02-20sd-netlink: fix ifi_iftype typeLennart Poettering
2016-02-20sd-lldp: fix how we create the LLDP listening socketLennart Poettering
2016-02-20tree-wide: place #pragma once at the same place everywhereLennart Poettering
2016-02-20sd-lldp: simplify lldp_network_bind_raw_socket() a bitLennart Poettering
2016-02-20sd-lldp: move ETHERTYPE_LLDP to missing.hLennart Poettering
2016-02-20test-lldp: fix error checking expressionsLennart Poettering
2016-02-20libsystemd-network: sd-event uses 64bit priorities, expose them in the APIs a...Lennart Poettering
2016-02-20sd-lldp: drop "port" objectLennart Poettering
2016-02-20sd-lldp: drop keeping of statisticsLennart Poettering
2016-02-20libsystemd-network: don't abbreviate "callback" as "cb" needlesslyLennart Poettering
2016-02-20sd-lldp: drop state fieldLennart Poettering
2016-02-20test-siphash24: add a test for concatenating very short buffersZbigniew Jędrzejewski-Szmek
2016-02-20networkd: tunnel fix tunnel addressSusant Sahani
2016-02-20systemd-resolved: fix typo on log messageSamuel Tardieu
2016-02-19journal: defer journal closes on rotateVito Caputo
2016-02-19journal: asynchronous journal_file_set_offline()Vito Caputo
2016-02-19journal: add void cast to journal_file_close() callsVito Caputo
2016-02-19journal: add void cast to fsync() callsVito Caputo
2016-02-19Merge pull request #2666 from keszybz/coverity-fixesZbigniew Jędrzejewski-Szmek
2016-02-19udev/path_id: correct segmentation fault due to missing NULL checkHendrik Brueckner