Commit graph

  • ce72565f26 cache: Move NL_CACHE_AF_ITER to <netlink/cache.h> Thomas Graf 2012-11-12 21:59:54 +01:00
  • 0bd14aa2d6 Add NL_CACHE_AF_ITER support during refill and resync roopa 2012-11-12 12:38:33 -08:00
  • 30d862650b New cache manager add cache api roopa 2012-11-12 12:38:32 -08:00
  • dd8a87da96 Add support for per cache flags roopa 2012-11-12 12:38:31 -08:00
  • c83ecb38c1 doc: Revert to default stylesheet Thomas Graf 2012-11-12 10:26:38 +01:00
  • 3132db5162 addr: rtnl_addr_set_peer() is limited to IPv4 Thomas Graf 2012-11-11 21:01:19 +01:00
  • 5a0476032e addr: Return -NLE_AF_NOSUPPORT when trying to set unsupported attributes Thomas Graf 2012-11-11 16:36:29 +01:00
  • 7e075c600d doc: update Doxygen layout file to latest format Thomas Graf 2012-11-11 11:21:34 +01:00
  • b66d26711a hashtable: remove doc section crashing doxygen Thomas Graf 2012-11-11 11:21:10 +01:00
  • 59a6b003a9 hashtable: Fix reference leak in nl_hashtable_free() Thomas Graf 2012-11-10 10:52:26 +01:00
  • ae1e236809 hashtable: Add API reference documentation Thomas Graf 2012-11-10 10:50:16 +01:00
  • 5641c0ea61 Hash: Properly prefix hash functions Thomas Graf 2012-11-10 10:20:08 +01:00
  • a2207c7beb Add hash support to route cache roopa 2012-11-09 14:41:36 -08:00
  • 6f24cf12ca Add hash support to neigh cache roopa 2012-11-09 14:41:35 -08:00
  • e16e8fdcdb Add hash support to link cache roopa 2012-11-09 14:41:34 -08:00
  • 55c0e036b0 Add hash support in cache mngr roopa 2012-11-09 14:41:33 -08:00
  • c6f89ed02f Add nl hashtable structures and access functions roopa 2012-11-09 14:41:32 -08:00
  • a8741fab8e Add hash function roopa 2012-11-09 14:41:31 -08:00
  • 665464cde5 nl: Improve API doc of nl_send_simple() Thomas Graf 2012-11-08 21:17:32 +01:00
  • b28c25eb23 nl: Improve API doc of nl_connect() and nl_close() Thomas Graf 2012-11-08 13:41:54 +01:00
  • fd6f205f8a nl: Allow to overwrite nl_send() Thomas Graf 2012-11-08 13:19:07 +01:00
  • b132ee7e27 nl: improve API doc of transmit functions Thomas Graf 2012-11-08 01:29:12 +01:00
  • a721c1d445 doc: increase dot max graph nodes to 100 Thomas Graf 2012-11-08 00:11:13 +01:00
  • 8f47501741 nl: improve nl_sendto() docs and error checks Thomas Graf 2012-11-06 17:48:28 +01:00
  • b25f26b896 socket: document nl_socket_get_fd() Thomas Graf 2012-11-06 17:36:53 +01:00
  • 65f97deb63 nl_recv: fix indent style Thomas Graf 2012-11-06 14:27:34 +01:00
  • 220d8e141d nl_recv: return NLE_INVAL if socket address pointer is NULL Thomas Graf 2012-11-06 14:24:09 +01:00
  • eb36066909 nl_recv: return NLE_INVAL if buf is NULL Thomas Graf 2012-11-06 14:22:50 +01:00
  • fb42f19e2e nl_recv: improve function documentation Thomas Graf 2012-11-06 14:21:18 +01:00
  • 6d52ae6440 nl_recv: Don't update *buf in error path Thomas Graf 2012-11-06 00:21:35 +01:00
  • ceb8fb9e87 Document buffer size limitations of nl_recv() Thomas Graf 2012-11-06 00:19:28 +01:00
  • bc7c822f54 Add support for updating objects in the cache roopa 2012-11-01 14:13:30 -07:00
  • 690264a193 Add new object op oo_id_attrs_get roopa 2012-11-01 07:15:28 -07:00
  • 3750e2ac31 Set err and free ntbl when leaving neightbl_msg_parser Michele Baldessari 2012-10-27 20:38:21 +02:00
  • 16e54c4e6e Add missing va_end() calls Michele Baldessari 2012-10-27 20:38:22 +02:00
  • 503270c1c8 Remove unreachable code Michele Baldessari 2012-10-27 20:38:20 +02:00
  • a8ef3525c8 Add configure option to disable pthreads support Rich Fought 2012-10-26 12:19:26 -07:00
  • 609b47961b Merge branch 'master' of https://github.com/rmfought/libnl Thomas Graf 2012-10-26 12:48:22 +02:00
  • 3c1ab421ee add missing '}' in __cplusplus namespaces Thomas Graf 2012-10-23 15:28:24 +02:00
  • 785f810b95 Merge branch 'fixes' of https://github.com/socketpair/libnl Thomas Graf 2012-10-22 12:24:19 +02:00
  • 5535f59746 Don't include doc/ in toplevel dist Thomas Graf 2012-10-22 12:09:03 +02:00
  • d2fff93cce Source cleanup for upstream Rich Fought 2012-10-19 11:18:52 -07:00
  • 420e4623fd nl_recv(): work with credentials only if "creds" given and NL_SOCK_PASSCRED set Коренберг Марк (дома) 2012-10-19 23:23:10 +06:00
  • da694e6c7b nl_recv(): small code cleanups Коренберг Марк (дома) 2012-10-19 23:06:23 +06:00
  • 2249eaebd4 nl_recv(): EWOULDBLOCK return value also checked Коренберг Марк (дома) 2012-10-19 23:04:23 +06:00
  • 69468517d0 nl_recv(): Memory allocation errors are handled properly now Коренберг Марк (дома) 2012-10-19 22:58:58 +06:00
  • 9d6b104ec8 nl_recv(): "else if" logick simplified and refined Коренберг Марк (ноутбук дома) 2012-09-10 02:25:07 +06:00
  • e7ec197da3 nf-log example: correct copy-range parsing Коренберг Марк (дома) 2012-09-21 23:10:26 +06:00
  • e1b67fb23f Clang diagnostics Коренберг Марк (ноутбук дома) 2012-09-10 01:33:04 +06:00
  • fedb862ea5 ROUTE_DIFF result was not used in some place in route_compare Коренберг Марк (ноутбук дома) 2012-09-10 01:21:52 +06:00
  • 787f14dbe3 genl/family flags can be damaged during the auto-indentation. Коренберг Марк (ноутбук дома) 2012-09-09 22:30:20 +06:00
  • 1fa61d1892 3.2.14 release Thomas Graf 2012-10-19 16:35:51 +02:00
  • 65c3919ff4 Only include doc/ in dist Thomas Graf 2012-10-19 16:35:28 +02:00
  • db138439ac doc: Split doc/ into separate packages Thomas Graf 2012-10-19 16:16:06 +02:00
  • 2d674fed6c doc: mark route.txt as WIP Thomas Graf 2012-10-19 15:06:50 +02:00
  • c3376e7df6 Conntrack Dump ICMP Rich Fought 2012-10-04 21:55:36 +00:00
  • 2d707513c6 Updated nfnetlink includes; removed ifdefs; added delete exp program Rich Fought 2012-10-16 12:13:33 -07:00
  • 07418658a6 define advanced attributes out Rich Fought 2012-10-12 17:44:27 -07:00
  • 416459570f Bugfixes Rich Fought 2012-10-10 13:08:23 -07:00
  • 547c8f6d50 reinit port numers on tuple dump Rich Fought 2012-10-09 15:22:16 -07:00
  • d3bec59eb9 bugfixes Rich Fought 2012-10-09 15:16:00 -07:00
  • a35287a689 link: Support link grouping Thomas Graf 2012-10-09 21:55:31 +02:00
  • 36139cf1f0 doc: Provide documentation for link promis counter and rx/tx queues Thomas Graf 2012-10-09 21:37:31 +02:00
  • f2e2e7feb5 link: Include IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES when building messages Thomas Graf 2012-10-09 21:24:35 +02:00
  • 7f6880ceb9 link: Only print "promisc-mode" if users > 0 Thomas Graf 2012-10-09 19:58:54 +02:00
  • 36ed882e00 link: Support IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES Thomas Graf 2012-10-09 19:57:22 +02:00
  • 3cb581d598 update gitignore Rich Fought 2012-10-09 10:54:07 -07:00
  • 453492c9b2 Expectation get cli tool Rich Fought 2012-10-09 10:52:34 -07:00
  • d2876f8657 link: correctly set LINK_ATTR_PROMISCUITY Thomas Graf 2012-10-09 19:34:23 +02:00
  • daf5f93a13 Compile CLI Rich Fought 2012-10-09 09:50:31 -07:00
  • 6ac07179e5 link: Support IFLA_PROMISCUITY link attribute Thomas Graf 2012-10-09 18:15:50 +02:00
  • e4192ff97f nl: Provide API to specify the default buffer size when receiving netlink messages Thomas Graf 2012-10-09 16:15:08 +02:00
  • 4a702e6b72 Starting CLI work Rich Fought 2012-10-08 17:31:42 -07:00
  • f111efd894 Successful compilation of libnl-nf with expectation Rich Fought 2012-10-08 16:49:06 -07:00
  • c675bf0486 Checkpoint before compilation attempt Rich Fought 2012-10-08 15:26:55 -07:00
  • e8b3356dd2 "checkpoint" Rich Fought 2012-10-05 17:32:20 -07:00
  • 20035ce021 Checkpoint: compare function Rich Fought 2012-10-05 11:09:45 -07:00
  • 40457db1f4 Exp checkpoint Rich Fought 2012-10-05 06:55:04 -07:00
  • 72c2cb9e29 Enabled the use of Links as context managers. Antoni S. Puimedon 2012-10-04 16:36:55 -04:00
  • ce72837c90 3.2.13 release Thomas Graf 2012-09-03 13:41:11 +02:00
  • fddba713a8 libnl-3.2.12 - ./configure --disable-doc: error: conditional "LINK_DOC" was never defined. \ Usually this means the macro was only invoked conditionally. Jeroen Roovers 2012-09-02 15:34:53 +02:00
  • 4a9e92cbbc Merge branch 'asprintf' of https://github.com/socketpair/libnl Thomas Graf 2012-08-31 16:25:47 +02:00
  • eb8ff32b29 Merge branch 'doxyfile' of https://github.com/socketpair/libnl Thomas Graf 2012-08-31 16:23:39 +02:00
  • 49be8cd2b3 doc: Update Doxyfile.in to latest syntax Thomas Graf 2012-08-31 16:23:07 +02:00
  • 49c94c3490 genl_ctrl_probe_by_name: fix checking of genlmsg_put() return value Коренберг Марк 2012-08-30 22:53:19 +06:00
  • b1e0a0ca5d Remove auto-generated Doxyfile from git Коренберг Марк 2012-08-30 22:43:09 +06:00
  • a820222877 asprintf related fixed in yy parser Коренберг Марк 2012-08-30 22:25:21 +06:00
  • 00261259f0 Address comparison bug fixed Коренберг Марк 2012-08-30 20:59:38 +06:00
  • 8f2ce4d791 More clean NL_AUTO_PORT and NL_AUTO_SEQ usage in nl_complete_msg Коренберг Марк 2012-08-30 18:40:11 +06:00
  • 3bf8712feb 3.2.12 release Thomas Graf 2012-08-30 13:46:29 +02:00
  • 929bd0150f configure: Check for pygmentize when building docs Thomas Graf 2012-08-30 13:36:23 +02:00
  • 5eeb3d3ea6 doc: Update Doxyfile config to latest release Thomas Graf 2012-08-30 13:22:21 +02:00
  • b377ab1bbd route: Document ROUTE_CACHE_CONTENT flag Thomas Graf 2012-08-30 13:19:56 +02:00
  • 717fabc469 configure: Check for graphviz and source-highlight before building documentation Thomas Graf 2012-08-30 13:15:45 +02:00
  • 5eee974e03 Prevent potential socket file descriptor leak Коренберг Марк (дома) 2012-08-30 04:33:40 +06:00
  • a2b23ffe45 Fix warning "not checking return value of fscanf" in lib/utils.c: get_psched_settings Коренберг Марк (дома) 2012-08-30 00:47:09 +06:00
  • 8cd2f5728a Fix typo in textual description in ct_dump_stats() Коренберг Марк (дома) 2012-08-30 00:15:12 +06:00
  • ab15d06d13 "%llu" replaced with "%" PRIu64 Коренберг Марк (дома) 2012-08-29 23:59:17 +06:00
  • 582a32433c Run-time version information is now available Коренберг Марк (дома) 2012-08-29 22:55:14 +06:00
  • d10d9633a5 Added lex.yy.c to .gitignore Коренберг Марк (дома) 2012-08-29 22:38:46 +06:00