summaryrefslogtreecommitdiff
path: root/src/network
AgeCommit message (Expand)Author
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: manager - add a bit of debug output to udev ADD eventsTom Gundersen
2014-04-19networkd: link - track interface renamesTom Gundersen
2014-04-19network: implement masking of .link, .network and .netdev filesTom Gundersen
2014-04-19networkd: netdev - give up early when setting already set ifindexTom Gundersen
2014-04-19networkd: netdev - verify name of newlink messagesTom Gundersen
2014-04-19networkd: netdev - set predictable mac address when creating netdevTom 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-05Fix a few return codes in error pathsZbigniew Jędrzejewski-Szmek
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-31networkd: fix use-after-freeTom Gundersen
2014-03-28networkd: netdev - improve logging when setting ifindexTom Gundersen
2014-03-28sd-rtnl: rework rtnl type systemTom Gundersen
2014-03-24networkd: fix a couple of memory leaksLennart Poettering
2014-03-24networkd: netdev - fix error handling in set_ifindex()Tom Gundersen
2014-03-24networkd: netdev - verify that newlink messages has the expected kindTom 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-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering
2014-03-15networkd: netdev - support joining already existing netdevsTom Gundersen
2014-03-14networkd: fix typoMichael Olbrich
2014-03-14Do not return -1 (EINVAL) on allocation errorZbigniew Jędrzejewski-Szmek
2014-03-14networkd: allow more than one static DNS serverTom Gundersen
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-11networkd: rework startupTom 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-07Make tables for DEFINE_STRING_TABLE_LOOKUP consistentDaniel Mack
2014-03-07networkd: use new rtnl_message_read() APITom Gundersen
2014-03-06sd-rtnl/networkd: use new rtnl_message_read() API and drop helperTom Gundersen
2014-03-05networkd: listen to changes to the MAC addressTom Gundersen