summaryrefslogtreecommitdiff
path: root/src/core/loopback-setup.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-13sd-netlink: rename from sd-rtnlTom Gundersen1-10/+10
2015-06-11sd-rtnl: make joining broadcast groups implicitTom Gundersen1-1/+1
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-8/+0
2015-02-03loopback-setup: simplify code a bitLennart Poettering1-5/+10
2015-02-03loopback-setup: no need to redefine LOOPBACK_IFINDEX, we already have it in m...Lennart Poettering1-5/+3
2014-12-29core: loopback - correctly fail the loopback_check if somehow the rtnl calls ...Tom Gundersen1-3/+3
2014-12-28core: loopback - simplify check_loopback()Tom Gundersen1-24/+18
2014-12-27Fix check_loopback()Stéphane Graber1-1/+1
2014-11-28treewide: more log_*_errno + return simplificationsMichal Schmidt1-8/+4
2014-11-28treewide: more log_*_errno() conversions, multiline callsMichal Schmidt1-4/+2
2014-08-08core: loopback-setup - only up the loopback deviceTom Gundersen1-113/+16
2014-02-20api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering1-4/+4
2014-02-18sd-rtnl-message: store reference to the bus in the messageTom Gundersen1-3/+3
2014-02-15sd-rtnl: always include linux/rtnetlink.hTom Gundersen1-1/+0
2014-02-13rtnl: rename constructors from the form sd_rtnl_xxx_yyy_new() to sd_rtnl_xxx_...Lennart Poettering1-3/+3
2014-02-13rtnl: drop "sd_" prefix from cleanup macrosLennart Poettering1-3/+3
2014-01-22sd-rtnl: simplify sd_rtnl_message_addr_new()Tom Gundersen1-4/+26
2014-01-22sd-rtnl: link - allow setting the change maskTom Gundersen1-1/+1
2013-12-19loopback-setup: correctly set flags and scope for ipv6 addressTom Gundersen1-2/+4
2013-12-16loopback-setup: remove stray hunkTom Gundersen1-4/+0
2013-12-16network: use SETLINK to bring up interfacesTom Gundersen1-1/+1
2013-12-16rtnl: replace message_append by typesafe versionsTom Gundersen1-8/+10
2013-12-16rtnl: simplify link_new()Tom Gundersen1-1/+5
2013-11-14loopback-setup: move to rtnlTom Gundersen1-196/+68
2013-04-18move _cleanup_ attribute in front of the typeHarald Hoyer1-2/+2
2013-04-05Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek1-34/+31
2013-03-31ModernizationZbigniew Jędrzejewski-Szmek1-17/+11
2012-04-13loopback: handle EPERM more gracefullyLennart Poettering1-15/+58
2012-04-12build-sys: move *-setup out of shared to avoid selinux being pulled inLennart Poettering1-0/+274