]> git.ipfire.org Git - thirdparty/libnl.git/shortlog
thirdparty/libnl.git
2013-08-05  Thomas GrafMerge pull request #45 from chibacchie/vxlan
2013-08-04  Yasunobu ChibaAdd VXLAN support.
2013-07-26  Joe DamatoMore safely parse vegas info and mem info.
2013-07-25  Joe DamatoAdd idiag-socket-details
2013-07-19  Joe DamatoHandle the case where nl_msec2str is passed 0 msecs
2013-07-19  Joe DamatoAdd support for inet diag Netlink protocol.
2013-07-18  Arend van Sprieladd generic netlink functions to swig
2013-07-18  Arend van Sprieladd python module for generic netlink library
2013-07-18  Arend van Sprieladd support functions for attributes and callback handlers
2013-07-18  Joe Damatohandle the case where 0 is passed to nl_size2str
2013-07-01  Thomas Grafcache: Return -NLE_PROTO_MISMATCH if socket provided...
2013-06-28  Thomas Grafsocket: Warn via debug message if local port namespace...
2013-06-28  Thomas Graftests: use AM_CFLAGS instead of CFLAGS directly
2013-06-27  Thomas Grafmsg: Avoid returning a negative value for nlmsg_attrlen()
2013-06-26  Holger Eitzenbergernetfilter/queue: introduce nfnl_queue_msg_send_verdict_...
2013-06-26  Holger Eitzenbergernetfilter/queue: generalize nfnl_queue_msg_build_verdict()
2013-06-26  Andrew CollinsHandle -NLE_AGAIN in nl_cache_mngr_data_ready
2013-06-26  Andrew CollinsDefault to comparing all attributes if no oo_id_attrs...
2013-05-24  Thomas GrafMerge branch 'master' of https://github.com/michael...
2013-05-16  Michael BraunAdd macvlan support
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()
next