summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-rtnl
AgeCommit message (Expand)Author
2015-02-02networkd: support socket activationTom Gundersen
2015-02-02sd-rtnl: introduce sd_rtnl_new_from_netlinkTom Gundersen
2015-01-31sd-rtnl: don't fail event handler when callback failsTom Gundersen
2015-01-22networkd: Introduce ip6gre and ip6gretapSusant Sahani
2015-01-22networkd: Introduce IP6 tunnelSusant Sahani
2015-01-22networkd: introduce gretapSusant Sahani
2015-01-22Assorted format fixesZbigniew Jędrzejewski-Szmek
2015-01-22Fix some format strings for enums, they are signedZbigniew Jędrzejewski-Szmek
2015-01-19networkd: netdev - add ipvlan supportTom Gundersen
2015-01-13refcnt: refcnt is unsigned, fix comparisonsTom Gundersen
2015-01-13nspawn: add new option "--port=" for exposing container ports on the local hostLennart Poettering
2014-12-30tree-wide: spelling fixesVeres Lajos
2014-12-29rtnl: recv_message - don't enforce sender uidTom Gundersen
2014-12-29sd-rtnl: rtnl_call - don't dispatch wqueue after timeout has passedTom Gundersen
2014-12-29sd-rtnl: rtnl_poll - fix typoTom Gundersen
2014-12-29sd-rtnl: recv_message - drop message when peeking failsTom Gundersen
2014-12-29sd-rtnl: recv_message - don't fail on interruptTom Gundersen
2014-12-29sd-rtnl: recv_message - log when dropping messageTom Gundersen
2014-12-18networkd: add FDB supportAlin Rauta
2014-12-09sd-rtnl: fix size check in sd_rtnl_message_append_string()Lennart Poettering
2014-12-08networkd: manager - enumerate addresses globally, rather than per-linkTom Gundersen
2014-12-08sd-rtnl: fix bogus warning about dropping 20 bytes from multi-part messagesTom Gundersen
2014-12-04sd-rtnl: rename sd_rtnl_message_route_get_{dst,src}_len to *_prefixlenTom Gundersen
2014-12-04networkd: add support for source routingTom Gundersen
2014-12-04rtnl: order local addresses/gateways by the address itself as last resortLennart Poettering
2014-12-04rtnl: when querying local addresses and gateways, take address family into ac...Lennart Poettering
2014-12-03rtnl: make checks for default routes more strictLennart Poettering
2014-12-03nss-myhostname: always resolve the host name "gateway" to the local default g...Lennart Poettering
2014-12-02sd-rtnl: route - allow GETROUTE with AF_UNSPECTom Gundersen
2014-12-02sd-rtnl: add sd_rtnl_message_{new_neigh,neigh_get_{family,ifindex}}Tom Gundersen
2014-12-02sd-rtnl: add typesystem for RTM_*NEIGHTom Gundersen
2014-12-02sd-rtnl: add a bit more debugging in case a message is droppedTom Gundersen
2014-12-02sd-rtnl: message - allow checking for attributes without reading out their co...Tom Gundersen
2014-12-02sd-rtnl: add sd_rtnl_message_route_get_familyTom Gundersen
2014-11-28treewide: a few more log_*_errno + return simplificationsMichal Schmidt
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-11-27networkd: fix kernel rtnl receive buffer overrun errorAlin Rauta
2014-11-04sd-event: rename sd_event_source_set_name() to sd_event_source_get_name()Lennart Poettering
2014-10-29sd-rtnl: add bridge port rtnl attributes.Susant Sahani
2014-10-29sd-rtnl: add support to set packet family typeSusant Sahani
2014-10-29sd-rtnl: mark nested attributes with the NLA_F_NESTED flagTom Gundersen
2014-10-29sd-rtnl: fix reading of nla typeTom Gundersen
2014-09-18sd-rtnl: rtnl-message: remove unneeded linux includesEmil Renner Berthing
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt
2014-09-09udev: net_setup_link - open ethtool and rtnl connections lazilyTom Gundersen
2014-09-09udev: event - keep one rtnl per worker, rather than per eventTom Gundersen
2014-09-01sd-rtnl: don't assign to unused variableTom Gundersen
2014-08-29Fix a few typos in log messagesRuben Kerkhof
2014-08-28sd-event: name event sources used in librariesTom Gundersen