index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
network
/
networkd-address.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
network: rename KeepConfiguration=dhcp -> dynamic
Yu Watanabe
2024-11-14
1
-5
/
+5
*
network: merge link_foreignize_config() and link_drop_foreign_config()
Yu Watanabe
2024-11-05
1
-18
/
+13
*
network: expose log_route_debug() and log_address_debug()
Yu Watanabe
2024-11-04
1
-1
/
+1
*
network/address: slightly optimize link_address_is_dynamic()
Yu Watanabe
2024-11-04
1
-1
/
+5
*
networkd: raise limits on number of address 8x
Lennart Poettering
2024-10-18
1
-2
/
+2
*
network: add AF_TO_ADDRESS_FAMILY() helper
Lennart Poettering
2024-10-15
1
-6
/
+1
*
network/address: use config_parse_in_addr_non_null() at one more place
Yu Watanabe
2024-10-14
1
-10
/
+6
*
network/address: do not set family in config_parse_broadcast()
Yu Watanabe
2024-10-14
1
-4
/
+5
*
network/address: several cleanups for config_parse_address()
Yu Watanabe
2024-10-11
1
-40
/
+34
*
network/address: warn but ignore Broadcast= setting for an IPv6 address
Yu Watanabe
2024-10-11
1
-6
/
+0
*
network/address: use log_section_warning() more
Yu Watanabe
2024-10-11
1
-12
/
+13
*
in-addr-util: rename in_addr_prefix_from_string_auto_internal() -> _full()
Yu Watanabe
2024-10-11
1
-1
/
+1
*
network/address: use log_section_warning()
Yu Watanabe
2024-09-06
1
-24
/
+20
*
network/address: use generic section parser more
Yu Watanabe
2024-09-06
1
-189
/
+86
*
network/address: introduce generic config parser for [Address] section
Yu Watanabe
2024-09-06
1
-140
/
+19
*
network: make link_get_address() provide matching address with peer
Yu Watanabe
2024-07-30
1
-22
/
+28
*
network/ipv4acd: manage ACD engines with Address object
Yu Watanabe
2024-07-30
1
-4
/
+2
*
network/address-generation: regenerate IPv6 prefix stable address on conflict
Yu Watanabe
2024-04-09
1
-4
/
+57
*
network/address: make Address object optionally take reference to IPv6Token
Yu Watanabe
2024-04-09
1
-0
/
+6
*
networkd: report error if lease file cannot be loaded and ignore
Zbigniew Jędrzejewski-Szmek
2024-04-08
1
-1
/
+1
*
Merge pull request #31730 from yuwata/network-dhcp-server-lease-file-follow-ups
Luca Boccassi
2024-03-25
1
-0
/
+4
|
\
|
*
network/address: acquire address from DHCP server lease file
Yu Watanabe
2024-03-18
1
-0
/
+4
*
|
Replace strdup_or_null() by strdup_to()
Zbigniew Jędrzejewski-Szmek
2024-03-20
1
-2
/
+2
|
/
*
network/address: acquire address in address_process_request()
Yu Watanabe
2024-03-15
1
-64
/
+81
*
network: fix use-after-free in {address,route}_remove_and_cancel()
Yu Watanabe
2024-02-26
1
-1
/
+2
*
network: rename link_drop_managed_xyz() -> link_drop_static_xyz()
Yu Watanabe
2024-02-14
1
-3
/
+4
*
network/dhcp6: use address_can_update() at one more place
Yu Watanabe
2024-02-14
1
-1
/
+1
*
network/address: drop requirement of Address.link and .network in address_can...
Yu Watanabe
2024-02-14
1
-17
/
+15
*
network: set 'removing' flag to remembered object
Yu Watanabe
2024-02-07
1
-0
/
+3
*
network/address: do not configure with IFA_F_TENTATIVE
Yu Watanabe
2024-02-07
1
-3
/
+0
*
network/route: manage all routes by Manager object
Yu Watanabe
2024-01-24
1
-1
/
+5
*
network: use strdup_or_null() where appropriate
Yu Watanabe
2024-01-19
1
-2
/
+2
*
network/queue: detach request from the queue only when the request is actuall...
Yu Watanabe
2024-01-16
1
-1
/
+1
*
network/address: forget address even if we could not remove it
Yu Watanabe
2024-01-12
1
-11
/
+24
*
network/address: introduce ref/unref functions for Address object
Yu Watanabe
2024-01-03
1
-50
/
+91
*
network/address: introduce address_remove_and_cancel()
Yu Watanabe
2024-01-02
1
-31
/
+21
*
network/address: not necessary to remmber address before remove
Yu Watanabe
2024-01-02
1
-10
/
+1
*
network/address: make address_remove() take Link object that the address assi...
Yu Watanabe
2024-01-02
1
-13
/
+10
*
network/address: unconditionally check if address is ready
Yu Watanabe
2023-12-27
1
-2
/
+2
*
network/address: move post-processes on address removal to address_drop()
Yu Watanabe
2023-12-25
1
-8
/
+8
*
network/address: also drop reference for DHCP server address
Yu Watanabe
2023-12-25
1
-0
/
+3
*
siphash24: introduce siphash24_compress_typesafe() macro
Yu Watanabe
2023-12-25
1
-6
/
+6
*
network/address: make Address= in [Network] support an empty string
Yu Watanabe
2023-12-20
1
-2
/
+8
*
Merge pull request #30426 from mrc0mmand/nft-shenanigans
Yu Watanabe
2023-12-12
1
-2
/
+2
|
\
|
*
network: show the reason why NFT operation failed
Frantisek Sumsal
2023-12-11
1
-1
/
+1
|
*
network: add a missing space
Frantisek Sumsal
2023-12-11
1
-1
/
+1
*
|
network: actually show the unexpected flags
Frantisek Sumsal
2023-12-12
1
-1
/
+1
*
|
network: drop redundant 'struct'
Yu Watanabe
2023-12-11
1
-1
/
+1
*
|
network: adjust log message
Yu Watanabe
2023-12-11
1
-1
/
+1
|
/
*
network/networkd-address: don't set up firewall rules here
Topi Miettinen
2023-12-06
1
-1
/
+1
[next]