summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-01can: Fix nested message creation in can_put_attrs()Holger Dengler1-0/+2
2013-02-01neigh: Remove check for AF_UNSPEC in rtnl_neigh_get()Thomas Graf1-2/+2
2013-01-31Fix mask calculation in nl_addr_cmp_prefix()Thomas Graf1-2/+2
2013-01-31Merge branch 'nattuple' of https://github.com/rmfought/libnlThomas Graf1-2/+6
2013-01-31link cache: remove AF_UNSPEC check in rtnl_get_link and rtnl_get_link_by_nameroopa1-3/+2
2013-01-29netfilter: correct error in construction of NAT tupleRich Fought1-2/+6
2013-01-25can: add helper function to get CAN bus stateBenedikt Spranger1-0/+19
2013-01-24Merge pull request #29 from rmfought/natdir32Thomas Graf1-3/+3
2013-01-24netfilter: keep 8-bit API for 32-bit NAT dir attributeRich Fought1-2/+2
2013-01-24Move private header files to <netlink-private/*>Thomas Graf84-161/+161
2013-01-23netfilter: expectation NAT direction is 32 bit attributeRich Fought2-5/+5
2013-01-23route cache: This patch adds route priority to route object oo_id_attrsroopa1-2/+7
2013-01-18link: fix reference leak in rtnl_link_af_data_compare()Thomas Graf1-5/+10
2013-01-18link: Add af data compare to link objectsroopa1-2/+20
2013-01-18Add new rtnl_link_af_data_compare function to compare af_dataroopa1-0/+32
2013-01-12Add ao_compare support to bridge family af_dataroopa1-1/+21
2013-01-11cache: Add new nl_cache_find apiroopa2-0/+61
2013-01-11link: add carrier supportFlavio Leitner1-1/+58
2013-01-06cache: make sure the user has specified a callbackmihai.dontu@gmail.com1-1/+2
2013-01-04nlmsg_ok comparison between signed and unsignedEric Paris1-1/+1
2012-12-27Fix file descriptor leak on errorThomas Jarosch1-4/+12
2012-12-27cache: Take cache_ops lock when modifying cache ops flagsThomas Graf1-0/+2
2012-12-21cache pickup: Avoid duplicates during cache pickuproopa1-3/+23
2012-12-17Bug Fix: cache_include: Fix object ref release after successful object updateroopa1-1/+1
2012-12-17route cache: Fix handling of ipv6 multipath routesroopa1-0/+96
2012-11-29link: socket-CAN helper functionsBenedikt Spranger1-0/+359