index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
network
/
netdev
/
netdev.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #17478 from yuwata/split-network-internal
Yu Watanabe
2020-11-27
1
-1
/
+0
|
\
|
*
tree-wide: drop unnecessary inclusion of network-internal.h
Yu Watanabe
2020-10-29
1
-1
/
+0
*
|
network: use the common "cannot" form
Zbigniew Jędrzejewski-Szmek
2020-11-17
1
-1
/
+1
*
|
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
|
/
*
Merge pull request #16929 from ssahani/network-bare-udp
Yu Watanabe
2020-09-17
1
-0
/
+3
|
\
|
*
network: Introduce bare UDP
Susant Sahani
2020-09-17
1
-0
/
+3
*
|
network: Allow vxlan to be created without .network file
Susant Sahani
2020-09-17
1
-0
/
+3
|
/
*
network: downgrade log level in conf parsers
Yu Watanabe
2020-07-16
1
-2
/
+2
*
network: fix typo in comment
Yu Watanabe
2020-06-25
1
-1
/
+1
*
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
*
condition: add ConditionEnvironment=
Lennart Poettering
2020-05-15
1
-1
/
+2
*
network: move NETWORK_DIRS to path-lookup.h
Zbigniew Jędrzejewski-Szmek
2020-03-27
1
-0
/
+1
*
network: introduce ifb (Intermediate Functional Block)
Susant Sahani
2019-12-07
1
-0
/
+3
*
network: warn about unknown sections when parsing .netdev files
Zbigniew Jędrzejewski-Szmek
2019-11-25
1
-2
/
+2
*
network: cleanup header inclusion
Yu Watanabe
2019-10-30
1
-23
/
+22
*
network: also reload .netdev files
Yu Watanabe
2019-10-24
1
-5
/
+7
*
network: do not abort execution when a config file cannot be loaded
Yu Watanabe
2019-09-11
1
-1
/
+1
*
Added support for xfrm interfaces
1848
2019-07-10
1
-0
/
+6
*
network: add nlmon support
Yu Watanabe
2019-05-28
1
-0
/
+3
*
network: add NetDevVTable::generate_mac flag
Yu Watanabe
2019-05-28
1
-1
/
+1
*
networkd: introduce netdev ipvtap
Susant Sahani
2019-05-16
1
-0
/
+2
*
networkd: do not generate MAC for bridge device.
Susant Sahani
2019-05-15
1
-1
/
+1
*
network: make link_drop() can take custom handler
Yu Watanabe
2019-05-10
1
-1
/
+1
*
network: drop bond_mode_to_kernel() and bond_xmit_hash_policy_to_kernel()
Yu Watanabe
2019-04-13
1
-0
/
+1
*
network: Introduce MACsec
Susant Sahani
2019-04-12
1
-0
/
+3
*
network: add '=' to config key names in log
Yu Watanabe
2019-04-01
1
-4
/
+7
*
network: do not abort execution when NetDev.Name= conflicts
Yu Watanabe
2019-04-01
1
-1
/
+14
*
network: make erspan netdev can be specified in Network.Tunnel=
Yu Watanabe
2019-03-29
1
-0
/
+3
*
network,udev: split static condition tests from net_match_config()
Yu Watanabe
2019-03-21
1
-11
/
+2
*
networkd: Introduce l2tp tunnel
Susant Sahani
2019-03-14
1
-19
/
+21
*
network: introduce new netdev create type NETDEV_CREATE_AFTER_CONFIGURED
Yu Watanabe
2019-03-14
1
-0
/
+13
*
network: introduce netdev_get_create_type() helper function
Yu Watanabe
2019-03-14
1
-9
/
+2
*
network: add debug log when conditions do not match system environment
Yu Watanabe
2019-02-26
1
-5
/
+7
*
Merge pull request #10408 from keszybz/analyze-cat-presets
Lennart Poettering
2019-02-18
1
-3
/
+3
|
\
|
*
udev,network: use standard paths for .network and .link files
Zbigniew Jędrzejewski-Szmek
2019-02-18
1
-3
/
+3
*
|
udev,network: drop unused parent_driver argument from net_match_config()
Yu Watanabe
2019-02-16
1
-1
/
+1
|
/
*
tree-wide: use newa() instead of alloca() wherever we can
Lennart Poettering
2019-01-26
1
-1
/
+1
*
network: make Link and NetDev always have the valid poiter to Manager
Yu Watanabe
2019-01-15
1
-2
/
+7
*
network: use typesafe netlink_call_async() macro where applicable
Yu Watanabe
2018-12-02
1
-21
/
+11
*
networkd: Add support for ERSPAN tunnel
Susant Sahani
2018-11-27
1
-0
/
+2
*
network: also load foo.netdev.d/*.conf
Yu Watanabe
2018-11-26
1
-4
/
+4
*
network: use hashmap_clear_with_destructor() at one more place
Yu Watanabe
2018-11-12
1
-3
/
+1
*
network: allocate hashmap objects when they are required
Yu Watanabe
2018-11-12
1
-0
/
+4
*
network: use structured initializers
Yu Watanabe
2018-11-12
1
-7
/
+11
*
network: ignore multiple assignment of netdev kind
Yu Watanabe
2018-11-07
1
-1
/
+35
*
networkd: make netdev_load_one "public" and add a fuzzer for it
Evgeny Vereshchagin
2018-11-06
1
-1
/
+1
*
network: use destroy callback to unref netdev attached to event source
Yu Watanabe
2018-11-05
1
-2
/
+2
*
network: link_drop() and netdev_drop() remove reference from manager
Yu Watanabe
2018-11-05
1
-2
/
+10
*
sd-netlink: make sd_netlink_slot take its description
Yu Watanabe
2018-10-16
1
-3
/
+3
[next]