summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add idiag-socket-detailsJoe Damato2013-07-253-1/+95
* Handle the case where nl_msec2str is passed 0 msecsJoe Damato2013-07-191-0/+5
* Add support for inet diag Netlink protocol.Joe Damato2013-07-1918-5/+1888
* add generic netlink functions to swigArend van Spriel2013-07-181-0/+97
* add python module for generic netlink libraryArend van Spriel2013-07-186-4/+28
* add support functions for attributes and callback handlersArend van Spriel2013-07-181-0/+373
* handle the case where 0 is passed to nl_size2strJoe Damato2013-07-181-0/+5
* cache: Return -NLE_PROTO_MISMATCH if socket provided mismatches cache protocolThomas Graf2013-07-011-0/+12
* socket: Warn via debug message if local port namespace is exhaustedThomas Graf2013-06-281-0/+1
* tests: use AM_CFLAGS instead of CFLAGS directlyThomas Graf2013-06-281-1/+1
* msg: Avoid returning a negative value for nlmsg_attrlen()Thomas Graf2013-06-271-1/+1
* netfilter/queue: introduce nfnl_queue_msg_send_verdict_batch()Holger Eitzenberger2013-06-262-0/+31
* netfilter/queue: generalize nfnl_queue_msg_build_verdict()Holger Eitzenberger2013-06-261-2/+10
* Handle -NLE_AGAIN in nl_cache_mngr_data_readyAndrew Collins2013-06-261-1/+1
* Default to comparing all attributes if no oo_id_attrs definedAndrew Collins2013-06-261-1/+3
* Merge branch 'master' of https://github.com/michael-dev/libnlThomas Graf2013-05-247-1/+536
|\
| * Add macvlan supportMichael Braun2013-05-167-1/+536
* | 3.2.22 releaselibnl3_2_22Thomas Graf2013-05-142-2/+2
|/
* nl: Increase receive buffer size to 4 pagesThomas Graf2013-05-081-1/+1
* rtnl_link_af_unregister: fix lockingNathan Lynch2013-05-081-2/+2
* 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