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
*
meson: also merge declarations of fuzzers with other executables
Yu Watanabe
2023-08-03
1
-19
/
+13
*
meson: merge declarations of normal and test executables
Yu Watanabe
2023-08-03
1
-25
/
+18
*
sd-ipv4acd: introduce sd_ipv4acd_is_bound()
Yu Watanabe
2023-07-30
1
-0
/
+6
*
Merge pull request #28508 from yuwata/network-next-dhcp4
Luca Boccassi
2023-07-29
1
-0
/
+28
|
\
|
*
sd-dhcp: introduce sd_dhcp_lease_get_prefix()
Yu Watanabe
2023-07-27
1
-0
/
+28
*
|
network,dhcp: drop support of ClientIdentifier=duid-only
Yu Watanabe
2023-07-29
1
-29
/
+11
*
|
various: use RET_GATHER
Zbigniew Jędrzejewski-Szmek
2023-07-13
1
-8
/
+5
|
/
*
dhcp6: relax data assert in dhcp6_option_parse_string
Ronan Pigott
2023-07-03
1
-1
/
+1
*
Merge pull request #28132 from rpigott/dhcp-captive-portal
Yu Watanabe
2023-07-03
7
-0
/
+135
|
\
|
*
ndisc: parse RFC8910 captive portal ipv6ra option
Ronan Pigott
2023-07-02
1
-0
/
+42
|
*
dhcp6-client: parse RFC8910 captive portal dhcp6 option
Ronan Pigott
2023-06-30
4
-0
/
+58
|
*
dhcp-client: parse RFC8910 captive portal dhcp option
Ronan Pigott
2023-06-30
2
-0
/
+35
*
|
tree-wide: "<n>bit" → "<n>-bit"
Zbigniew Jędrzejewski-Szmek
2023-07-02
1
-2
/
+2
*
|
test: add test for trailing invalid byte at the end
Yu Watanabe
2023-06-29
1
-0
/
+2
*
|
sd-dhcp6-lease: ignore invalid byte(s) at the end of the packet
Philipp Kern
2023-06-29
1
-0
/
+5
|
/
*
networkd/dhcpserver: Save and expose the client hostname sent when requesting...
Rene Hollander
2023-05-31
6
-47
/
+71
*
sd-network: use structured initialization
Frantisek Sumsal
2023-05-30
1
-16
/
+14
*
sd-network: avoid leaking DHCPLease
Frantisek Sumsal
2023-05-26
3
-18
/
+42
*
tree-wide: use free_and_replace() more
David Tardon
2023-05-24
2
-8
/
+4
*
tree-wide: Fix false positives on newer gcc
Daan De Meyer
2023-05-23
1
-1
/
+1
*
sd-dhcp-server: also send DNS servers or friends on DHCPOFFER
Yu Watanabe
2023-05-13
1
-30
/
+27
*
sd-dhcp-client: client ID always has non-zero data
Yu Watanabe
2023-05-09
1
-1
/
+1
*
sd-dhcp-client: do not use implicit cast to boolean
Yu Watanabe
2023-05-08
1
-2
/
+2
*
sd-dhcp-client: make return arguments for sd_dhcp_client_get_client_id() opti...
Yu Watanabe
2023-05-08
1
-14
/
+21
*
sd-dhcp-client: drop redundant condition
Yu Watanabe
2023-05-08
1
-8
/
+6
*
networkd: fallback to chaddr for static lease lookup when not found
Robert Meijers
2023-04-20
1
-1
/
+37
*
tree-wide: also use CMSG_TYPED_DATA() on writing message header
Yu Watanabe
2023-04-16
1
-1
/
+1
*
sd-dhcp-server: use CMSG_FIND_DATA() at one more place
Yu Watanabe
2023-04-16
1
-14
/
+4
*
tree-wide: copy timestamp data from cmsg
Yu Watanabe
2023-04-16
2
-10
/
+8
*
tree-wide: port more code over to CMSG_TYPED_DATA()
Lennart Poettering
2023-04-13
3
-4
/
+4
*
tree-wide: simplify x ? x : y to x ?: y where applicable
Frantisek Sumsal
2023-03-18
1
-1
/
+1
*
meson: Introduce userspace dep
Jan Janssen
2023-03-10
1
-0
/
+1
*
Merge pull request #26528 from keszybz/valgrind-simplification
Yu Watanabe
2023-02-22
1
-2
/
+6
|
\
|
*
meson: merge our two valgrind configuration conditions into one
Zbigniew Jędrzejewski-Szmek
2023-02-22
1
-2
/
+6
*
|
meson: Use dicts for fuzzer definitions
Jan Janssen
2023-02-21
1
-23
/
+28
*
|
meson: Use dicts for test definitions
Jan Janssen
2023-02-21
1
-45
/
+50
|
/
*
tree-wide: fix typo and comment style update
Yu Watanabe
2023-02-15
1
-1
/
+1
*
sd-network: stop using fake flexible array
Zbigniew Jędrzejewski-Szmek
2023-02-06
1
-1
/
+1
*
sd-dhcp-server: allow to send header only message
Yu Watanabe
2023-01-28
1
-1
/
+1
*
meson: Do not include headers in source lists
Jan Janssen
2023-01-24
1
-20
/
+0
*
string-util: add common implementation of function that converts sized charac...
Lennart Poettering
2023-01-21
2
-13
/
+9
*
Merge pull request #26115 from yuwata/test-fix-memleak-fdleak
Luca Boccassi
2023-01-20
2
-27
/
+14
|
\
|
*
test-ndisc: fix memleak and fd leak
Yu Watanabe
2023-01-20
2
-27
/
+14
*
|
tree-wide: fix typo
Yu Watanabe
2023-01-20
1
-1
/
+1
|
/
*
send dhcpv6 release when stopping
chris
2023-01-17
5
-16
/
+152
*
sd-dhcp-client: gracefully handle invalid ether type client ID
Yu Watanabe
2023-01-16
1
-20
/
+18
*
sd-dhcp6: always append the default status message generated from status code
Yu Watanabe
2023-01-16
2
-13
/
+18
*
optionally set socket priority on DHCPv4 raw socket
chris
2023-01-12
5
-9
/
+41
*
libsystemd-network: FTBS in c2x mode
Cristian Rodríguez
2023-01-03
1
-4
/
+4
*
tree-wide: use -EBADF more
Yu Watanabe
2022-12-20
4
-5
/
+5
[next]