]> granicus.if.org Git - libnl/shortlog
libnl
2013-01-17 Thomas Graf3.2.19 release libnl3_2_19
2013-01-12 roopaAdd ao_compare support to bridge family af_data
2013-01-12 roopalink af ops: Add new ao_compare op to compare link...
2013-01-11 roopacache: Add new nl_cache_find api
2013-01-11 Flavio Leitnerlink: add carrier support
2013-01-08 Thomas Graf3.2.18 release libnl3_2_18
2013-01-08 Thomas Graffix include/Makefile.am
2013-01-08 Otavio Salvadorbuild: Fix distribution to include 'nfnetlink_conntrack.h'
2013-01-06 mihai.dontu... cache: make sure the user has specified a callback
2013-01-04 Thomas GrafAdd <netlink/route/link/can.h> to dist target
2013-01-04 Thomas Graf3.2.17 release libnl3_2_17
2013-01-03 Eric Parisnlmsg_ok comparison between signed and unsigned
2012-12-27 Thomas JaroschFix file descriptor leak on error
2012-12-27 Thomas Grafcache: Take cache_ops lock when modifying cache ops...
2012-12-21 roopacache pickup: Avoid duplicates during cache pickup
2012-12-21 Thomas Grafmake: automake provides a cscope target these days
2012-12-17 roopaBug Fix: cache_include: Fix object ref release after...
2012-12-17 rooparoute cache: Fix handling of ipv6 multipath routes
2012-12-17 Thomas GrafMerge branch 'aligned_be64' of https://github.com/rmfou...
2012-12-13 Rich FoughtIncluded defs.h so DISABLE_PTHREADS is visible.
2012-12-13 Rich FoughtRe-adding #defines for __aligned_be64 for older kernels
2012-12-11 Thomas Grafnetfilter: update local header files
2012-12-11 Thomas Grafcan: provide local copy of <linux/can/netlink.h>
2012-12-05 Gilles EspinasseFix make check when using --disable-cli
2012-12-05 Gilles EspinasseFix python detection code
2012-11-29 Benedikt Sprangerlink: socket-CAN helper functions
2012-11-29 Benedikt Sprangerlink: basic socket-CAN support
2012-11-27 Jan Engelhardtbuild: resolve lex failure
2012-11-26 Thomas GrafMerge branch 'master' of git://git.inai.de/libnl
2012-11-26 Jan Engelhardtbuild: use foreign mode
2012-11-26 Jan Engelhardtbuild: use AC_CONFIG_AUX_DIR
2012-11-26 Jan Engelhardtbuild: resolve automake-1.12 warnings
2012-11-26 Jan Engelhardtbuild: rename configure.in -> .ac
2012-11-26 Thomas Graf3.2.16 release libnl3_2_16
2012-11-26 Thomas Grafcache: only continue iterating over co_groups if it...
2012-11-23 Thomas Graf3.2.15 release libnl3_2_15
2012-11-23 Thomas GrafInclude the newly added header files in next release
2012-11-23 Thomas Grafcache: reserve room in cache_ops to avoid breaking...
2012-11-23 Thomas Grafconfigure: Replace broken AM_PROG_LEX with AC_CHECK_PROGS
2012-11-20 Richard MarshallUpdated configure.in to make sure bison and lex are...
2012-11-19 roopaBug Fix: Add new fill socket to cache manager
2012-11-16 Thomas Grafcache: provide safe variant of nl_cache_mngt_require...
2012-11-15 Thomas GrafUse NL_DBG() instead of printing warnings and errors...
2012-11-15 Thomas Grafcache: hold a reference to the cache ops while a cache...
2012-11-15 Thomas Grafuse safe cache lookup variants internally
2012-11-15 Thomas Grafcache: Provide safe versions of nl_cache_ops_associate...
2012-11-15 Thomas Grafcache: Add reference counter to cache operations
2012-11-15 Thomas Graflink: Protect registration of af and link ops with...
2012-11-15 Thomas Grafcache: rwlock accesses to cache operations
2012-11-15 Thomas Graflock abstraction layer
2012-11-15 Thomas Grafcache: Hold cache reference while a cache is being...
2012-11-15 Thomas Grafcache: Add reference counter to caches
2012-11-15 roopaAdd master support to rtnl_neigh for AF_BRIDGE objects
2012-11-15 roopaAdd AF_BRIDGE support to neigh cache
2012-11-14 roopaAdd AF_BRIDGE support to link cache
2012-11-12 Thomas Grafaddr: Support setting local/peer/anycast/multicast...
2012-11-12 Thomas Grafcache: Move nl_cache_ops_set_flags() to cache_mngt.c
2012-11-12 Thomas Grafcache: Fix typo in API doc of nl_cache_set_flags()
2012-11-12 Thomas Grafcache: Move NL_CACHE_AF_ITER to <netlink/cache.h>
2012-11-12 roopaAdd NL_CACHE_AF_ITER support during refill and resync
2012-11-12 roopaNew cache manager add cache api
2012-11-12 roopaAdd support for per cache flags
2012-11-12 Thomas Grafdoc: Revert to default stylesheet
2012-11-11 Thomas Grafaddr: rtnl_addr_set_peer() is limited to IPv4
2012-11-11 Thomas Grafaddr: Return -NLE_AF_NOSUPPORT when trying to set unsup...
2012-11-11 Thomas Grafdoc: update Doxygen layout file to latest format
2012-11-11 Thomas Grafhashtable: remove doc section crashing doxygen
2012-11-10 Thomas Grafhashtable: Fix reference leak in nl_hashtable_free()
2012-11-10 Thomas Grafhashtable: Add API reference documentation
2012-11-10 Thomas GrafHash: Properly prefix hash functions
2012-11-09 roopaAdd hash support to route cache
2012-11-09 roopaAdd hash support to neigh cache
2012-11-09 roopaAdd hash support to link cache
2012-11-09 roopaAdd hash support in cache mngr
2012-11-09 roopaAdd nl hashtable structures and access functions
2012-11-09 roopaAdd hash function
2012-11-08 Thomas Grafnl: Improve API doc of nl_send_simple()
2012-11-08 Thomas Grafnl: Improve API doc of nl_connect() and nl_close()
2012-11-08 Thomas Grafnl: Allow to overwrite nl_send()
2012-11-08 Thomas Grafnl: improve API doc of transmit functions
2012-11-07 Thomas Grafdoc: increase dot max graph nodes to 100
2012-11-06 Thomas Grafnl: improve nl_sendto() docs and error checks
2012-11-06 Thomas Grafsocket: document nl_socket_get_fd()
2012-11-06 Thomas Grafnl_recv: fix indent style
2012-11-06 Thomas Grafnl_recv: return NLE_INVAL if socket address pointer...
2012-11-06 Thomas Grafnl_recv: return NLE_INVAL if buf is NULL
2012-11-06 Thomas Grafnl_recv: improve function documentation
2012-11-05 Thomas Grafnl_recv: Don't update *buf in error path
2012-11-05 Thomas GrafDocument buffer size limitations of nl_recv()
2012-11-05 roopaAdd support for updating objects in the cache
2012-11-05 roopaAdd new object op oo_id_attrs_get
2012-10-29 Michele BaldessariSet err and free ntbl when leaving neightbl_msg_parser
2012-10-29 Michele BaldessariAdd missing va_end() calls
2012-10-29 Michele BaldessariRemove unreachable code
2012-10-26 Rich FoughtAdd configure option to disable pthreads support
2012-10-26 Thomas GrafMerge branch 'master' of https://github.com/rmfought...
2012-10-23 Thomas Grafadd missing '}' in __cplusplus namespaces
2012-10-22 Thomas GrafMerge branch 'fixes' of https://github.com/socketpair...
2012-10-22 Thomas GrafDon't include doc/ in toplevel dist
2012-10-19 Rich FoughtSource cleanup for upstream
next