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
*
Resolve conflicts between #23616 and the recent NFT additions
Zbigniew Jędrzejewski-Szmek
2022-06-09
2
-30
/
+16
*
Merge pull request #23616 from keszybz/in-addr-to-string-formatting
Yu Watanabe
2022-06-09
17
-238
/
+124
|
\
|
*
basic/in-addr-util: add IN_ADDR_PREFIX_TO_STRING
Zbigniew Jędrzejewski-Szmek
2022-06-06
10
-139
/
+72
|
*
networkctl: assume that we can always print local networking addresses
Zbigniew Jędrzejewski-Szmek
2022-06-06
1
-41
/
+18
|
*
basic/in-addr-util: add IN_ADDR_TO_STRING
Zbigniew Jędrzejewski-Szmek
2022-06-06
8
-58
/
+34
*
|
network: firewall integration with NFT sets
Topi Miettinen
2022-06-08
5
-0
/
+283
*
|
networkd: NetLabel integration
Topi Miettinen
2022-06-06
8
-0
/
+262
|
/
*
network/erspan: support erspan version 0 and 2
Yu Watanabe
2022-05-31
3
-6
/
+179
*
network: drop support for old kernels which cannot set prefix route with non-...
Yu Watanabe
2022-05-21
3
-47
/
+2
*
networkctl: show error message provided through dbus
Yu Watanabe
2022-05-21
1
-3
/
+4
*
networkctl: fix units for bond parameters
Yu Watanabe
2022-05-17
1
-3
/
+3
*
networkd: reword debug messages
Zbigniew Jędrzejewski-Szmek
2022-05-16
1
-3
/
+3
*
network: do not update interface group by default
Yu Watanabe
2022-05-15
1
-0
/
+1
*
tree-wide: fix typo
Yu Watanabe
2022-05-13
1
-1
/
+1
*
fuzzers: ignore size limits when compiled standalone
Zbigniew Jędrzejewski-Szmek
2022-05-12
2
-2
/
+2
*
fuzzers: add input size limits, always configure limits in two ways
Yu Watanabe
2022-05-12
4
-2
/
+7
*
meson: sort files
Yu Watanabe
2022-05-10
1
-8
/
+8
*
network: set/unset enumerating flag before/after loop
Yu Watanabe
2022-05-09
1
-4
/
+2
*
network: clarify the relationship between RA flags and DHCPv6 modes
Alex Henrie
2022-05-06
2
-5
/
+5
*
udev: check stats of .link files and their drop-in files
Yu Watanabe
2022-05-03
1
-22
/
+0
*
network: l2tp: refuse null address
Yu Watanabe
2022-04-17
1
-12
/
+36
*
network: tunnel: handle null address as "any"
Yu Watanabe
2022-04-17
1
-20
/
+39
*
networkctl: obey --full with lldp command
Simon Ellmann
2022-04-15
1
-44
/
+5
*
Merge pull request #23009 from keszybz/fix-detection-of-libsystemd-shared-wit...
Lennart Poettering
2022-04-08
3
-2
/
+3
|
\
|
*
various: add missing "#pragma once"
Zbigniew Jędrzejewski-Szmek
2022-04-07
1
-0
/
+1
|
*
Move path_simplify_and_warn() to new shared/parse-helpers.c
Zbigniew Jędrzejewski-Szmek
2022-04-07
2
-2
/
+2
*
|
network: ignore errors when CONFIG_NET_SCHED is disabled
Yu Watanabe
2022-04-08
1
-2
/
+6
|
/
*
network: always log error in network_load_one() and netdev_load_one()
Yu Watanabe
2022-04-04
2
-37
/
+22
*
network: ignore all errors in loading .network files
Yu Watanabe
2022-04-04
1
-5
/
+2
*
network: dhcp6: request DNS servers or friends only when they will be used
Yu Watanabe
2022-04-03
1
-0
/
+23
*
Fix "link-local" language inconsistencies
Sebastian Pucilowski
2022-03-31
7
-7
/
+7
*
network: shorten code a bit
Yu Watanabe
2022-03-31
1
-11
/
+1
*
network: automatically determine timeout of waiting for carrier regain
Yu Watanabe
2022-03-31
1
-3
/
+27
*
time-util: assume CLOCK_BOOTTIME always exists
Lennart Poettering
2022-03-28
10
-22
/
+22
*
network: rename netdev kind virtual-wlan -> wlan
Yu Watanabe
2022-03-28
4
-6
/
+6
*
Merge pull request #22834 from yuwata/network-sriov-request-queue
Luca Boccassi
2022-03-26
5
-31
/
+45
|
\
|
*
network: sriov: use request queue to configure SR-IOV virtual functions
Yu Watanabe
2022-03-23
5
-31
/
+45
*
|
network: do not enable IPv4 ACD for IPv4 link-local address if ACD is disable...
Yu Watanabe
2022-03-23
2
-8
/
+21
|
/
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
9
-14
/
+1
*
list: make LIST_FOREACH() and LIST_FOREACH_BACKWARDS() safer
Yu Watanabe
2022-03-19
1
-1
/
+1
*
list: declare iterator of LIST_FOREACH() in the loop
Yu Watanabe
2022-03-19
2
-14
/
+12
*
sd-radv: voidify sd_radv_remove_prefix()
Yu Watanabe
2022-03-17
1
-2
/
+2
*
test: Use TEST macros in more places
Jan Janssen
2022-03-16
2
-29
/
+10
*
Merge pull request #22631 from yuwata/network-redesign-request-queue
Luca Boccassi
2022-03-11
41
-1196
/
+747
|
\
|
*
network: re-design request queue
Yu Watanabe
2022-03-11
38
-553
/
+284
|
*
network: increment reference counters of Link and Request before processing r...
Yu Watanabe
2022-03-11
1
-2
/
+10
|
*
network: merge RequestType and SetLinkOperation
Yu Watanabe
2022-03-11
4
-118
/
+187
|
*
network: refuse to configure link properties when in initialized state
Yu Watanabe
2022-03-11
1
-2
/
+2
|
*
network: drop unnecessary link_enter_failed()
Yu Watanabe
2022-03-11
1
-24
/
+18
|
*
network: introduce request_call_netlink_async()
Yu Watanabe
2022-03-11
22
-405
/
+237
[next]