index
:
delta/systemd.git
assert-cleanups-and-constification
baserock/adamcoldrick/yaml-morphology
baserock/jjardon/fix_parallel_build
baserock/jjardon/intltool
baserock/morph
baserock/paulsherwood/sd-update
baserock/pedroalvarez/v217
baserock/pedroalvarez/v218
baserock/ps/update-linux-v3.12-systemd-v208
baserock/radiofree/enable_xz
baserock/richardmaw/nspawn-path-escapes
baserock/richardmaw/wip-upgrade-root
baserock/v218-with-canonical-hostname-fix
baserock/v219-314-gd736e4f-network_fixes
baserock/v219-729-g163ab29-jetson_btrfs_fixes
cap-bpf-compat
chase-symlinks-rework
coverity
coverity-now-for-real
coverity-python
default_memory
dependabot/github_actions/actions/checkout-2.4.0
dependabot/github_actions/actions/upload-artifact-2.3.1
dependabot/github_actions/github/codeql-action-1.0.23
dependabot/github_actions/github/codeql-action-1.0.24
dependabot/github_actions/github/codeql-action-1.0.27
dependabot/github_actions/github/super-linter-4.8.2
dependabot/github_actions/github/super-linter-4.8.3
dependabot/github_actions/github/super-linter-4.8.4
dependabot/github_actions/systemd/mkosi-11
dependabot/pip/dot-github/workflows/meson-0.60.3
dev-no-noexec
enabled-optimization
gc-cleanup
gcc-hypothesis
hidden-units-are-good-units
hwdb
keszybz-patch-1
main
master
meson-allows-fuzzer-building
msekletar-security-list-process
oomd-and-user-slices
proot
readme-double-header
revert-10744-logind-lock-down
revert-11715-revert-11534-coverity2
revert-12181-install-etc-systemd-generator-dirs
revert-12463-issue-12452-netlink
revert-13201-networkctl-merge-table_add_cell
revert-13843-watchdog
revert-14900-fix-privatedevices-dev-mac-label
revert-15648-journalctl-cat-beefup
revert-16058-fix-memory-protection-default
revert-16460-turn-off-ubuntu-ppa
revert-1740-master
revert-18355-resolved-discover
revert-18515-temporarily-pin-arch-repos
revert-18807-noexec
revert-19146-fix-JOURNAL-doc
revert-20598-order_noauto
revert-20998-dev/hv-detect
revert-2818-master
revert-2843-clock_boottime
revert-2859-ldconfig-after-localfs
revert-3283-master
revert-3528-upstream-add-networkd-dbus
revert-5012-master
revert-5298-relocatable-tests
revert-6508-audit-socket
setup-semaphore
stat2
systemctl-list-dependencies
systemd-paypal-funding
tasks-max-dynamic
v216-stable
what-s-up-with-coverity
wip/hadess/add-move-udev-action
wip/hadess/chassis-override
wip/hadess/hp-accel-quirk
wip/hadess/lis3lv02d-rule-hp
wip/hadess/logitech-hidraw
wip/hadess/logitech-ultrathin-touch-mouse
wip/hadess/memory-id
wip/hadess/minipro-uaccess
wip/hadess/rfkill-uaccess
wip/hadess/unsupported-dmi
wip/hadess/usb-analysers-uaccess
wip/hadess/webcams
github.com: systemd/systemd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
network
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-05
2
-37
/
+22
*
network: ignore all errors in loading .network files
Yu Watanabe
2022-04-05
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
|
*
network: make Request object take Manager*
Yu Watanabe
2022-03-11
5
-20
/
+33
|
*
network: introduce reference counter for Request object
Yu Watanabe
2022-03-11
2
-6
/
+14
|
*
network: make request_process_address() and friends take Link and correspondi...
Yu Watanabe
2022-03-11
37
-177
/
+99
|
*
network: make address_configure() and friends take Request object
Yu Watanabe
2022-03-11
11
-74
/
+48
|
*
network: tc: assign netlink handlers into Request object
Yu Watanabe
2022-03-11
3
-11
/
+11
*
|
network: dhcp: rename NextServer= and Filename= settings
Yu Watanabe
2022-03-11
4
-10
/
+17
*
|
dhcp: list all known DHCP options
Yu Watanabe
2022-03-10
1
-3
/
+3
*
|
conf-parser: introduce config_parse_dns_name() and config_parse_hostname()
Yu Watanabe
2022-03-10
2
-47
/
+0
*
|
network: refuse string which contains non-safe or non-ascii characters for Fi...
Yu Watanabe
2022-03-10
1
-1
/
+1
*
|
conf-parser: merge config_parse_string() and config_parse_safe_string()
Yu Watanabe
2022-03-10
2
-6
/
+6
|
/
*
meson: move files' closing brace to separate line
Zbigniew Jędrzejewski-Szmek
2022-03-03
1
-3
/
+6
*
meson: do not use split() in file lists
Zbigniew Jędrzejewski-Szmek
2022-03-02
1
-204
/
+201
*
network: netdev: drop unused creation type NETDEV_CREATE_AFTER_CONFIGURED
Yu Watanabe
2022-02-27
2
-47
/
+12
*
network: l2tp: change create type to independent
Yu Watanabe
2022-02-27
3
-5
/
+4
*
network: l2tp: make Local= optionally take interface name
Yu Watanabe
2022-02-27
3
-46
/
+198
*
network: introduce {manager,link}_address_is_reachable()
Yu Watanabe
2022-02-27
2
-0
/
+152
*
network: merge gateway_is_ready() and link_address_is_reachable()
Yu Watanabe
2022-02-27
1
-21
/
+12
*
network: address: introduce manager_get_address()
Yu Watanabe
2022-02-27
2
-7
/
+24
*
Merge pull request #22626 from yuwata/network-assorted-cleanups
Yu Watanabe
2022-02-26
9
-10
/
+11
|
\
[next]