]> granicus.if.org Git - libnl/shortlog
libnl
2013-03-14 Thomas Grafrtnl-addr: Fix invalid call to nl_addr_set_prefixlen...
2013-03-14 Thomas Grafrtnl-addr: Inherit prefix length to nl_addr objs in...
2013-03-14 Thomas Graftests: Add check based unit test system
2013-03-14 Thomas Grafaddr: Update to latest address familiy definition for...
2013-03-14 Thomas Grafaddr: improve API reference documentation for nl_addr_*()
2013-03-14 Thomas Grafaddr: Reset unused portion of binary address in nl_addr...
2013-03-14 Thomas Grafmsg: Pretty print error message header even if incomplete
2013-03-14 Thomas Grafmsg: Pretty print padding attributes in nl_msg_dump()
2013-03-14 Thomas Grafattr: Warn application if nla_parse() observes same...
2013-03-14 Thomas Grafattr: No longer warn about attribute of type 0
2013-03-14 Thomas Grafattr: Do not enforce maximum length for NLA_FLAG attributes
2013-03-14 Thomas Grafattr: Add nla_nest_cancel() to remove partially added...
2013-02-28 Thomas GrafUse thread-safe strerror_r() instead of strerror()
2013-02-24 roopalink: Fix rtnl_link_af_data_compare return value
2013-02-24 roopalink: move af_data_compare to the end
2013-02-14 Thomas Grafbond: Provide rtnl_link_bond_alloc()
2013-02-14 Thomas Grafvlan: Provide rtnl_link_vlan_alloc()
2013-02-14 Thomas Grafnetlink: Forward declare frequent libnl types to ease...
2013-02-14 Thomas Grafbridge: Provide rtnl_link_bridge_alloc()
2013-02-07 Thomas Grafbridge: Support the new bridging attributes
2013-02-05 Thomas Grafattr: Provide nla_is_nested() function
2013-02-05 Thomas Graflink: Free and realloc af specific data upon rtnl_link_...
2013-02-05 Thomas Graflink: Hold af_ops reference for each AF_SPEC block...
2013-02-05 Thomas Graflink: Modify link policy on the stack
2013-02-05 Thomas Graflink: Keep reference to af_ops during lifetime of link...
2013-02-05 Thomas Graflink: Fix af_ops leak on ENOMEM
2013-02-01 Holger Denglercan: Fix nested message creation in can_put_attrs()
2013-02-01 Thomas Grafcan: Include "linux/can/netlink.h" in the distribution
2013-02-01 Thomas Grafneigh: Remove check for AF_UNSPEC in rtnl_neigh_get()
2013-02-01 Thomas Grafcache: Make NL_ACT_* and nl_cache_ops_(get|put)() available
2013-01-31 Thomas GrafFix mask calculation in nl_addr_cmp_prefix()
2013-01-31 Thomas GrafMerge branch 'nattuple' of https://github.com/rmfought...
2013-01-31 roopalink cache: remove AF_UNSPEC check in rtnl_get_link...
2013-01-29 Rich Foughtnetfilter: correct error in construction of NAT tuple
2013-01-25 Benedikt Sprangercan: add helper function to get CAN bus state
2013-01-24 Thomas GrafMerge pull request #29 from rmfought/natdir32
2013-01-24 Rich Foughtnetfilter: keep 8-bit API for 32-bit NAT dir attribute
2013-01-24 Thomas Graf3.2.21 release libnl3_2_21
2013-01-24 Thomas GrafProvide better help text when bumping CURRENT,AGE,REVISION
2013-01-24 Thomas GrafRemove obsolete warning from <netlink/object-api.h...
2013-01-24 Thomas GrafFix build warnings of nl-(qdisc|class|cls)-add
2013-01-24 Thomas GrafFix test-cache-mngr test
2013-01-24 Thomas GrafProvide compat headers for removed private API
2013-01-24 Thomas GrafMove private header files to <netlink-private/*>
2013-01-23 Rich Foughtnetfilter: expectation NAT direction is 32 bit attribute
2013-01-23 Jiri Pirkofix includes after removing some headers
2013-01-23 Thomas Graf3.2.20 release libnl3_2_20
2013-01-23 rooparoute cache: This patch adds route priority to route...
2013-01-23 Thomas GrafRemove obsolete release notes at end of configure
2013-01-23 Thomas GrafNo longer install module API headers
2013-01-23 Thomas GrafUndo soname bump
2013-01-18 Thomas Graflink: fix reference leak in rtnl_link_af_data_compare()
2013-01-18 roopalink: Add af data compare to link objects
2013-01-18 roopaAdd new rtnl_link_af_data_compare function to compare...
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...
next