]> git.ipfire.org Git - thirdparty/systemd.git/history - src/network/networkd-link.c
sd-dhcp-client: refactor client_{free,new}
[thirdparty/systemd.git] / src / network / networkd-link.c
2014-01-18  Tom Gundersensd-dhcp-client: refactor client_{free,new}
2014-01-18  Tom Gundersennetworkd: don't hard depend on system bus
2014-01-16  Tom Gundersensd-dhcp-client: refactor DNS support
2014-01-16  Tom Gundersensd-dhcp-client/networkd: add transient hostname support
2014-01-16  Tom Gundersennetworkd: dhcp - only set the MTU option once
2014-01-16  Tom Gundersennetworkd: link - only save original MTU when necessary
2014-01-16  Tom Gundersennetworkd: improve logging
2014-01-16  Tom Gundersensd-dhcp-client/networkd: add interface MTU support
2014-01-13  Tom Gundersennetworkd: DHCPv4 - allow opting out of using DNS servers
2014-01-12  Tom Gundersennetworkd: generate resolv.conf
2014-01-12  Tom Gundersennetworkd: improve logging a bit
2014-01-11  Zbigniew Jędrzejew... network: use GNU-ism to simplify macros
2014-01-09  Zbigniew Jędrzejew... networkd: print the received DHCPv4 address and gateway
2014-01-09  Zbigniew Jędrzejew... networkd: use structured logging for links and bridges
2014-01-03  Tom Gundersennetworkd: print the ifindex of added links
2014-01-03  Tom Gundersennetworkd: improve logging
2014-01-03  Tom Gundersennetworkd: improve link state change logging
2014-01-03  Tom Gundersennetworkd: link - explicitly set the link to be up if...
2014-01-03  Tom Gundersennetworkd: dhcp - avoid null pointer dereference
2014-01-03  Tom Gundersennetworkd: add more asserts and ignore all events when...
2014-01-02  Tom Gundersennetworkd: only track state of links we are managing
2014-01-02  Tom Gundersennetworkd: improve logging
2014-01-02  Kay Sieversnetworkd: fix NULL pointer deref
2014-01-02  Tom Gundersennetworkd: fix getting initial state
2014-01-01  Tom Gundersennetworkd: add DHCPv4 support
2014-01-01  Tom Gundersennetworkd: distinguish between static and dynamic addres...
2013-12-17  Tom Gundersennetworkd: link - remove useless states
2013-12-17  Tom Gundersennetworkd: rename link_update_flags to link_update
2013-12-17  Tom Gundersennetworkd: correct logging message
2013-12-16  Tom Gundersennetwork: use SETLINK to bring up interfaces
2013-12-16  Tom Gundersenrtnl: simplify link_new()
2013-12-04  Tom Gundersennetworkd: add link-sense and simplify state-machine...
2013-11-26  Tom Gundersennetworkd: add bridge support
2013-11-26  Tom Gundersennetworkd: minor fixes
2013-11-25  Dave Reisnernetworkd: use correct printf formatter
2013-11-21  Tom Gundersennetworkd: make sure Network and Link can always be...
2013-11-21  Tom Gundersennetworkd: avoid segfault
2013-11-19  Tom Gundersennetworkd: make sure Links and Networks are freed
2013-11-17  Tom Gundersennetworkd: make all calls async
2013-11-17  Tom Gundersennetworkd: store netmask and mac address explicitly
2013-11-13  Tom Gundersenrtnl: rename rtnl_bus_send_with_reply_and_block() to...
2013-11-09  Tom Gundersennetworkd: add a basic network daemon