index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
network
/
networkd-ipv6-proxy-ndp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
1
-2
/
+1
*
network: re-design request queue
Yu Watanabe
2022-03-11
1
-5
/
+9
*
network: introduce request_call_netlink_async()
Yu Watanabe
2022-03-11
1
-12
/
+11
*
network: make request_process_address() and friends take Link and correspondi...
Yu Watanabe
2022-03-11
1
-6
/
+4
*
network: make address_configure() and friends take Request object
Yu Watanabe
2022-03-11
1
-8
/
+4
*
network: move functions
Yu Watanabe
2022-02-25
1
-19
/
+19
*
network: drop detailed log messages
Yu Watanabe
2022-02-25
1
-14
/
+20
*
tree-wide: "a" -> "an"
Yu Watanabe
2021-06-30
1
-1
/
+1
*
network: use request queue to configure IPv6 proxy NDP addresses
Yu Watanabe
2021-06-07
1
-8
/
+48
*
network: move logic for setting proxy_ndp sysctl to networkd-sysctl.c
Yu Watanabe
2021-06-07
1
-40
/
+0
*
network: introduce network_adjust_ipv6_proxy_ndp()
Yu Watanabe
2021-06-07
1
-0
/
+14
*
network: drop unnecessary condition in error path
Yu Watanabe
2021-01-26
1
-1
/
+1
*
network: drop wrong flag for neighbor entry
Yu Watanabe
2021-01-26
1
-1
/
+1
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
network: ignore error in writing proxy_ndp
Yu Watanabe
2020-10-23
1
-2
/
+2
*
network: propagate errors in ipv6_proxy_ndp_set()
Yu Watanabe
2020-10-06
1
-3
/
+3
*
network: drop networkd-ipv6-proxy-ndp.h from networkd-network.h
Yu Watanabe
2020-10-06
1
-2
/
+0
*
network: rename ipv6_proxy_ndp_addresses_configure() -> link_set_ipv6_proxy_n...
Yu Watanabe
2020-10-06
1
-1
/
+1
*
network: drop struct IPv6ProxyNDPAddress
Yu Watanabe
2020-10-06
1
-68
/
+30
*
network: move functions
Yu Watanabe
2020-10-06
1
-93
/
+93
*
network: downgrade log level in conf parsers
Yu Watanabe
2020-07-16
1
-3
/
+4
*
network: append INTERFACE= attributes for logs corresponds to a netif
Yu Watanabe
2020-01-07
1
-3
/
+3
*
network: include NLMSGERR_ATTR_MSG attribute in error message
Yu Watanabe
2019-11-30
1
-1
/
+1
*
network: include glibc headers before including kernel headers
Yu Watanabe
2019-05-09
1
-1
/
+1
*
network: make all xxx_new_static() static
Yu Watanabe
2019-03-13
1
-1
/
+1
*
network: use sysctl_write_ip_property() and friends
Yu Watanabe
2019-02-21
1
-5
/
+5
*
network: fix errno in log_syntax()
Yu Watanabe
2019-02-10
1
-3
/
+2
*
network: use typesafe netlink_call_async() macro where applicable
Yu Watanabe
2018-12-02
1
-4
/
+3
*
network: use structured initializers
Yu Watanabe
2018-11-12
1
-4
/
+5
*
tree-wide: set WRITE_STRING_FILE_DISABLE_BUFFER flag when we write files unde...
Yu Watanabe
2018-11-06
1
-1
/
+1
*
network: fix indentation
Yu Watanabe
2018-11-03
1
-10
/
+10
*
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
/
+4
*
sd-netlink: add destroy_callback argument to sd_netlink_call_async()
Yu Watanabe
2018-10-10
1
-1
/
+1
*
tree-wide: drop copyright lines for more authors
Zbigniew Jędrzejewski-Szmek
2018-06-22
1
-3
/
+0
*
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 license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
tree-wide: use "cannot" instead of "can not"
Zbigniew Jędrzejewski-Szmek
2018-02-08
1
-1
/
+1
*
networkd: don't try to configure IPv6 proxy NDP if IPv6 is not available (#7613)
Lennart Poettering
2017-12-13
1
-1
/
+7
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
networkd: add IPv6ProxyNDP (#5913)
Hristo Venev
2017-05-09
1
-0
/
+3
*
networkd: add IPv6ProxyNDPAddress support (#5174)
Florian Klink
2017-02-11
1
-0
/
+209