summaryrefslogtreecommitdiff
path: root/src/network/networkd-link.c
AgeCommit message (Expand)Author
2014-04-24networkd-wait-online: improve interoptability and enable by defaultTom Gundersen
2014-04-22networkd: link - add missing curly bracketsThomas Hindoe Paaboel Andersen
2014-04-22networkd: link - reduce default verbosity a bitTom Gundersen
2014-04-22networkd: link - support IFLA_OPERSTATETom Gundersen
2014-04-22networkd: link - don't react to successfull link upTom Gundersen
2014-04-22networkd: link - log when starting clients failTom Gundersen
2014-04-22networkd: link - avoid cycle when failingTom Gundersen
2014-04-22networkd: link - stop clients when failingTom Gundersen
2014-04-20networkd: link - add explicit unmanaged stateTom Gundersen
2014-04-20networkd: link - set mac addresses when starting clientsTom Gundersen
2014-04-20networkd: link - log changes in some common link flagsTom Gundersen
2014-04-20networkd: link - use IFF_DORMANT instead of IFF_RUNNINGTom Gundersen
2014-04-20networkd: link - make debug logging a bit more readableTom Gundersen
2014-04-19networkd: link - track interface renamesTom Gundersen
2014-04-19networkd: tie links to rtnl rather than udevTom Gundersen
2014-04-14networkd: link - make state changing logging a bit less verboseTom Gundersen
2014-04-14networkd: link - ignore missing MAC address from NEWLINK messageTom Gundersen
2014-04-12networkd: link - require both RUNNING and LOWER_UP before using linkTom Gundersen
2014-04-12networkd: wait for IFF_RUNNING rather than IFF_LOWER_UPTom Gundersen
2014-04-11networkd: add an assertTom Gundersen
2014-04-11sd-ipv4ll: Add reference counting for IPv4LLPatrik Flykt
2014-04-11sd-dhcp-client: Add reference counting for DHCPPatrik Flykt
2014-04-08networkd: guard against NULL pointersTom Gundersen
2014-04-03networkd: smooth transition from ipv4ll to dhcp addressUmut Tezduyar Lindskog
2014-04-03networkd: drop routes when lease expiresUmut Tezduyar Lindskog
2014-03-31networkd: rewind rtnl message between passing it to functionsTom Gundersen
2014-03-31networkd: link - fix memory leakTom Gundersen
2014-03-21libsystemd-network: move network-utils from src/sharedTom Gundersen
2014-03-21sd-ipv4ll/networkd: generate predictable addressesUmut Tezduyar Lindskog
2014-03-21network: dhcp: create explicit host route to gatewayBrandon Philips
2014-03-20networkd: link - create dhcp and ipv4ll eagerlyTom Gundersen
2014-03-20networkd: update mac address in clients when it changesTom Gundersen
2014-03-14Do not return -1 (EINVAL) on allocation errorZbigniew Jędrzejewski-Szmek
2014-03-14networkd: fix creation of runtime dirs at startupTom Gundersen
2014-03-14networkd: lease - store (up to) one dhcp lease file per interfaceTom Gundersen
2014-03-09network: link - simplify code a bit and remove some debug loggingTom Gundersen
2014-03-08networkd: fix confusion from missing bracesZbigniew Jędrzejewski-Szmek
2014-03-08networkd: link - degrade failed UP to warningTom Gundersen
2014-03-07networkd: use new rtnl_message_read() APITom Gundersen
2014-03-05networkd: listen to changes to the MAC addressTom Gundersen
2014-03-05networkd: restore logic for enslaving to a master bonding interfaceMark Oteiza
2014-03-03sd-network: IPv4 link-local support [v2]Umut Tezduyar Lindskog
2014-02-28sd-network: add new libraryTom Gundersen
2014-02-25networkd: add basic support for MACVLANsTom Gundersen
2014-02-22networkd: handle SIGINT and SIGTERMTom Gundersen
2014-02-20api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering
2014-02-19make gcc shut upLennart Poettering
2014-02-19networkd: dhcp - log when lease is lostTom Gundersen
2014-02-19networkd: link - only reset transient hostname if it was set by usTom Gundersen
2014-02-18networkd: refactor link_add() ...Tom Gundersen