summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 3.2.22-rc1 releaselibnl3_2_22rc1Thomas Graf2013-04-282-6/+6
* tests: Include util.h in distThomas Graf2013-04-281-0/+3
* tests: Add basic attribute unit testsThomas Graf2013-04-284-1/+97
* configure: Convert ENABLE_UNIT_TESTS to a mere AM conditionalThomas Graf2013-04-281-3/+3
* 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
* | tests: Make unit test building optionalThomas Graf2013-04-272-1/+9
|/
* autoconf: Use PKG_CHECK_MODULES() instead of AM_PATH_CHECK()Thomas Graf2013-04-051-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-025-10/+32
* 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-012-0/+28
* nl-route-add: Add NLM_F_EXCL flag to route addroopa2013-03-241-1/+1
* Remove rtnl_link_free() declaration from the header file.Tony Cheneau2013-03-171-1/+0
* Remove superfluous declaration of rtnl_route_put()Tony Cheneau2013-03-171-1/+0
* 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
* tests: Add check based unit test systemThomas Graf2013-03-145-6/+273
* 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-142-42/+166
* 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-143-2/+25
* Use thread-safe strerror_r() instead of strerror()Thomas Graf2013-02-285-7/+10
* 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-144-23/+33
* vlan: Provide rtnl_link_vlan_alloc()Thomas Graf2013-02-144-13/+28
* netlink: Forward declare frequent libnl types to ease inclusion depsThomas Graf2013-02-141-1/+3
* bridge: Provide rtnl_link_bridge_alloc()Thomas Graf2013-02-142-0/+23
* bridge: Support the new bridging attributesThomas Graf2013-02-075-27/+668
* attr: Provide nla_is_nested() functionThomas Graf2013-02-052-2/+14
* 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-052-0/+6