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-server.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
network/address: introduce address_get_harder() and use it where appropriate
Yu Watanabe
2023-07-30
1
-2
/
+2
*
network/address: free Address object by caller that passed to link_request_ad...
Yu Watanabe
2023-07-29
1
-1
/
+1
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
1
-2
/
+1
*
network: drop an unused variable
Frantisek Sumsal
2022-08-20
1
-3
/
+1
*
network: check link state with link_is_ready_to_configure() before configurin...
Yu Watanabe
2022-08-05
1
-7
/
+1
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
1
-2
/
+0
*
Merge pull request #22631 from yuwata/network-redesign-request-queue
Luca Boccassi
2022-03-11
1
-6
/
+3
|
\
|
*
network: re-design request queue
Yu Watanabe
2022-03-11
1
-2
/
+2
|
*
network: make request_process_address() and friends take Link and correspondi...
Yu Watanabe
2022-03-11
1
-5
/
+2
*
|
network: dhcp: rename NextServer= and Filename= settings
Yu Watanabe
2022-03-11
1
-5
/
+9
|
/
*
network: dhcp-server: add two more log messages
Yu Watanabe
2022-02-25
1
-6
/
+18
*
network: move functions
Yu Watanabe
2022-02-25
1
-13
/
+13
*
network: add NextServer= and Filename= setting to [DHCPServer] section
Yu Watanabe
2022-02-24
1
-0
/
+8
*
network: set broadcast address on request
Yu Watanabe
2022-02-23
1
-1
/
+1
*
network: dhcp-server: make empty string to DNS= or friends clear previously s...
Yu Watanabe
2022-02-02
1
-0
/
+6
*
Merge pull request #22332 from yuwata/network-dhcp-server-dns-server-address
Yu Watanabe
2022-02-01
1
-14
/
+16
|
\
|
*
network: dhcp-server: introduce special value DNS=_server_address
Yu Watanabe
2022-02-01
1
-5
/
+15
|
*
network: use GREEDY_REALLOC() at one more place
Yu Watanabe
2022-02-01
1
-3
/
+1
|
*
network: drop outdated TODO comment
Yu Watanabe
2022-02-01
1
-6
/
+0
*
|
network: dhcp-server: also refuse link local address to use as the server add...
Yu Watanabe
2022-02-01
1
-6
/
+17
|
/
*
network: split networkd-route.[ch]
Yu Watanabe
2021-11-14
1
-1
/
+1
*
network: dhcp-server: introduce Router= setting to specify router address
Yu Watanabe
2021-11-02
1
-3
/
+5
*
network: use NetworkConfigSource/State to manage addresses and routes
Yu Watanabe
2021-09-24
1
-10
/
+50
*
network: introduce UplinkInterface= in [IPv6SendRA]
Yu Watanabe
2021-08-04
1
-53
/
+1
*
Drop the text argument from assert_not_reached()
Zbigniew Jędrzejewski-Szmek
2021-08-03
1
-1
/
+1
*
network: rename Manager::links -> Manager::links_by_index
Yu Watanabe
2021-06-30
1
-1
/
+1
*
network: do not process requests which conditionalized with link flags while ...
Yu Watanabe
2021-06-08
1
-0
/
+3
*
network: introduce UplinkInterface= setting for DHCP server
Yu Watanabe
2021-06-07
1
-1
/
+80
*
network: make manager_find_uplink() uses stored route information
Yu Watanabe
2021-06-07
1
-1
/
+1
*
network: restart DHCP server on carrier gain
Yu Watanabe
2021-06-07
1
-6
/
+4
*
network: use request queue to configure DHCP server
Yu Watanabe
2021-06-07
1
-14
/
+65
*
network: dhcp-server: introduce [DHCPServerStaticLease] section
borna-blazevic
2021-05-27
1
-1
/
+9
*
alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()
Lennart Poettering
2021-05-19
1
-8
/
+12
*
network: dhcp-server: introduce ServerAddress= setting
Yu Watanabe
2021-05-18
1
-19
/
+99
*
network: use config_parse_in_addr_non_null()
Yu Watanabe
2021-05-18
1
-26
/
+0
*
network:dhcp4_server_configure returns if not able to get timezone
tramsay
2021-05-15
1
-7
/
+9
*
rfc3046 implementation
Yegor Alexeyev
2021-05-08
1
-4
/
+44
*
relay role implementation
Yegor Alexeyev
2021-04-20
1
-0
/
+30
*
dhcp: Implemented BindToInterface= configuration option
Yegor Alexeyev
2021-04-14
1
-0
/
+4
*
network: suffix types with _t in public headers
Lennart Poettering
2021-02-18
1
-2
/
+2
*
tree-wide: use in_addr_is_set() or friends
Yu Watanabe
2021-02-17
1
-1
/
+1
*
network: register callback for dhcp server (#18146)
Luka Kudra
2021-01-10
1
-0
/
+5
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
network: move link_dhcp4_server_enabled()
Yu Watanabe
2020-10-06
1
-0
/
+42
*
network: header cleanup
Yu Watanabe
2020-10-06
1
-0
/
+1
*
network: manage addresses from pool by Set
Yu Watanabe
2020-10-06
1
-1
/
+1
*
network: drop list of static addresses
Yu Watanabe
2020-10-06
1
-1
/
+1
*
tree-wide: define iterator inside of the macro
Zbigniew Jędrzejewski-Szmek
2020-09-08
1
-3
/
+2
*
network: support port number and SNI in [Network] DNS=
Yu Watanabe
2020-07-20
1
-2
/
+2
*
network: downgrade log level in conf parsers
Yu Watanabe
2020-07-16
1
-2
/
+2
[next]