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
/
libsystemd-network
/
sd-dhcp-client.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: simplify x ? x : y to x ?: y where applicable
Frantisek Sumsal
2023-03-18
1
-1
/
+1
*
sd-dhcp-client: gracefully handle invalid ether type client ID
Yu Watanabe
2023-01-16
1
-20
/
+18
*
optionally set socket priority on DHCPv4 raw socket
chris
2023-01-12
1
-2
/
+16
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-1
/
+1
*
dhcp: use the attached sd_device object when generating IAID
Yu Watanabe
2022-10-27
1
-5
/
+3
*
sd-dhcp-client: introduce sd_dhcp_client_attach_device()
Yu Watanabe
2022-10-26
1
-0
/
+13
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
1
-9
/
+4
*
dhcp: add assertions about client state
Yu Watanabe
2022-08-08
1
-5
/
+22
*
dhcp: fix potential buffer overflow
Yu Watanabe
2022-08-06
1
-6
/
+5
*
dhcp: make dhcp_network_bind_raw_socket() take struct hw_addr_data
Yu Watanabe
2022-08-06
1
-4
/
+2
*
dhcp: make dhcp_identifier_set_duid() take struct hw_addr_data
Yu Watanabe
2022-08-06
1
-1
/
+1
*
dhcp: make dhcp_identifier_set_iaid() take struct hw_addr_data
Yu Watanabe
2022-08-06
1
-3
/
+2
*
sd-dhcp-client: use struct hw_addr_data to store MAC and broadcast address
Yu Watanabe
2022-08-06
1
-35
/
+21
*
dhcp4: stop client before updating MAC address
Yu Watanabe
2022-08-06
1
-54
/
+4
*
tree-wide: add a space after if, switch, for, and while
Yu Watanabe
2022-04-01
1
-1
/
+1
*
time-util: assume CLOCK_BOOTTIME always exists
Lennart Poettering
2022-03-28
1
-11
/
+11
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
1
-1
/
+0
*
dhcp: list all known DHCP options
Yu Watanabe
2022-03-10
1
-3
/
+3
*
dhcp-identifier: generate static and constant DUID-EN when the client is runn...
Yu Watanabe
2022-02-14
1
-2
/
+3
*
dhcp-identifier: introduce dhcp_identifier_set_duid()
Yu Watanabe
2022-02-14
1
-31
/
+13
*
sd-dhcp-client,sd-dhcp-client-server: set chaddr in dhcp_message_init()
Yu Watanabe
2022-01-24
1
-10
/
+2
*
sd-dhcp-client: fix RFC number
Yu Watanabe
2022-01-24
1
-2
/
+2
*
sd-dhcp-client: add log message when a message is received
Yu Watanabe
2021-12-18
1
-0
/
+2
*
libsystemd-network: ignore -ENETDOWN or friends in recv()
Yu Watanabe
2021-12-09
1
-18
/
+23
*
tree-wide: use ERRNO_IS_TRANSIENT()
Yu Watanabe
2021-11-30
1
-5
/
+5
*
libsystemd-network: make sd_dhcp_client_get_ifname() or friends return negati...
Yu Watanabe
2021-09-29
1
-4
/
+12
*
libsystemd-network: disable event sources before unref them
Yu Watanabe
2021-09-24
1
-7
/
+5
*
network: print Ethernet Link-Layer DHCP client ID with leading 0's
Alvin Šipraga
2021-09-01
1
-1
/
+1
*
Drop the text argument from assert_not_reached()
Zbigniew Jędrzejewski-Szmek
2021-08-03
1
-2
/
+2
*
Merge pull request #20109 from keszybz/timestamp-macros
Yu Watanabe
2021-07-14
1
-7
/
+4
|
\
|
*
tree-wide: add FORMAT_TIMESPAN()
Zbigniew Jędrzejewski-Szmek
2021-07-09
1
-7
/
+4
*
|
tree-wide: coccinelle fixes
Frantisek Sumsal
2021-07-09
1
-1
/
+1
|
/
*
sd-dhcp-client: tentatively ignore FORCERENEW command
Yu Watanabe
2021-06-24
1
-0
/
+8
*
sd-dhcp-client: logs when dhcp client unexpectedly gains a new lease
Yu Watanabe
2021-06-24
1
-11
/
+12
*
sd-dhcp-client: shorten code a bit
Yu Watanabe
2021-06-24
1
-9
/
+4
*
sd-dhcp-client: check error earlier and reduce indentation
Yu Watanabe
2021-06-24
1
-64
/
+64
*
dhcp: do not use ifindex when generating iaid in tests
Yu Watanabe
2021-06-12
1
-2
/
+14
*
netlink,network: drop "const" from opaque object parameters in supposed-to-be...
Lennart Poettering
2021-05-12
1
-1
/
+1
*
sd-dhcp-client: introduce sd_dhcp_client_is_running()
Yu Watanabe
2021-04-14
1
-0
/
+7
*
Merge pull request #18777 from yuwata/network-set-ifname-to-engines
Zbigniew Jędrzejewski-Szmek
2021-03-31
1
-0
/
+20
|
\
|
*
libsystemd-network: introduce sd_xxx_{set,get}_ifname()
Yu Watanabe
2021-03-04
1
-0
/
+20
*
|
tree-wide: use UINT64_MAX or friends
Yu Watanabe
2021-03-05
1
-1
/
+1
|
/
*
network: Use ordered_hashmap_ensure_put (#18233)
Susant Sahani
2021-01-17
1
-5
/
+1
*
dhcp: do not assign value twice
Yu Watanabe
2021-01-13
1
-4
/
+4
*
dhcp: length of each user class field must be positive
Yu Watanabe
2021-01-13
1
-10
/
+14
*
sd-dhcp-client: avoid "maybe-uninitialized" warning in client_timeout_resend()
Thomas Haller
2020-12-26
1
-0
/
+3
*
sd-dhcp-client: fix renew/rebind timeout calculation to avoid infinite loop
Dan Streetman
2020-12-16
1
-1
/
+1
*
Merge pull request #17967 from poettering/connect-user-bus
Lennart Poettering
2020-12-15
1
-1
/
+1
|
\
|
*
hostname-util: flagsify hostname_is_valid(), drop machine_name_is_valid()
Lennart Poettering
2020-12-15
1
-1
/
+1
*
|
sd-dhcp-client: correct retransmission timeout to match RFC
Dan Streetman
2020-12-14
1
-2
/
+1
[next]