Commit Graph

  • 9d60ef0d59 Removed generated .pyc files from repository Коренберг Марк 2012-06-08 11:52:50 +06:00
  • bf54d6d03a Fixed address deletion Коренберг Марк (ноутбук дома) 2012-06-04 22:49:04 +06:00
  • d8a25e4c5c netem: Use ARRAY_SIZE() Thomas Graf 2012-06-08 15:21:51 +02:00
  • d3dcde2585 rtnl_netem_set_delay_distribution: fix possible segfault Коренберг Марк (ноутбук дома) 2012-06-08 00:58:14 +06:00
  • 2275bb0aaa Fix compilation with clang Коренберг Марк (ноутбук дома) 2012-06-07 23:48:28 +06:00
  • 405d16827d libnl 3.2.10 Thomas Graf 2012-06-06 11:43:53 +02:00
  • 0c408aad1f genl: modify genl_ctrl_resolve and friends to allow for module auto-loading Neil Horman 2012-06-01 12:59:24 -04:00
  • 43eab4696d genl: Update genl-ctrl-list(8) Thomas Graf 2012-06-01 13:10:03 +02:00
  • 8fad2e3194 genl: Export genl_ops_resolve() and genl_mngt_resolve() in header Thomas Graf 2012-06-01 11:51:43 +02:00
  • faef2fa45f genl: Support registration of families without depending on caches Thomas Graf 2012-06-01 11:48:08 +02:00
  • 3656b6f908 genl: Add genlmsg_user_hdr(), genlmsg_user_data(), and genlmsg_user_datalen() Thomas Graf 2012-05-31 13:37:57 +02:00
  • 71b442b955 genl: Add genlmsg_hdr() Thomas Graf 2012-05-31 13:13:50 +02:00
  • 0b70de5155 genl: updates to API reference documentation Thomas Graf 2012-05-31 13:11:48 +02:00
  • d733f8a0a6 use MSG_TRUNC flag to get recv message size at once Jiri Pirko 2012-05-28 14:05:27 +02:00
  • 970f5d0221 correct HTB rtable/HZ calculations Andrew Collins 2012-05-25 18:08:06 -06:00
  • 9bb30a5e80 add fwmark mask support A C 2012-05-25 13:45:45 -06:00
  • ca883b61bc Fix for dumping objects to a buffer instead of file descriptor Bushman, Jeff 2012-05-16 11:50:25 -04:00
  • 24d577c93d u32: fix various u32 hashing related warnings Adrian Ban 2012-05-16 13:43:52 +02:00
  • 6627ec3836 tc: fix included headers Thomas Graf 2012-05-16 13:42:05 +02:00
  • 996b502961 FTBFS with musl libc: Missing includes Isaac 2012-05-12 22:37:48 -07:00
  • fec10a2823 doc: documentation restructuring Thomas Graf 2012-05-10 12:03:59 +02:00
  • 32057bc154 __str2flags fix Justin Mayfield 2012-05-09 21:08:30 -06:00
  • 100403a99a route: Add FIXME to rtnl_route_nh_set_gateway() to fix return value Thomas Graf 2012-05-09 15:03:46 +02:00
  • 2fbab02ba8 doc: add section about addressing Thomas Graf 2012-05-09 15:02:40 +02:00
  • 183e86913a doc: Check documentation generation requirements with autoconf Thomas Graf 2012-05-09 10:06:24 +02:00
  • 7b503a12a0 u32: example/test code for u32 hashing with HTB Adrian Ban 2012-05-08 23:17:53 +02:00
  • beb40e2b4e u32: add support for hashing Adrian Ban 2012-05-08 23:14:13 +02:00
  • f8b4f9271b 3.2.9 release Thomas Graf 2012-05-08 22:53:26 +02:00
  • 6f156a7b58 nl: Fix return value of nl_recvmsgs() Thomas Graf 2012-05-08 22:48:00 +02:00
  • d726ecd2d7 Fix two bugs in 3.2.8/doc/ Jeroen Roovers 2012-05-01 20:32:57 +02:00
  • ad5d2b7738 3.2.8 release Thomas Graf 2012-04-26 11:22:49 +02:00
  • ff3e9e314c object: Add functions to access the object type, cache and object ops Thomas Graf 2012-04-24 14:55:23 +02:00
  • bd1e4d0384 cache: Add co_include_event allowing caches to provide their own nl_cache_include() implementation Thomas Graf 2012-04-22 15:23:52 +02:00
  • 2e23491c50 cache: improve documentation of co_event_filter Thomas Graf 2012-04-22 14:36:01 +02:00
  • 8bbcd2208e genl: Make genl_unregister() a NOP if NULL pointer is passed Thomas Graf 2012-04-22 11:12:01 +02:00
  • 2e93940a86 cache_mngr: Make providing the result pointer to nl_cache_mngr_add() optional Thomas Graf 2012-04-21 15:51:43 +02:00
  • 2ed371eb59 test-cache-mngr: Allow for management of arbitary caches via argument string Thomas Graf 2012-04-21 15:49:09 +02:00
  • 516536625f cache_mngr: Provide nl_cache_mngr_info() to pring cache manager details Thomas Graf 2012-04-21 15:48:37 +02:00
  • 743756f3b4 cache_mngr: API doc updates Thomas Graf 2012-04-21 15:22:04 +02:00
  • a518a318d4 cache_mngr: Let nl_cache_mngr_data_ready() read multiple messages Thomas Graf 2012-04-21 12:47:29 +02:00
  • e0482794a8 nl: Make nl_recvmsgs() return the number of netlink messages processed Thomas Graf 2012-04-21 12:46:01 +02:00
  • adbc568735 cache_mngr: Fix memory corruption after resizing Thomas Graf 2012-04-21 12:23:38 +02:00
  • a143037fa3 test-cache-mngr: Let the cache manager allocate the socket Thomas Graf 2012-04-21 12:14:11 +02:00
  • e34ed950bd cache_mngr: Automatically allocate socket if needed Thomas Graf 2012-04-21 12:11:45 +02:00
  • c55acc438b cache_manager: Move documentation to doc/core.txt Thomas Graf 2012-04-21 11:38:33 +02:00
  • b32011254d cache_mngr: Don't modify callback setup of socket Thomas Graf 2012-04-21 10:51:34 +02:00
  • e78975aea8 tests: fix test programs to compile again Thomas Graf 2012-04-21 10:35:20 +02:00
  • 9af5469004 tests: Convert tests/Makefile to use automake Thomas Graf 2012-04-21 10:34:43 +02:00
  • 653ea3457a cache_mngr: document uncommon error codes Thomas Graf 2012-04-21 09:59:26 +02:00
  • 5f4d4d3bec genl-ctrl-list: Mark for installation Thomas Graf 2012-04-20 15:28:48 +02:00
  • 4a2962d897 genl-ctrl-list: fix copyright and summary Thomas Graf 2012-04-20 15:27:52 +02:00
  • 5399b3d192 genl-ctrl-list: Provide manual page Thomas Graf 2012-04-20 15:19:41 +02:00
  • 073ef6a66e genl-ctrl-list: Introduce -d|--details as a shortcut for --format=details Thomas Graf 2012-04-20 15:18:21 +02:00
  • f54ac3d55f Memory leak in classid.c Nicolas CARRIER 2012-04-13 13:51:44 +02:00
  • 7d47666eb3 doc: Fix incorrect nl_socket_add_memberships() example Thomas Graf 2012-03-26 14:02:25 +02:00
  • 965fd78042 missing extended Table attribute for lib/route/ Romary Sonrier 2012-03-03 01:46:46 +01:00
  • f7d06614fc doc: Fix typos in autoconf example Thomas Graf 2012-02-23 00:20:45 +01:00
  • 0b40364150 Add new nl_cache_clone() function. Thierry Reding 2012-02-16 12:57:42 +01:00
  • a17970b974 Support plug qdisc - queue traffic until explicit release Shriram Rajagopalan 2012-02-12 14:53:10 -08:00
  • a39bb563ab add new function to provide neighbour event parsing Brett Ciphery 2012-01-29 12:19:00 -05:00
  • 9cbcbca77d 3.2.7 release Thomas Graf 2012-01-25 17:03:37 +01:00
  • 4cc1daab3f 3.2.6 release Thomas Graf 2012-01-17 12:51:15 +01:00
  • 83ab0ae85f man: Remove bogus .LO macro in manpages Thomas Graf 2012-01-17 12:45:06 +01:00
  • c857625be0 Update COPYING to fix FSF address Thomas Graf 2012-01-17 12:38:37 +01:00
  • d111b1df47 cli: Use -avoid-version to link cli modules Thomas Graf 2012-01-17 12:34:26 +01:00
  • 9015d115f8 3.2.5 release Thomas Graf 2012-01-12 13:17:32 +01:00
  • 4035e5b5e8 link: fix regression in link message parser Torsten Hilbrich 2012-01-12 12:28:18 +01:00
  • 794ac78c56 nl_addr_cmp(): handle prefix length during address comparison Brett Ciphery 2012-01-11 11:40:11 -05:00
  • d7222e5dde 3.2.4 release Thomas Graf 2012-01-11 12:51:03 +01:00
  • 9819717444 avoid dangling co_major_cache reference to NL_AUTO_PROVIDE caches Alexander Sack 2011-10-21 00:31:39 +02:00
  • 4a7791eca1 dsmark: Add missing declarations for rtnl_class_dsmark_(get|set)_bitmask() Thomas Graf 2011-11-25 16:08:25 +01:00
  • 847e269c56 rtnl_link_bond_add: allow to allocate bond name in case NULL is given Jiri Pirko 2011-11-11 16:01:52 +01:00
  • ef75c4edf0 link: allow to add/get linkinfo of unknown type Jiri Pirko 2011-11-11 14:56:16 +01:00
  • 88940b71f8 build: simplify optional dirs/files in Makefile.am processing Jan Engelhardt 2011-11-11 01:33:51 +01:00
  • 32f30b739a release 3.2.3 Thomas Graf 2011-11-10 15:04:43 +01:00
  • bd7000948d add missing IFLA_MASTER fillup Jiri Pirko 2011-11-07 14:35:13 +01:00
  • 03f3a58733 link: generic link enslaving API Thomas Graf 2011-11-07 12:32:35 +01:00
  • 659b6d6f65 bump to 3.2.2 Thomas Graf 2011-10-30 17:07:13 +01:00
  • 8104b52f75 Fix typo in debug message Thomas Graf 2011-10-28 12:30:31 +02:00
  • 9c7593cc9b python: Link against nl-3 and nl-route-3 Thomas Graf 2011-10-26 10:54:10 +02:00
  • 7f20c57e37 link: Ignore bridging notifications in link cache manager Thomas Graf 2011-10-21 11:31:58 +02:00
  • 2bcd8ecd27 cache: event_filter() cache operation to filter notifications Thomas Graf 2011-10-21 11:31:15 +02:00
  • 30d3f8c199 utils: Initialize list head after freeing translation list Thomas Graf 2011-10-10 12:02:33 +02:00
  • 790966d69a Only use the MULTIPATH attribute when adding routes with more than one next hop. Michael Altizer 2011-10-09 17:02:36 -04:00
  • 6c70cf7d72 Don't install CLI header files when --disable-cli has been configured. Michael Altizer 2011-10-09 17:02:35 -04:00
  • d17379d195 Fix rtnl_link object memory leak when freeing rtnl_addr objects. Michael Altizer 2011-10-09 17:02:34 -04:00
  • f90dc636cb Add libnl-cli-3.0 to pkg-config tool Jiří Župka 2011-10-04 16:06:22 +02:00
  • d3bb7c9cf1 3.2.1 release Thomas Graf 2011-09-19 11:47:49 +02:00
  • 1c9b175a47 Provide micro version in <netlink/version.h> Thomas Graf 2011-09-19 11:28:20 +02:00
  • 0d9958e9ef Ingnore src/nl-link-enslave and nl-link-release Thomas Graf 2011-09-19 11:24:52 +02:00
  • 076909aa82 Bonding: Fix header guard of <netlink/route/link/bonding.h> Thomas Graf 2011-09-16 13:17:04 +02:00
  • 15b13ddbde bonding: Install <netlink/route/link/bonding.h> Thomas Graf 2011-09-16 13:07:03 +02:00
  • 96f17ce146 bonding: API to create/enslave/release Thomas Graf 2011-09-16 12:57:52 +02:00
  • 5151cbc2f6 link: Eat ACK followed by RTM_NEWLINK when requesting single link Thomas Graf 2011-09-14 11:43:10 +02:00
  • 67bd56f214 Fix a73cb2f26 fallout to allow building in separate directory Thomas Graf 2011-09-13 23:33:06 +02:00
  • 109ea68ac0 tools: Use LDADD and link against .la files instead of LDFLAGS and -llib Thomas Graf 2011-09-13 23:21:52 +02:00
  • 6d93b831dd route: Remove dead link_cache variable Thomas Graf 2011-09-13 23:16:09 +02:00
  • b50195c691 addr: Add missing header to <netlink/route/addr.h> Thomas Graf 2011-09-13 23:13:51 +02:00
  • 4c210adcb5 Switch to libtool versioning system Thomas Graf 2011-09-13 22:58:08 +02:00
  • a73cb2f269 build: always install files into /etc/libnl Jan Engelhardt 2011-08-24 12:09:46 +02:00