summaryrefslogtreecommitdiff
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* network: fix memleakYu Watanabe2019-11-051-0/+4
* network: use fix invalid free functionYu Watanabe2019-11-051-1/+1
* tree-wide: drop double newlineYu Watanabe2019-11-042-2/+0
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* Merge pull request #13888 from ssahani/qdiscYu Watanabe2019-11-014-12/+30
|\
| * tc: qdisc remove some duplicate codeSusant Sahani2019-10-311-6/+13
| * qdisc: netem add support to duplicate packets.Susant Sahani2019-10-313-6/+17
* | tree-wide: drop missing.hYu Watanabe2019-10-319-9/+1
|/
* networkd: dhcp server Support Vendor specific 43Susant Sahani2019-10-315-7/+218
* network: cleanup header inclusionYu Watanabe2019-10-3048-133/+113
* network: amend SendOption= to take a c-escaped stringZbigniew Jędrzejewski-Szmek2019-10-301-8/+7
* network: rename SendOptions= to SendOption=Zbigniew Jędrzejewski-Szmek2019-10-303-4/+4
* network: wait for QDiscs to be configuredYu Watanabe2019-10-303-4/+36
* network: introduce TrafficControlSusant Sahani2019-10-3012-0/+567
* network-generator: Add missing help for --rootDavid Pedersen2019-10-291-0/+1
* network: support matching based on wifi interfece typeYu Watanabe2019-10-258-21/+34
* networkctl: introduce reconfigure methodYu Watanabe2019-10-241-20/+67
* networkctl: use format_ifname_full()Yu Watanabe2019-10-241-12/+6
* networkctl: fix error messageYu Watanabe2019-10-241-1/+2
* network: introduce Reconfigure() bus methodYu Watanabe2019-10-246-5/+46
* network: include netinet/in.h to fix build errorYu Watanabe2019-10-241-0/+1
* networkctl: add reload commandYu Watanabe2019-10-241-0/+24
* network: also reload .netdev filesYu Watanabe2019-10-244-7/+13
* network: add Reload() dbus methodYu Watanabe2019-10-246-20/+108
* Merge pull request #13828 from keszybz/networkctl-print-wlanYu Watanabe2019-10-242-131/+122
|\
| * networkctl: print ssid and bssidZbigniew Jędrzejewski-Szmek2019-10-241-0/+61
| * networkctl: create the sd_device structure just onceZbigniew Jędrzejewski-Szmek2019-10-241-26/+33
| * network: split out functions to get ssid and bssidZbigniew Jędrzejewski-Szmek2019-10-241-95/+12
| * networkctl: split out helper functionZbigniew Jędrzejewski-Szmek2019-10-231-5/+10
| * networkctl: show carrier in green for loopback ifaceZbigniew Jędrzejewski-Szmek2019-10-231-5/+6
* | Merge pull request #13807 from 1848/ip6gre_key_fixYu Watanabe2019-10-231-0/+36
|\ \
| * | Set key (IFLA_GRE_IKEY,IFLA_GRE_OKEY) on ip6gre interfaces.18482019-10-201-0/+36
* | | Merge pull request #13142 from yuwata/network-wifi-ssid-support-nl80211Zbigniew Jędrzejewski-Szmek2019-10-239-21/+279
|\ \ \ | |/ / |/| / | |/
| * network: add support matching based on BSSID=Yu Watanabe2019-10-155-7/+11
| * network: also read BSSIDYu Watanabe2019-10-154-20/+93
| * network: support matching based on wifi SSIDYu Watanabe2019-10-159-7/+109
| * network: introduce link_reconfigure()Yu Watanabe2019-10-152-0/+74
| * network: split link_free() into two partsYu Watanabe2019-10-151-15/+20
* | Merge pull request #13663 from ssahani/dhcp-send-option-dataZbigniew Jędrzejewski-Szmek2019-10-165-2/+100
|\ \ | |/ |/|
| * network: DHCPv4 client: add support to send arbitary option and dataSusant Sahani2019-10-155-2/+100
* | network: update comment as DHCP is deprecated nowYu Watanabe2019-10-141-2/+2
* | network: introduce ip nexthop routingSusant Sahani2019-10-1411-4/+788
* | network: ndisc: do not drop all prefixes when a prefix matches a blacklistYu Watanabe2019-10-141-44/+19
|/
* Highlight the synopsis and summary in --helpZbigniew Jędrzejewski-Szmek2019-10-081-2/+4
* networkctl: add missing dots in --helpZbigniew Jędrzejewski-Szmek2019-10-081-2/+2
* Move the Commands section above Options sectionZbigniew Jędrzejewski-Szmek2019-10-081-7/+8
* networkd: split out repeated code to a helper functionZbigniew Jędrzejewski-Szmek2019-10-031-30/+33
* Merge pull request #12818 from yuwata/network-issue-8726Zbigniew Jędrzejewski-Szmek2019-10-033-13/+121
|\
| * network: add fallback logic for old kernelsYu Watanabe2019-07-223-7/+61
| * network: disable kernel creating prefix route when RouteTable= is setYu Watanabe2019-07-221-0/+55