index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libsystemd-network
/
sd-ipv4acd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
libsystemd-network: do not trigger assertion by sd_*_is_running() with NULL
Yu Watanabe
2024-04-10
1
-1
/
+2
*
network/ipv4ll: do not start sd-ipv4ll on exit
Yu Watanabe
2023-12-10
1
-0
/
+6
*
sd-ipv4acd: introduce sd_ipv4acd_is_bound()
Yu Watanabe
2023-07-30
1
-0
/
+6
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-1
/
+1
*
fd-util: rename CLOSE_AND_REPLACE() -> close_and_replace()
Yu Watanabe
2022-09-17
1
-1
/
+1
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
1
-5
/
+2
*
sd-ipv4acd: actually drop the arp packet from one of the host interface
Yu Watanabe
2022-04-07
1
-1
/
+1
*
time-util: assume CLOCK_BOOTTIME always exists
Lennart Poettering
2022-03-28
1
-3
/
+3
*
libsystemd-network: ignore -ENETDOWN or friends in recv()
Yu Watanabe
2021-12-09
1
-1
/
+1
*
tree-wide: use ERRNO_IS_TRANSIENT()
Yu Watanabe
2021-11-30
1
-1
/
+1
*
libsystemd-network: make sd_dhcp_client_get_ifname() or friends return negati...
Yu Watanabe
2021-09-28
1
-7
/
+14
*
libsystemd-network: disable event sources before unref them
Yu Watanabe
2021-09-24
1
-3
/
+2
*
Drop the text argument from assert_not_reached()
Zbigniew Jędrzejewski-Szmek
2021-08-03
1
-2
/
+2
*
tree-wide: add FORMAT_TIMESPAN()
Zbigniew Jędrzejewski-Szmek
2021-07-09
1
-3
/
+1
*
sd-ipv4acd: update condition of address conflict
Yu Watanabe
2021-06-30
1
-16
/
+48
*
sd-ipv4acd: allow to change requesting address without restarting sd-ipv4acd
Yu Watanabe
2021-06-30
1
-1
/
+22
*
sd-ipv4acd: set defend window in timeout event and state is IPV4ACD_STATE_STA...
Yu Watanabe
2021-06-30
1
-8
/
+7
*
sd-ipv4acd: allow to change MAC address without restarting sd-ipv4acd
Yu Watanabe
2021-06-30
1
-1
/
+13
*
arp-util: use struct in_addr
Yu Watanabe
2021-06-30
1
-5
/
+5
*
sd-ipv4acd: include announced address in log message
Yu Watanabe
2021-06-30
1
-4
/
+6
*
sd-ipv4acd: use struct in_addr instead of be32_t
Yu Watanabe
2021-06-30
1
-20
/
+13
*
libsystemd-network: check that errno==0 is not passed to log functions
Zbigniew Jędrzejewski-Szmek
2021-04-14
1
-2
/
+5
*
libsystemd-network: use macro for definitions of log_{lldp,dhcp,…}_errno
Zbigniew Jędrzejewski-Szmek
2021-04-14
1
-10
/
+5
*
Check that errno passed log_{interface,link}_*_errno() is non-zero
Zbigniew Jędrzejewski-Szmek
2021-04-14
1
-1
/
+1
*
libsystemd-network: make log_dhcp_client() or friends include interface name
Yu Watanabe
2021-03-03
1
-1
/
+9
*
libsystemd-network: introduce sd_xxx_{set,get}_ifname()
Yu Watanabe
2021-03-03
1
-10
/
+14
*
tree-wide: use -EINVAL for enum invalid values
Zbigniew Jędrzejewski-Szmek
2021-02-10
1
-1
/
+1
*
sd-ipv4acd: logs current state
Yu Watanabe
2020-12-02
1
-0
/
+16
*
sd-ipv4acd,sd-ipv4ll: include interface name in the debug logs
Yu Watanabe
2020-12-02
1
-2
/
+5
*
sd-ipv4acd,sd-ipv4ll: introduce _get_ifindex() and _get_ifname()
Yu Watanabe
2020-12-02
1
-1
/
+22
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
libsystemd-network: do not request each daemon exist in sd_xxx_stop()
Yu Watanabe
2020-10-15
1
-1
/
+2
*
Add CLOSE_AND_REPLACE helper
Zbigniew Jędrzejewski-Szmek
2020-09-18
1
-2
/
+1
*
sd-ipv4acd: introduce sd_ipv4acd_get_address()
Yu Watanabe
2020-09-04
1
-0
/
+9
*
sd-ipv4acd: do not call callback in sd_ipv4acd_stop() when it is already stopped
Yu Watanabe
2020-09-04
1
-0
/
+7
*
ipv4ll: do not reset conflict counter on restart
AJ Bagwell
2019-12-11
1
-2
/
+4
*
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: drop netinet/ether.h from socket-util.h and sd-netlink.h
Yu Watanabe
2019-07-24
1
-0
/
+1
*
tree-wide: use PROJECT_FILE instead of __FILE__
Zbigniew Jędrzejewski-Szmek
2019-07-04
1
-1
/
+1
*
headers: remove unneeded includes from util.h
Zbigniew Jędrzejewski-Szmek
2019-03-27
1
-1
/
+1
*
ipv4acd: do not unref() event sources when update or disable them
Yu Watanabe
2018-11-16
1
-17
/
+9
*
ipv4acd: use structured initializer at one more place
Yu Watanabe
2018-11-16
1
-5
/
+7
*
tree-wide: use DEFINE_TRIVIAL_REF_UNREF_FUNC() macro or friends where applicable
Yu Watanabe
2018-08-27
1
-19
/
+4
*
tree-wide: drop copyright headers from frequent contributors
Zbigniew Jędrzejewski-Szmek
2018-06-20
1
-1
/
+0
*
tree-wide: use proper unicode © instead of (C) where we can
Lennart Poettering
2018-06-14
1
-2
/
+2
*
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 TAKE_PTR() and TAKE_FD() macros
Yu Watanabe
2018-04-05
1
-4
/
+2
*
tree-wide: adjust fall through comments so that gcc is happy
Shawn Landden
2017-11-20
1
-2
/
+1
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
[next]