summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2013-06-28Merge /home/kaber/src/repos/libnl.gitHEADmasterPatrick McHardy18-109/+674
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 Eitzenberger1-0/+29
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-16Add macvlan supportMichael Braun2-1/+368
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-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-26dump_attrs: "NLA_F_NESTED" => nla_is_nested(nla)Коренберг Марк (дома)1-2/+2
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 Graf3-1/+9
2013-04-01cache: Improve debugging messages of cache operationsThomas Graf1-24/+38
2013-04-01Merge git://git.infradead.org/users/tgr/libnlPatrick McHardy98-3050/+10732
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 Graf1-0/+26
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-14addr: Update to latest address familiy definition for translationThomas Graf1-2/+11
2013-03-14addr: improve API reference documentation for nl_addr_*()Thomas Graf1-40/+164
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 Graf1-2/+23
2013-02-28Use thread-safe strerror_r() instead of strerror()Thomas Graf4-6/+8
2013-02-24link: Fix rtnl_link_af_data_compare return valueroopa1-7/+11
2013-02-24link: move af_data_compare to the endroopa1-6/+6
2013-02-14bond: Provide rtnl_link_bond_alloc()Thomas Graf1-14/+27
2013-02-14vlan: Provide rtnl_link_vlan_alloc()Thomas Graf1-1/+22
2013-02-14bridge: Provide rtnl_link_bridge_alloc()Thomas Graf1-0/+21
2013-02-07bridge: Support the new bridging attributesThomas Graf1-12/+362
2013-02-05attr: Provide nla_is_nested() functionThomas Graf1-1/+12
2013-02-05link: Free and realloc af specific data upon rtnl_link_set_family()Thomas Graf1-0/+6
2013-02-05link: Hold af_ops reference for each AF_SPEC block during lifetime of link ob...Thomas Graf1-4/+6
2013-02-05link: Modify link policy on the stackThomas Graf1-2/+5
2013-02-05link: Keep reference to af_ops during lifetime of link objectThomas Graf1-0/+4
2013-02-05link: Fix af_ops leak on ENOMEMThomas Graf1-1/+3