dect
/
libnl
Archived
13
0
Fork 0

Commit Graph

  • 6ae22c1b39 Merge /home/kaber/src/repos/libnl.git master Patrick McHardy 2013-06-28 18:11:40 +0200
  • 01cfa9c1db msg: Avoid returning a negative value for nlmsg_attrlen() Thomas Graf 2013-06-27 18:29:17 +0200
  • d612180cda netfilter/queue: introduce nfnl_queue_msg_send_verdict_batch() Holger Eitzenberger 2013-06-19 15:23:15 +0200
  • 34a96ba5c2 netfilter/queue: generalize nfnl_queue_msg_build_verdict() Holger Eitzenberger 2013-06-19 15:23:14 +0200
  • 53ac502a2b Handle -NLE_AGAIN in nl_cache_mngr_data_ready Andrew Collins 2013-06-17 15:58:43 -0600
  • 87bbfb6b12 Default to comparing all attributes if no oo_id_attrs defined Andrew Collins 2013-06-17 15:24:05 -0600
  • c1de0f3129 Merge branch 'master' of https://github.com/michael-dev/libnl Thomas Graf 2013-05-24 14:37:02 +0200
  • c76393e203 Add macvlan support Michael Braun 2013-05-16 16:54:13 +0200
  • c4d846f239 3.2.22 release Thomas Graf 2013-05-14 14:09:07 +0200
  • 807fddc4cd nl: Increase receive buffer size to 4 pages Thomas Graf 2013-05-08 13:52:27 +0200
  • 8983fa9914 rtnl_link_af_unregister: fix locking Nathan Lynch 2013-04-29 16:29:46 -0500
  • 183052d047 Prepare for 3.2.22-rc1 release Thomas Graf 2013-04-28 12:52:26 +0200
  • ed1f4cba2c tests: Include util.h in dist Thomas Graf 2013-04-28 12:51:58 +0200
  • 4e9aa6a9a6 tests: Add basic attribute unit tests Thomas Graf 2013-04-28 12:31:52 +0200
  • ffc0ee3540 configure: Convert ENABLE_UNIT_TESTS to a mere AM conditional Thomas Graf 2013-04-28 11:41:15 +0200
  • 979ea335b0 Wrong calcultation in nla_reserve Emmanuel Thierry 2013-04-24 18:39:19 +0200
  • 3a6d256da5 attr: Fix typo in nla_is_nested() Thomas Graf 2013-04-28 10:33:52 +0200
  • 37f788f391 Merge branch 'fixes' of https://github.com/socketpair/libnl Thomas Graf 2013-04-28 10:25:47 +0200
  • c07a6a30c2 attr: nla_is_nested() must access nla_type directly Thomas Graf 2013-04-28 10:23:28 +0200
  • 33396faca5 Fix leak of cb if nl_socket_alloc_cb() failed to allocate socket Коренберг Марк (дома) 2013-04-28 00:35:37 +0600
  • ead4cdeb99 tests: Make unit test building optional Thomas Graf 2013-04-27 14:27:10 +0200
  • 59db7fb35b dump_attrs: "NLA_F_NESTED" => nla_is_nested(nla) Коренберг Марк (дома) 2013-04-26 23:50:54 +0600
  • d505165f2b autoconf: Use PKG_CHECK_MODULES() instead of AM_PATH_CHECK() Thomas Graf 2013-04-05 10:44:06 +0200
  • d3cf89ea94 addr: only translate more recent address family names and ARP types if defined Thomas Graf 2013-04-05 10:37:55 +0200
  • ea436445ad Perform no operation on nl_object_free(NULL). Emmanuel Roullit 2013-04-03 21:07:32 +0200
  • 56eb22fa74 msg: Pretty print generic netlink header in nl_msg_dump() Thomas Graf 2013-04-02 23:13:15 +0200
  • 375a6294a4 nl: Return -NLE_AGAIN if non-blocking socket would block Thomas Graf 2013-04-02 11:58:18 +0200
  • df66b0f267 genl: Fix cb reference leak in genl_ctrl_probe_by_name() Thomas Graf 2013-04-02 11:51:53 +0200
  • 18152ca916 ct: add ICMPv6 type,code and ID Holger Eitzenberger 2013-03-31 21:16:21 +0200
  • ff567100d6 nl: Print file:line:func in debugging messages and provide --disable-debug to disable debugging Thomas Graf 2013-04-02 11:39:30 +0200
  • f9241d57fe cache: Improve debugging messages of cache operations Thomas Graf 2013-04-01 11:46:30 +0200
  • d2b5cbd88a Merge git://git.infradead.org/users/tgr/libnl Patrick McHardy 2013-04-01 11:44:59 +0200
  • ad545f2854 genl: Update mt_id of cache ops when resolving genl id Thomas Graf 2013-04-01 11:16:34 +0200
  • aad041c46f genl: Provide internal function to resolve name to id Thomas Graf 2013-04-01 11:14:49 +0200
  • 6c9be5a316 nl-route-add: Add NLM_F_EXCL flag to route add roopa 2013-03-23 17:42:59 -0700
  • 23e26e9e05 Remove rtnl_link_free() declaration from the header file. Tony Cheneau 2013-03-16 00:23:18 -0400
  • 4db11517fd Remove superfluous declaration of rtnl_route_put() Tony Cheneau 2013-03-16 00:23:19 -0400
  • b39c9f7a53 rtnl-addr: Fix invalid call to nl_addr_set_prefixlen() if neither local or peer address are present Thomas Graf 2013-03-14 18:57:15 +0100
  • 549d26dc87 rtnl-addr: Inherit prefix length to nl_addr objs in rtnl_addr_set_prefixlen() Thomas Graf 2013-03-14 18:52:17 +0100
  • e09e7f1035 tests: Add check based unit test system Thomas Graf 2013-03-14 16:25:17 +0100
  • 780a0423dc addr: Update to latest address familiy definition for translation Thomas Graf 2013-03-14 16:09:19 +0100
  • 88527534ba addr: improve API reference documentation for nl_addr_*() Thomas Graf 2013-03-14 15:37:46 +0100
  • f0f33c394b addr: Reset unused portion of binary address in nl_addr_set_binary_addr() Thomas Graf 2013-03-14 14:41:12 +0100
  • f72bfc7220 msg: Pretty print error message header even if incomplete Thomas Graf 2013-03-13 17:44:47 +0100
  • c608b4d151 msg: Pretty print padding attributes in nl_msg_dump() Thomas Graf 2013-03-13 17:28:07 +0100
  • 1395c69901 attr: Warn application if nla_parse() observes same attribute multiple times Thomas Graf 2013-03-13 17:12:03 +0100
  • 64315f731c attr: No longer warn about attribute of type 0 Thomas Graf 2013-03-13 17:07:01 +0100
  • 60b370de8c attr: Do not enforce maximum length for NLA_FLAG attributes Thomas Graf 2013-03-13 17:01:54 +0100
  • 9e6cdbf6fc attr: Add nla_nest_cancel() to remove partially added nested attributes Thomas Graf 2013-03-13 16:53:07 +0100
  • 4d7680c19c Use thread-safe strerror_r() instead of strerror() Thomas Graf 2013-02-28 13:07:04 +0100
  • ded20487fd link: Fix rtnl_link_af_data_compare return value roopa 2013-02-15 10:26:30 -0800
  • 8f151fadda link: move af_data_compare to the end roopa 2013-02-15 10:26:29 -0800
  • 1ecf98a23e bond: Provide rtnl_link_bond_alloc() Thomas Graf 2013-02-14 12:48:00 +0100
  • ee4122a12e vlan: Provide rtnl_link_vlan_alloc() Thomas Graf 2013-02-14 12:42:07 +0100
  • bb9911b5a3 netlink: Forward declare frequent libnl types to ease inclusion deps Thomas Graf 2013-02-14 12:37:10 +0100
  • 5a5aa73158 bridge: Provide rtnl_link_bridge_alloc() Thomas Graf 2013-02-14 12:34:57 +0100
  • fd19dae352 bridge: Support the new bridging attributes Thomas Graf 2013-02-05 22:41:26 +0100
  • 9f8548b551 attr: Provide nla_is_nested() function Thomas Graf 2013-02-05 22:31:31 +0100
  • 8026fe2e3a link: Free and realloc af specific data upon rtnl_link_set_family() Thomas Graf 2013-02-05 13:52:22 +0100
  • 4a793a4235 link: Hold af_ops reference for each AF_SPEC block during lifetime of link object Thomas Graf 2013-02-05 13:46:42 +0100
  • e5767684a6 link: Modify link policy on the stack Thomas Graf 2013-02-05 13:21:10 +0100
  • 2d36371aa1 link: Keep reference to af_ops during lifetime of link object Thomas Graf 2013-02-05 13:18:25 +0100
  • 8b8e26b333 link: Fix af_ops leak on ENOMEM Thomas Graf 2013-02-05 13:03:02 +0100
  • 506020ae99 can: Fix nested message creation in can_put_attrs() Holger Dengler 2013-02-01 11:56:47 +0100
  • 1c24480180 can: Include "linux/can/netlink.h" in the distribution Thomas Graf 2013-02-01 10:51:33 +0100
  • 8571f58f23 neigh: Remove check for AF_UNSPEC in rtnl_neigh_get() Thomas Graf 2013-02-01 10:41:45 +0100
  • 2005c2ecac cache: Make NL_ACT_* and nl_cache_ops_(get|put)() available Thomas Graf 2013-02-01 10:21:58 +0100
  • 87458abbd0 Fix mask calculation in nl_addr_cmp_prefix() Thomas Graf 2013-01-31 10:59:10 +0100
  • 73cb5f57ba Merge branch 'nattuple' of https://github.com/rmfought/libnl Thomas Graf 2013-01-31 10:47:58 +0100
  • b06c23a9dd link cache: remove AF_UNSPEC check in rtnl_get_link and rtnl_get_link_by_name roopa 2013-01-28 07:46:16 -0800
  • 4f088d38ae netfilter: correct error in construction of NAT tuple Rich Fought 2013-01-29 15:10:01 -0800
  • 6cc5fdc0e9 can: add helper function to get CAN bus state Benedikt Spranger 2013-01-25 16:50:32 +0100
  • 4cb375a812 Merge pull request #29 from rmfought/natdir32 Thomas Graf 2013-01-24 08:32:35 -0800
  • 87244f739c netfilter: keep 8-bit API for 32-bit NAT dir attribute Rich Fought 2013-01-24 08:18:35 -0800
  • 83c762d7cf 3.2.21 release libnl3_2_21 Thomas Graf 2013-01-24 15:00:26 +0100
  • b6afd0bf1a Provide better help text when bumping CURRENT,AGE,REVISION Thomas Graf 2013-01-24 14:34:22 +0100
  • 776cde0a10 Remove obsolete warning from <netlink/object-api.h> as it breaks NM build Thomas Graf 2013-01-24 14:29:18 +0100
  • c4f803366e Fix build warnings of nl-(qdisc|class|cls)-add Thomas Graf 2013-01-24 14:10:33 +0100
  • c6abb44e38 Fix test-cache-mngr test Thomas Graf 2013-01-24 14:05:48 +0100
  • 1b9de9a49d Provide compat headers for removed private API Thomas Graf 2013-01-24 14:03:52 +0100
  • 9680f910f4 Move private header files to <netlink-private/*> Thomas Graf 2013-01-24 13:51:24 +0100
  • 56352ab9f6 netfilter: expectation NAT direction is 32 bit attribute Rich Fought 2013-01-23 13:59:27 -0800
  • 1419851eb4 fix includes after removing some headers Jiri Pirko 2013-01-23 13:17:43 +0100
  • 26e22d887e 3.2.20 release libnl3_2_20 Thomas Graf 2013-01-22 19:30:16 +0100
  • 1481f97d36 route cache: This patch adds route priority to route object oo_id_attrs roopa 2013-01-17 06:48:59 -0800
  • 2b96c3381d Remove obsolete release notes at end of configure Thomas Graf 2013-01-22 19:15:34 +0100
  • f20bbe1f07 No longer install module API headers Thomas Graf 2013-01-22 19:10:38 +0100
  • 7559157f2d Undo soname bump Thomas Graf 2013-01-22 19:07:09 +0100
  • 5291af6fb5 link: fix reference leak in rtnl_link_af_data_compare() Thomas Graf 2013-01-18 14:49:08 +0100
  • 5c3f2f015a link: Add af data compare to link objects roopa 2013-01-17 16:29:04 -0800
  • 99399ca9c0 Add new rtnl_link_af_data_compare function to compare af_data roopa 2013-01-17 16:29:03 -0800
  • 6b4a2cb634 3.2.19 release libnl3_2_19 Thomas Graf 2013-01-17 14:02:35 +0100
  • 310ec86b39 Add ao_compare support to bridge family af_data roopa 2013-01-08 05:29:10 -0800
  • 09213ee5ee link af ops: Add new ao_compare op to compare link af_data roopa 2013-01-08 05:29:08 -0800
  • b1ebda9241 cache: Add new nl_cache_find api roopa 2013-01-08 04:33:29 -0800
  • 3540e44b15 link: add carrier support Flavio Leitner 2013-01-07 18:36:12 -0200
  • f123795434 3.2.18 release libnl3_2_18 Thomas Graf 2013-01-08 14:47:03 +0100
  • 383ff943b4 fix include/Makefile.am Thomas Graf 2013-01-08 14:44:47 +0100
  • de5744fb65 build: Fix distribution to include 'nfnetlink_conntrack.h' Otavio Salvador 2013-01-07 17:10:00 -0200
  • ba38f39198 cache: make sure the user has specified a callback mihai.dontu@gmail.com 2013-01-06 07:07:02 +0200