summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Wrong calcultation in nla_reserveEmmanuel Thierry2013-04-281-1/+1
* attr: Fix typo in nla_is_nested()Thomas Graf2013-04-281-1/+1
* Merge branch 'fixes' of https://github.com/socketpair/libnlThomas Graf2013-04-282-6/+15
|\
| * Fix leak of cb if nl_socket_alloc_cb() failed to allocate socketКоренберг Марк (дома)2013-04-271-4/+13
| * dump_attrs: "NLA_F_NESTED" => nla_is_nested(nla)Коренберг Марк (дома)2013-04-261-2/+2
* | attr: nla_is_nested() must access nla_type directlyThomas Graf2013-04-281-1/+1
|/
* addr: only translate more recent address family names and ARP types if definedThomas Graf2013-04-052-0/+10
* Perform no operation on nl_object_free(NULL).Emmanuel Roullit2013-04-031-1/+6
* msg: Pretty print generic netlink header in nl_msg_dump()Thomas Graf2013-04-021-41/+97
* nl: Return -NLE_AGAIN if non-blocking socket would blockThomas Graf2013-04-021-5/+0
* genl: Fix cb reference leak in genl_ctrl_probe_by_name()Thomas Graf2013-04-021-2/+7
* ct: add ICMPv6 type,code and IDHolger Eitzenberger2013-04-021-18/+45
* nl: Print file:line:func in debugging messages and provide --disable-debug to...Thomas Graf2013-04-023-1/+9
* cache: Improve debugging messages of cache operationsThomas Graf2013-04-011-24/+38
* genl: Update mt_id of cache ops when resolving genl idThomas Graf2013-04-011-0/+4
* genl: Provide internal function to resolve name to idThomas Graf2013-04-011-0/+26
* rtnl-addr: Fix invalid call to nl_addr_set_prefixlen() if neither local or pe...Thomas Graf2013-03-141-4/+7
* rtnl-addr: Inherit prefix length to nl_addr objs in rtnl_addr_set_prefixlen()Thomas Graf2013-03-141-3/+32
* addr: Update to latest address familiy definition for translationThomas Graf2013-03-141-2/+11
* addr: improve API reference documentation for nl_addr_*()Thomas Graf2013-03-141-40/+164
* addr: Reset unused portion of binary address in nl_addr_set_binary_addr()Thomas Graf2013-03-141-1/+4
* msg: Pretty print error message header even if incompleteThomas Graf2013-03-141-15/+24
* msg: Pretty print padding attributes in nl_msg_dump()Thomas Graf2013-03-141-3/+7
* attr: Warn application if nla_parse() observes same attribute multiple timesThomas Graf2013-03-141-8/+13
* attr: No longer warn about attribute of type 0Thomas Graf2013-03-141-3/+2
* attr: Do not enforce maximum length for NLA_FLAG attributesThomas Graf2013-03-141-3/+1
* attr: Add nla_nest_cancel() to remove partially added nested attributesThomas Graf2013-03-141-2/+23
* Use thread-safe strerror_r() instead of strerror()Thomas Graf2013-02-284-6/+8
* link: Fix rtnl_link_af_data_compare return valueroopa2013-02-241-7/+11
* link: move af_data_compare to the endroopa2013-02-241-6/+6
* bond: Provide rtnl_link_bond_alloc()Thomas Graf2013-02-141-14/+27
* vlan: Provide rtnl_link_vlan_alloc()Thomas Graf2013-02-141-1/+22
* bridge: Provide rtnl_link_bridge_alloc()Thomas Graf2013-02-141-0/+21
* bridge: Support the new bridging attributesThomas Graf2013-02-071-12/+362
* attr: Provide nla_is_nested() functionThomas Graf2013-02-051-1/+12
* link: Free and realloc af specific data upon rtnl_link_set_family()Thomas Graf2013-02-051-0/+6
* link: Hold af_ops reference for each AF_SPEC block during lifetime of link ob...Thomas Graf2013-02-051-4/+6
* link: Modify link policy on the stackThomas Graf2013-02-051-2/+5
* link: Keep reference to af_ops during lifetime of link objectThomas Graf2013-02-051-0/+4
* link: Fix af_ops leak on ENOMEMThomas Graf2013-02-051-1/+3
* can: Fix nested message creation in can_put_attrs()Holger Dengler2013-02-011-0/+2
* neigh: Remove check for AF_UNSPEC in rtnl_neigh_get()Thomas Graf2013-02-011-2/+2
* Fix mask calculation in nl_addr_cmp_prefix()Thomas Graf2013-01-311-2/+2
* Merge branch 'nattuple' of https://github.com/rmfought/libnlThomas Graf2013-01-311-2/+6
|\
| * netfilter: correct error in construction of NAT tupleRich Fought2013-01-291-2/+6
* | link cache: remove AF_UNSPEC check in rtnl_get_link and rtnl_get_link_by_nameroopa2013-01-311-3/+2
|/
* can: add helper function to get CAN bus stateBenedikt Spranger2013-01-251-0/+19
* Merge pull request #29 from rmfought/natdir32Thomas Graf2013-01-241-3/+3
|\
| * netfilter: keep 8-bit API for 32-bit NAT dir attributeRich Fought2013-01-241-2/+2
| * netfilter: expectation NAT direction is 32 bit attributeRich Fought2013-01-232-5/+5