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-label.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
network: re-design request queue
Yu Watanabe
2022-03-11
1
-3
/
+6
*
network: introduce request_call_netlink_async()
Yu Watanabe
2022-03-11
1
-16
/
+8
*
network: make request_process_address() and friends take Link and correspondi...
Yu Watanabe
2022-03-11
1
-7
/
+4
*
network: make address_configure() and friends take Request object
Yu Watanabe
2022-03-11
1
-4
/
+4
*
network: move functions
Yu Watanabe
2022-02-25
1
-20
/
+20
*
network: drop detailed log messages
Yu Watanabe
2022-02-25
1
-16
/
+23
*
network: rename NetworkConfigSection -> ConfigSection
Yu Watanabe
2022-01-19
1
-5
/
+5
*
network: verify [IPv6AddressLabel] section
Yu Watanabe
2021-10-27
1
-4
/
+28
*
network: address label: use request queue to configure address labels
Yu Watanabe
2021-06-07
1
-22
/
+48
*
network: address label: use struct in6_addr instead
Yu Watanabe
2021-06-07
1
-2
/
+2
*
network: address label: refuse IPv4 mapped address with large prefix length
Yu Watanabe
2021-06-07
1
-2
/
+15
*
network: drop unnecessary call of manager_rtnl_process_address()
Yu Watanabe
2021-05-19
1
-2
/
+1
*
network: use UINT32_C() macro
Yu Watanabe
2021-05-18
1
-1
/
+1
*
Merge pull request #18243 from ssahani/ensure-put-use
Yu Watanabe
2021-01-17
1
-5
/
+1
|
\
|
*
network: address label - use hashmap_ensure_put
Susant Sahani
2021-01-15
1
-5
/
+1
*
|
network: address label - use TAKE_PTR
Susant Sahani
2021-01-15
1
-3
/
+2
|
/
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
network: rename network_verify_xxx() -> network_drop_invalid_xxx()
Yu Watanabe
2020-10-06
1
-1
/
+1
*
network: cleanup networkd-address-label.h
Yu Watanabe
2020-10-06
1
-3
/
+5
*
network: introduce link_set_address_labels()
Yu Watanabe
2020-10-06
1
-7
/
+20
*
network: introduce network_verify_address_labels()
Yu Watanabe
2020-10-06
1
-0
/
+10
*
network: make address_label_free() return NULL
Yu Watanabe
2020-10-06
1
-3
/
+3
*
network: drop list of static address labels
Yu Watanabe
2020-10-06
1
-33
/
+19
*
network: downgrade log level in conf parsers
Yu Watanabe
2020-07-16
1
-5
/
+5
*
network: append INTERFACE= attributes for logs corresponds to a netif
Yu Watanabe
2020-01-07
1
-5
/
+5
*
network: include NLMSGERR_ATTR_MSG attribute in error message
Yu Watanabe
2019-11-30
1
-1
/
+1
*
network: make link enter failed state when a configuration fails
Yu Watanabe
2019-07-15
1
-3
/
+5
*
network: drop sections contain invalid settings in network_verify()
Yu Watanabe
2019-03-13
1
-2
/
+2
*
network: use typesafe netlink_call_async() macro where applicable
Yu Watanabe
2018-12-02
1
-6
/
+5
*
network: move address_label_handler() to networkd-address-label.c
Yu Watanabe
2018-12-02
1
-1
/
+29
*
network: allocate hashmap objects when they are required
Yu Watanabe
2018-11-12
1
-0
/
+4
*
network: fixes related to NetworkConfigSection
Yu Watanabe
2018-11-12
1
-28
/
+23
*
sd-netlink: make sd_netlink_slot take its description
Yu Watanabe
2018-10-16
1
-1
/
+1
*
sd-netlink: introduce sd_netlink_slot
Yu Watanabe
2018-10-15
1
-2
/
+2
*
network: add destroy callbacks for asynchronous netlink calls
Yu Watanabe
2018-10-10
1
-1
/
+2
*
sd-netlink: add destroy_callback argument to sd_netlink_call_async()
Yu Watanabe
2018-10-10
1
-1
/
+1
*
tree-wide: drop copyright headers from frequent contributors
Zbigniew Jędrzejewski-Szmek
2018-06-20
1
-3
/
+0
*
Correct a number of trivial typos.
Chris Lamb
2018-06-18
1
-1
/
+1
*
tree-wide: beautify remaining copyright statements
Lennart Poettering
2018-06-14
1
-1
/
+1
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: drop redundant _cleanup_ macros (#8810)
Lennart Poettering
2018-04-25
1
-5
/
+5
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
tree-wide: use TAKE_PTR() and TAKE_FD() macros
Yu Watanabe
2018-04-05
1
-8
/
+4
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
socket-util: add parse_ip_prefix (#5867)
Susant Sahani
2017-05-06
1
-38
/
+4
*
networkd: add support for address label
Susant Sahani
2017-04-26
1
-0
/
+257