]> granicus.if.org Git - libnl/shortlog
libnl
2013-05-14 Thomas Graf3.2.22 release libnl3_2_22
2013-05-08 Thomas Grafnl: Increase receive buffer size to 4 pages
2013-05-08 Nathan Lynchrtnl_link_af_unregister: fix locking
2013-04-28 Thomas GrafPrepare for 3.2.22-rc1 release libnl3_2_22rc1
2013-04-28 Thomas Graftests: Include util.h in dist
2013-04-28 Thomas Graftests: Add basic attribute unit tests
2013-04-28 Thomas Grafconfigure: Convert ENABLE_UNIT_TESTS to a mere AM condi...
2013-04-28 Emmanuel ThierryWrong calcultation in nla_reserve
2013-04-28 Thomas Grafattr: Fix typo in nla_is_nested()
2013-04-28 Thomas GrafMerge branch 'fixes' of https://github.com/socketpair...
2013-04-28 Thomas Grafattr: nla_is_nested() must access nla_type directly
2013-04-27 Коренберг Марк... Fix leak of cb if nl_socket_alloc_cb() failed to alloca...
2013-04-27 Thomas Graftests: Make unit test building optional
2013-04-26 Коренберг Марк... dump_attrs: "NLA_F_NESTED" => nla_is_nested(nla)
2013-04-05 Thomas Grafautoconf: Use PKG_CHECK_MODULES() instead of AM_PATH_CH...
2013-04-05 Thomas Grafaddr: only translate more recent address family names...
2013-04-03 Emmanuel RoullitPerform no operation on nl_object_free(NULL).
2013-04-02 Thomas Grafmsg: Pretty print generic netlink header in nl_msg_dump()
2013-04-02 Thomas Grafnl: Return -NLE_AGAIN if non-blocking socket would...
2013-04-02 Thomas Grafgenl: Fix cb reference leak in genl_ctrl_probe_by_name()
2013-04-02 Holger Eitzenbergerct: add ICMPv6 type,code and ID
2013-04-02 Thomas Grafnl: Print file:line:func in debugging messages and...
2013-04-01 Thomas Grafcache: Improve debugging messages of cache operations
2013-04-01 Thomas Grafgenl: Update mt_id of cache ops when resolving genl id
2013-04-01 Thomas Grafgenl: Provide internal function to resolve name to id
2013-03-24 roopanl-route-add: Add NLM_F_EXCL flag to route add
2013-03-17 Tony CheneauRemove rtnl_link_free() declaration from the header...
2013-03-17 Tony CheneauRemove superfluous declaration of rtnl_route_put()
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
next