dect
/
libnl
Archived
13
0
Fork 0

Commit Graph

  • 531029c130 Remove change routine, works flawlessly via add() with NLM_F_REPLACE Thomas Graf 2008-05-22 23:52:53 +0200
  • 18efaacc16 Improve printing of routing rules Thomas Graf 2008-05-22 23:51:02 +0200
  • 566a09ecbd Family specific libraries can link to the core directly Thomas Graf 2008-05-22 23:50:01 +0200
  • 304746f8d0 Fix error code of nl_addr_resolve() Thomas Graf 2008-05-22 23:49:11 +0200
  • 5d82806b48 Add rtnl_neigh_get_family() Thomas Graf 2008-05-20 12:14:21 +0200
  • 00466b0f95 Return libnl error codes in translation routines Thomas Graf 2008-05-20 12:13:48 +0200
  • 4f339ba0af Remove src/f_addr.c, it's no longer used Thomas Graf 2008-05-16 00:41:42 +0200
  • e1cc1b859e utility functions for address tools Thomas Graf 2008-05-15 20:29:08 +0200
  • 5e732ad075 New set of address management tools Thomas Graf 2008-05-15 20:27:50 +0200
  • b5fa6c8b74 Fix library install target Thomas Graf 2008-05-15 20:26:37 +0200
  • 0d925c5806 Remove references to unused attribute anycast Thomas Graf 2008-05-15 20:25:15 +0200
  • dbff14010e Move on to version 2.0 to account for the serious ABI breakage Thomas Graf 2008-05-15 19:29:17 +0200
  • ad2a7bd1e4 Build separate libraries for each netilnk family Thomas Graf 2008-05-15 18:01:50 +0200
  • 28233246cd Allow parser callbacks to return NL_OK, NL_SKIP, NL_EXIT Thomas Graf 2008-05-15 14:01:57 +0200
  • 8cd39c9f4c Uninline various functions to save 7K code Thomas Graf 2008-05-15 13:56:13 +0200
  • ef50a38fbd Fix memory leaks when sending of message failed Thomas Graf 2008-05-15 13:45:41 +0200
  • 1155370f52 Rename struct nl_handle to struct nl_sock Thomas Graf 2008-05-15 13:26:32 +0200
  • 0cf780859c Check length of provided address label Thomas Graf 2008-05-14 23:08:06 +0200
  • b4fbe1d34d Replace RTNL_LINK_NOT_FOUND with just 0 Thomas Graf 2008-05-14 18:34:39 +0200
  • eed2afaab7 Remove obsolete nla_get_addr() and nla_get_data() Thomas Graf 2008-05-14 18:26:47 +0200
  • 7179b2d859 Break API some more Thomas Graf 2008-05-14 17:56:22 +0200
  • 8a3efffa5b Thread-safe error handling Thomas Graf 2008-05-14 17:49:44 +0200
  • 85f932552e patch: fixed compilation problem for nl-route-get Ben Gamsa 2008-05-08 11:43:08 -0400
  • 107dc162c5 patch: fixed up support for tables in rules Ben Gamsa 2008-05-08 11:42:51 -0400
  • cc9c6d6384 Added two new functions to facilitate processing the nexthop entries for routes. Ben Gamsa 2008-05-08 11:42:09 -0400
  • 48e1e5c472 Speed up metrics comparison Thomas Graf 2008-05-08 12:47:26 +0200
  • b7c5bf98c4 Improve performance by using malloc() over calloc() in critical places Thomas Graf 2008-05-07 13:18:30 +0200
  • dc883cc149 ignore more temporary files Thomas Graf 2008-05-05 17:13:02 +0200
  • d6cd72555d Fix dumping of iif route attribute Thomas Graf 2008-05-05 17:09:56 +0200
  • 85808860b6 Route cache support Thomas Graf 2008-05-05 17:09:25 +0200
  • 861901c55b Fixed netem_build_msg() delay distribution table existence test. Tad Kollar 2008-04-30 15:19:09 -0400
  • 241b2b83ba New netem funtionality and TBF fix Tad Kollar 2008-04-30 11:40:44 -0400
  • 5c92c656cc Remove leftover definition of verbose errors Thomas Graf 2008-04-30 18:53:01 +0200
  • 2033861424 version.h.in should be in tree not the generated version Thomas Graf 2008-04-30 18:52:28 +0200
  • a948e082ea Adapt syntax of nl-route-add to nl-route-delete Thomas Graf 2008-04-30 18:51:24 +0200
  • 182608e236 Fix segfault nexthop parsing when no option is given Thomas Graf 2008-04-30 18:50:52 +0200
  • 6d9d3d5475 Adapt syntax of nl-route-list to nl-route-delete Thomas Graf 2008-04-30 18:49:56 +0200
  • 2a09497fa4 Improved nl-route-delete featuring an interactive deletion mode Thomas Graf 2008-04-30 18:48:49 +0200
  • 66330d37f5 Provide libnl version in <netlink/version.h> Thomas Graf 2008-04-30 15:43:42 +0200
  • 32000e8e9c libnl: recvmsgs doesn't necessarily free the message data Inaky Perez-Gonzalez 2008-04-28 15:35:26 -0700
  • 535e831622 Big routing code rework (API/ABI BREAK!) Thomas Graf 2008-04-29 23:31:30 +0200
  • 8ac78f1552 Fix compile warning in nl-list-caches Thomas Graf 2008-04-29 23:11:09 +0200
  • 662887c052 Export nl_dump_line() and automatically count lines while dumping Thomas Graf 2008-04-29 23:08:12 +0200
  • 1240cd6635 Move to version 1.2 and remove some dead code in configure.in Thomas Graf 2008-04-29 23:02:42 +0200
  • 5ab64d5173 Define datarootdir to silent autoconf Thomas Graf 2008-04-29 23:01:39 +0200
  • 477e351fd4 Don't wipe cscope database on make clean Thomas Graf 2008-04-29 22:59:30 +0200
  • f4f7704b0d Ignore NULL pointers passed to nl_cache_free() Thomas Graf 2008-04-29 22:58:07 +0200
  • 22f0ece5ac Remove dead code in nl-list-sockets Thomas Graf 2008-04-29 10:50:23 +0200
  • 25ccbf1dab Prepare nl-list-sockets for 64bit addresses Thomas Graf 2008-04-29 10:48:34 +0200
  • 0ca291d9e4 Fix 64bit alignment issue on x86_64. Thomas Graf 2008-03-31 22:43:04 +0200
  • 38c37dda2e [LIBNL]: Install netlink/route/link headers Patrick McHardy 2008-03-29 13:20:25 +0100
  • 0c2cb97924 libnl: fix policy check for NFQA_HWADDR Thomas Graf 2008-03-10 14:59:32 +0100
  • a9183a9c9f Fix from Benoit Boissinot <benoit.boissinot@ens-lyon.org> required to install libnl in non-standard locations. Thomas Graf 2008-03-10 14:57:01 +0100
  • 358e44efa4 Optimize nl_cache_ops_associate by checking protocol early Thomas Graf 2008-03-05 14:11:05 +0100
  • 6a7606fa29 Initialize message type list to avoid overrun Thomas Graf 2008-03-05 14:10:09 +0100
  • cca3921f15 [PATCH] Remove usage of C++ keyword 'class' on htb.h header. Rui Tiago Cação Matos 2008-03-04 18:31:16 +0000
  • 639b66b1f6 Update local copy of linux/rtnetlink.h Thomas Graf 2008-03-05 11:31:41 +0100
  • 4be02ace48 Be liberal when receiving an empty nested attribute Thomas Graf 2008-02-22 15:20:58 +0100
  • ca0988a2a7 Fix nfnl_queue_msg_get_packetid() return type Patrick McHardy 2008-01-24 13:28:08 +0100
  • 574d4af2b1 [LIBNL]: Install netfilter headers Patrick McHardy 2008-01-18 17:56:00 +0100
  • 596d3bc2e9 [LIBNL]: Support conntrack add/delete/query requests Patrick McHardy 2008-01-18 17:55:58 +0100
  • 2f4f8a5094 [LIBNL]: Split up nfnetlink_log into log and msg objects Patrick McHardy 2008-01-18 17:55:57 +0100
  • 3f48e49102 [LIBNL]: nfnetlink_log: support NUFLA_GID attribute Patrick McHardy 2008-01-18 17:55:55 +0100
  • 5618ea8f5a [LIBNL]: nfnetlink_log: only set hwproto if not zero Patrick McHardy 2008-01-18 17:55:54 +0100
  • e72cb033f2 [LIBNL]: Add nfnetlink_queue support Patrick McHardy 2008-01-18 17:55:52 +0100
  • 665b757809 [LIBNL]: Generic netfilter stuff Patrick McHardy 2008-01-18 17:55:51 +0100
  • b64f15d6f9 [LIBNL]: Fix minor memleaks on exit Patrick McHardy 2008-01-18 17:55:49 +0100
  • e91bb2ffb0 [LIBNL]: Add if_vlan.h Patrick McHardy 2008-01-18 17:55:48 +0100
  • 7f6b7a8eea Improve readability of link statistics output Thomas Graf 2008-02-07 12:42:07 +0100
  • 080727d90b Free associated caches when freeing cache manager Thomas Graf 2008-02-05 12:35:41 +0100
  • dbcdf91a99 Detailed attribute documentation Thomas Graf 2008-01-30 13:16:48 +0100
  • 0fa6756cca Abstract address allocation based on netlink attribute Thomas Graf 2008-01-30 13:14:58 +0100
  • 3607dbfa54 Abstract data allocation based on netlink attribute Thomas Graf 2008-01-30 13:14:38 +0100
  • 2e6ded94f4 1.1 release Thomas Graf 2008-01-14 16:48:29 +0100
  • 75a26f3fc5 Improve message/attribute construction documentation and add nlmsg_expand() Thomas Graf 2008-01-14 16:46:17 +0100
  • dbefb734d3 Fix documentation of cache manager. Thomas Graf 2008-01-14 16:38:37 +0100
  • 6de17f3308 Fix stale data pointers when constructing messages Thomas Graf 2008-01-14 16:17:56 +0100
  • 13c85b6633 Add missing @{ for doxygen to build genl documentation Thomas Graf 2008-01-10 17:03:34 +0100
  • 37d95322da [PATCH] Remove autogenerated files from git and add them to .gitignore. Michael Biebl 2008-01-10 14:29:00 +0100
  • 147628455c [PATCH] Process Doxyfile.in to set correct PACKAGE_VERSION number Michael Biebl 2008-01-10 14:25:46 +0100
  • 141c2ccfd2 release 1.0 Thomas Graf 2008-01-10 12:46:37 +0100
  • aa00f82a7b Remove lib/defs.h from repository Thomas Graf 2008-01-10 12:45:02 +0100
  • c6609efc0f [PATCH] libnl cache management leak Patrick McHardy 2008-01-09 19:41:58 +0100
  • c8a0a5cdfb Added additional parsing and validation functions for generic netlink Thomas Graf 2008-01-10 12:35:38 +0100
  • 373bc78545 Tell git to ignore temporary files and push to pre9 Thomas Graf 2008-01-09 12:28:17 +0100
  • ddbe8f6c41 Make vlan_put_attrs() available Thomas Graf 2008-01-08 15:18:23 +0100
  • a7469ce758 Link info interface and vlan support Thomas Graf 2008-01-08 15:00:46 +0100
  • 1952414737 Add support for the IFF_ECHO flag Thomas Graf 2007-12-19 22:06:47 +0100
  • 3ad4665be2 Support link operstate and linkmode Thomas Graf 2007-12-19 22:03:44 +0100
  • 4649886288 Represent default route with destination address length zero Thomas Graf 2007-12-19 19:41:01 +0100
  • 680c54fd46 Support defining the default callback handler with an environment variable Thomas Graf 2007-12-18 13:06:48 +0100
  • 3c56ed5787 Read debugging environment variable when initializing the library Thomas Graf 2007-12-18 12:42:06 +0100
  • 865bbb464a Include linux/ip_mg_alg.h internally for compatibility only Thomas Graf 2007-12-18 12:30:09 +0100
  • 3f0f32bf79 Fix nl_msg_parse() to not give back a reference it does not own Thomas Graf 2007-12-17 23:07:22 +0100
  • 12ed4a03d3 Fix cache manager to not give back a reference it does not own Thomas Graf 2007-12-17 23:01:06 +0100
  • 155ad439a4 Fix memory leak when parsing netlink messages into caches Thomas Graf 2007-12-17 16:52:41 +0100
  • 91c330aae5 Fix creation and destruction of sockets Thomas Graf 2007-12-17 16:26:49 +0100
  • 5780c640fc [LIBNL]: Fix pointer conversion warnings on 64 bit Patrick McHardy 2007-12-13 14:33:37 +0100
  • 6a0d290a70 [LIBNL]: Fix pointer conversion warnings on 64 bit Patrick McHardy 2007-12-13 14:33:35 +0100
  • 936c9844b0 [LIBNL]: Fix format strings Patrick McHardy 2007-12-13 12:09:45 +0100