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
*
network: generate addresses from pool with larger prefixlen
Yu Watanabe
2019-03-01
1
-2
/
+2
*
network: generate random prefix from address pool
Yu Watanabe
2019-03-01
1
-15
/
+16
*
network: propagate error from in_addr_is_null()
Yu Watanabe
2019-03-01
1
-2
/
+3
*
network: check prefixlen when null address is specified to Address=
Yu Watanabe
2019-03-01
1
-0
/
+13
*
network: use fd00::/8 for ipv6 address pool
Yu Watanabe
2019-03-01
1
-1
/
+1
*
network: make address_pool_new() static
Yu Watanabe
2019-03-01
2
-2
/
+1
*
network: wrap long lines
Yu Watanabe
2019-02-28
1
-7
/
+12
*
network: simplify config_parse_lifetime()
Yu Watanabe
2019-02-28
1
-16
/
+10
*
network: avoid address section freed
Yu Watanabe
2019-02-28
1
-0
/
+1
*
network: cleanup logging in route related config parsers
Yu Watanabe
2019-02-28
1
-9
/
+15
*
network: do not override previously specified family
Yu Watanabe
2019-02-28
1
-11
/
+17
*
network: enable GatewayOnLink= if Gateway= without static address configured
Yu Watanabe
2019-02-28
1
-1
/
+12
*
network: save GatewayOnLink= value as tristate in Route
Yu Watanabe
2019-02-28
2
-1
/
+7
*
network: relax the .network file check
Yu Watanabe
2019-02-28
1
-15
/
+20
*
network: rename GatewayOnlink= to GatewayOnLink=
Yu Watanabe
2019-02-28
2
-1
/
+2
*
Merge pull request #11795 from yuwata/fix-network-routing-policy-11280
Lennart Poettering
2019-02-27
1
-7
/
+36
|
\
|
*
network: do not remove rule when it is requested by existing links
Yu Watanabe
2019-02-27
1
-0
/
+26
|
*
network: remove routing policy rule from foreign rule database when it is rem...
Yu Watanabe
2019-02-27
1
-8
/
+11
*
|
Merge pull request #11844 from keszybz/networkd-fuzzer-fixes
Lennart Poettering
2019-02-27
1
-11
/
+23
|
\
\
|
*
|
networkd: refuse more than 128 NTP servers
Zbigniew Jędrzejewski-Szmek
2019-02-27
1
-3
/
+11
|
*
|
networkd: fix memleak when the same NetDev is specified twice
Zbigniew Jędrzejewski-Szmek
2019-02-27
1
-6
/
+7
|
*
|
network: wrap some long lines
Zbigniew Jędrzejewski-Szmek
2019-02-27
1
-3
/
+6
*
|
|
Merge pull request #11807 from yuwata/test-vlan-mtu
Zbigniew Jędrzejewski-Szmek
2019-02-27
5
-11
/
+41
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
network: bump mtu if stacked vlan or macvlan requests larger size
Yu Watanabe
2019-02-27
5
-11
/
+41
|
|
/
*
|
network: fix error code in log
Yu Watanabe
2019-02-27
1
-1
/
+1
*
|
network: merge conditions and use FLAGS_SET() macro
Yu Watanabe
2019-02-27
1
-6
/
+6
*
|
network: make ndisc_router_process_options() propagate error
Yu Watanabe
2019-02-27
1
-15
/
+11
|
/
*
network: assign Network::manager when it is listed to the manager object.
Yu Watanabe
2019-02-26
1
-5
/
+2
*
network: make resolving NetDev names delayed and moved to network_verify()
Yu Watanabe
2019-02-26
4
-128
/
+147
*
network: add debug log when conditions do not match system environment
Yu Watanabe
2019-02-26
1
-5
/
+7
*
Merge pull request #11767 from yuwata/network-bridge-enslaved
Lennart Poettering
2019-02-25
4
-60
/
+102
|
\
|
*
network: make bridge master also follow operstates of slave interfaces
Yu Watanabe
2019-02-25
2
-23
/
+36
|
*
network: extend 'enslaved' state to bridge slave interfaces
Yu Watanabe
2019-02-25
2
-16
/
+39
|
*
network: disable LinkLocalAddressing= and IPv6AcceptRA= on bridge slaves by d...
Yu Watanabe
2019-02-25
1
-1
/
+4
|
*
network: do not disable dynamic addressing for bridge slaves
Yu Watanabe
2019-02-25
1
-17
/
+14
|
*
network: fix invalid memory access
Yu Watanabe
2019-02-25
2
-4
/
+10
*
|
fuzz: use fflush() and drop unnecessary rewind()
Yu Watanabe
2019-02-25
2
-2
/
+2
|
/
*
Merge pull request #11776 from keszybz/networkd-ordered-sets
Lennart Poettering
2019-02-21
5
-101
/
+130
|
\
|
*
networkd: use OrderedSets instead of strvs to store lists of domains
Zbigniew Jędrzejewski-Szmek
2019-02-21
5
-36
/
+39
|
*
basic/ordered-set: export networkd function to print string sets
Zbigniew Jędrzejewski-Szmek
2019-02-21
1
-20
/
+4
|
*
networkd: wrap long log lines
Zbigniew Jędrzejewski-Szmek
2019-02-20
1
-45
/
+87
*
|
network: check whether ipv6 is enabled in sysctl
Yu Watanabe
2019-02-21
3
-0
/
+34
*
|
network: use sysctl_read_ip_property()
Yu Watanabe
2019-02-21
1
-13
/
+5
*
|
network: use sysctl_write_ip_property() and friends
Yu Watanabe
2019-02-21
2
-45
/
+15
|
/
*
network: introduce network_verify()
Yu Watanabe
2019-02-19
1
-27
/
+71
*
network: warn about deprecated value in DHCP=
Yu Watanabe
2019-02-19
1
-0
/
+4
*
network: update enum value assignments for AddressFamilyBoolean
Yu Watanabe
2019-02-19
1
-4
/
+4
*
network: do not log wrong error cause
Yu Watanabe
2019-02-19
1
-3
/
+5
*
Merge pull request #10408 from keszybz/analyze-cat-presets
Lennart Poettering
2019-02-18
4
-18
/
+8
|
\
|
*
udev,network: use standard paths for .network and .link files
Zbigniew Jędrzejewski-Szmek
2019-02-18
4
-18
/
+8
[next]