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
*
networkd: correct batman-adv setting name (GatewayBandwidth) (#19539)
Jörg Deckert
2021-05-08
1
-0
/
+2
*
Add support for conditions on the machines firmware
Uwe Kleine-König
2021-04-28
1
-0
/
+1
*
network: update log message
Yu Watanabe
2021-04-16
2
-8
/
+6
*
network: make log_netdev_xxx_errno() refuse zero errno
Yu Watanabe
2021-04-16
1
-14
/
+23
*
tree-wide: avoid uninitialized warning on _cleanup_ variables
Luca Boccassi
2021-04-14
1
-1
/
+1
*
network: fix ipv6 tunnel encapsulation limit (#19087)
hide
2021-03-23
1
-1
/
+1
*
tree-wide: coccinelle fixes
Frantisek Sumsal
2021-03-18
1
-2
/
+1
*
network: use null_or_empty_path()
Yu Watanabe
2021-03-05
1
-14
/
+6
*
network: Implement B.A.T.M.A.N. Advanced interface type
Annika Wickert
2021-02-24
5
-2
/
+269
*
shared/conf-parser: allow more than one location of the main config file
Zbigniew Jędrzejewski-Szmek
2021-02-21
1
-2
/
+2
*
tree-wide: use in_addr_is_set() or friends
Yu Watanabe
2021-02-17
4
-16
/
+14
*
tree-wide: return NULL from freeing functions
Zbigniew Jędrzejewski-Szmek
2021-02-16
3
-17
/
+15
*
tree-wide: use error codes in xxx_from_string()
Yu Watanabe
2021-02-11
3
-3
/
+4
*
tree-wide: use -EINVAL for enum invalid values
Zbigniew Jędrzejewski-Szmek
2021-02-10
8
-13
/
+13
*
tree-wide: add spdx header on all scripts and helpers
Zbigniew Jędrzejewski-Szmek
2021-01-28
1
-0
/
+1
*
Merge pull request #18294 from ssahani/net-2
Yu Watanabe
2021-01-19
1
-23
/
+7
|
\
|
*
network: macsec - use ordered_hashmap_ensure_put
Susant Sahani
2021-01-18
1
-23
/
+7
*
|
network: bond - use ordered_set_ensure_put
Susant Sahani
2021-01-18
1
-5
/
+3
|
/
*
network: Use ordered_hashmap_ensure_put (#18233)
Susant Sahani
2021-01-17
1
-5
/
+1
*
Merge pull request #18230 from ssahani/macvlan-bcqueuelen
Yu Watanabe
2021-01-17
3
-0
/
+57
|
\
|
*
network: macvlan - add support to configure rx queue for broadcast/multicast
Susant Sahani
2021-01-17
3
-0
/
+57
*
|
Merge pull request #18243 from ssahani/ensure-put-use
Yu Watanabe
2021-01-17
2
-10
/
+4
|
\
\
|
*
|
network: wireguard - Use hashmap_ensure_put
Susant Sahani
2021-01-15
1
-5
/
+1
|
*
|
network: netdev - Use hashmap_ensure_put
Susant Sahani
2021-01-15
1
-5
/
+3
|
|
/
*
/
network: macsec - tighten variable scope used in loop
Susant Sahani
2021-01-15
1
-2
/
+1
|
/
*
network: Allow to configure VLan egress qos maps
Susant Sahani
2021-01-12
3
-0
/
+21
*
network: Allow to configure VLan egress qos maps
Susant Sahani
2021-01-12
3
-0
/
+120
*
network: mtu is neither a boolean nor a pointer
Yu Watanabe
2020-12-07
1
-1
/
+1
*
network: add Protocol= to vlan netdev (#17794)
walbit-de
2020-12-02
3
-0
/
+9
*
fileio: teach read_full_file_full() to read from offset/with maximum size
Lennart Poettering
2020-12-01
2
-2
/
+2
*
network: fix return values
Yu Watanabe
2020-11-27
1
-5
/
+4
*
network: use SYNTHETIC_ERRNO() macro
Yu Watanabe
2020-11-27
1
-4
/
+2
*
Merge pull request #17478 from yuwata/split-network-internal
Yu Watanabe
2020-11-27
5
-8
/
+50
|
\
|
*
tree-wide: drop unnecessary inclusion of network-internal.h
Yu Watanabe
2020-10-29
2
-2
/
+0
|
*
net-condition: move net_match_config() and related conf parsers
Yu Watanabe
2020-10-29
1
-5
/
+5
|
*
network: move config_parse_bridge_port_priority()
Yu Watanabe
2020-10-29
2
-1
/
+45
*
|
network: use the common "cannot" form
Zbigniew Jędrzejewski-Szmek
2020-11-17
1
-1
/
+1
*
|
man/systemd.netdev: remove bogus markup
Zbigniew Jędrzejewski-Szmek
2020-11-17
1
-1
/
+1
*
|
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
48
-48
/
+48
*
|
fileio: beef up READ_FULL_FILE_CONNECT_SOCKET to allow setting sender socket ...
Lennart Poettering
2020-11-03
2
-2
/
+2
*
|
tree-wide: use the usual SPDX header for our own files
Zbigniew Jędrzejewski-Szmek
2020-10-29
1
-0
/
+2
|
/
*
network: header cleanup
Yu Watanabe
2020-10-06
1
-1
/
+0
*
network: cleanup headers in networkd-neighbor.[ch]
Yu Watanabe
2020-10-06
1
-0
/
+1
*
Merge pull request #16929 from ssahani/network-bare-udp
Yu Watanabe
2020-09-17
5
-0
/
+180
|
\
|
*
network: Introduce bare UDP
Susant Sahani
2020-09-17
5
-0
/
+180
*
|
network: Allow vxlan to be created without .network file
Susant Sahani
2020-09-17
4
-2
/
+6
|
/
*
network: slightly update log message
Yu Watanabe
2020-09-10
1
-2
/
+3
*
network do not ignore OOM error in config_parse_macsec_key_id()
Yu Watanabe
2020-09-10
1
-0
/
+2
*
network: use _cleanup_ attribute at one more place
Yu Watanabe
2020-09-10
1
-1
/
+3
*
network: do not ignore OOM error in wireguard_decode_key_and_warn()
Yu Watanabe
2020-09-10
1
-2
/
+3
[next]