summaryrefslogtreecommitdiff
path: root/src/network/netdev/bond.c
Commit message (Collapse)AuthorAgeFilesLines
* network: add NetDevVTable::generate_mac flagYu Watanabe2019-05-281-0/+1
|
* network: move link_set_bond() to netdev/bond.cYu Watanabe2019-05-111-0/+74
|
* network: re-indent conf parser and wrap long lines in bond.cYu Watanabe2019-04-131-24/+31
|
* network: use OrderedSet for bond ARP ip targetsYu Watanabe2019-04-131-49/+51
|
* network: drop allocation for Bond::ad_actor_systemYu Watanabe2019-04-131-25/+23
|
* network: drop bond_mode_to_kernel() and bond_xmit_hash_policy_to_kernel()Yu Watanabe2019-04-131-46/+3
|
* tree-wide: constify a few static string tablesLennart Poettering2019-03-251-1/+1
|
* network: coding style fixesYu Watanabe2019-02-111-20/+16
|
* netdev bond: add support to configure tlb_dynamic_lbSusant Sahani2018-12-151-0/+7
| | | | | | Closes https://github.com/systemd/systemd/issues/11135 Add test for bond : tlb_dynamic_lb
* networkd: cleanup for #10542Tobias Jungel2018-11-061-3/+3
| | | | fixes: 53b1f7d
* network: shorten code a bitYu Watanabe2018-11-041-3/+1
|
* networkd: add missing bonding options (#10542)Tobias Jungel2018-11-021-0/+130
| | | | | | | | | Add support for bonding options system prio, port key and actor system mac. These options exist in the linux kernel since 4.2 (torvalds/linux@171a42c38c6e1) Details: https://www.kernel.org/doc/Documentation/networking/bonding.txt
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-4/+0
| | | | | | | | Fixes #9320. for p in Shapovalov Chevalier Rozhkov Sievers Mack Herrmann Schmidt Rudenberg Sahani Landden Andersen Watanabe; do git grep -e 'Copyright.*'$p -l|xargs perl -i -0pe 's|/([*][*])?[*]\s+([*#]\s+)?Copyright[^\n]*'$p'[^\n]*\s*[*]([*][*])?/\n*|\n|gms; s|\s+([*#]\s+)?Copyright[^\n]*'$p'[^\n]*\n*|\n|gms' done
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-2/+2
| | | | | | Let's unify an beautify our remaining copyright statements, with a unicode ©. This means our copyright statements are now always formatted the same way. Yay.
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
| | | | | | | | | | | | | | | | This part of the copyright blurb stems from the GPL use recommendations: https://www.gnu.org/licenses/gpl-howto.en.html The concept appears to originate in times where version control was per file, instead of per tree, and was a way to glue the files together. Ultimately, we nowadays don't live in that world anymore, and this information is entirely useless anyway, as people are very welcome to copy these files into any projects they like, and they shouldn't have to change bits that are part of our copyright header for that. hence, let's just get rid of this old cruft, and shorten our codebase a bit.
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-16/+3
| | | | | | | | | | Files which are installed as-is (any .service and other unit files, .conf files, .policy files, etc), are left as is. My assumption is that SPDX identifiers are not yet that well known, so it's better to retain the extended header to avoid any doubt. I also kept any copyright lines. We can probably remove them, but it'd nice to obtain explicit acks from all involved authors before doing that.
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
| | | | | This follows what the kernel is doing, c.f. https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=5fd54ace4721fc5ce2bb5aef6318fcf17f421460.
* networkd: netdev - move to separate subdirectoryTom Gundersen2016-11-131-0/+444
This could (and should) be made into a separate daemon, at least move the sourcefiles out for now.