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: use address_remove_and_drop()
Yu Watanabe
2023-07-29
1
-3
/
+1
*
network/address: free Address object by caller that passed to link_request_ad...
Yu Watanabe
2023-07-29
1
-1
/
+1
*
Merge pull request #28508 from yuwata/network-next-dhcp4
Luca Boccassi
2023-07-29
1
-197
/
+281
|
\
|
*
network/dhcp4: drop unused logic of finding default gateway
Yu Watanabe
2023-07-27
1
-83
/
+21
|
*
network/dhcp4: always honor specified gateway address
Yu Watanabe
2023-07-27
1
-29
/
+19
|
*
network/dhcp4: always find suitable gateway for destination address
Yu Watanabe
2023-07-27
1
-20
/
+132
|
*
network/dhcp4: introduce dhcp4_prefix_covers() helper function
Yu Watanabe
2023-07-27
1
-7
/
+27
|
*
network/dhcp4: introduce dhcp4_get_router() helper function
Yu Watanabe
2023-07-27
1
-13
/
+33
|
*
network/dhcp4: introduce dhcp4_get_classless_static_or_static_routes() helper
Yu Watanabe
2023-07-27
1
-38
/
+47
|
*
network/dhcp4: drop unnecessary assignment
Yu Watanabe
2023-07-27
1
-2
/
+0
|
*
network/dhcp4: use FOREACH_ARRAY() macro
Yu Watanabe
2023-07-27
1
-14
/
+14
|
*
network/dhcp4: honor received broadcast address
Yu Watanabe
2023-07-27
1
-0
/
+3
|
*
network/dhcp4: use sd_dhcp_lease_get_prefix()
Yu Watanabe
2023-07-27
1
-14
/
+8
*
|
network,dhcp: drop support of ClientIdentifier=duid-only
Yu Watanabe
2023-07-29
1
-19
/
+3
*
|
network: DHCP4 allow to set InitialCongestionWindow and InitialAdvertisedRece...
Susant Sahani
2023-07-15
1
-0
/
+4
|
/
*
network/dhcp4: do not ignore the gateway even if the destination is in the sa...
Yu Watanabe
2023-07-06
1
-4
/
+8
*
network: Introduce UseCaptivePortal DHCPv4 option
Ronan Pigott
2023-07-02
1
-0
/
+5
*
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
[next]