Systemd/src/network
Yu Watanabe 426c1d3852 network-generator: introduce new tool systemd-network-generator
The new tool parses dracut's command line options and generates
relevant .network, .netdev, and .link files.
2019-07-14 09:37:15 +09:00
..
generator network-generator: introduce new tool systemd-network-generator 2019-07-14 09:37:15 +09:00
netdev tree-wide: some more [static] related fixes 2019-07-12 16:40:10 +02:00
wait-online wait-online: ignore -ENODATA on updating link information 2019-05-16 05:53:41 +09: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-generator: introduce new tool systemd-network-generator 2019-07-14 09:37:15 +09:00
networkctl.c network: NDA_LLADDR attribute can also take struct in_addr 2019-07-11 22:22:29 +09:00
networkd-address-label.c network: drop sections contain invalid settings in network_verify() 2019-03-13 11:59:18 +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 tree-wide: use htobe{32,16}() instead of hton{l,s}() 2019-06-20 06:34:05 +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: rename [DHCP] section to [DHCPv4] 2019-07-10 17:33:09 +09:00
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 network: process address reply message 2019-07-11 22:37:00 +09:00
networkd-dhcp4.h network: move conf parsers and function prototypes 2019-06-30 04:45:56 +09:00
networkd-dhcp6.c network: re-assign static routes when dynamic address is updated 2019-07-11 22:37:00 +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 network: fdb: use ether_addr_from_string() 2019-07-11 22:22:29 +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: move conf parsers and function prototypes 2019-06-30 04:45:56 +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 Merge pull request #12762 from yuwata/network-introduce-carrier-and-network-state-12752 2019-06-20 13:36:30 +02:00
networkd-link-bus.h network: expose carrier and address states over dbus 2019-06-16 23:17:28 +09:00
networkd-link.c Merge pull request #13006 from yuwata/network-split-dhcp-12917 2019-07-11 10:28:03 +02:00
networkd-link.h network: move conf parsers and function prototypes 2019-06-30 04:45:56 +09:00
networkd-lldp-rx.c network: move sd_lldp related functions to networkd-lldp-rx.c 2019-05-11 06:14:39 +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 network: move link_lldp_emit_enabled() to networkd-lldp-tx.c 2019-05-11 06:14:39 +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: drop unused manager_send_changed() 2019-06-16 23:17:28 +09:00
networkd-manager.c network: also show route protocol in debugging logs 2019-07-12 09:39:43 +09:00
networkd-manager.h network: move DHCP6 related code from networkd-manager.c to networkd-dhcp6.c 2019-06-30 04:46:04 +09:00
networkd-ndisc.c network: re-assign static routes when dynamic address is updated 2019-07-11 22:37:00 +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: drop invalid [Neighbor] section earlier 2019-07-11 22:22:29 +09:00
networkd-neighbor.h network: drop invalid [Neighbor] section earlier 2019-07-11 22:22:29 +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: rename Neighbor.MACAddress= to Neighbor.LinkLayerAddress= 2019-07-11 22:22:29 +09:00
networkd-network.c network: drop invalid [Neighbor] section earlier 2019-07-11 22:22:29 +09:00
networkd-network.h Merge pull request #13006 from yuwata/network-split-dhcp-12917 2019-07-11 10:28:03 +02: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: also show route protocol in debugging logs 2019-07-12 09:39:43 +09:00
networkd-route.h network: also show route protocol in debugging logs 2019-07-12 09:39:43 +09:00
networkd-routing-policy-rule.c network: add missing entries in routing_policy_rule_{hash,compare}_func() 2019-06-19 21:10:07 +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 networkd: add basic dbus API 2015-02-05 11:50:34 +01: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: add tests for config_parse_match_{strv,ifnames}() 2019-07-01 01:24:42 +09:00
test-routing-policy-rule.c tree-wide: Remove O_CLOEXEC from fdopen 2018-12-12 20:47:40 +01:00