index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
udev
/
net
/
link-config.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: use proper unicode © instead of (C) where we can
Lennart Poettering
2018-06-14
1
-1
/
+1
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
network,udev: make MACAddress= in [Match] section take multiple MAC addresses
Yu Watanabe
2018-05-09
1
-1
/
+1
*
link: Add support to configure channels of the specified network device (#8882)
Susant Sahani
2018-05-08
1
-0
/
+6
*
link: follow our rule of suffix settings with = in log messages
Lennart Poettering
2018-04-26
1
-1
/
+1
*
networkd,udev: clean up MTU handling
Lennart Poettering
2018-04-26
1
-1
/
+1
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
tree-wide: use TAKE_PTR() and TAKE_FD() macros
Yu Watanabe
2018-04-05
1
-2
/
+1
*
core,udev,networkd: add ConditionKernelVersion=
Lennart Poettering
2017-12-26
1
-2
/
+4
*
udev-link-config: add missing OOM check
Lennart Poettering
2017-12-14
1
-0
/
+2
*
link-config: make initialization to -1 less weird
Lennart Poettering
2017-12-14
1
-1
/
+1
*
tree-wide: adjust fall through comments so that gcc is happy
Shawn Landden
2017-11-20
1
-1
/
+1
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
conf-parser: turn three bool function params into a flags fields
Lennart Poettering
2017-11-13
1
-1
/
+1
*
build-sys: use #if Y instead of #ifdef Y everywhere
Zbigniew Jędrzejewski-Szmek
2017-10-04
1
-1
/
+1
*
exec-util,conf-files: skip non-executable files in execute_directories()
Lennart Poettering
2017-09-13
1
-1
/
+1
*
ethtool: warn when ethtool_set_glinksettings not supported
Susant Sahani
2017-06-26
1
-5
/
+6
*
systemd-link: add support to configure the device port (#6153)
Susant Sahani
2017-06-26
1
-3
/
+4
*
util-lib: various improvements to kernel command line parsing
Lennart Poettering
2016-12-21
1
-7
/
+2
*
link: fix offload features initialization (#4639)
Maks Naumov
2016-11-14
1
-1
/
+1
*
Link: port to new ethtool ETHTOOL_xLINKSETTINGS
Susant Sahani
2016-11-10
1
-9
/
+19
*
udev: use get_proc_cmdline_key instead of FOREACH_WORD_QUOTED
Zbigniew Jędrzejewski-Szmek
2016-09-14
1
-12
/
+4
*
link : add support to configure Offload features (#4017)
Susant Sahani
2016-08-30
1
-0
/
+6
*
Remove/add (un)needed includes
Nathan McSween
2016-02-19
1
-1
/
+0
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
siphash24: change result argument to uint64_t
Martin Pitt
2015-11-16
1
-3
/
+3
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move string table stuff into its own string-table.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-0
/
+1
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-9
/
+9
*
document ability to disable MACAddressPolicy
Jacob Keller
2015-10-06
1
-1
/
+3
*
sd-netlink: rename from sd-rtnl
Tom Gundersen
2015-06-13
1
-4
/
+4
*
udev: add some asserts
Tom Gundersen
2015-06-02
1
-0
/
+4
*
udev: link-config - fix corruption
Tom Gundersen
2015-05-21
1
-5
/
+6
*
udevd: net - fix leak in .link config
Tom Gundersen
2015-05-16
1
-3
/
+3
*
shared: add random-util.[ch]
Ronny Chevalier
2015-04-11
1
-0
/
+1
*
fix gcc warnings about uninitialized variables
Harald Hoyer
2015-03-27
1
-1
/
+1
*
Use space after a silencing (void)
Zbigniew Jędrzejewski-Szmek
2015-03-14
1
-1
/
+1
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-4
/
+0
*
udev: net_setup - clarify reason for failure of persistent mac address policy
Tom Gundersen
2015-02-06
1
-4
/
+6
*
udev: link_config - modernize a bit and fix leakes
Tom Gundersen
2015-01-12
1
-35
/
+51
*
udev: link-config - simplify net-match
Tom Gundersen
2014-12-08
1
-13
/
+8
*
net_setup/networkd: warn if matching is done on possibly unstable ifname
Tom Gundersen
2014-12-05
1
-12
/
+33
*
udev: net_setup - allow matching on OriginalName=
Tom Gundersen
2014-12-04
1
-3
/
+13
*
treewide: yet more log_*_errno + return simplifications
Michal Schmidt
2014-11-28
1
-8
/
+4
*
udev,update-done: more log_xyz_errno() conversions
Lennart Poettering
2014-11-28
1
-7
/
+6
*
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
1
-2
/
+2
[next]