index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
network
/
networkd-dhcp4.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
network/dhcp4: accept local subnet routes from DHCP
Tuetuopay
2023-02-01
1
-8
/
+11
*
network: introduce QuickAck= for [DHCPv4] and [IPv6AcceptRA]
Yu Watanabe
2023-01-16
1
-0
/
+3
*
optionally set socket priority on DHCPv4 raw socket
chris
2023-01-12
1
-0
/
+42
*
network: attach device to DHCP clients
Yu Watanabe
2022-10-26
1
-0
/
+4
*
network: don't forget old RAs when a new one arrives
Thomas Hebb
2022-10-03
1
-2
/
+2
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
1
-8
/
+4
*
network: NetLabel integration
Topi Miettinen
2022-08-29
1
-0
/
+4
*
dhcp4: stop client before updating MAC address
Yu Watanabe
2022-08-05
1
-2
/
+20
*
network: check link state with link_is_ready_to_configure() before configurin...
Yu Watanabe
2022-08-05
1
-1
/
+1
*
network: drop doubled semicolon
Yu Watanabe
2022-08-01
1
-2
/
+2
*
network: rename Link.sd_device -> Link.dev
Yu Watanabe
2022-07-23
1
-1
/
+1
*
Merge pull request #24001 from yuwata/network-lifetime-fix
Luca Boccassi
2022-07-18
1
-1
/
+4
|
\
|
*
network: fix infinite lifetime handling
Yu Watanabe
2022-07-14
1
-1
/
+1
|
*
network: use sd_event_now()
Yu Watanabe
2022-07-14
1
-1
/
+4
*
|
Merge pull request #23927 from AndreKalb/feature/ipv4-link-local-start-address
Yu Watanabe
2022-07-14
1
-0
/
+12
|
\
\
|
*
|
sd-ipv4ll/networkd: Try to select an IPv4 link-local start address
Andre Kalb
2022-07-14
1
-0
/
+12
|
|
/
*
/
Revert "network: configure DHCP clients after MAC address is assigned"
Yu Watanabe
2022-07-13
1
-5
/
+0
|
/
*
network: drop support for old kernels which cannot set prefix route with non-...
Yu Watanabe
2022-05-21
1
-44
/
+2
*
network: shorten code a bit
Yu Watanabe
2022-03-31
1
-11
/
+1
*
time-util: assume CLOCK_BOOTTIME always exists
Lennart Poettering
2022-03-28
1
-1
/
+1
*
Merge pull request #22631 from yuwata/network-redesign-request-queue
Luca Boccassi
2022-03-11
1
-21
/
+7
|
\
|
*
network: re-design request queue
Yu Watanabe
2022-03-11
1
-2
/
+2
|
*
network: introduce request_call_netlink_async()
Yu Watanabe
2022-03-11
1
-11
/
+3
|
*
network: make request_process_address() and friends take Link and correspondi...
Yu Watanabe
2022-03-11
1
-9
/
+3
*
|
dhcp: list all known DHCP options
Yu Watanabe
2022-03-10
1
-3
/
+3
|
/
*
network: use address_set_broadcast() at one more place
Yu Watanabe
2022-02-23
1
-2
/
+1
*
sd-dhcp-lease: store static routes and classless static routes in different a...
Yu Watanabe
2022-02-02
1
-38
/
+42
*
network: configure DHCP clients after MAC address is assigned
Yu Watanabe
2022-01-31
1
-0
/
+5
*
network: dhcp4: pass IPServiceType=none to dhcp client
Yu Watanabe
2021-12-18
1
-1
/
+1
*
network: dhcp: make IPServiceType= accept "none" to disable tos in the outgoi...
Yu Watanabe
2021-12-09
1
-4
/
+11
*
network: dhcp-pd: add 6rd support
Yu Watanabe
2021-12-07
1
-3
/
+32
*
network: route: make route_cancel_request() take Link*
Yu Watanabe
2021-12-06
1
-1
/
+1
*
network: address: use usec_t for handling lifetime
Yu Watanabe
2021-10-21
1
-10
/
+12
*
network: use NetworkConfigSource/State to manage addresses and routes
Yu Watanabe
2021-09-24
1
-168
/
+106
*
network: do not use RouteTable= in [DHCPv4] section for DHCPv6 routes
Yu Watanabe
2021-09-14
1
-1
/
+1
*
network: dhcp4: use free_and_strdup_warn()
Yu Watanabe
2021-09-14
1
-5
/
+3
*
network: dhcp4: log server address
Yu Watanabe
2021-09-14
1
-5
/
+11
*
network: dhcp4: return earlier on failure
Yu Watanabe
2021-09-14
1
-13
/
+21
*
network: move common route settings to {dhcp4,ndisc}_request_route()
Yu Watanabe
2021-09-14
1
-32
/
+10
*
network: dhcp4,ndisc: make addresses in Allow/DenyList= optionally take prefi...
Yu Watanabe
2021-08-23
1
-103
/
+16
*
Merge pull request #20443 from yuwata/network-conf-parser-cleanups
Yu Watanabe
2021-08-16
1
-1
/
+3
|
\
|
*
network: rebreak conf parser arguments
Yu Watanabe
2021-08-16
1
-1
/
+3
*
|
network: add address label on dhcpv4
Maxime de Roucy
2021-08-16
1
-0
/
+39
|
/
*
network: DHCP[46] -> DHCPv[46] in log messages
Yu Watanabe
2021-08-10
1
-35
/
+35
*
network: use request queue to configure DHCP{4,6} clients
Yu Watanabe
2021-08-10
1
-19
/
+69
*
network: downgrade log level in dhcp4_configure()
Yu Watanabe
2021-08-10
1
-32
/
+32
*
Drop the text argument from assert_not_reached()
Zbigniew Jędrzejewski-Szmek
2021-08-03
1
-1
/
+1
*
network: dhcp4: also support semi-static routes with Gateway=_dhcp4 when UseG...
Yu Watanabe
2021-07-14
1
-11
/
+80
*
network: further unification of MUD url parsers
Yu Watanabe
2021-07-14
1
-20
/
+0
*
networkd: add shared parser for mud urls
Zbigniew Jędrzejewski-Szmek
2021-07-09
1
-27
/
+3
[next]