summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Improve readability of classid string representationThomas Graf2011-04-201-4/+4
* Expose <netlink/route/link/inet.h>Thomas Graf2011-04-203-2/+3
* Support link info types with no payloadThomas Graf2011-04-191-4/+5
* Add support for ARPHRD_NONEThomas Graf2011-04-191-0/+3
* export rtnl_link_add() and rtnl_link_build_add_request()Thomas Graf2011-04-151-1/+4
* dummy interface supportThomas Graf2011-04-152-1/+39
* Support for rtnl_link_add()Thomas Graf2011-04-151-6/+73
* Improve rtnl_link_change() behaviourThomas Graf2011-04-133-74/+131
* fix line removed by mistakeThomas Graf2011-04-111-0/+1
* API to issue direct GET requests to the kernelThomas Graf2011-04-114-1/+174
* link: Provide rtnl_link_delete() to delete virtual linksThomas Graf2011-04-102-0/+85
* link: Make return and argument type matchThomas Graf2011-04-102-4/+4
* Provide nl_cache_set_arg{1,2}() to specify cache argsThomas Graf2011-04-102-0/+28
* Provide nl_object_dump_buf() to easily dump to buffersThomas Graf2011-04-102-0/+11
* Initialize dump buffer in case caller missed itThomas Graf2011-04-101-0/+3
* Provide TC_HANDLE(maj, min) macro to generate tc handlesThomas Graf2011-04-011-0/+6
* Move to asciidocThomas Graf2011-03-3145-2307/+3365
* trafic class/classifer API improvements and documentationThomas Graf2011-03-295-266/+361
* Qdisc API improvements and documentationThomas Graf2011-03-254-242/+290
* Add nl_send_sync()Thomas Graf2011-03-252-0/+32
* correctly handle the object not found caseNicolas Sitbon2011-03-251-0/+1
* Deprecate rtnl_qdisc_foreach_child() and rtnl_qdisc_foreach_cls()Thomas Graf2011-03-243-21/+33
* Allow NLSYSCONFDIR environment variable to overwrite built-in sysconfdirThomas Graf2011-03-244-4/+18
* Cleanup <netlink/route/qdisc.h>Thomas Graf2011-03-242-12/+11
* Check if all mandatory attributes are present in rtnl_tc_msg_build()Thomas Graf2011-03-241-1/+5
* Add NLE_NODEV errorThomas Graf2011-03-242-1/+4
* Set default MTU to 1500Thomas Graf2011-03-241-2/+2
* Fix "make distcheck".Thierry Reding2011-03-233-2/+71
* Fix out-of-tree build.Thierry Reding2011-03-231-1/+1
* Omit empty nested attributesThomas Graf2011-03-231-3/+15
* add missing nl_cache_search in cache.hDaniel Walter2011-03-221-0/+2
* add missing checks for ROUTE_ATTR_MULTIPATHDaniel Walter2011-03-221-4/+12
* Documentation updatesThomas Graf2011-03-2112-74/+198
* libnl-3.0libnl3_0Thomas Graf2011-03-213-5/+5
* fix module parent referencesThomas Graf2011-03-212-2/+2
* rename sch -> qdiscThomas Graf2011-03-2124-34/+35
* Unified TC APIThomas Graf2011-03-2164-3079/+2142
* provide function to retrieve htb rateThomas Graf2011-03-172-0/+10
* Hold reference to obj while calling callback of cache iteratorThomas Graf2011-03-171-0/+5
* Print debugging info while iterating a cache based on a filterThomas Graf2011-03-171-2/+9
* Fix off-by-one when reading IFLA_INET6_CONF and IFLA_INET6_STATSThomas Graf2011-03-171-2/+2
* __nlmsg_alloc(): Guarantee minimal message size of at least the headerThomas Graf2011-03-171-0/+3
* Make struct nl_object public, NLHDR_COMMON has been public anywayThomas Graf2011-03-172-5/+6
* Add missing argument in rtnl_link_change exampleMiguel Di Ciurcio Filho2011-03-161-1/+1
* Provide numeric version definesThomas Graf2011-03-162-2/+12
* allowing silent rules in buildReuben Hawkins2011-03-162-4/+5
* Fix function nfnl_ct_del nameLaurent Defert2011-03-161-1/+1
* Include <linux/pkt_cls.h> and <linux/pkt_sched.h> in <netlink/route/tc.h> for...Thomas Graf2011-03-161-0/+2
* prefix ipv6 link statistics identifiers with IP6Thomas Graf2011-03-163-95/+97
* use linux/netlink.h instead of netlink/netlink-kernel.hThomas Graf2011-03-162-1/+229