summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-link.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-201-8/+8
* make gcc shut upLennart Poettering2014-02-191-1/+1
* networkd: dhcp - log when lease is lostTom Gundersen2014-02-191-0/+2
* networkd: link - only reset transient hostname if it was set by usTom Gundersen2014-02-191-3/+8
* networkd: refactor link_add() ...Tom Gundersen2014-02-181-12/+25
* sd-rtnl-message: store reference to the bus in the messageTom Gundersen2014-02-181-3/+6
* networkd: act on lease only if there is oneUmut Tezduyar Lindskog2014-02-171-4/+6
* rtnl: rename constructors from the form sd_rtnl_xxx_yyy_new() to sd_rtnl_xxx_...Lennart Poettering2014-02-131-3/+3
* rtnl: drop "sd_" prefix from cleanup macrosLennart Poettering2014-02-131-3/+3
* networkd: link - correctly skip state ENSLAVING when no vlans configuredTom Gundersen2014-02-101-1/+2
* networkd: VLAN - allow multiple vlans to be created on a linkTom Gundersen2014-02-101-9/+8
* networkd: fix setting dns from dhcpTom Gundersen2014-02-101-2/+2
* remove unused variablesThomas Hindoe Paaboel Andersen2014-02-071-2/+0
* sd-dhcp-client: split sd_dhcp_lease from sd_dhcp_clientTom Gundersen2014-02-071-75/+111
* networkd: don't fail on DHCP errorsTom Gundersen2014-02-011-1/+0
* networkd: dhcp - refactor handlerTom Gundersen2014-01-311-126/+168
* networkd: netdev - reduce chance of race when receiving netdev's ifindexTom Gundersen2014-01-301-8/+0
* sd-dhcp-client/net-util: make netmask_to_prefixlen genericTom Gundersen2014-01-301-7/+3
* networkd: address - add support for broadcastTom Gundersen2014-01-301-1/+1
* networkd: dhcpv4 - add notion of 'CriticalConnection'Tom Gundersen2014-01-301-0/+6
* networkd: improve logging a bitTom Gundersen2014-01-251-16/+40
* networkd: add basic VLAN supportTom Gundersen2014-01-251-7/+7
* networkd: add basic bonding supportTom Gundersen2014-01-221-38/+58
* sd-rtnl: link - allow setting the change maskTom Gundersen2014-01-221-1/+1
* networkd: use 'up'/'down' rather than 'on'/'off'Tom Gundersen2014-01-191-1/+1
* sd-dhcp-client: refactor client_{free,new}Tom Gundersen2014-01-181-3/+7
* networkd: don't hard depend on system busTom Gundersen2014-01-181-1/+5
* sd-dhcp-client: refactor DNS supportTom Gundersen2014-01-161-2/+3
* sd-dhcp-client/networkd: add transient hostname supportTom Gundersen2014-01-161-0/+60
* networkd: dhcp - only set the MTU option onceTom Gundersen2014-01-161-6/+6
* networkd: link - only save original MTU when necessaryTom Gundersen2014-01-161-2/+4
* networkd: improve loggingTom Gundersen2014-01-161-0/+2
* sd-dhcp-client/networkd: add interface MTU supportTom Gundersen2014-01-161-1/+92
* networkd: DHCPv4 - allow opting out of using DNS serversTom Gundersen2014-01-131-5/+8
* networkd: generate resolv.confTom Gundersen2014-01-121-0/+8
* networkd: improve logging a bitTom Gundersen2014-01-121-2/+5
* network: use GNU-ism to simplify macrosZbigniew Jędrzejewski-Szmek2014-01-111-22/+22
* networkd: print the received DHCPv4 address and gatewayZbigniew Jędrzejewski-Szmek2014-01-091-1/+13
* networkd: use structured logging for links and bridgesZbigniew Jędrzejewski-Szmek2014-01-091-56/+74
* networkd: print the ifindex of added linksTom Gundersen2014-01-031-4/+8
* networkd: improve loggingTom Gundersen2014-01-031-4/+2
* networkd: improve link state change loggingTom Gundersen2014-01-031-22/+33
* networkd: link - explicitly set the link to be up if the call to IFF_UP succeedsTom Gundersen2014-01-031-191/+200
* networkd: dhcp - avoid null pointer dereferenceTom Gundersen2014-01-031-5/+9
* networkd: add more asserts and ignore all events when link has failedTom Gundersen2014-01-031-12/+24
* networkd: only track state of links we are managingTom Gundersen2014-01-021-1/+2
* networkd: improve loggingTom Gundersen2014-01-021-27/+41
* networkd: fix NULL pointer derefKay Sievers2014-01-021-1/+1
* networkd: fix getting initial stateTom Gundersen2014-01-021-0/+2
* networkd: add DHCPv4 supportTom Gundersen2014-01-011-20/+226