summaryrefslogtreecommitdiff
path: root/src/udev/net
Commit message (Expand)AuthorAgeFilesLines
* networkd,udev: clean up MTU handlingLennart Poettering2018-04-263-3/+3
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-064-52/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-2/+1
* macro: introduce TAKE_PTR() macroLennart Poettering2018-03-221-2/+1
* systemd-link: Remove UDP Fragmentation Offload support. (#8183)Rosen Penev2018-03-183-3/+1
* cocci: there's not ENOTSUP, there's only EOPNOTSUPPLennart Poettering2018-01-111-2/+2
* ethtool-util: don't pass fds as pointers if we don't have toLennart Poettering2018-01-111-17/+18
* ethtool-util: fix weird whitespaceLennart Poettering2018-01-111-3/+1
* ethtool-util: order includes properlyLennart Poettering2018-01-111-2/+2
* ethtool-util: no need for memcpy() where normal assignment works tooLennart Poettering2018-01-111-2/+2
* systemd-udevd: fix speed/duplex processing with valid .link files (#7808)Bruce A. Johnson2018-01-051-3/+3
* core,udev,networkd: add ConditionKernelVersion=Lennart Poettering2017-12-263-4/+8
* udev-link-config: add missing OOM checkLennart Poettering2017-12-141-0/+2
* link-config: make initialization to -1 less weirdLennart Poettering2017-12-141-1/+1
* tree-wide: adjust fall through comments so that gcc is happyShawn Landden2017-11-202-1/+4
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-194-0/+4
* conf-parser: turn three bool function params into a flags fieldsLennart Poettering2017-11-131-1/+1
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-1/+1
* systemd-link: Add support to configure tx-tcp6-segmentation (#6859)Susant Sahani2017-09-193-5/+8
* exec-util,conf-files: skip non-executable files in execute_directories()Lennart Poettering2017-09-131-1/+1
* systemd-link: ethtool add support for more Wake up Lan setting (#6331)Susant Sahani2017-08-312-23/+63
* build-sys: drop gitignore patterns for in-tree buildsZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* build-sys: drop automake supportZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* ethtool: fix half-duplex / full-duplex confusion (#6209)Susant Sahani2017-06-301-2/+2
* ethtool: warn when ethtool_set_glinksettings not supportedSusant Sahani2017-06-261-5/+6
* ethtool: Fix speed in 593022fa377d40d9a645919759b04c53cf4eace8Susant Sahani2017-06-261-1/+1
* systemd-link: add support to configure the device port (#6153)Susant Sahani2017-06-255-11/+47
* Merge pull request #4879 from poettering/systemdZbigniew Jędrzejewski-Szmek2017-01-141-7/+2
|\
| * util-lib: various improvements to kernel command line parsingLennart Poettering2016-12-211-7/+2
* | build-sys: add check for gperf lookup function signature (#5055)Mike Gilbert2017-01-101-1/+1
|/
* link: fix offload features initialization (#4639)Maks Naumov2016-11-141-1/+1
* Link: port to new ethtool ETHTOOL_xLINKSETTINGSSusant Sahani2016-11-105-9/+248
* sd-device/networkd: unify code to get a socket for issuing netdev ioctls onLennart Poettering2016-10-061-3/+3
* udev: use get_proc_cmdline_key instead of FOREACH_WORD_QUOTEDZbigniew Jędrzejewski-Szmek2016-09-131-12/+4
* fix #4080Susant Sahani2016-09-021-8/+12
* link : add support to configure LRO and GRO Offload featuresSusant Sahani2016-08-313-0/+6
* link : add support to configure Offload features (#4017)Susant Sahani2016-08-305-19/+149
* tree-wide: place #pragma once at the same place everywhereLennart Poettering2016-02-202-4/+4
* Remove/add (un)needed includesNathan McSween2016-02-181-1/+0
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-104-8/+0
* siphash24: change result argument to uint64_tMartin Pitt2015-11-161-3/+3
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering2015-10-272-4/+5
* util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-242-11/+12
* document ability to disable MACAddressPolicyJacob Keller2015-10-052-1/+4
* tree-wide: drop {} from one-line if blocksLennart Poettering2015-09-091-2/+1