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: downgrade log level in conf parsers
Yu Watanabe
2020-07-16
10
-99
/
+104
*
network: drop doubled white space
Yu Watanabe
2020-07-15
2
-2
/
+2
*
network: add support for MACVLAN source mode
Alvin Šipraga
2020-07-08
3
-0
/
+44
*
networkd: use capitalized "IP" and "TOS" in messages
Zbigniew Jędrzejewski-Szmek
2020-07-07
1
-5
/
+5
*
network: fix typo in comment
Yu Watanabe
2020-06-25
1
-1
/
+1
*
netdev/wireguard: do not invalidate peer on invalid syntax
Zbigniew Jędrzejewski-Szmek
2020-06-22
1
-16
/
+9
*
tree-wide: use set_ensure_put()
Zbigniew Jędrzejewski-Szmek
2020-06-22
1
-14
/
+3
*
conf-parser: return mtime in config_parse() and friends
Lennart Poettering
2020-06-02
1
-8
/
+13
*
network: also read mtime of drop-in configs
Yu Watanabe
2020-06-01
1
-2
/
+2
*
network: fix double free in macsec_receive_channel_free()
Yu Watanabe
2020-06-01
1
-1
/
+1
*
network: wireguard: set ListenPort= when no peers are configured
Yu Watanabe
2020-06-01
1
-1
/
+4
*
network: L2TP fix crash
Susant Sahani
2020-05-30
1
-1
/
+1
*
network: clean up doubled white space
Yu Watanabe
2020-05-29
1
-1
/
+1
*
Merge pull request #15166 from ssahani/networkctl-ipvlan
Lennart Poettering
2020-05-19
2
-38
/
+3
|
\
|
*
network: Introduce ipvlan util
Susant Sahani
2020-05-17
2
-38
/
+3
*
|
network: Introduce bond util
Susant Sahani
2020-05-17
2
-171
/
+5
|
/
*
condition: add ConditionEnvironment=
Lennart Poettering
2020-05-15
1
-1
/
+2
*
network: allow setting VLAN protocol on bridges
Rubens Figueiredo
2020-05-14
3
-0
/
+9
*
network: Introduce macvlan util
Susant Sahani
2020-05-14
2
-21
/
+2
*
tree-wide: Initialize _cleanup_ variables if needed
Benjamin Robin
2020-05-13
1
-1
/
+1
*
network: use "FooOverUDP" as one word
Zbigniew Jędrzejewski-Szmek
2020-04-16
1
-2
/
+2
*
network: fix static assertion on IPPROTO_MAX range
Zbigniew Jędrzejewski-Szmek
2020-04-16
1
-6
/
+16
*
network: VXLan - Add support for remote address
Susant Sahani
2020-04-11
1
-0
/
+12
*
network: VXLan - fix adding Group address
Susant Sahani
2020-04-10
1
-4
/
+4
*
network: move NETWORK_DIRS to path-lookup.h
Zbigniew Jędrzejewski-Szmek
2020-03-27
1
-0
/
+1
*
network: fix implicit type conversion warning by GCC-10
Yu Watanabe
2020-01-29
1
-2
/
+2
*
network: append INTERFACE= attributes for logs corresponds to a netif
Yu Watanabe
2020-01-07
3
-8
/
+9
*
Merge pull request #14208 from poettering/json-homed-prepare
Yu Watanabe
2019-12-17
2
-2
/
+2
|
\
|
*
fileio: add 'dir_fd' parameter to read_full_file_full()
Lennart Poettering
2019-12-02
2
-2
/
+2
*
|
network: introduce ifb (Intermediate Functional Block)
Susant Sahani
2019-12-07
4
-0
/
+28
*
|
network: warn about unknown sections when parsing .netdev files
Zbigniew Jędrzejewski-Szmek
2019-11-25
23
-35
/
+64
|
/
*
tree-wide: drop missing.h
Yu Watanabe
2019-10-31
9
-9
/
+1
*
network: cleanup header inclusion
Yu Watanabe
2019-10-30
40
-98
/
+76
*
network: also reload .netdev files
Yu Watanabe
2019-10-24
2
-6
/
+8
*
Set key (IFLA_GRE_IKEY,IFLA_GRE_OKEY) on ip6gre interfaces.
1848
2019-10-20
1
-0
/
+36
*
network: do not abort execution when a config file cannot be loaded
Yu Watanabe
2019-09-11
1
-1
/
+1
*
network: also check the permission of key file
Yu Watanabe
2019-09-11
2
-0
/
+4
*
network: slightly update log message
Yu Watanabe
2019-07-26
1
-2
/
+2
*
network: rename IGMPVersion= -> MulticastIGMPVersion=
Yu Watanabe
2019-07-26
1
-1
/
+1
*
networkd: bridge add support to set IGMP version
Susant Sahani
2019-07-25
3
-0
/
+53
*
tree-wide: drop duplicated blank lines
Yu Watanabe
2019-07-15
1
-1
/
+0
*
tree-wide: some more [static] related fixes
Lennart Poettering
2019-07-12
1
-0
/
+2
*
network: ip6tnl and vti6 does not support the case both Local= and Remote= ar...
Yu Watanabe
2019-07-11
1
-20
/
+12
*
network: add AssignToLoopback= setting to [Tunnel] section
Yu Watanabe
2019-07-11
3
-10
/
+12
*
network: simplify the condition about xfrm
Yu Watanabe
2019-07-11
1
-10
/
+3
*
network: support gre tunnel or friends with Local=any Remote=any
Yu Watanabe
2019-07-11
1
-8
/
+14
*
Merge pull request #12926 from keszybz/urlify-logs
Lennart Poettering
2019-07-11
1
-2
/
+2
|
\
|
*
tree-wide: use PROJECT_FILE instead of __FILE__
Zbigniew Jędrzejewski-Szmek
2019-07-04
1
-2
/
+2
*
|
Merge pull request #12965 from keszybz/auto-erase
Lennart Poettering
2019-07-10
2
-26
/
+15
|
\
\
|
*
|
Use _cleanup(free_and_erasep) where appropriate
Zbigniew Jędrzejewski-Szmek
2019-07-10
2
-26
/
+15
|
|
/
[next]