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
*
Drop some more copyright headers
Zbigniew Jędrzejewski-Szmek
2018-07-24
2
-7
/
+0
*
tree-wide: drop double newline
Yu Watanabe
2018-06-29
16
-16
/
+0
*
netdev: do not assign unused values
Yu Watanabe
2018-06-26
1
-8
/
+4
*
tree-wide: drop copyright lines for more authors
Zbigniew Jędrzejewski-Szmek
2018-06-22
2
-4
/
+0
*
tree-wide: drop copyright headers from frequent contributors
Zbigniew Jędrzejewski-Szmek
2018-06-20
30
-93
/
+0
*
tree-wide: beautify remaining copyright statements
Lennart Poettering
2018-06-14
34
-38
/
+38
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
34
-68
/
+0
*
networkd: tunnel ignore wrong conf rather than assert
Susant Sahani
2018-06-08
1
-2
/
+2
*
Merge pull request #9200 from poettering/device-state-fix
Lennart Poettering
2018-06-07
1
-1
/
+1
|
\
|
*
tree-wide: fix a number of log calls that use %m but have no errno set
Lennart Poettering
2018-06-07
1
-1
/
+1
*
|
Merge pull request #9165 from ssahani/networkd-netdevsim
Lennart Poettering
2018-06-07
5
-0
/
+39
|
\
\
|
|
/
|
/
|
|
*
Add SPDX license identifier.
Susant Sahani
2018-06-03
1
-0
/
+1
|
*
networkd: introduce netdev "Netdevsim" Driver
Susant Sahani
2018-06-03
4
-0
/
+38
*
|
netdev: fix parser for VRF.Table=
Yu Watanabe
2018-06-02
1
-1
/
+1
|
/
*
tree-wide: remove some double newlines in headers, too
Lennart Poettering
2018-05-22
1
-1
/
+0
*
networkd,udev: clean up MTU handling
Lennart Poettering
2018-04-26
4
-5
/
+5
*
tree-wide: drop redundant _cleanup_ macros (#8810)
Lennart Poettering
2018-04-25
4
-5
/
+4
*
networkd: more specific link down while enslaving (#8771)
Tobias Jungel
2018-04-20
1
-1
/
+1
*
tree-wide: drop spurious newlines (#8764)
Lennart Poettering
2018-04-19
3
-4
/
+0
*
src/network: add missing SPDX identifiers
Zbigniew Jędrzejewski-Szmek
2018-04-06
2
-0
/
+2
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
32
-440
/
+24
*
tree-wide: use TAKE_PTR() and TAKE_FD() macros
Yu Watanabe
2018-04-05
1
-7
/
+3
*
macro: introduce TAKE_PTR() macro
Lennart Poettering
2018-03-22
2
-4
/
+2
*
tree-wide: use "cannot" instead of "can not"
Zbigniew Jędrzejewski-Szmek
2018-02-08
1
-2
/
+2
*
networkd: vxlan require Remote= to be a non multicast address (#8117)
Susant Sahani
2018-02-08
1
-2
/
+5
*
netword: tunnel remove unwanted space.
Susant Sahani
2018-01-22
1
-2
/
+0
*
ipvlan: fix wrong assignment in ipvlan_init()
Yu Watanabe
2018-01-16
1
-1
/
+1
*
Merge pull request #7855 from poettering/log-h-includes
Zbigniew Jędrzejewski-Szmek
2018-01-15
3
-1
/
+4
|
\
|
*
log: minimize includes in log.h
Lennart Poettering
2018-01-11
3
-1
/
+4
*
|
netdev: use "relaxed" parsing
Zbigniew Jędrzejewski-Szmek
2018-01-11
1
-1
/
+1
|
/
*
Merge pull request #7191 from Mic92/systemd
Zbigniew Jędrzejewski-Szmek
2018-01-09
5
-117
/
+949
|
\
|
*
networkd: add support for wireguard interface type
Jörg Thalheim
2018-01-09
5
-114
/
+946
|
*
sd-netlink: add generic netlink support
Jörg Thalheim
2018-01-09
1
-2
/
+2
*
|
networkd: fix memory corruption
Lennart Poettering
2018-01-05
2
-6
/
+17
|
/
*
networkd: Tunnel allows tunnel traffic on ip6tnl devices (#7756)
Susant Sahani
2017-12-29
3
-0
/
+7
*
core,udev,networkd: add ConditionKernelVersion=
Lennart Poettering
2017-12-26
3
-4
/
+8
*
networkd: Add support for ipvlan L3s and flags (#7726)
Susant Sahani
2017-12-23
3
-0
/
+35
*
network: fix memory leak when an netdev was skipped
Zbigniew Jędrzejewski-Szmek
2017-12-20
2
-11
/
+11
*
networkd: introduce vxcan netdev. (#7150)
Susant Sahani
2017-11-22
5
-0
/
+133
*
tree-wide: adjust fall through comments so that gcc is happy
Shawn Landden
2017-11-20
1
-0
/
+3
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
28
-0
/
+28
*
conf-parser: turn three bool function params into a flags fields
Lennart Poettering
2017-11-13
1
-2
/
+2
*
Fix creating independent VTI tunnel (#7303)
Robin McCorkell
2017-11-13
1
-1
/
+0
*
networkd: bridge allow AgeingTimeSec to be set 0 (#7021)
Susant Sahani
2017-10-11
1
-1
/
+2
*
exec-util,conf-files: skip non-executable files in execute_directories()
Lennart Poettering
2017-09-13
1
-1
/
+1
*
Allow configuration of a bridge netdev's group_fwd_mask. (#6759)
b1tninja
2017-09-08
3
-0
/
+8
*
networkd: Allow tunnels to be created without .network (#6701)
Susant Sahani
2017-08-31
4
-30
/
+80
*
networkd: Added deprecation warning to `VRF.TableId`
Andreas Rammhold
2017-08-31
1
-1
/
+1
*
networkd: Renamed `table_id` field to `table`
Andreas Rammhold
2017-08-31
3
-4
/
+4
*
networkd: Add `VRF.Table` to support parsing of table names
Andreas Rammhold
2017-08-31
1
-0
/
+1
[next]