Systemd/src/network
2019-08-11 08:57:01 +09:00
..
generator network-generator: rename generated unit files 2019-07-30 02:30:09 +09:00
netdev network: slightly update log message 2019-07-26 11:00:56 +09:00
wait-online wait-online: change log level 2019-07-16 14:39:02 +02:00
fuzz-netdev-parser.c fuzz: use fflush() and drop unnecessary rewind() 2019-02-25 12:35:51 +09:00
fuzz-network-parser.c fuzz: limit the maximum size of test inputs for a few parsers 2019-03-12 19:30:05 +01:00
fuzz-network-parser.options fuzz: limit the maximum size of test inputs for a few parsers 2019-03-12 19:30:05 +01:00
meson.build network: implement DBus methods to set DNS related properties 2019-07-17 06:59:12 +09:00
networkctl.c networkctl: TABLE_BPS requires uint64_t 2019-07-30 15:09:16 +02:00
networkd-address-label.c network: make link enter failed state when a configuration fails 2019-07-15 21:52:06 +09:00
networkd-address-label.h network: drop sections contain invalid settings in network_verify() 2019-03-13 11:59:18 +09:00
networkd-address-pool.c network: drop list fields in Network object 2019-05-07 16:55:19 +02:00
networkd-address-pool.h network: make address_pool_new() static 2019-03-01 15:52:12 +09:00
networkd-address.c network: fix potential memleaks related to set_put() 2019-08-11 08:57:01 +09:00
networkd-address.h network: drop sections contain invalid settings in network_verify() 2019-03-13 11:59:18 +09:00
networkd-brvlan.c network: fix issue found by UBSan 2019-07-05 16:37:34 +09:00
networkd-brvlan.h network: move conf parsers and function prototypes 2019-06-30 04:45:56 +09:00
networkd-can.c network: make CAN devices go through LINK_STATE_CONFIGURING 2019-05-22 17:58:46 +09:00
networkd-can.h network: move CAN link related functions to networkd-can.c 2019-05-11 06:24:00 +09:00
networkd-conf.c network: monitor link bit rates 2019-06-01 10:24:47 +09:00
networkd-conf.h tree-wide: beautify remaining copyright statements 2018-06-14 10:20:21 +02:00
networkd-dhcp-common.c network: fix DHCP route rumber parsing. 2019-07-24 18:06:30 +05:30
networkd-dhcp-common.h network: rename [DHCP] section to [DHCPv4] 2019-07-10 17:33:09 +09:00
networkd-dhcp-server.c network: move DHCP server related functions to networkd-dhcp-server.c 2019-06-30 04:46:27 +09:00
networkd-dhcp-server.h network: move DHCP server related functions to networkd-dhcp-server.c 2019-06-30 04:46:27 +09:00
networkd-dhcp4.c tree-wide: drop netinet/ether.h from socket-util.h and sd-netlink.h 2019-07-24 18:23:08 +09:00
networkd-dhcp4.h network: move conf parsers and function prototypes 2019-06-30 04:45:56 +09:00
networkd-dhcp6.c networkd: Routes should take the gateway into account 2019-08-07 20:32:36 +09:00
networkd-dhcp6.h network: move DHCP6 related code from networkd-manager.c to networkd-dhcp6.c 2019-06-30 04:46:04 +09:00
networkd-fdb.c Merge pull request #13058 from yuwata/network-enter-failed 2019-07-16 09:38:39 +09:00
networkd-fdb.h network: fdb: do not allocate separated memory for lladdr 2019-07-11 22:22:29 +09:00
networkd-gperf.gperf network: monitor link bit rates 2019-06-01 10:24:47 +09:00
networkd-ipv4ll.c network: make link enter failed state when a configuration fails 2019-07-15 21:52:06 +09:00
networkd-ipv4ll.h network: move conf parsers and function prototypes 2019-06-30 04:45:56 +09:00
networkd-ipv6-proxy-ndp.c network: include glibc headers before including kernel headers 2019-05-09 03:21:31 +02:00
networkd-ipv6-proxy-ndp.h network: drop sections contain invalid settings in network_verify() 2019-03-13 11:59:18 +09:00
networkd-link-bus.c network: implement DBus methods to set DNS related properties 2019-07-17 06:59:12 +09:00
networkd-link-bus.h network: implement DBus methods to set DNS related properties 2019-07-17 06:59:12 +09:00
networkd-link.c network: fix potential memleaks related to set_put() 2019-08-11 08:57:01 +09:00
networkd-link.h network: store routes provided by DHCPv4 in Set 2019-07-19 01:44:44 +09:00
networkd-lldp-rx.c tree-wide: drop netinet/ether.h from socket-util.h and sd-netlink.h 2019-07-24 18:23:08 +09:00
networkd-lldp-rx.h network: move sd_lldp related functions to networkd-lldp-rx.c 2019-05-11 06:14:39 +09:00
networkd-lldp-tx.c tree-wide: drop netinet/ether.h from socket-util.h and sd-netlink.h 2019-07-24 18:23:08 +09:00
networkd-lldp-tx.h network: move link_lldp_emit_enabled() to networkd-lldp-tx.c 2019-05-11 06:14:39 +09:00
networkd-manager-bus.c network: implement DBus methods to set DNS related properties 2019-07-17 06:59:12 +09:00
networkd-manager-bus.h network: move manager dbus prototypes to networkd-manager-bus.h 2019-07-17 06:59:12 +09:00
networkd-manager.c networkd: Routes should take the gateway into account 2019-08-07 20:32:36 +09:00
networkd-manager.h network: implement DBus methods to set DNS related properties 2019-07-17 06:59:12 +09:00
networkd-ndisc.c network: make link enter failed state when a configuration fails 2019-07-15 21:52:06 +09:00
networkd-ndisc.h networkd: Ability to selectively ignore IPv6 prefixes supplied via router advertisement 2019-05-19 22:23:06 +09:00
networkd-neighbor.c network: Added neighbor lladdr support for IPv6 2019-07-19 07:14:58 +09:00
networkd-neighbor.h network: Added neighbor lladdr support for IPv6 2019-07-19 07:14:58 +09:00
networkd-network-bus.c network: move prototypes related to network Network bus objects to networkd-network-bus.h 2019-06-30 05:12:51 +09:00
networkd-network-bus.h network: move prototypes related to network Network bus objects to networkd-network-bus.h 2019-06-30 05:12:51 +09:00
networkd-network-gperf.gperf network: drop recently added settings from deprecated [DHCP] section 2019-07-25 12:39:33 +09:00
networkd-network.c network: drop invalid [Neighbor] section earlier 2019-07-11 22:22:29 +09:00
networkd-network.h network: add DHCPv4.RoutesToDNS= setting 2019-07-19 01:49:39 +09:00
networkd-radv.c network: move conf parsers and function prototypes 2019-06-30 04:45:56 +09:00
networkd-radv.h network: move conf parsers and function prototypes 2019-06-30 04:45:56 +09:00
networkd-route.c network: fix potential memleaks related to set_put() 2019-08-11 08:57:01 +09:00
networkd-route.h networkd: Routes should take the gateway into account 2019-08-07 20:32:36 +09:00
networkd-routing-policy-rule.c network: fix potential memleaks related to set_put() 2019-08-11 08:57:01 +09:00
networkd-routing-policy-rule.h network: add missing entries in routing_policy_rule_{hash,compare}_func() 2019-06-19 21:10:07 +09:00
networkd-speed-meter.c network: split out DBus related prototypes to networkd-link-bus.h 2019-06-16 09:13:12 +09:00
networkd-speed-meter.h network: monitor link bit rates 2019-06-01 10:24:47 +09:00
networkd-util.c network: use DEFINE_STRING_TABLE_LOOKUP() macro for AddressFamilyBoolean 2019-05-04 16:46:02 +02:00
networkd-util.h network: use DEFINE_STRING_TABLE_LOOKUP() macro for AddressFamilyBoolean 2019-05-04 16:46:02 +02:00
networkd.c network: include glibc headers before including kernel headers 2019-05-09 03:21:31 +02:00
networkd.conf network: monitor link bit rates 2019-06-01 10:24:47 +09:00
org.freedesktop.network1.conf network: implement DBus methods to set DNS related properties 2019-07-17 06:59:12 +09:00
org.freedesktop.network1.policy network: implement DBus methods to set DNS related properties 2019-07-17 06:59:12 +09:00
org.freedesktop.network1.service Add SPDX license headers to various assorted files 2017-11-19 19:08:15 +01:00
systemd-networkd.pkla network: request product UUID when DUIDType=uuid but DUIDRawData= is not set 2018-08-08 10:15:00 +09:00
systemd-networkd.rules network: request product UUID when DUIDType=uuid but DUIDRawData= is not set 2018-08-08 10:15:00 +09:00
test-network-tables.c networkd: Option to use LinkLocalAddressing only when DHCP fails 2019-05-04 16:45:57 +02:00
test-network.c network: drop arpa/inet.h from networkd-manager.h 2019-05-09 02:33:33 +02:00
test-networkd-conf.c test-networkd-conf: add missing assert 2019-07-17 11:35:04 +02:00
test-routing-policy-rule.c tree-wide: Remove O_CLOEXEC from fdopen 2018-12-12 20:47:40 +01:00