Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | network: rename ipv6_proxy_ndp_addresses_configure() -> ↵ | Yu Watanabe | 2020-10-06 | 3 | -3/+3 |
| | | | | link_set_ipv6_proxy_ndp_addresses() | ||||
* | network: drop struct IPv6ProxyNDPAddress | Yu Watanabe | 2020-10-06 | 4 | -89/+32 |
| | | | | | Its only important value is in6_addr. So, let's just use struct in6_addr and drop IPv6ProxyNDPAddress. | ||||
* | network: move functions | Yu Watanabe | 2020-10-06 | 1 | -93/+93 |
| | |||||
* | network: cleanup networkd-mdb.h | Yu Watanabe | 2020-10-06 | 6 | -7/+10 |
| | |||||
* | network: introduce network_verify_mdb_entries() | Yu Watanabe | 2020-10-06 | 3 | -40/+47 |
| | |||||
* | network: drop list of bridge MDB entries | Yu Watanabe | 2020-10-06 | 4 | -46/+26 |
| | | | | | [BridgeMDB] sections are managed by LIST and Hashmap, and they contins the completely same information. Let's drop the list. | ||||
* | network: move mdb_entry_free() and friends | Yu Watanabe | 2020-10-06 | 2 | -21/+21 |
| | |||||
* | network: cleanup networkd-fdb.h | Yu Watanabe | 2020-10-06 | 9 | -10/+12 |
| | |||||
* | network: drop unused fdb_ntf_flags_to_string() | Yu Watanabe | 2020-10-06 | 2 | -12/+9 |
| | |||||
* | network: introduce network_verify_fdb_entries() | Yu Watanabe | 2020-10-06 | 3 | -5/+13 |
| | |||||
* | network: move link_set_bridge_fdb() | Yu Watanabe | 2020-10-06 | 3 | -15/+19 |
| | |||||
* | network: drop list of bridge FDB entries | Yu Watanabe | 2020-10-06 | 5 | -45/+25 |
| | | | | | [BridgeFDB] sections are managed by both LIST and Hashmap, and they contains the completely same information. Let's drop the list. | ||||
* | network: make fdb_entry_free() return NULL | Yu Watanabe | 2020-10-06 | 2 | -21/+21 |
| | |||||
* | network: cleanup networkd-address-label.h | Yu Watanabe | 2020-10-06 | 6 | -16/+10 |
| | |||||
* | network: introduce link_set_address_labels() | Yu Watanabe | 2020-10-06 | 3 | -16/+24 |
| | |||||
* | network: introduce network_verify_address_labels() | Yu Watanabe | 2020-10-06 | 3 | -5/+13 |
| | |||||
* | network: make address_label_free() return NULL | Yu Watanabe | 2020-10-06 | 2 | -4/+4 |
| | |||||
* | network: drop list of static address labels | Yu Watanabe | 2020-10-06 | 5 | -46/+24 |
| | | | | | [IPv6AddressLabel] sections are managed by both LIST and Hashmap. Let's drop list, as they store the completely same information. | ||||
* | network: make neighbor_free() return NULL | Yu Watanabe | 2020-10-06 | 2 | -4/+4 |
| | |||||
* | network: introduce network_verify_neighbors() | Yu Watanabe | 2020-10-06 | 3 | -6/+15 |
| | |||||
* | network: introduce neighbor_drop_{,foreign_}neighbors() | Yu Watanabe | 2020-10-06 | 3 | -42/+62 |
| | |||||
* | network: cleanup headers in networkd-neighbor.[ch] | Yu Watanabe | 2020-10-06 | 8 | -15/+14 |
| | |||||
* | network: drop unused arguments | Yu Watanabe | 2020-10-06 | 3 | -10/+10 |
| | |||||
* | network: make several functions static | Yu Watanabe | 2020-10-06 | 2 | -10/+6 |
| | |||||
* | network: make neighbor_{add,get}() takes Neighbor object | Yu Watanabe | 2020-10-06 | 3 | -67/+40 |
| | |||||
* | network: drop list of static neighbors | Yu Watanabe | 2020-10-06 | 5 | -45/+24 |
| | | | | | [Neighbor] sections are managed by both LIST and Hashmap. Let's drop list, as they store the completely same information. | ||||
* | network: move manager_rtnl_process_neighbor() to networkd-neighbor.c | Yu Watanabe | 2020-10-06 | 3 | -180/+182 |
| | |||||
* | network: move link_request_set_neighbors() to networkd-neighbor.c | Yu Watanabe | 2020-10-06 | 3 | -28/+30 |
| | |||||
* | network: move functions | Yu Watanabe | 2020-10-06 | 1 | -118/+118 |
| | |||||
* | network: introduce network_verify_nexthops() | Yu Watanabe | 2020-10-06 | 3 | -6/+14 |
| | |||||
* | network: use netlink_message_read_in_addr_union() | Yu Watanabe | 2020-10-06 | 1 | -19/+4 |
| | |||||
* | sd-netlink: introduce netlink_message_read_in_addr_union() | Yu Watanabe | 2020-10-06 | 2 | -18/+21 |
| | |||||
* | network: use log_link_xxx() at more places | Yu Watanabe | 2020-10-06 | 1 | -8/+6 |
| | |||||
* | network: drop NextHop::oif and always use link ifindex | Yu Watanabe | 2020-10-06 | 2 | -31/+27 |
| | |||||
* | network: slightly shorten nexthop_compare_func() | Yu Watanabe | 2020-10-06 | 1 | -12/+3 |
| | |||||
* | network: cleanup headers included in networkd-nexthop.h | Yu Watanabe | 2020-10-06 | 7 | -17/+21 |
| | |||||
* | network: drop list of static nexthops | Yu Watanabe | 2020-10-06 | 4 | -45/+24 |
| | | | | | [NextHop] sections are managed by both LIST and Hashmap. Let's drop list, as they store the completely same information. | ||||
* | network: drop unused nexthop_remove() and nexthop_equal() | Yu Watanabe | 2020-10-06 | 2 | -74/+0 |
| | |||||
* | network: make several functions static | Yu Watanabe | 2020-10-06 | 2 | -36/+30 |
| | |||||
* | network: move manager_rtnl_process_nexthop() to networkd-nexthop.c | Yu Watanabe | 2020-10-06 | 3 | -119/+121 |
| | |||||
* | network: move link_request_set_nexthop() to networkd-nexthop.c | Yu Watanabe | 2020-10-06 | 3 | -63/+61 |
| | |||||
* | network: introduce helper function to enumerate information using netlink | Yu Watanabe | 2020-10-06 | 4 | -162/+72 |
| | |||||
* | network: specify all known attributes when removing routing policy rules | Yu Watanabe | 2020-10-06 | 1 | -117/+115 |
| | | | | Otherwise, routing_policy_rule_remove() may removes unintended rule. | ||||
* | network: add missing "else" | Yu Watanabe | 2020-10-06 | 1 | -1/+1 |
| | |||||
* | network: drop unused element | Yu Watanabe | 2020-10-06 | 2 | -3/+0 |
| | |||||
* | network: introduce network_verify_routing_policy_rules() | Yu Watanabe | 2020-10-06 | 3 | -6/+14 |
| | |||||
* | network: make routing_policy_rule_new() static | Yu Watanabe | 2020-10-06 | 2 | -27/+26 |
| | |||||
* | network: move manager_rtnl_process_rule() to networkd-routing-policy-rule.[ch] | Yu Watanabe | 2020-10-06 | 3 | -234/+234 |
| | |||||
* | network: use typesafe macro netlink_add_match() | Yu Watanabe | 2020-10-06 | 2 | -30/+19 |
| | |||||
* | sd-netlink: fix typo and make netlink_add_match() take description | Yu Watanabe | 2020-10-06 | 1 | -2/+2 |
| |