index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
network
/
netdev
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
network/queue: free assigned userdata only when a new request is queued
Yu Watanabe
2023-07-29
1
-2
/
+5
*
network: Add `IgnoreDdontFragment=` option for Fragmentation control (#28131)
Yuxiang Zhu
2023-06-29
3
-3
/
+14
*
network/vlan: paranoia about type safety
Yu Watanabe
2023-05-24
1
-5
/
+11
*
network/vlan: drop unnecessary restriction for QoS mapping
Yu Watanabe
2023-05-24
1
-5
/
+0
*
network/wireguard: make AllowedIPs= cleared by specifying an empty string
Yu Watanabe
2023-05-22
1
-5
/
+17
*
conf-parser: Add root argument to config_parse_many()
Daan De Meyer
2023-05-12
1
-2
/
+2
*
network: geneve: add InheritInnerProtocol flag
Josef Miegl
2023-03-06
3
-0
/
+9
*
network/l2tp: parse address or address type from correct string
Yu Watanabe
2023-01-11
1
-3
/
+3
*
network/l2tp: fix error code in log message
Yu Watanabe
2023-01-11
1
-2
/
+2
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-2
/
+2
*
basic: rename util.h to logarithm.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
4
-4
/
+0
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
10
-44
/
+22
*
tree-wide: Mark some constants as unsigned
Jan Janssen
2022-08-30
1
-2
/
+2
*
tree-wide: Use correct format specifiers
Jan Janssen
2022-08-30
1
-1
/
+1
*
network/tuntap: save tun or tap file descriptor in fd store
Yu Watanabe
2022-08-16
4
-2
/
+100
*
network/tuntap: introduce KeepCarrier= setting
Yu Watanabe
2022-08-16
3
-0
/
+20
*
network/tuntap: code cleanups
Yu Watanabe
2022-08-16
1
-62
/
+39
*
config-parser: Add list of drop-in files as return argument of config_parse_many
Richard Phibel
2022-08-12
1
-1
/
+2
*
network: also check SR-IOV PF port and other VF ports before configuring
Yu Watanabe
2022-08-05
1
-2
/
+11
*
network: split out link_is_ready_to_create_stacked_netdev()
Yu Watanabe
2022-08-05
1
-12
/
+19
*
network: check link state with link_is_ready_to_configure() before configurin...
Yu Watanabe
2022-08-05
2
-3
/
+3
*
pid1: add mechanism for conditionalizing units/network/netdev/link based on c...
Lennart Poettering
2022-07-15
1
-0
/
+1
*
network: drop redundant warning
Yu Watanabe
2022-07-09
2
-4
/
+0
*
sd-event: allow sd_event_source_is_enabled() to return false for NULL
Zbigniew Jędrzejewski-Szmek
2022-06-30
1
-1
/
+1
*
network: l2tp: initialize a to NULL
Shreenidhi Shedi
2022-06-13
1
-1
/
+1
*
basic/in-addr-util: add IN_ADDR_PREFIX_TO_STRING
Zbigniew Jędrzejewski-Szmek
2022-06-06
1
-6
/
+4
*
basic/in-addr-util: add IN_ADDR_TO_STRING
Zbigniew Jędrzejewski-Szmek
2022-06-06
1
-6
/
+3
*
network/erspan: support erspan version 0 and 2
Yu Watanabe
2022-05-31
3
-6
/
+179
*
network: l2tp: refuse null address
Yu Watanabe
2022-04-17
1
-12
/
+36
*
network: tunnel: handle null address as "any"
Yu Watanabe
2022-04-17
1
-20
/
+39
*
Move path_simplify_and_warn() to new shared/parse-helpers.c
Zbigniew Jędrzejewski-Szmek
2022-04-07
2
-2
/
+2
*
network: always log error in network_load_one() and netdev_load_one()
Yu Watanabe
2022-04-04
1
-25
/
+15
*
time-util: assume CLOCK_BOOTTIME always exists
Lennart Poettering
2022-03-28
1
-1
/
+1
*
network: rename netdev kind virtual-wlan -> wlan
Yu Watanabe
2022-03-28
4
-6
/
+6
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
1
-1
/
+0
*
list: make LIST_FOREACH() and LIST_FOREACH_BACKWARDS() safer
Yu Watanabe
2022-03-19
1
-1
/
+1
*
list: declare iterator of LIST_FOREACH() in the loop
Yu Watanabe
2022-03-19
1
-11
/
+12
*
Merge pull request #22631 from yuwata/network-redesign-request-queue
Luca Boccassi
2022-03-11
2
-37
/
+19
|
\
|
*
network: re-design request queue
Yu Watanabe
2022-03-11
2
-11
/
+10
|
*
network: introduce request_call_netlink_async()
Yu Watanabe
2022-03-11
1
-12
/
+3
|
*
network: make request_process_address() and friends take Link and correspondi...
Yu Watanabe
2022-03-11
2
-15
/
+8
|
*
network: make address_configure() and friends take Request object
Yu Watanabe
2022-03-11
1
-5
/
+4
*
|
conf-parser: merge config_parse_string() and config_parse_safe_string()
Yu Watanabe
2022-03-10
1
-4
/
+4
|
/
*
network: netdev: drop unused creation type NETDEV_CREATE_AFTER_CONFIGURED
Yu Watanabe
2022-02-27
2
-47
/
+12
*
network: l2tp: change create type to independent
Yu Watanabe
2022-02-27
1
-3
/
+3
*
network: l2tp: make Local= optionally take interface name
Yu Watanabe
2022-02-27
3
-46
/
+198
*
network: netdev: drop NETDEV_CREATE_MASTER
Yu Watanabe
2022-02-26
5
-5
/
+4
*
network: netdev: use netdev_is_stacked() at one more place
Yu Watanabe
2022-02-26
1
-2
/
+1
*
network: netdev: make link_get_local_address() refuse non-ready links and add...
Yu Watanabe
2022-02-26
1
-1
/
+4
*
network: drop unused flag and counter
Yu Watanabe
2022-02-25
1
-19
/
+2
[next]