index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
network
/
networkd-dhcp-common.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
dhcp: introduce sd_dhcp_duid and move relevant functions to sd_dhcp_duid.[ch]
Yu Watanabe
2023-12-22
1
-1
/
+0
*
network/dhcp: actually refuse to assign DHCP option when an invalid string is...
Yu Watanabe
2023-11-18
1
-1
/
+3
*
network: introduce SendHostname/Hostname DHCPv6 options
Ronan Pigott
2023-10-30
1
-0
/
+50
*
dhcp: split dhcp-internal.h into two
Yu Watanabe
2023-10-20
1
-1
/
+1
*
Adding dhcp client and dhcp6 client state interface
pelaufer
2023-09-02
1
-1
/
+1
*
network/dhcp: make DUIDType= take an arbitrary integer
Yu Watanabe
2023-08-24
1
-3
/
+11
*
network/dhcp: fix maximal DUID data size
Yu Watanabe
2023-08-24
1
-2
/
+2
*
Revert "network: DHCP6 client- Allow to send manual DUID"
Yu Watanabe
2023-08-24
1
-5
/
+4
*
network: DHCP6 client- Allow to send manual DUID
Susant Sahani
2023-08-17
1
-4
/
+5
*
network: handle captive portal with multiple routers
Yu Watanabe
2023-07-06
1
-2
/
+18
*
network: introduce link_get_captive_portal()
Yu Watanabe
2023-07-06
1
-0
/
+52
*
Merge pull request #25166 from yuwata/network-router-preference
Luca Boccassi
2022-10-31
1
-8
/
+65
|
\
|
*
network: adjust route priority based on preference
Yu Watanabe
2022-10-28
1
-8
/
+65
*
|
network: make RouteTable= also accept route table name
Yu Watanabe
2022-10-28
1
-1
/
+2
|
/
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
1
-30
/
+13
*
network: replace usage of sd_bus_call_method_async() to bus_call_method_async...
williamsumendap
2022-08-12
1
-4
/
+3
*
network: dhcp4: disable DHCPv4 client on interfaces with non-supported types
Yu Watanabe
2022-07-13
1
-0
/
+4
*
Revert "network: configure DHCP clients after MAC address is assigned"
Yu Watanabe
2022-07-13
1
-7
/
+0
*
Fix "link-local" language inconsistencies
Sebastian Pucilowski
2022-03-31
1
-1
/
+1
*
network: coding style fixes
Yu Watanabe
2022-02-09
1
-6
/
+6
*
network: configure DHCP clients after MAC address is assigned
Yu Watanabe
2022-01-31
1
-0
/
+7
*
network: dhcp-pd: rename [DHCPv6PrefixDelegation] -> [DHCPPrefixDelegation]
Yu Watanabe
2021-12-07
1
-3
/
+3
*
network: dhcp6pd: always use main route table for unreachable route
Yu Watanabe
2021-12-07
1
-34
/
+4
*
network: dhcp6pd: fix copy-and-paste error
Yu Watanabe
2021-12-06
1
-1
/
+1
*
network: dhcp6: introduce UplinkInterface= for DHCP6 prefix delegation
Yu Watanabe
2021-10-26
1
-1
/
+13
*
network: move config_parse_uplink() to networkd-dhcp-common.[ch]
Yu Watanabe
2021-10-26
1
-0
/
+66
*
tree-wide: mark set-but-not-used variables as unused to make LLVM happy
Frantisek Sumsal
2021-09-15
1
-2
/
+4
*
network: replace config_parse_address_filter() with config_parse_in_addr_pref...
Yu Watanabe
2021-09-14
1
-66
/
+0
*
in-addr-prefix-util: introduce several utilities for address prefix
Yu Watanabe
2021-09-14
1
-1
/
+1
*
network: do not use RouteTable= in [DHCPv4] section for DHCPv6 routes
Yu Watanabe
2021-09-14
1
-3
/
+68
*
network: use ltype to distinguish DHCPv4 and DHCPv6
Yu Watanabe
2021-09-14
1
-13
/
+45
*
network: dhcp4,ndisc: make addresses in Allow/DenyList= optionally take prefi...
Yu Watanabe
2021-08-23
1
-0
/
+90
*
network: rebreak conf parser arguments
Yu Watanabe
2021-08-16
1
-10
/
+11
*
network: DHCP[46] -> DHCPv[46] in log messages
Yu Watanabe
2021-08-10
1
-6
/
+6
*
network: use request queue to configure DHCP{4,6} clients
Yu Watanabe
2021-08-10
1
-72
/
+19
*
network: do not request UUID frequently on failure
Yu Watanabe
2021-08-10
1
-0
/
+2
*
network: downgrade log level in dhcp6_configure()
Yu Watanabe
2021-08-10
1
-1
/
+1
*
network: downgrade log level in dhcp4_configure()
Yu Watanabe
2021-08-10
1
-1
/
+1
*
network: do not process requests which conditionalized with link flags while ...
Yu Watanabe
2021-06-08
1
-0
/
+3
*
network: dhcp: constify link_get_duid()
Yu Watanabe
2021-04-21
1
-11
/
+13
*
network: dhcp: introduce duid_needs_product_uuid() helper function
Yu Watanabe
2021-04-21
1
-1
/
+7
*
network: configure non-dhcp configs earlier even DUID-UUID is used by DHCP cl...
Yu Watanabe
2021-04-21
1
-83
/
+43
*
network: make IAID and DUID for DHCPv6 configurable explicitly
Yu Watanabe
2021-04-21
1
-56
/
+209
*
network: move dhcp related conf parsers to networkd-dhcp-common.c
Yu Watanabe
2021-04-21
1
-0
/
+146
*
network: move RouteMetric= from [DHCPv6] to [IPv6AcceptRA]
Yu Watanabe
2021-04-21
1
-5
/
+5
*
network: move and rename network_apply_anonymize_if_set()
Yu Watanabe
2021-04-14
1
-0
/
+2
*
networkd: simplify sd_bus_is_ready() checks
Zbigniew Jędrzejewski-Szmek
2021-04-08
1
-1
/
+1
*
network: also introduce UseDomains= for [DHCPv6] section
Yu Watanabe
2021-03-13
1
-3
/
+43
*
network: use userdata instead data in conf parsers
Yu Watanabe
2021-03-13
1
-6
/
+6
*
network: DHCP option- use correct byteorder
Susant Sahani
2021-02-17
1
-2
/
+8
[next]