summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-rtnl
AgeCommit message (Expand)Author
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
2014-08-28sd-rtnl: log if kernel buffer is overrun as we currently can't handle that caseTom Gundersen
2014-08-15util: never use ether_ntoa(), since it formats with %x, not %02x, which makes...Lennart Poettering
2014-08-12networkd: add minimal client tool "networkd" to query network statusLennart Poettering
2014-07-29time-util: add and use USEC/NSEC_INFINIYKay Sievers
2014-07-23networkd: set route protocolDan Williams
2014-07-21sd-rtnl: uncomment bond rtnl constantsSusant Sahani
2014-07-18change type for address family to "int"Lennart Poettering
2014-07-18sd-rtnl: make string returned by sd_rtnl_message_read_string() constLennart Poettering
2014-07-16test-tables: add new entriesZbigniew Jędrzejewski-Szmek
2014-07-10shared: split out in_addr related calls from socket-util.[ch] into its privat...Lennart Poettering
2014-07-10nss-myhostname: move local address listing logic into shared, so that we can ...Lennart Poettering
2014-07-01networkd: netdev - add dummy supportTom Gundersen