index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libsystemd-network
/
icmp6-util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
libsystemd-network: make constant addresses type-safe
Yu Watanabe
2024-04-14
1
-2
/
+2
*
tree-wide: make sure net/if.h is included before any linux/ header
Frantisek Sumsal
2024-04-09
1
-2
/
+3
*
sd-ndisc: add basic support of Redirect message
Yu Watanabe
2024-04-04
1
-0
/
+1
*
sd-ndisc: add basic support of Neighbor Advertisement message
Yu Watanabe
2024-04-04
1
-0
/
+1
*
icmp6-util: drop unused icmp6_send_router_solicitation()
Yu Watanabe
2024-03-18
1
-36
/
+0
*
ndisc-option: introduce ndisc_send()
Yu Watanabe
2024-03-18
1
-0
/
+14
*
Merge pull request #31440 from yuwata/sd-ndisc-sd-radv-cleanups
Luca Boccassi
2024-02-25
1
-45
/
+24
|
\
|
*
icmp6-util: merge icmp6_bind_router_{solicitation,advertisement}() into icmp6...
Yu Watanabe
2024-02-24
1
-45
/
+24
*
|
icmp6-util: make icmp6_receive() refuse packets without IPv6 sender address
Yu Watanabe
2024-02-25
1
-11
/
+4
|
/
*
libsystemd-network: introduce triple_timestamp_from_cmsg()
Yu Watanabe
2023-11-20
1
-26
/
+6
*
Rename {dual,triple}_timestamp_get to {dual,triple}_timestamp_now
Zbigniew Jędrzejewski-Szmek
2023-11-13
1
-1
/
+1
*
io-util: split out "struct iovec" related calls into their own .c/.h files
Lennart Poettering
2023-10-20
1
-1
/
+1
*
icmp6-util: make icmp6_receive() accept the null source address
Yu Watanabe
2023-09-04
1
-1
/
+1
*
icmp6-util: several cleanups for icmp6_receive()
Yu Watanabe
2023-09-04
1
-6
/
+14
*
tree-wide: copy timestamp data from cmsg
Yu Watanabe
2023-04-16
1
-3
/
+5
*
tree-wide: port more code over to CMSG_TYPED_DATA()
Lennart Poettering
2023-04-13
1
-2
/
+2
*
tree-wide: use -EBADF more
Yu Watanabe
2022-12-20
1
-1
/
+1
*
icmp6: shorten code a bit
Yu Watanabe
2021-10-21
1
-7
/
+6
*
journal,network,timesync: fix segfault on 32bit timeval/timespec systems
Yu Watanabe
2021-09-16
1
-1
/
+2
*
socket-util: introduce CMSG_SPACE_TIMEVAL/TIMESPEC macro to support additiona...
Yu Watanabe
2021-08-30
1
-1
/
+1
*
icmp6: drop unnecessary assertion
Yu Watanabe
2021-08-20
1
-1
/
+0
*
icmp6-util: add missing variable initialization
Lennart Poettering
2021-02-23
1
-1
/
+1
*
tree-wide: use in_addr_is_set() or friends
Yu Watanabe
2021-02-17
1
-7
/
+11
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
libsystemd-network: rename index -> ifindex
Yu Watanabe
2020-07-02
1
-4
/
+4
*
tree-wide: make sure our control buffers are properly aligned
Lennart Poettering
2020-05-07
1
-5
/
+3
*
icmp6-util: port to recvmsg_safe()
Lennart Poettering
2020-04-24
1
-2
/
+2
*
tree-wide: drop socket.h when socket-util.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: port various users over to socket_bind_to_ifindex()
Lennart Poettering
2019-03-18
1
-8
/
+4
*
tree-wide: use IOVEC_MAKE() at many places
Lennart Poettering
2018-11-27
1
-3
/
+3
*
tree-wide: use setsockopt_int() more
Yu Watanabe
2018-10-18
1
-7
/
+6
*
tree-wide: introduce setsockopt_int() helper and make use of it everywhere
Lennart Poettering
2018-10-18
1
-6
/
+6
*
tree-wide: add a single version of "static const int one = 1"
Lennart Poettering
2018-10-15
1
-4
/
+4
*
icmp6-util: stop ignoring EAGAIN and EINTR in icmp6_receive
Evgeny Vereshchagin
2018-10-02
1
-5
/
+1
*
tree-wide: use proper unicode © instead of (C) where we can
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
*
macro: introduce new TAKE_FD() macro
Lennart Poettering
2018-03-22
1
-3
/
+1
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
tree-wide: use IN_SET where possible
Andreas Rammhold
2017-10-02
1
-1
/
+1
*
sd-radv: Receive Router Solicitations
Patrik Flykt
2017-05-15
1
-0
/
+72
*
icmp6-util: Bind Router Advertisement socket
Patrik Flykt
2017-05-15
1
-10
/
+35
*
network: beef up ipv6 RA support considerably
Lennart Poettering
2016-06-06
1
-1
/
+6
*
networkd: networkd: ndisc set SO_BINDTODEVICE on socket (#3294)
Susant Sahani
2016-05-23
1
-0
/
+9
*
sd-ndisc: better validate RA packets
Tom Gundersen
2015-11-25
1
-13
/
+11
*
sd-ndisc: always send the link-layer address
Tom Gundersen
2015-11-25
1
-10
/
+10
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-9
/
+9
*
libsystemd-network: split icm6-util.[ch] out of dhcp6 code
Tom Gundersen
2015-10-22
1
-0
/
+129