summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* networkd: reworkd LLDP emission to allow control of propagation levelLennart Poettering2016-05-096-31/+108
* tree-wide: port more code to use ifname_valid()Lennart Poettering2016-05-098-85/+83
* nspawn: add new --network-zone= switch for automatically managed bridge devicesLennart Poettering2016-05-096-43/+235
* util-lib: add new ifname_valid() call that validates interface namesLennart Poettering2016-05-095-2/+93
* Merge pull request #3202 from poettering/socket-fixesMartin Pitt2016-05-084-58/+161
|\
| * core: rework how we flush incoming traffic when a socket unit goes downLennart Poettering2016-05-064-20/+66
| * core: don't implicit open missing socket fds on daemon reloadLennart Poettering2016-05-061-8/+46
| * core: split out selinux label retrieval logic into a function of its ownLennart Poettering2016-05-061-30/+49
* | Merge pull request #3205 from poettering/iaidZbigniew Jędrzejewski-Szmek2016-05-071-1/+1
|\ \
| * | networkd: move the IAID configuration option into the [DHCP] sectionLennart Poettering2016-05-061-1/+1
* | | Merge pull request #3160 from htejun/cgroup-fixes-rev2Zbigniew Jędrzejewski-Szmek2016-05-073-7/+11
|\ \ \
| * | | core: fix segfault on "systemctl --set-property UNIT BlockIODeviceWeight=WEIGHT"Tejun Heo2016-05-041-1/+1
| * | | core: make unit_has_mask_realized() consider controller enable stateTejun Heo2016-04-302-5/+9
| * | | core: bus_append_unit_property_assignment() was using the wrong parse functionTejun Heo2016-04-301-1/+1
* | | | Merge pull request #3215 from keszybz/news-and-other-small-cleanupsLennart Poettering2016-05-071-5/+4
|\ \ \ \
| * | | | systemctl: do not print header if no units will be listedZbigniew Jędrzejewski-Szmek2016-05-071-1/+1
| * | | | systemctl: rewrite code to explicitly take care of n_units==0 caseZbigniew Jędrzejewski-Szmek2016-05-071-4/+3
* | | | | Merge pull request #3191 from poettering/cgroups-agent-dgramEvgeny Vereshchagin2016-05-0726-161/+302
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | journald: stack allocation cannot failLennart Poettering2016-05-051-10/+8
| * | | | tree-wide: introduce new SOCKADDR_UN_LEN() macro, and use it everywhereLennart Poettering2016-05-0523-75/+87
| * | | | core: use an AF_UNIX/SOCK_DGRAM socket for cgroup agent notificationLennart Poettering2016-05-056-78/+209
* | | | | core: dump TriggerLimitIntervalSec and TriggerLimitBurst tooEvgeny Vereshchagin2016-05-061-0/+6
* | | | | core: expose TriggerLimitIntervalUSecEvgeny Vereshchagin2016-05-061-1/+1
* | | | | core: update the right mtime after finishing writing of transient units (#3203)Lennart Poettering2016-05-061-1/+1
| |_|/ / |/| | |
* | | | systemctl: indentation fixLennart Poettering2016-05-061-14/+15
| |_|/ |/| |
* | | Merge pull request #3201 from ssahani/net-wordLennart Poettering2016-05-062-39/+40
|\ \ \
| * | | networkd: route fix commentSusant Sahani2016-05-061-1/+1
| * | | networkd: cleanup FOREACH_WORDSusant Sahani2016-05-061-38/+39
| |/ /
* | | Merge pull request #3190 from poettering/logind-fixesZbigniew Jędrzejewski-Szmek2016-05-059-6/+65
|\ \ \
| * | | logind: drop pointless UINT64_C() macro useLennart Poettering2016-05-051-3/+3
| * | | logind: enforce a limit on inhibitors we hand outLennart Poettering2016-05-055-0/+27
| * | | logind: expose more configuration settings as bus propertiesLennart Poettering2016-05-051-0/+3
| * | | logind: don't include session lists in PropertyChanged messagesLennart Poettering2016-05-052-2/+2
| * | | logind: process session/inhibitor fds at higher priorityLennart Poettering2016-05-053-3/+5
| * | | logind: enforce a limit on current user sessionsLennart Poettering2016-05-055-0/+27
* | | | Merge pull request #3198 from poettering/trigger-timeout-defaultsEvgeny Vereshchagin2016-05-061-5/+26
|\ \ \ \
| * | | | core: fix owner user/group output in socket dumpLennart Poettering2016-05-051-4/+5
| * | | | core: change default trigger limits for socket unitsLennart Poettering2016-05-051-1/+21
| |/ / /
* | | | test-networkd-conf: fix memleakThomas Hindoe Paaboel Andersen2016-05-051-1/+3
* | | | networkd: fix memleak in config_parse_duid_rawdataThomas Hindoe Paaboel Andersen2016-05-051-1/+1
|/ / /
* | | Trivial network cleanup (#3196)Thomas H. P. Andersen2016-05-051-1/+0
|/ /
* | Merge pull request #3156 from keszybz/duid-settingsLennart Poettering2016-05-0442-401/+583
|\ \
| * | network: get rid of DUID_TYPE_RAWZbigniew Jędrzejewski-Szmek2016-05-032-2/+0
| * | test-networkd-conf: add tests for the parsing functionsZbigniew Jędrzejewski-Szmek2016-05-031-0/+89
| * | networkd: rework duid_{type,duid_type,duid,duid_len} settingZbigniew Jędrzejewski-Szmek2016-05-0311-144/+88
| * | dh-dhcp{,6}-client: change the semantics of DUID settingZbigniew Jędrzejewski-Szmek2016-05-033-18/+42
| * | dhcp-identifier: un-inline dhcp_validate_duid_lenZbigniew Jędrzejewski-Szmek2016-05-032-35/+37
| * | sd-dhcp: change uint8_t *duid to const void*Zbigniew Jędrzejewski-Szmek2016-05-034-4/+5
| * | sd-dhcp{,6}-client: use standard indentation for functions argsZbigniew Jędrzejewski-Szmek2016-05-034-105/+214
| * | networkd: rework headers to avoid circular includesZbigniew Jędrzejewski-Szmek2016-04-2929-99/+114
| |/