Systemd/src/network
Susant Sahani 38422da754 networkd man: fix man and config name.
Rename bond confs and man as well.

[tomegun: dropped a stray comma]
2015-04-21 11:17:37 +02:00
..
.gitignore Revert "update gitignore" 2014-05-22 06:14:41 +09:00
Makefile networkd: add a basic network daemon 2013-11-09 23:41:17 +01:00
networkctl.c shared: add terminal-util.[ch] 2015-04-11 00:34:02 +02:00
networkd-address-pool.c remove unused includes 2015-02-23 23:53:42 +01:00
networkd-address.c systemd-networkd: Use IFA_F_NOPREFIXROUTE with IPv6 addresses 2015-03-27 13:57:13 +02:00
networkd-dhcp4.c networkd: Make DHCP client ID creation configurable 2015-03-04 11:01:39 +01:00
networkd-dhcp6.c networkd-dhcp6: Do not handle prefix expiry 2015-03-27 13:57:24 +02:00
networkd-fdb.c remove unused includes 2015-02-23 23:53:42 +01:00
networkd-ipv4ll.c networkd: generalize IPv4LL to LinkLocal 2015-02-09 12:20:10 +01:00
networkd-link-bus.c networkd: link_object_find - don't accept invalid input 2015-02-09 22:02:32 +01:00
networkd-link.c networkd: do not assign the variable twice 2015-04-09 00:05:58 +02:00
networkd-link.h networkd: add support for Uplink Failure Detection 2015-02-27 13:58:30 -05:00
networkd-manager-bus.c networkd: gracefully handle failure to emit signals when dbus is not connected 2015-02-05 18:02:42 +01:00
networkd-manager.c networkd: improve logging when processing links and addresses 2015-04-03 15:35:07 +02:00
networkd-netdev-bond.c networkd: Add support for bond option. 2015-04-20 20:14:34 +02:00
networkd-netdev-bond.h networkd: Add support for bond option. 2015-04-20 20:14:34 +02:00
networkd-netdev-bridge.c remove unused includes 2015-02-23 23:53:42 +01:00
networkd-netdev-bridge.h networkd: netdev - split NetDev struct into per-kind structs 2014-07-21 13:32:27 +02:00
networkd-netdev-dummy.c remove unused includes 2015-02-23 23:53:42 +01:00
networkd-netdev-dummy.h networkd: netdev - split NetDev struct into per-kind structs 2014-07-21 13:32:27 +02:00
networkd-netdev-gperf.gperf networkd man: fix man and config name. 2015-04-21 11:17:37 +02:00
networkd-netdev-ipvlan.c remove unused includes 2015-02-23 23:53:42 +01:00
networkd-netdev-ipvlan.h networkd: netdev - add ipvlan support 2015-01-19 23:25:16 +01:00
networkd-netdev-macvlan.c remove unused includes 2015-02-23 23:53:42 +01:00
networkd-netdev-macvlan.h networkd: netdev - split NetDev struct into per-kind structs 2014-07-21 13:32:27 +02:00
networkd-netdev-tunnel.c remove unused includes 2015-02-23 23:53:42 +01:00
networkd-netdev-tunnel.h networkd: Introduce ip6gre and ip6gretap 2015-01-22 21:29:42 +01:00
networkd-netdev-tuntap.c networkd: fix confusion between log_netdev_error() but log_warning_netdev() 2015-04-21 01:26:59 +02:00
networkd-netdev-tuntap.h networkd: netdev - split NetDev struct into per-kind structs 2014-07-21 13:32:27 +02:00
networkd-netdev-veth.c remove unused includes 2015-02-23 23:53:42 +01:00
networkd-netdev-veth.h networkd: netdev - split NetDev struct into per-kind structs 2014-07-21 13:32:27 +02:00
networkd-netdev-vlan.c remove unused includes 2015-02-23 23:53:42 +01:00
networkd-netdev-vlan.h networkd: netdev - split NetDev struct into per-kind structs 2014-07-21 13:32:27 +02:00
networkd-netdev-vxlan.c networkd vxlan: Add support for enabling UDP checksums 2015-04-20 20:09:32 +02:00
networkd-netdev-vxlan.h networkd vxlan: Add support for enabling UDP checksums 2015-04-20 20:09:32 +02:00
networkd-netdev.c networkd: fix confusion between log_netdev_error() but log_warning_netdev() 2015-04-21 01:26:59 +02:00
networkd-netdev.h networkd: fix confusion between log_netdev_error() but log_warning_netdev() 2015-04-21 01:26:59 +02:00
networkd-network-bus.c remove unused includes 2015-02-23 23:53:42 +01:00
networkd-network-gperf.gperf network: add UseNTP DHCP option 2015-03-15 17:26:58 -04:00
networkd-network.c network: don't pass NULL to udev_device_get_driver() 2015-03-27 16:23:46 +01:00
networkd-route.c remove unused includes 2015-02-23 23:53:42 +01:00
networkd-wait-online-link.c remove unused includes 2015-02-23 23:53:42 +01:00
networkd-wait-online-link.h networkd-wait-online: track links 2014-07-17 22:53:35 +02:00
networkd-wait-online-manager.c remove unused includes 2015-02-23 23:53:42 +01:00
networkd-wait-online.c networkd-wait-online: add timeout 2015-02-02 11:57:52 +01:00
networkd-wait-online.h remove unused includes 2015-02-23 23:53:42 +01:00
networkd.c networkd: use LOG_WARN not LOG_ERR for non-fatal errors 2015-03-21 11:51:43 -04:00
networkd.h systemd-networkd: Use IFA_F_NOPREFIXROUTE with IPv6 addresses 2015-03-27 13:57:13 +02:00
org.freedesktop.network1.conf networkd: add basic dbus API 2015-02-05 11:50:34 +01:00
org.freedesktop.network1.service networkd: add basic dbus API 2015-02-05 11:50:34 +01:00
test-network-tables.c remove unused includes 2015-02-23 23:53:42 +01:00
test-network.c networkd: refactor socket activation a bit 2015-02-03 22:20:38 +01:00