index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libsystemd-network
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
sd-dhcp6-client: use GREEDY_REALLOC() in dhcp6_option_append_vendor_class()
Yu Watanabe
2022-10-02
1
-19
/
+10
|
*
sd-dhcp6-client: use GREEDY_REALLOC()
Yu Watanabe
2022-10-02
1
-13
/
+8
|
*
sd-dhcp6-client: slightly shorten dhcp6_option_append_fqdn()
Yu Watanabe
2022-10-02
1
-4
/
+2
|
*
sd-dhcp6-client: simplify dhcp6_option_append_ia()
Yu Watanabe
2022-10-02
1
-38
/
+9
|
*
sd-dhcp6-client: make dhcp6_option_append_fqdn() or friends handle zero lengt...
Yu Watanabe
2022-10-02
3
-25
/
+22
|
*
sd-dhcp6-client: use assert() in non-public functions
Yu Watanabe
2022-10-02
1
-11
/
+19
|
*
sd-dhcp6-client: do not use implicit cast from integer to boolean
Yu Watanabe
2022-10-02
1
-1
/
+1
*
|
Merge pull request #24957 from yuwata/network-ignore-failure-in-sending-solic...
Luca Boccassi
2022-10-11
2
-11
/
+10
|
\
\
|
*
|
sd-radv: mention that failures in sending RA are ignored
Yu Watanabe
2022-10-11
1
-4
/
+4
|
*
|
sd-ndisc: ignore failure in sending solicitation
Yu Watanabe
2022-10-11
1
-7
/
+6
|
|
/
*
/
tree-wide: drop () around the first argument of a ternary op
Zbigniew Jędrzejewski-Szmek
2022-10-11
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
9
-43
/
+18
*
tree-wide: Fix format specifier warnings for %x
Jan Janssen
2022-08-30
1
-2
/
+2
*
tree-wide: Use correct format specifiers
Jan Janssen
2022-08-30
3
-4
/
+4
*
dhcp6: do not append ORO option when no option requested
Yu Watanabe
2022-08-13
1
-0
/
+3
*
dhcp6: gracefully handle NoBinding error
Yu Watanabe
2022-08-12
5
-7
/
+39
*
dhcp: add assertions about client state
Yu Watanabe
2022-08-08
1
-5
/
+22
*
dhcp: fix potential buffer overflow
Yu Watanabe
2022-08-06
3
-12
/
+12
*
dhcp: make dhcp_network_bind_raw_socket() take struct hw_addr_data
Yu Watanabe
2022-08-05
5
-69
/
+86
*
dhcp: make dhcp_identifier_set_duid() take struct hw_addr_data
Yu Watanabe
2022-08-05
4
-23
/
+32
*
dhcp: make dhcp_identifier_set_iaid() take struct hw_addr_data
Yu Watanabe
2022-08-05
5
-20
/
+27
*
sd-dhcp6-client: use hw_addr_set()
Yu Watanabe
2022-08-05
1
-2
/
+1
*
sd-dhcp-client: use struct hw_addr_data to store MAC and broadcast address
Yu Watanabe
2022-08-05
1
-35
/
+21
*
dhcp4: stop client before updating MAC address
Yu Watanabe
2022-08-05
1
-54
/
+4
*
tree-wide: drop unnecessary inclusion of netlink-util.h
Yu Watanabe
2022-07-23
2
-2
/
+0
*
sd-dhcp6-client: introduce sd_dhcp6_client_set_rapid_commit()
Yu Watanabe
2022-07-22
2
-3
/
+19
*
network: refuse 169.254.0.0/24 and 169.254.255.0/24 for IPv4LLStartAddress=
Yu Watanabe
2022-07-14
1
-10
/
+1
*
Merge pull request #23927 from AndreKalb/feature/ipv4-link-local-start-address
Yu Watanabe
2022-07-14
2
-10
/
+35
|
\
|
*
sd-ipv4ll/networkd: Try to select an IPv4 link-local start address
Andre Kalb
2022-07-14
2
-10
/
+35
*
|
sd-dhcp6-client: fix off-by-one error in parsing dhcp6 options
Yu Watanabe
2022-07-14
2
-2
/
+44
*
|
sd-dhcp6-client: allow NULL option value when length is zero
Yu Watanabe
2022-07-14
1
-5
/
+5
*
|
sd-dhcp6-client: add more debugging logs on parsing message
Yu Watanabe
2022-07-14
1
-12
/
+22
*
|
sd-dhcp-client: fix log message
Yu Watanabe
2022-07-09
1
-1
/
+1
|
/
*
Merge pull request #23616 from keszybz/in-addr-to-string-formatting
Yu Watanabe
2022-06-09
8
-68
/
+42
|
\
|
*
tree-wide: convert inet_ntop() calls to anonymous-buffer macros
Zbigniew Jędrzejewski-Szmek
2022-06-06
3
-21
/
+14
|
*
basic/in-addr-util: add IN_ADDR_PREFIX_TO_STRING
Zbigniew Jędrzejewski-Szmek
2022-06-06
1
-17
/
+10
|
*
libsystemd-network: minor simplification
Zbigniew Jędrzejewski-Szmek
2022-06-06
1
-4
/
+2
|
*
basic/in-addr-util: add IN_ADDR_TO_STRING
Zbigniew Jędrzejewski-Szmek
2022-06-06
5
-26
/
+16
*
|
libsystemd-network: use udev_available()
Nick Rosbrook
2022-06-09
1
-2
/
+1
|
/
*
fuzzers: ignore size limits when compiled standalone
Zbigniew Jędrzejewski-Szmek
2022-05-12
3
-3
/
+3
*
fuzz-dhcp-server: remove limit on input size
Zbigniew Jędrzejewski-Szmek
2022-05-12
1
-2
/
+0
*
libsystemd-network: constify casts
Zbigniew Jędrzejewski-Szmek
2022-05-08
1
-2
/
+2
*
network: clarify the relationship between RA flags and DHCPv6 modes
Alex Henrie
2022-05-06
1
-1
/
+1
*
Fix placement of TTL TLV in LLDP transmit
Matthijs van Duin
2022-05-04
1
-9
/
+18
*
sd-lldp: use memcpy_safe() as the buffer size may be zero
Yu Watanabe
2022-05-04
1
-1
/
+2
*
sd-ndisc: drop unused function
Yu Watanabe
2022-05-04
1
-21
/
+0
*
libsystemd-network: refuse too large raw_size
Yu Watanabe
2022-05-04
2
-0
/
+6
*
libsystemd-network: add assert about packet length
Zbigniew Jędrzejewski-Szmek
2022-04-29
1
-0
/
+1
*
libsystemd-network: do not split messages in half
Zbigniew Jędrzejewski-Szmek
2022-04-29
1
-8
/
+4
[prev]
[next]