summaryrefslogtreecommitdiff
path: root/src/network
AgeCommit message (Expand)AuthorFilesLines
2019-10-16Merge pull request #13663 from ssahani/dhcp-send-option-dataZbigniew Jędrzejewski-Szmek5-2/+100
2019-10-15network: DHCPv4 client: add support to send arbitary option and dataSusant Sahani5-2/+100
2019-10-14network: update comment as DHCP is deprecated nowYu Watanabe1-2/+2
2019-10-14network: introduce ip nexthop routingSusant Sahani11-4/+788
2019-10-14network: ndisc: do not drop all prefixes when a prefix matches a blacklistYu Watanabe1-44/+19
2019-10-08Highlight the synopsis and summary in --helpZbigniew Jędrzejewski-Szmek1-2/+4
2019-10-08networkctl: add missing dots in --helpZbigniew Jędrzejewski-Szmek1-2/+2
2019-10-08Move the Commands section above Options sectionZbigniew Jędrzejewski-Szmek1-7/+8
2019-10-03networkd: split out repeated code to a helper functionZbigniew Jędrzejewski-Szmek1-30/+33
2019-10-03Merge pull request #12818 from yuwata/network-issue-8726Zbigniew Jędrzejewski-Szmek3-13/+121
2019-10-03Merge pull request #13696 from keszybz/keep-dhcp-on-restartZbigniew Jędrzejewski-Szmek5-11/+41
2019-10-02sd-dhcp-client: do not crash if sd_dhcp_client_send_release() is called with ...Zbigniew Jędrzejewski-Szmek1-3/+3
2019-10-02networkd: change SendRelease default to trueZbigniew Jędrzejewski-Szmek1-0/+1
2019-10-02networkd: drop DHCPv4 config on stop, keep on restart, by defaultZbigniew Jędrzejewski-Szmek2-6/+8
2019-10-02networkd: use SIGUSR2 to do a restartZbigniew Jędrzejewski-Szmek2-2/+29
2019-10-01network: DHCPv6 client add support for prefix delegation hintSusant Sahani5-0/+46
2019-09-26dhcp4: make IPServiceType configurableSiddharth Chandrasekara6-1/+39
2019-09-26network: drop noisy log messageYu Watanabe1-2/+0
2019-09-22Merge pull request #11883 from yuwata/network-dhcp-renewYu Watanabe5-1/+92
2019-09-22Merge pull request #13610 from yuwata/network-check-one-more-sectionYu Watanabe1-0/+4
2019-09-22tree-wide: various code-formatting improvementsFrantisek Sumsal2-6/+2
2019-09-21networkctl: add renew commandYu Watanabe1-1/+45
2019-09-21network: introduce new bus method Renew() and RenewLink()Yu Watanabe4-0/+47
2019-09-21network: add one more section validty checkYu Watanabe1-0/+4
2019-09-20networkd: Fix SIP double-freeChris Down1-1/+0
2019-09-20network: DHCP server Add support to transmit SIP serverSusant Sahani10-7/+216
2019-09-20network dhcp4: Add support send request options in a generic mannerSusant Sahani5-0/+85
2019-09-20polkit: fix typoAsciiWolf1-1/+1
2019-09-18Merge pull request #13583 from keszybz/networkd-hash-compare-equalityYu Watanabe4-57/+60
2019-09-17Merge pull request #13577 from yuwata/network-fix-ci-failureFrantisek Sumsal1-6/+6
2019-09-17networkd: unbreak routing_policy_rule_compare_func()Zbigniew Jędrzejewski-Szmek1-2/+2
2019-09-17Merge pull request #13508 from yuwata/network-route-fix-13506Zbigniew Jędrzejewski-Szmek6-248/+160
2019-09-17networkd: make neighbor_hash_func() handle the same data as neighbor_compare_...Zbigniew Jędrzejewski-Szmek1-1/+3
2019-09-17networkd: use same order in _hash_func() and _compare_func()Zbigniew Jędrzejewski-Szmek2-27/+37
2019-09-17networkd: split out helper function for address extractionZbigniew Jędrzejewski-Szmek1-30/+21
2019-09-18Merge pull request #13559 from ssahani/ipv6ra-routeYu Watanabe5-9/+201
2019-09-17network: also take Route::initcwnd and ::initrwnd into hash funcYu Watanabe2-0/+35
2019-09-17network: take more route information into hash funcYu Watanabe3-68/+6
2019-09-17network: make route_get() or friends take Route objectYu Watanabe5-181/+120
2019-09-17network: do not enter failed state if device's sysfs entry does not exist yetYu Watanabe1-2/+2
2019-09-17network: add missing link->network checksYu Watanabe1-4/+4
2019-09-17network: Add support to advertie ipv6 routeSusant Sahani5-9/+201
2019-09-17network: drop IPv6LL address when LinkLocalAddressing=no|ipv4Yu Watanabe1-2/+2
2019-09-17network DHCP4: Dont mislead the logs.Susant Sahani1-1/+1
2019-09-15network: add more debug messagesYu Watanabe2-0/+20
2019-09-15network: set scope and protocol for default routeYu Watanabe1-0/+3
2019-09-15network: drop redundant and invalid destination addressYu Watanabe1-4/+0
2019-09-15network: do not use implicit cast to booleanYu Watanabe1-2/+2
2019-09-15network: do not create default route for ipv4 link local addressingYu Watanabe3-61/+3
2019-09-13Merge pull request #13405 from yuwata/network-ipv6-privacy-extensions-cleanupZbigniew Jędrzejewski-Szmek2-28/+14