index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
network
/
networkd-manager.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
network: implement DBus methods to set DNS related properties
Yu Watanabe
2019-07-16
1
-3
/
+4
*
network: move manager dbus prototypes to networkd-manager-bus.h
Yu Watanabe
2019-07-16
1
-0
/
+1
*
network: also show route protocol in debugging logs
Yu Watanabe
2019-07-12
1
-2
/
+4
*
network: show route scope, table, and type in debugging logs
Yu Watanabe
2019-07-12
1
-2
/
+6
*
network: update log message
Yu Watanabe
2019-07-12
1
-9
/
+9
*
network: move prototypes related to network Network bus objects to networkd-n...
Yu Watanabe
2019-06-29
1
-0
/
+1
*
network: move DHCP6 related code from networkd-manager.c to networkd-dhcp6.c
Yu Watanabe
2019-06-29
1
-121
/
+1
*
network: move conf parsers and function prototypes
Yu Watanabe
2019-06-29
1
-0
/
+1
*
network: further log message update
Yu Watanabe
2019-06-25
1
-49
/
+49
*
networkd: rework warning and debug messages about address addition and removal
Zbigniew Jędrzejewski-Szmek
2019-06-24
1
-34
/
+34
*
Merge pull request #12762 from yuwata/network-introduce-carrier-and-network-s...
Lennart Poettering
2019-06-20
1
-4
/
+43
|
\
|
*
sd-network: introduce functions for new link and manager states
Yu Watanabe
2019-06-16
1
-2
/
+11
|
*
network: also introduce two new manager states
Yu Watanabe
2019-06-16
1
-2
/
+31
|
*
network: split out DBus related prototypes to networkd-link-bus.h
Yu Watanabe
2019-06-16
1
-0
/
+1
*
|
network: add missing entries in routing_policy_rule_{hash,compare}_func()
Yu Watanabe
2019-06-19
1
-26
/
+54
|
/
*
network: read link specific sysctl value
Yu Watanabe
2019-06-15
1
-17
/
+0
*
network: add KeepConfiguration=dhcp-on-stop
Yu Watanabe
2019-06-06
1
-1
/
+1
*
network: monitor link bit rates
Yu Watanabe
2019-06-01
1
-1
/
+12
*
network: use in6_addr_hash_ops
Yu Watanabe
2019-05-18
1
-13
/
+1
*
network: include glibc headers before including kernel headers
Yu Watanabe
2019-05-09
1
-1
/
+2
*
network: replace inet_ntop() with in_addr_to_string()
Yu Watanabe
2019-05-09
1
-14
/
+11
*
network: use IN_ADDR_NULL and ETHER_ADDR_NULL
Yu Watanabe
2019-05-07
1
-3
/
+3
*
network: fix use-after-free
Yu Watanabe
2019-05-07
1
-13
/
+29
*
network: drop list fields in Network object
Yu Watanabe
2019-05-07
1
-3
/
+1
*
networkd: manager do not unef netlink and gennetlink early
Susant Sahani
2019-05-07
1
-8
/
+5
*
network: introduce reference counter for Network object
Yu Watanabe
2019-05-07
1
-1
/
+1
*
networkd: stop clients when networkd shuts down (#12463)
Susant Sahani
2019-05-06
1
-0
/
+3
*
network: fix ref/unref logic for Link object
Yu Watanabe
2019-04-25
1
-4
/
+3
*
Make fopen_temporary and fopen_temporary_label unlocked
Zbigniew Jędrzejewski-Szmek
2019-04-12
1
-2
/
+0
*
headers: remove unneeded includes from util.h
Zbigniew Jędrzejewski-Szmek
2019-03-27
1
-0
/
+1
*
network: use device_get_action()
Yu Watanabe
2019-03-11
1
-6
/
+8
*
network: do not configure interfaces under renaming
Yu Watanabe
2019-03-05
1
-1
/
+12
*
network: generate addresses from pool with larger prefixlen
Yu Watanabe
2019-03-01
1
-2
/
+2
*
network: use fd00::/8 for ipv6 address pool
Yu Watanabe
2019-03-01
1
-1
/
+1
*
network: fix invalid memory access
Yu Watanabe
2019-02-25
1
-3
/
+3
*
Merge pull request #11776 from keszybz/networkd-ordered-sets
Lennart Poettering
2019-02-21
1
-22
/
+6
|
\
|
*
networkd: use OrderedSets instead of strvs to store lists of domains
Zbigniew Jędrzejewski-Szmek
2019-02-21
1
-2
/
+2
|
*
basic/ordered-set: export networkd function to print string sets
Zbigniew Jędrzejewski-Szmek
2019-02-21
1
-20
/
+4
*
|
network: check whether ipv6 is enabled in sysctl
Yu Watanabe
2019-02-21
1
-0
/
+18
|
/
*
Merge pull request #10408 from keszybz/analyze-cat-presets
Lennart Poettering
2019-02-18
1
-11
/
+3
|
\
|
*
udev,network: use standard paths for .network and .link files
Zbigniew Jędrzejewski-Szmek
2019-02-18
1
-11
/
+3
*
|
dhcp: move filtering of bogus DNS/NTP addresses out of DHCP client
Thomas Haller
2019-02-18
1
-4
/
+9
*
|
network: add more debugging logs when adding, removing, updateing and configu...
Yu Watanabe
2019-02-15
1
-0
/
+22
|
/
*
tree-wide: make sure to flush/close all bus connections when our daemons exit
Lennart Poettering
2019-01-17
1
-1
/
+1
*
Merge pull request #10920 from yuwata/hashmap-destructor
Lennart Poettering
2018-12-03
1
-11
/
+4
|
\
|
*
tree-wide: make hash_ops typesafe
Yu Watanabe
2018-12-02
1
-11
/
+4
*
|
Merge pull request #10976 from yuwata/typesafe-netlink-call
Lennart Poettering
2018-12-03
1
-4
/
+2
|
\
\
|
*
|
network: use typesafe netlink_call_async() macro where applicable
Yu Watanabe
2018-12-02
1
-4
/
+2
|
|
/
*
/
util-lib: split out all temporary file related calls into tmpfiles-util.c
Lennart Poettering
2018-12-02
1
-0
/
+1
|
/
*
networkd: add support to configure ip rule port range and protocol.
Susant Sahani
2018-11-28
1
-3
/
+22
[next]