]> git.ipfire.org Git - thirdparty/systemd.git/history - src/network/networkd-link.c
networkd: restore logic for enslaving to a master bonding interface
[thirdparty/systemd.git] / src / network / networkd-link.c
2014-03-05  Mark Oteizanetworkd: restore logic for enslaving to a master bondi...
2014-03-03  Umut Tezduyar Lindskogsd-network: IPv4 link-local support [v2]
2014-02-28  Tom Gundersensd-network: add new library
2014-02-25  Tom Gundersennetworkd: add basic support for MACVLANs
2014-02-22  Tom Gundersennetworkd: handle SIGINT and SIGTERM
2014-02-19  Lennart Poetteringapi: in constructor function calls, always put the...
2014-02-19  Lennart Poetteringmake gcc shut up
2014-02-19  Tom Gundersennetworkd: dhcp - log when lease is lost
2014-02-19  Tom Gundersennetworkd: link - only reset transient hostname if it...
2014-02-18  Tom Gundersennetworkd: refactor link_add() ...
2014-02-18  Tom Gundersensd-rtnl-message: store reference to the bus in the...
2014-02-17  Umut Tezduyar Lindskognetworkd: act on lease only if there is one
2014-02-13  Lennart Poetteringrtnl: rename constructors from the form sd_rtnl_xxx_yyy...
2014-02-13  Lennart Poetteringrtnl: drop "sd_" prefix from cleanup macros
2014-02-10  Tom Gundersennetworkd: link - correctly skip state ENSLAVING when...
2014-02-10  Tom Gundersennetworkd: VLAN - allow multiple vlans to be created...
2014-02-10  Tom Gundersennetworkd: fix setting dns from dhcp
2014-02-07  Thomas Hindoe Paab... remove unused variables
2014-02-07  Tom Gundersensd-dhcp-client: split sd_dhcp_lease from sd_dhcp_client
2014-02-01  Tom Gundersennetworkd: don't fail on DHCP errors
2014-01-31  Tom Gundersennetworkd: dhcp - refactor handler
2014-01-30  Tom Gundersennetworkd: netdev - reduce chance of race when receiving...
2014-01-30  Tom Gundersensd-dhcp-client/net-util: make netmask_to_prefixlen...
2014-01-30  Tom Gundersennetworkd: address - add support for broadcast
2014-01-30  Tom Gundersennetworkd: dhcpv4 - add notion of 'CriticalConnection'
2014-01-25  Tom Gundersennetworkd: improve logging a bit
2014-01-25  Tom Gundersennetworkd: add basic VLAN support
2014-01-22  Tom Gundersennetworkd: add basic bonding support
2014-01-22  Tom Gundersensd-rtnl: link - allow setting the change mask
2014-01-19  Tom Gundersennetworkd: use 'up'/'down' rather than 'on'/'off'
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