index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
network
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #17859 from keszybz/hostnamed-export-hostname-origin-and-s...
Yu Watanabe
2020-12-16
2
-1
/
+2
|
\
|
*
Move hostname setup logic to new shared/hostname-setup.[ch]
Zbigniew Jędrzejewski-Szmek
2020-12-16
2
-1
/
+2
*
|
sd-netlink: routing policy rule port to fib_rule_hdr
Susant Sahani
2020-12-16
1
-4
/
+4
|
/
*
Merge pull request #17968 from yuwata/purge-libudev
Yu Watanabe
2020-12-16
1
-8
/
+2
|
\
|
*
meson: do not link with libudev
Yu Watanabe
2020-12-15
1
-8
/
+2
*
|
network: Allow to configure interface promiscuous mode
Susant Sahani
2020-12-15
4
-1
/
+10
*
|
hostname-util: flagsify hostname_is_valid(), drop machine_name_is_valid()
Lennart Poettering
2020-12-15
2
-2
/
+2
|
/
*
Merge pull request #17960 from yuwata/network-log-routing-policy-rule
Luca Boccassi
2020-12-14
2
-118
/
+71
|
\
|
*
network: use netlink_message_read_in_addr_union() where applicable
Yu Watanabe
2020-12-14
1
-52
/
+17
|
*
network: introduce log_routing_policy_rule_debug()
Yu Watanabe
2020-12-14
1
-33
/
+26
|
*
network: introduce routing_policy_rule_equal()
Yu Watanabe
2020-12-14
1
-1
/
+11
|
*
network: make routing_policy_rule_remove() take Manager instead of Link
Yu Watanabe
2020-12-14
2
-34
/
+19
*
|
Merge pull request #17959 from yuwata/network-log-address
Luca Boccassi
2020-12-14
1
-49
/
+41
|
\
\
|
*
|
network: make address_drop() accept NULL
Yu Watanabe
2020-12-14
1
-3
/
+3
|
*
|
network: introduce log_address_debug()
Yu Watanabe
2020-12-14
1
-47
/
+39
|
|
/
*
|
network: merge manager_drop_routes() and manager_drop_foreign_routes()
Yu Watanabe
2020-12-14
1
-28
/
+13
*
|
network: introduce log_route_debug()
Yu Watanabe
2020-12-14
1
-82
/
+50
*
|
network: use netlink_message_read_in_addr_union() where applicable
Yu Watanabe
2020-12-14
1
-57
/
+22
|
/
*
Merge pull request #17921 from yuwata/network-drop-assertion-17920
Luca Boccassi
2020-12-11
8
-14
/
+49
|
\
|
*
network: do not configure static configs more than once simultaneously
Yu Watanabe
2020-12-11
8
-2
/
+46
|
*
network: do not assume address ready callback is always set to static addresses
Yu Watanabe
2020-12-11
1
-8
/
+3
|
*
network: drop assertions to check link state in netlink callback handlers
Yu Watanabe
2020-12-11
2
-4
/
+0
*
|
network: adjust comments
Zbigniew Jędrzejewski-Szmek
2020-12-11
1
-3
/
+3
*
|
network: do not reconfigure interface when the link gains carrier but udev no...
Yu Watanabe
2020-12-11
2
-19
/
+22
|
/
*
network: warn when NDISC and DHCPv6 provide the same address
Yu Watanabe
2020-12-08
1
-6
/
+67
*
network: fix SIGABRT related to unreachable route with DHCP6
Yu Watanabe
2020-12-08
1
-3
/
+7
*
network: use address_get() in address_exists()
Yu Watanabe
2020-12-08
3
-21
/
+15
*
network: revert previous changes to address_compare_func()
Yu Watanabe
2020-12-08
2
-41
/
+43
*
network: mtu is neither a boolean nor a pointer
Yu Watanabe
2020-12-07
1
-1
/
+1
*
network: set protocol to route assigned through DHCP6 or DHCP6-PD
Yu Watanabe
2020-12-04
1
-0
/
+2
*
network: make IPv6 routes with reject type managed by Manager
Yu Watanabe
2020-12-04
1
-0
/
+6
*
network: introduce route_type_is_reject() helper
Yu Watanabe
2020-12-04
1
-2
/
+8
*
Merge pull request #17809 from yuwata/network-address-fixes-17803
Lennart Poettering
2020-12-03
2
-45
/
+55
|
\
|
*
network: ignore broadcast address for /31 or /32 addresses
Yu Watanabe
2020-12-03
1
-43
/
+50
|
*
network: fix verification for broadcast address
Yu Watanabe
2020-12-03
1
-4
/
+6
|
*
network: do not set broadcast if prefixlen is 31 or 32
Yu Watanabe
2020-12-03
1
-1
/
+2
*
|
fw_add_masquerade: remove unused function arguments
Florian Westphal
2020-12-03
1
-1
/
+1
|
/
*
Merge pull request #17707 from yuwata/network-fix-reconfigure
Zbigniew Jędrzejewski-Szmek
2020-12-02
3
-13
/
+20
|
\
|
*
network: stop to assign UUID when reconfiguring link
Yu Watanabe
2020-12-02
1
-0
/
+1
|
*
network: use bus_error_message()
Yu Watanabe
2020-12-02
2
-13
/
+19
*
|
Merge pull request #17798 from yuwata/ipv4ll-follow-ups
Zbigniew Jędrzejewski-Szmek
2020-12-02
1
-0
/
+2
|
\
\
|
*
|
network: add debug log about requesting DHCP address
Yu Watanabe
2020-12-02
1
-0
/
+2
|
|
/
*
/
network: add Protocol= to vlan netdev (#17794)
walbit-de
2020-12-02
3
-0
/
+9
|
/
*
Merge pull request #17692 from yuwata/ipv4ll
Zbigniew Jędrzejewski-Szmek
2020-12-01
8
-106
/
+71
|
\
|
*
network: use IN_SET() macro
Yu Watanabe
2020-11-30
1
-5
/
+3
|
*
network: treat IPv4LL is one of dynamic addressing protocol
Yu Watanabe
2020-11-30
1
-11
/
+10
|
*
network: simplify the condition about ipv4ll is enabled or not
Yu Watanabe
2020-11-30
2
-15
/
+7
|
*
network: shorten link_check_ready() a bit
Yu Watanabe
2020-11-30
1
-56
/
+27
|
*
network: stop IPv4LL engine when DHCPv4 address is successfully acquired
Yu Watanabe
2020-11-30
1
-0
/
+4
|
*
networkd: start ipv4ll when dhcp has trouble getting a lease
Zbigniew Jędrzejewski-Szmek
2020-11-30
2
-9
/
+23
[next]