summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* networkd-ndisc: do not return value from void functionv230Zbigniew Jędrzejewski-Szmek2016-05-211-2/+2
* build-sys: bump so versionZbigniew Jędrzejewski-Szmek2016-05-212-3/+3
* NEWS: final updates for v230Zbigniew Jędrzejewski-Szmek2016-05-211-5/+6
* run: do not try to use reply after freeing it (#3318)Zbigniew Jędrzejewski-Szmek2016-05-211-4/+3
* units: restore ConditionNeesUpdate=/etc in ldconfig.service (#3311)Lennart Poettering2016-05-211-0/+1
* libsystemd-network: use recv(..., 0) instead of read(...) (#3317)Tom Gundersen2016-05-222-5/+2
* core: set all log fds to -1 when freezing (#3314)Evgeny Vereshchagin2016-05-211-0/+2
* core: put opening curly braces on the same line as function names (#3313)Tejun Heo2016-05-201-20/+10
* Revert "core/dbus: further simplify branch code" (#3307)Lennart Poettering2016-05-201-15/+23
* Merge pull request #3304 from tomty89/masterTom Gundersen2016-05-202-6/+8
|\
| * [networkd-dhcp6] do not call sd_dhcp6_client_start() from dhcp6_request_addre...tomty892016-05-201-6/+0
| * [networkd-ndisc] set IPv6LL address in DHCP clienttomty892016-05-201-0/+8
* | Merge pull request #3276 from ssahani/issue-3264Tom Gundersen2016-05-201-0/+3
|\ \
| * | networkd: Drop IPv6LL address when link is downSusant Sahani2016-05-181-0/+3
* | | Merge pull request #3290 from htejun/cgroup2-io-compatLennart Poettering2016-05-2012-200/+428
|\ \ \
| * | | core: translate between IO and BlockIO settings to ease transitionTejun Heo2016-05-184-38/+148
| * | | core: factor out io and blkio helper functions from cgroup_context_apply()Tejun Heo2016-05-181-98/+137
| * | | core: update CGroupBlockIODeviceBandwidth to record both rbps and wbpsTejun Heo2016-05-184-44/+87
| * | | core: add support for IOReadIOPSMax and IOWriteIOPSMaxTejun Heo2016-05-186-3/+38
| * | | core: introduce CGroupIOLimitType enumsTejun Heo2016-05-188-76/+77
| |/ /
* | | Merge pull request #3235 from dkg/hwaddr-cleanupTom Gundersen2016-05-207-11/+134
|\ \ \
| * | | network: rely on ether_addr_from_string instead of sscanfDaniel Kahn Gillmor2016-05-171-8/+7
| * | | util-lib: add ether_addr_from_string()Daniel Kahn Gillmor2016-05-172-0/+71
| * | | basic: define HEXDIGITSDaniel Kahn Gillmor2016-05-172-1/+2
| * | | network: test MAC address parsingDaniel Kahn Gillmor2016-05-171-0/+51
| * | | man: clarify different uses of MACAddressDaniel Kahn Gillmor2016-05-171-2/+3
* | | | core/dbus: revert oversimplification (#3309)Jonathan Boulle2016-05-201-3/+4
* | | | Make the fix for net/if.h fuckup even worse (#3287)Zbigniew Jędrzejewski-Szmek2016-05-201-4/+2
* | | | resolved: fix accounting of dns serves on a link (#3291)Zbigniew Jędrzejewski-Szmek2016-05-201-0/+1
* | | | core/dbus: expose SELinuxContext property (#3284)Jonathan Boulle2016-05-202-1/+18
* | | | basic: remove rm_rf_and_free, add rm_rf_physical_and_free, use rm_rf_physical...Evgeny Vereshchagin2016-05-206-8/+8
* | | | NEWS: typo fix and american english (#3301)Thomas H. P. Andersen2016-05-201-2/+2
* | | | sd-dhcp-client: fix busy loop reading zero sized DHCP UDP packets. (#3299)sadag2016-05-201-0/+3
| |_|/ |/| |
* | | systemctl: suppress no-[Install] hint when --quiet is used (#3295)Zbigniew Jędrzejewski-Szmek2016-05-191-1/+1
* | | systemctl: reload configuration when enabling sysv units too (#3297)Franck Bui2016-05-191-2/+5
* | | systemctl: restore the no-sync option for legacy halt (#3249)tblume2016-05-192-2/+16
* | | Merge pull request #3293 from michaelolbrich/partuuidZbigniew Jędrzejewski-Szmek2016-05-191-1/+1
|\ \ \
| * | | rules: add /dev/disk/by-partuuid symlinks also for dos partition tablesUwe Kleine-König2016-05-191-1/+1
|/ / /
* | | NEWS: mention SessionsMax, InhibitorsMax, MulticastSnooping...Zbigniew Jędrzejewski-Szmek2016-05-191-52/+77
* | | core/dbus: further simplify branch code (#3283)Jonathan Boulle2016-05-181-23/+15
| |/ |/|
* | hwdb: run "make hwdb-udate" (#3280)Zbigniew Jędrzejewski-Szmek2016-05-173-7610/+10661
* | networkd: do not update state or IPv6LL address if link is failed or lingeringSusant Sahani2016-05-172-13/+19
* | networkd: add route expiration handler (#3242)Susant Sahani2016-05-171-1/+31
* | coredump: Improve man pagesPeter Mattern2016-05-173-71/+103
* | networkd: Add EmitRouter= option for DHCP Server (#3251)Clemens Gruber2016-05-179-22/+63
* | core/dbus: use free_and_strdup to simplify code (#3279)Jonathan Boulle2016-05-171-31/+7
|/
* hwdb: Update database of Bluetooth company identifiersMarcel Holtmann2016-05-171-1/+181
* vconsole: add log_oom() where appropriateLennart Poettering2016-05-171-2/+2
* Merge pull request #3258 from keszybz/small-networkd-cleanupLennart Poettering2016-05-1711-50/+47
|\
| * sd-dhcp6-client: add log_errno macro and improve debug messages a bitZbigniew Jędrzejewski-Szmek2016-05-152-10/+13