]> granicus.if.org Git - libnl/shortlog
libnl
2011-04-20 Thomas GrafSet tc->tc_link if link cache is available
2011-04-20 Thomas GrafImprove readability of classid string representation
2011-04-20 Thomas GrafExpose <netlink/route/link/inet.h>
2011-04-19 Thomas GrafSupport link info types with no payload
2011-04-19 Thomas GrafAdd support for ARPHRD_NONE
2011-04-15 Thomas Grafexport rtnl_link_add() and rtnl_link_build_add_request()
2011-04-15 Thomas Grafdummy interface support
2011-04-15 Thomas GrafSupport for rtnl_link_add()
2011-04-13 Thomas GrafImprove rtnl_link_change() behaviour
2011-04-11 Thomas Graffix line removed by mistake
2011-04-11 Thomas GrafAPI to issue direct GET requests to the kernel
2011-04-10 Thomas Graflink: Provide rtnl_link_delete() to delete virtual...
2011-04-10 Thomas Graflink: Make return and argument type match
2011-04-10 Thomas GrafProvide nl_cache_set_arg{1,2}() to specify cache args
2011-04-10 Thomas GrafProvide nl_object_dump_buf() to easily dump to buffers
2011-04-10 Thomas GrafInitialize dump buffer in case caller missed it
2011-04-01 Thomas GrafProvide TC_HANDLE(maj, min) macro to generate tc handles
2011-03-31 Thomas GrafMove to asciidoc
2011-03-29 Thomas Graftrafic class/classifer API improvements and documentation
2011-03-25 Thomas GrafQdisc API improvements and documentation
2011-03-25 Thomas GrafAdd nl_send_sync()
2011-03-25 Nicolas Sitboncorrectly handle the object not found case
2011-03-24 Thomas GrafDeprecate rtnl_qdisc_foreach_child() and rtnl_qdisc_for...
2011-03-24 Thomas GrafAllow NLSYSCONFDIR environment variable to overwrite...
2011-03-24 Thomas GrafCleanup <netlink/route/qdisc.h>
2011-03-24 Thomas GrafCheck if all mandatory attributes are present in rtnl_t...
2011-03-24 Thomas GrafAdd NLE_NODEV error
2011-03-24 Thomas GrafSet default MTU to 1500
2011-03-23 Thierry RedingFix "make distcheck".
2011-03-23 Thierry RedingFix out-of-tree build.
2011-03-23 Thomas GrafOmit empty nested attributes
2011-03-22 Daniel Walteradd missing nl_cache_search in cache.h
2011-03-22 Daniel Walteradd missing checks for ROUTE_ATTR_MULTIPATH
2011-03-21 Thomas GrafDocumentation updates
2011-03-21 Thomas Graflibnl-3.0 libnl3_0
2011-03-21 Thomas Graffix module parent references
2011-03-21 Thomas Grafrename sch -> qdisc
2011-03-21 Thomas GrafUnified TC API
2011-03-17 Thomas Grafprovide function to retrieve htb rate
2011-03-17 Thomas GrafHold reference to obj while calling callback of cache...
2011-03-17 Thomas GrafPrint debugging info while iterating a cache based...
2011-03-17 Thomas GrafFix off-by-one when reading IFLA_INET6_CONF and IFLA_IN...
2011-03-17 Thomas Graf__nlmsg_alloc(): Guarantee minimal message size of...
2011-03-17 Thomas GrafMake struct nl_object public, NLHDR_COMMON has been...
2011-03-16 Miguel Di Ciurcio... Add missing argument in rtnl_link_change example
2011-03-16 Thomas GrafProvide numeric version defines
2011-03-16 Reuben Hawkinsallowing silent rules in build
2011-03-16 Laurent DefertFix function nfnl_ct_del name
2011-03-16 Thomas GrafInclude <linux/pkt_cls.h> and <linux/pkt_sched.h> in...
2011-03-16 Thomas Grafprefix ipv6 link statistics identifiers with IP6
2011-03-16 Thomas Grafuse linux/netlink.h instead of netlink/netlink-kernel.h
2010-11-27 Thomas GrafTons of documentation
2010-11-26 Thomas Grafaddr: hide nl_addr_destroy()
2010-11-23 Thomas Grafrename NL_AUTO_PID to NL_AUTO_PORT
2010-11-23 Thomas GrafRename nlmsg_for_each_msg() to nlmsg_for_each()
2010-11-22 Thomas Grafnl_recv(): Zero out sockaddr in case the caller forgot
2010-11-22 Thomas Grafnl_recv(): Make passing creds pointer optional
2010-11-22 Thomas Grafnl: rename nlmsg_msg_size() to nlmsg_size(), nlmsg_len...
2010-11-19 Thomas GrafDocumentation updates
2010-11-18 Thomas GrafInherit return code of NL_CB_MSG_OUT in nl_sendmsg()
2010-11-18 Thomas Grafrename nl_send_auto_complete() -> nl_send_auto(), nl_au...
2010-11-18 Thomas Grafonly perform automatic sequence checking if auto-ack...
2010-11-18 Thomas GrafDon't build doc.c, there is no real code in it
2010-11-18 Thomas Grafsocket: constify interface
2010-11-17 Thomas Grafconstify struct trans_tbl
2010-11-17 Thomas Graflink/inet6: pretty printing
2010-11-17 Thomas GrafNew function nl_size2str()
2010-11-17 Thomas GrafRename nl_get_hz() to nl_get_user_hz() to indicate...
2010-11-17 Thomas Grafsfq: perturb period is in seconds, not jiffies
2010-11-16 Thomas Graflink/inet: pretty printing, make output more readable
2010-11-16 Thomas Grafupdate Doxyfile to latest version
2010-11-16 Thomas GrafMake syntax of nl-link-list consistent and install it
2010-11-16 Thomas Graflink/inet: documentation: add examples
2010-11-16 Thomas Graflink: define RTM_SETLINK to allow pretty printing
2010-11-16 Thomas Graflink: Add missing IFLA_AF_SPEC container attribute
2010-11-16 Thomas Graflink/inet: Fix array access
2010-11-16 Thomas Graflink: Fix typo, use rtnl_link_af_alloc() to make sure...
2010-11-16 Thomas Graflink: AF_INET link module
2010-11-13 Thomas Graflink: Support for IFLA_AF_SPEC
2010-11-11 Thomas Graflink: Add support for IPv6 specific link data
2010-11-11 Thomas GrafAdd support for per interface ICMPv6 statistics
2010-11-11 Thomas GrafAdd local copies of linux/ipv6.h and linux/snmp.h
2010-11-11 Gery KahnAdd all libraries for libtool to improve linkage
2010-11-11 Thomas GrafExtend rtnl_link_alloc_cache() to support address families
2010-11-11 Thomas GrafMake nl_str2af return a negative value if parsing fails
2010-11-11 Thomas Graflink/api: Improve API documentation.
2010-11-11 Thomas Graflink/api: Convert link info ops to use nl_list_head
2010-11-11 Thomas Graflink: Support for AF_BRIDGE address family
2010-11-11 Thomas Graflink/api: Check for null pointer in rtnl_link_af_ops_put()
2010-11-11 Thomas Graflink: API for address family specific link data
2010-11-11 Thomas Graflink: Support IFLA_NUM_VF attribute
2010-11-11 Thomas Graflink: Support IFLA_IFALIAS attribute
2010-11-04 Thomas GraFpktloc: support to specify a shift operator for packet...
2010-11-04 Thomas GraFCorrectly state the process of sending a netlink messag...
2010-11-03 Thomas GraFnl-qdisc-delete: Do not attempt to delete default qdiscs
2010-11-03 Thomas Grafematch/meta: id definitions
2010-11-01 Thomas Grafnl-classid-lookup: Added --raw option to print classid...
2010-11-01 Thomas Grafnl-qdisc-list: --recursive - print tc objects recursively
2010-11-01 Thomas GrafCorrectly parse and generate classids
2010-11-01 Thomas Grafclassid auto generation if provided tc name does not...
next