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
/
networkd-dhcp4.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tree-wide: make cunescape*() functions return ssize_t
Zbigniew Jędrzejewski-Szmek
2021-07-09
1
-4
/
+4
*
network: ipv4acd: first probe address and then assign it
Yu Watanabe
2021-07-01
1
-163
/
+18
*
network: rename dhcp_lease_lost() -> dhcp4_lease_lost() and expose it
Yu Watanabe
2021-07-01
1
-6
/
+6
*
ether-addr-util: drop redundant "addr" from struct hw_addr_data
Yu Watanabe
2021-06-10
1
-7
/
+7
*
network: use request queue to set MTU
Yu Watanabe
2021-06-08
1
-2
/
+3
*
network: introduce request_hash_ops to dedup requests
Yu Watanabe
2021-06-08
1
-1
/
+3
*
network: drop unused "callback" arguments in route_remove() and address_remove()
Yu Watanabe
2021-05-19
1
-5
/
+5
*
network: dhcp4: re-request DHCP4 address and routes immediately
Yu Watanabe
2021-05-19
1
-48
/
+6
*
network: use request queue to configure addresses, routes, and nexthops
Yu Watanabe
2021-05-12
1
-132
/
+199
*
network: split out common part of route or address handlers
Yu Watanabe
2021-05-12
1
-33
/
+14
*
network: use IPV4_ADDRESS_FMT_STR/VAL macros and in6_addr_to_string() or friends
Yu Watanabe
2021-05-12
1
-24
/
+12
*
network: dhcp4: downgrade log level when interface is removed
Yu Watanabe
2021-04-29
1
-1
/
+3
*
Merge pull request #19449 from yuwata/network-downgrade-log-level
Yu Watanabe
2021-04-29
1
-1
/
+1
|
\
|
*
network: dhcp4: downgrade log level
Yu Watanabe
2021-04-29
1
-1
/
+1
*
|
network: dhcp4: introduce RoutesToNTP= boolean setting
Yu Watanabe
2021-04-27
1
-0
/
+26
*
|
network: dhcp4: split and rename link_set_dns_routes()
Yu Watanabe
2021-04-27
1
-17
/
+34
|
/
*
network: dhcp4: ignore null dns address
Yu Watanabe
2021-04-23
1
-0
/
+3
*
network: dhcp4: set gateway for route to DNS server if it is not in the same ...
Yu Watanabe
2021-04-23
1
-14
/
+22
*
network: dhcp4: ignore gateway in static routes if destination is link-local ...
Yu Watanabe
2021-04-23
1
-26
/
+89
*
network: dhcp4: also set route MTU to prefix route and DNS routes
Yu Watanabe
2021-04-23
1
-0
/
+2
*
Merge pull request #19392 from yuwata/network-dhcp-split-link_set_dhcp_routes
Yu Watanabe
2021-04-23
1
-197
/
+256
|
\
|
*
network: dhcp4: simplify link_set_dns_routes()
Yu Watanabe
2021-04-22
1
-53
/
+52
|
*
network: dhcp4: introduce link_set_dhcp_gateway() and link_set_dhcp_route_to_...
Yu Watanabe
2021-04-22
1
-76
/
+112
|
*
network: dhcp4: introduce link_set_dhcp_static_routes()
Yu Watanabe
2021-04-22
1
-63
/
+89
|
*
network: dhcp4: introduce link_set_dhcp_prefix_route()
Yu Watanabe
2021-04-22
1
-30
/
+28
*
|
Merge pull request #19346 from mihajlov/dhcp_broadcast_l3
Dimitri John Ledkov
2021-04-22
1
-1
/
+25
|
\
\
|
|
/
|
/
|
|
*
network: enable DHCP broadcast flag if required by interface
Viktor Mihajlovski
2021-04-21
1
-1
/
+25
*
|
network: configure non-dhcp configs earlier even DUID-UUID is used by DHCP cl...
Yu Watanabe
2021-04-21
1
-0
/
+27
*
|
network: make IAID and DUID for DHCPv6 configurable explicitly
Yu Watanabe
2021-04-21
1
-6
/
+6
*
|
network: dhcp4: also apply RouteMetric= setting in [DHCPv4] to prefix route
Yu Watanabe
2021-04-21
1
-0
/
+1
*
|
Merge pull request #19290 from yuwata/network-dhcp-do-not-configure-twice
Zbigniew Jędrzejewski-Szmek
2021-04-16
1
-8
/
+9
|
\
\
|
*
|
network: refuse to configure engines such as DHCP client more than once
Yu Watanabe
2021-04-13
1
-8
/
+9
|
|
/
*
|
network: dhcp4: warn when Anonymize=yes and ClientIdentifier= is not mac
Yu Watanabe
2021-04-14
1
-5
/
+12
*
|
network: dhcp4: do not request any additional options when Anonymize=yes
Yu Watanabe
2021-04-14
1
-99
/
+73
*
|
network: move and rename network_apply_anonymize_if_set()
Yu Watanabe
2021-04-14
1
-0
/
+41
|
/
*
tree-wide: use UINT64_MAX or friends
Yu Watanabe
2021-03-05
1
-1
/
+1
*
network: move state file related functions to networkd-state-file.[ch]
Yu Watanabe
2021-03-03
1
-0
/
+1
*
tree-wide: use in_addr_is_set() or friends
Yu Watanabe
2021-02-18
1
-2
/
+2
*
network: automatically set NLM_F_REPLACE flag
Yu Watanabe
2021-02-12
1
-1
/
+1
*
network: drop many unnecessary link_dirty() calls
Yu Watanabe
2021-01-22
1
-2
/
+0
*
network: tighten variable scope used in loop (#18277)
Susant Sahani
2021-01-17
1
-2
/
+2
*
dhcp: length of each user class field must be positive
Yu Watanabe
2021-01-13
1
-1
/
+1
*
Move hostname setup logic to new shared/hostname-setup.[ch]
Zbigniew Jędrzejewski-Szmek
2020-12-16
1
-0
/
+1
*
network: do not set broadcast if prefixlen is 31 or 32
Yu Watanabe
2020-12-03
1
-1
/
+2
*
network: add debug log about requesting DHCP address
Yu Watanabe
2020-12-02
1
-0
/
+2
*
network: simplify the condition about ipv4ll is enabled or not
Yu Watanabe
2020-11-30
1
-12
/
+6
*
network: stop IPv4LL engine when DHCPv4 address is successfully acquired
Yu Watanabe
2020-11-30
1
-0
/
+4
*
networkd: start ipv4ll when dhcp has trouble getting a lease
Zbigniew Jędrzejewski-Szmek
2020-11-30
1
-0
/
+15
*
networkd: merge ll addressing fallback modes into normal "boolean" values
Zbigniew Jędrzejewski-Szmek
2020-11-30
1
-2
/
+1
*
Merge pull request #17474 from yuwata/network-drop-link-deserialization-logic
Yu Watanabe
2020-11-27
1
-132
/
+62
|
\
[prev]
[next]