summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-06-28Merge /home/kaber/src/repos/libnl.gitHEADmasterPatrick McHardy32-125/+983
2013-06-27msg: Avoid returning a negative value for nlmsg_attrlen()Thomas Graf1-1/+1
2013-06-27netfilter/queue: introduce nfnl_queue_msg_send_verdict_batch()Holger Eitzenberger2-0/+31
2013-06-27netfilter/queue: generalize nfnl_queue_msg_build_verdict()Holger Eitzenberger1-2/+10
2013-06-27Handle -NLE_AGAIN in nl_cache_mngr_data_readyAndrew Collins1-1/+1
2013-06-27Default to comparing all attributes if no oo_id_attrs definedAndrew Collins1-1/+3
2013-05-24Merge branch 'master' of https://github.com/michael-dev/libnlThomas Graf7-1/+536
2013-05-16Add macvlan supportMichael Braun7-1/+536
2013-05-143.2.22 releaseThomas Graf2-2/+2
2013-05-08nl: Increase receive buffer size to 4 pagesThomas Graf1-1/+1
2013-05-08rtnl_link_af_unregister: fix lockingNathan Lynch1-2/+2
2013-04-28Prepare for 3.2.22-rc1 releaseThomas Graf2-6/+6
2013-04-28tests: Include util.h in distThomas Graf1-0/+3
2013-04-28tests: Add basic attribute unit testsThomas Graf4-1/+97
2013-04-28configure: Convert ENABLE_UNIT_TESTS to a mere AM conditionalThomas Graf1-3/+3
2013-04-28Wrong calcultation in nla_reserveEmmanuel Thierry1-1/+1
2013-04-28attr: Fix typo in nla_is_nested()Thomas Graf1-1/+1
2013-04-28Merge branch 'fixes' of https://github.com/socketpair/libnlThomas Graf2-6/+15
2013-04-28attr: nla_is_nested() must access nla_type directlyThomas Graf1-1/+1
2013-04-28Fix leak of cb if nl_socket_alloc_cb() failed to allocate socketКоренберг Марк (дома)1-4/+13
2013-04-27tests: Make unit test building optionalThomas Graf2-1/+9
2013-04-26dump_attrs: "NLA_F_NESTED" => nla_is_nested(nla)Коренберг Марк (дома)1-2/+2
2013-04-05autoconf: Use PKG_CHECK_MODULES() instead of AM_PATH_CHECK()Thomas Graf1-1/+1
2013-04-05addr: only translate more recent address family names and ARP types if definedThomas Graf2-0/+10
2013-04-03Perform no operation on nl_object_free(NULL).Emmanuel Roullit1-1/+6
2013-04-02msg: Pretty print generic netlink header in nl_msg_dump()Thomas Graf1-41/+97
2013-04-02nl: Return -NLE_AGAIN if non-blocking socket would blockThomas Graf1-5/+0
2013-04-02genl: Fix cb reference leak in genl_ctrl_probe_by_name()Thomas Graf1-2/+7
2013-04-02ct: add ICMPv6 type,code and IDHolger Eitzenberger1-18/+45
2013-04-02nl: Print file:line:func in debugging messages and provide --disable-debug to...Thomas Graf5-10/+32
2013-04-01cache: Improve debugging messages of cache operationsThomas Graf1-24/+38
2013-04-01Merge git://git.infradead.org/users/tgr/libnlPatrick McHardy361-7427/+30264
2013-04-01genl: Update mt_id of cache ops when resolving genl idThomas Graf1-0/+4
2013-04-01genl: Provide internal function to resolve name to idThomas Graf2-0/+28
2013-03-24nl-route-add: Add NLM_F_EXCL flag to route addroopa1-1/+1
2013-03-17Remove rtnl_link_free() declaration from the header file.Tony Cheneau1-1/+0
2013-03-17Remove superfluous declaration of rtnl_route_put()Tony Cheneau1-1/+0
2013-03-14rtnl-addr: Fix invalid call to nl_addr_set_prefixlen() if neither local or pe...Thomas Graf1-4/+7
2013-03-14rtnl-addr: Inherit prefix length to nl_addr objs in rtnl_addr_set_prefixlen()Thomas Graf1-3/+32
2013-03-14tests: Add check based unit test systemThomas Graf5-6/+273
2013-03-14addr: Update to latest address familiy definition for translationThomas Graf1-2/+11
2013-03-14addr: improve API reference documentation for nl_addr_*()Thomas Graf2-42/+166
2013-03-14addr: Reset unused portion of binary address in nl_addr_set_binary_addr()Thomas Graf1-1/+4
2013-03-14msg: Pretty print error message header even if incompleteThomas Graf1-15/+24
2013-03-14msg: Pretty print padding attributes in nl_msg_dump()Thomas Graf1-3/+7
2013-03-14attr: Warn application if nla_parse() observes same attribute multiple timesThomas Graf1-8/+13
2013-03-14attr: No longer warn about attribute of type 0Thomas Graf1-3/+2
2013-03-14attr: Do not enforce maximum length for NLA_FLAG attributesThomas Graf1-3/+1
2013-03-14attr: Add nla_nest_cancel() to remove partially added nested attributesThomas Graf3-2/+25
2013-02-28Use thread-safe strerror_r() instead of strerror()Thomas Graf5-7/+10