index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libsystemd
/
sd-network
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
network: add AF_TO_ADDRESS_FAMILY() helper
Lennart Poettering
2024-10-15
1
-0
/
+12
*
path-lookup: move NETWORK_DIRS to network-util.h
Mike Yuan
2024-10-06
1
-0
/
+4
*
sd-network: introduce sd_network_link_get_netdev_file{,_dropins}
Mike Yuan
2024-09-09
1
-5
/
+17
*
sd-network: modernize parse_operational_state_range()
Yu Watanabe
2024-01-16
2
-34
/
+42
*
sd-network: introduce three helper functions for LinkOperationalState
Yu Watanabe
2024-01-16
1
-0
/
+13
*
various: don't use close_nointr if retval is not checked anyway
Mike Yuan
2023-12-28
1
-1
/
+1
*
network: Introduce UseCaptivePortal DHCPv4 option
Ronan Pigott
2023-07-02
1
-0
/
+4
*
network: Show network and link file dropins in networkctl status
Daan De Meyer
2023-01-12
1
-0
/
+19
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-1
/
+1
*
basic: rename util.h to logarithm.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+0
*
sd-network: make sd_network_link_get_dns() or friends return -ENODATA
Yu Watanabe
2022-09-27
1
-14
/
+4
*
sd-network: drop fallback values
Yu Watanabe
2022-09-27
1
-65
/
+4
*
sd-network: introduce network_link_get_boolean() helper function
Yu Watanabe
2022-09-27
1
-14
/
+12
*
sd-network: accept all space-like separators
Yu Watanabe
2022-09-27
1
-2
/
+2
*
sd-network: propagate -ENOENT
Yu Watanabe
2022-09-27
1
-19
/
+0
*
sd-network: rename function arguments for storing return value
Yu Watanabe
2022-09-27
1
-55
/
+54
*
sd-network: Keep inotify watch if watch descriptor didn't change
Daan De Meyer
2022-05-04
1
-17
/
+20
*
inotify-util: declare iterator in FOREACH_INOTIFY_EVENT()
Yu Watanabe
2022-03-25
1
-1
/
+0
*
network-util: introduce network_link_get_operational_state()
Yu Watanabe
2022-01-20
2
-0
/
+21
*
sd-network: introduce sd_network_link_get_stat()
Yu Watanabe
2021-12-08
1
-0
/
+17
*
sd-network: drop unnecessary +1 for buffer size
Yu Watanabe
2021-12-08
1
-4
/
+4
*
sd-network: drop _public_ attribute
Yu Watanabe
2021-12-07
1
-43
/
+43
*
tree-wide: use ERRNO_IS_TRANSIENT()
Yu Watanabe
2021-11-30
1
-1
/
+1
*
netif-util: move several functions from network-util.[ch] to shared/netif-uti...
Yu Watanabe
2021-11-09
2
-90
/
+2
*
arphrd-util: rename arphrd-list.[ch] -> arphrd-util.[ch]
Yu Watanabe
2021-11-09
1
-1
/
+1
*
basic: split out inotify-related calls from fs-util.h → inotify-util.h
Lennart Poettering
2021-10-05
1
-0
/
+1
*
tree-wide: voidify unchecked close_nointr calls
Luca Boccassi
2021-08-03
1
-1
/
+1
*
alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()
Lennart Poettering
2021-05-19
1
-2
/
+2
*
network: use the overall online state in network_is_online()
Alvin Šipraga
2021-05-19
1
-9
/
+23
*
network: add an online state for links and manager
Alvin Šipraga
2021-05-19
3
-0
/
+27
*
udev,network: make link_get_type_string() return negative errno on failure
Yu Watanabe
2021-05-14
2
-7
/
+14
*
sd-network: read IPv4/IPv6 address states from state files
LetzteInstanz
2021-04-14
1
-0
/
+36
*
network: save IPv4/IPv6 address states into state file
LetzteInstanz
2021-04-14
2
-0
/
+12
*
network: move AddressFamily into network-util for the use by wait-online later
LetzteInstanz
2021-04-14
1
-0
/
+10
*
tree-wide: use UINT64_MAX or friends
Yu Watanabe
2021-03-04
1
-2
/
+2
*
tree-wide: use -EINVAL for enum invalid values
Zbigniew Jędrzejewski-Szmek
2021-02-10
1
-3
/
+3
*
save link activation policy to state file and display in networkctl
Dan Streetman
2021-01-21
1
-0
/
+21
*
Merge pull request #17478 from yuwata/split-network-internal
Yu Watanabe
2020-11-27
2
-0
/
+83
|
\
|
*
sd-network: move net_get_unique_predictable_data() and net_get_name_persisten()
Yu Watanabe
2020-10-29
2
-0
/
+59
|
*
sd-network: move link_get_type_string()
Yu Watanabe
2020-10-29
2
-0
/
+24
*
|
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
3
-3
/
+3
|
/
*
sd-{login,netlink,network}: use TAKE_FD() in more places
Zbigniew Jędrzejewski-Szmek
2020-09-22
1
-9
/
+3
*
sd-network: drop unused functions
Yu Watanabe
2020-06-23
1
-12
/
+0
*
network: clean-up DHCP lease server data configuration
Lennart Poettering
2020-06-18
1
-16
/
+0
*
sd-network: Introduce APIs to get DHCP6 DUID
Susant Sahani
2020-06-10
1
-0
/
+4
*
sd-network: Introduce API to get DHCPv6 IAID
Susant Sahani
2020-06-09
1
-0
/
+4
*
sd-network: Introduce API to access DHCP4 client ID
Susant Sahani
2020-06-08
1
-0
/
+4
*
sd-network: Add support to retrive LPR servers
Susant Sahani
2020-04-22
1
-0
/
+4
*
sd-network: Add support to emit and receive SMTP server information
Susant Sahani
2020-03-29
1
-0
/
+4
*
sd-network: Add support to emit and receive pop3 server information
Susant Sahani
2020-03-28
1
-0
/
+4
[next]