index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
network
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
tree-wide: use LIST_CLEAR()
David Tardon
2023-08-17
1
-6
/
+1
*
|
various: use _NEG_ macros to reduce indentation
Zbigniew Jędrzejewski-Szmek
2023-08-16
1
-16
/
+11
*
|
tree-wide: Always include <net/if.h> before related linux headers
Daan De Meyer
2023-08-14
3
-4
/
+7
*
|
network: ndisc - Ignore route information if reserved (10) value is
Susant Sahani
2023-08-14
1
-0
/
+4
*
|
networkd: add comment about order of IPReversePathFilter enum
Lennart Poettering
2023-08-10
1
-1
/
+2
|
/
*
meson: also merge declarations of fuzzers with other executables
Yu Watanabe
2023-08-03
1
-19
/
+20
*
meson: merge declarations of normal and test executables
Yu Watanabe
2023-08-03
1
-38
/
+34
*
network-generator: make network file generated from ip=dhcp matches only phys...
Yu Watanabe
2023-08-02
2
-9
/
+19
*
meson: fix name of test-network-generator
Yu Watanabe
2023-08-02
1
-1
/
+1
*
meson: move declarations of networkd and friends
Yu Watanabe
2023-08-01
1
-0
/
+39
*
network/address: rename address_kernel_{compare,hash}_func() -> address_{comp...
Yu Watanabe
2023-07-31
1
-18
/
+18
*
network/address: drop unused functions
Yu Watanabe
2023-07-31
3
-101
/
+0
*
network/address: check if existing addresses can be updated in more detail
Yu Watanabe
2023-07-31
1
-11
/
+78
*
network/address: always set IFA_ADDRESS attribute for IPv6 address on configure
Yu Watanabe
2023-07-31
1
-1
/
+1
*
network/address: make Label= accept an empty string
Yu Watanabe
2023-07-31
1
-0
/
+6
*
network/address: add missing space in log message
Yu Watanabe
2023-07-31
1
-1
/
+1
*
network/address: do not set configuring flag when a request is canceled
Yu Watanabe
2023-07-31
1
-1
/
+1
*
network/address: also save/update priority of prefix route
Yu Watanabe
2023-07-30
1
-0
/
+4
*
network/address: introduce address_get_harder() and use it where appropriate
Yu Watanabe
2023-07-30
5
-4
/
+25
*
network/address: do not add Address object to Link on requesting
Yu Watanabe
2023-07-30
1
-70
/
+98
*
network/address: make Address object more consistent with assigned address
Yu Watanabe
2023-07-30
1
-79
/
+67
*
network: fix typo
Yu Watanabe
2023-07-30
1
-1
/
+1
*
Merge pull request #28591 from yuwata/network-neighbor-next
Yu Watanabe
2023-07-30
4
-82
/
+164
|
\
|
*
network/neighbor: do not add Neighbor object to Link on requesting
Yu Watanabe
2023-07-30
1
-50
/
+87
|
*
network/neighbor: follow the way how kernel distinguish neighbor settings
Yu Watanabe
2023-07-30
4
-33
/
+68
|
*
network/neighbor: skip to request neighbors with unmatching link layer addres...
Yu Watanabe
2023-07-30
1
-0
/
+10
*
|
Merge pull request #28575 from yuwata/network-address-next-part3
Yu Watanabe
2023-07-30
1
-1
/
+53
|
\
\
|
*
|
network/address: ignore address settings with unsupported flags
Yu Watanabe
2023-07-30
1
-0
/
+46
|
*
|
network/address: drop IPv6 settings when the kernel does not support IPv6
Yu Watanabe
2023-07-30
1
-1
/
+7
*
|
|
Merge pull request #28572 from yuwata/network-ipv4acd
Yu Watanabe
2023-07-30
6
-100
/
+110
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
network/ipv4acd: split out sd_ipv4acd management from Address to Link
Yu Watanabe
2023-07-30
6
-87
/
+101
|
*
|
network/ipv4acd: drop unused argument
Yu Watanabe
2023-07-30
1
-2
/
+2
|
*
|
network/ipv4acd: use IN4_ADDR_TO_STRING()
Yu Watanabe
2023-07-30
1
-12
/
+8
|
|
/
*
|
network: ndisc - Honour CurHopLimit
Susant Sahani
2023-07-30
6
-0
/
+20
*
|
network/address: merge address_needs_to_set_broadcast() with address_get_broa...
Yu Watanabe
2023-07-30
2
-20
/
+38
*
|
Merge pull request #28574 from yuwata/network-queue-next
Luca Boccassi
2023-07-30
3
-7
/
+28
|
\
\
|
*
|
network/queue: detach request from queue when netlink reply received
Yu Watanabe
2023-07-29
2
-4
/
+22
|
*
|
network/queue: free assigned userdata only when a new request is queued
Yu Watanabe
2023-07-29
2
-3
/
+6
|
|
/
*
|
Merge pull request #28571 from yuwata/network-address-next-part1
Luca Boccassi
2023-07-30
12
-44
/
+43
|
\
\
|
*
|
network/address: split-out address_match_null()
Yu Watanabe
2023-07-29
1
-11
/
+22
|
*
|
network: drop unnecessary conditions
Yu Watanabe
2023-07-29
4
-5
/
+5
|
*
|
network: use address_remove_and_drop()
Yu Watanabe
2023-07-29
3
-9
/
+3
|
*
|
network/address: free Address object by caller that passed to link_request_ad...
Yu Watanabe
2023-07-29
9
-19
/
+13
|
|
/
*
|
network/neighbor: drop IPv6 settings when the kernel does not support IPv6
Yu Watanabe
2023-07-30
1
-0
/
+7
*
|
network: rename sd_netlink_message* req -> m
Yu Watanabe
2023-07-30
2
-27
/
+17
|
/
*
Merge pull request #28508 from yuwata/network-next-dhcp4
Luca Boccassi
2023-07-29
1
-197
/
+281
|
\
|
*
network/dhcp4: drop unused logic of finding default gateway
Yu Watanabe
2023-07-27
1
-83
/
+21
|
*
network/dhcp4: always honor specified gateway address
Yu Watanabe
2023-07-27
1
-29
/
+19
|
*
network/dhcp4: always find suitable gateway for destination address
Yu Watanabe
2023-07-27
1
-20
/
+132
|
*
network/dhcp4: introduce dhcp4_prefix_covers() helper function
Yu Watanabe
2023-07-27
1
-7
/
+27
[prev]
[next]