index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
network
/
networkd-network.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
network/route: introduce ref/unref functions for Route object
Yu Watanabe
2024-01-25
1
-2
/
+2
*
IPv6 RA: Support the Retrans Timer field (IPv6 Conformance Test: v6LC.2.1.5)
Matt Muggeridge
2024-01-22
1
-0
/
+1
*
network: make 'carrier' as the default required operational state for CAN device
Yu Watanabe
2024-01-16
1
-2
/
+2
*
network: drop unnecessary temporary variables
Yu Watanabe
2024-01-16
1
-8
/
+5
*
Merge pull request #30717 from yuwata/network-ref-unref
Luca Boccassi
2024-01-10
1
-4
/
+4
|
\
|
*
network/nexthop: introduce ref/unref functions for NextHop object
Yu Watanabe
2024-01-03
1
-1
/
+1
|
*
network/neighbor: introduce ref/unref function for Neighbor object
Yu Watanabe
2024-01-03
1
-1
/
+1
|
*
network/address: introduce ref/unref functions for Address object
Yu Watanabe
2024-01-03
1
-2
/
+2
*
|
network: do not make the implied default have the first priority
Yu Watanabe
2024-01-05
1
-3
/
+1
|
/
*
networkd: support `proxy_arp_pvlan` sysctl
Raito Bezarius
2023-12-23
1
-0
/
+1
*
network/nexthop: cache requested nexthop IDs
Yu Watanabe
2023-12-20
1
-1
/
+9
*
network/nexthop: drop conflicting [NextHop] sections
Yu Watanabe
2023-12-20
1
-2
/
+4
*
Merge pull request #29987 from yuwata/network-bridge-vlan
Zbigniew Jędrzejewski-Szmek
2023-12-06
1
-0
/
+2
|
\
|
*
network/brvlan: remove unnecessary bridge vlan IDs
Yu Watanabe
2023-11-12
1
-1
/
+1
|
*
network/brvlan: make [BridgeVLAN] settings support an empty string
Yu Watanabe
2023-11-12
1
-1
/
+1
|
*
network/brvlan: parse_vlanid() accepts zero, hence PVID may be zero
Yu Watanabe
2023-11-12
1
-0
/
+2
*
|
network/dhcp: disable RapidCommit= by default when AllowList=/DenyList= is sp...
Yu Watanabe
2023-11-21
1
-1
/
+1
|
/
*
network: add [DHCPServer] RapidCommit= setting
Yu Watanabe
2023-11-07
1
-0
/
+1
*
network: do not try to set invalid value for IPv6 hop limit
Yu Watanabe
2023-11-06
1
-1
/
+0
*
network: free dhcp6_hostname
Ronan Pigott
2023-10-31
1
-0
/
+1
*
network: introduce SendHostname/Hostname DHCPv6 options
Ronan Pigott
2023-10-30
1
-0
/
+1
*
network: implement RFC4039 DHCP Rapid Commit
Ronan Pigott
2023-10-27
1
-0
/
+1
*
network/dhcp4: support IPv6 only mode (RFC 8925)
Yu Watanabe
2023-10-11
1
-0
/
+1
*
network: make DEFINE_NETDEV_CAST() assert on input and output
Zbigniew Jędrzejewski-Szmek
2023-09-22
1
-2
/
+0
*
network: call network_adjust_dhcp_server() from network_drop_invalid_addresses()
Yu Watanabe
2023-09-08
1
-3
/
+0
*
network: drop duplicated check
Yu Watanabe
2023-09-07
1
-5
/
+0
*
Merge pull request #24570 from topimiettinen/nft-sets-v2
Yu Watanabe
2023-09-01
1
-0
/
+4
|
\
|
*
network: firewall integration with NFT sets
Topi Miettinen
2023-08-26
1
-0
/
+4
*
|
network: sd-radv - Introduce pref64 support (RFC8781)
Susant Sahani
2023-08-25
1
-0
/
+5
*
|
network: ndisc - Allow to use ICMP6 rate limit from received RA
Susant Sahani
2023-08-21
1
-0
/
+1
|
/
*
network/neighbor: follow the way how kernel distinguish neighbor settings
Yu Watanabe
2023-07-30
1
-3
/
+5
*
network: ndisc - Honour CurHopLimit
Susant Sahani
2023-07-30
1
-0
/
+1
*
networkd: allow setting rp_filter for an interface
Susant Sahani
2023-07-28
1
-0
/
+1
*
Merge pull request #28132 from rpigott/dhcp-captive-portal
Yu Watanabe
2023-07-03
1
-0
/
+3
|
\
|
*
network: Introduce UseCaptivePortal DHCPv6 option
Ronan Pigott
2023-07-02
1
-0
/
+1
|
*
network: Introduce UseCaptivePortal DHCPv4 option
Ronan Pigott
2023-07-02
1
-0
/
+1
|
*
ndisc: parse RFC8910 captive portal ipv6ra option
Ronan Pigott
2023-07-02
1
-0
/
+1
*
|
network: add global setting for IPv6PrivacyExtensions=
Yu Watanabe
2023-06-29
1
-1
/
+1
|
/
*
conf-parser: Add root argument to config_parse_many()
Daan De Meyer
2023-05-12
1
-1
/
+1
*
send dhcpv6 release when stopping
chris
2023-01-17
1
-0
/
+1
*
network: Show network and link file dropins in networkctl status
Daan De Meyer
2023-01-12
1
-1
/
+2
*
basic: rename util.h to logarithm.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+0
*
network: adjust route priority based on preference
Yu Watanabe
2022-10-28
1
-1
/
+3
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
1
-18
/
+9
*
tree-wide: Mark some constants as unsigned
Jan Janssen
2022-08-30
1
-1
/
+1
*
network: NetLabel integration
Topi Miettinen
2022-08-29
1
-0
/
+4
*
config-parser: Add list of drop-in files as return argument of config_parse_many
Richard Phibel
2022-08-12
1
-1
/
+2
*
network: dhcp6: re-introduce RapidCommit= setting
Yu Watanabe
2022-07-22
1
-0
/
+1
*
network: grouping elements in network_free()
Yu Watanabe
2022-06-27
1
-33
/
+46
*
Revert "networkd: NetLabel integration"
Yu Watanabe
2022-06-22
1
-4
/
+0
[next]