summaryrefslogtreecommitdiffstats
path: root/lib/route
Commit message (Expand)AuthorAgeFilesLines
* Improve readability of classid string representationThomas Graf2011-04-201-4/+4
* Expose <netlink/route/link/inet.h>Thomas Graf2011-04-201-1/+1
* Support link info types with no payloadThomas Graf2011-04-191-4/+5
* dummy interface supportThomas Graf2011-04-151-0/+38
* Support for rtnl_link_add()Thomas Graf2011-04-151-6/+73
* Improve rtnl_link_change() behaviourThomas Graf2011-04-131-73/+128
* fix line removed by mistakeThomas Graf2011-04-111-0/+1
* API to issue direct GET requests to the kernelThomas Graf2011-04-111-1/+92
* link: Provide rtnl_link_delete() to delete virtual linksThomas Graf2011-04-101-0/+81
* link: Make return and argument type matchThomas Graf2011-04-101-2/+2
* trafic class/classifer API improvements and documentationThomas Graf2011-03-292-232/+322
* Qdisc API improvements and documentationThomas Graf2011-03-252-231/+263
* Deprecate rtnl_qdisc_foreach_child() and rtnl_qdisc_foreach_cls()Thomas Graf2011-03-241-18/+13
* Allow NLSYSCONFDIR environment variable to overwrite built-in sysconfdirThomas Graf2011-03-242-3/+5
* Cleanup <netlink/route/qdisc.h>Thomas Graf2011-03-241-1/+2
* Check if all mandatory attributes are present in rtnl_tc_msg_build()Thomas Graf2011-03-241-1/+5
* Set default MTU to 1500Thomas Graf2011-03-241-2/+2
* add missing checks for ROUTE_ATTR_MULTIPATHDaniel Walter2011-03-221-4/+12
* Documentation updatesThomas Graf2011-03-216-8/+14
* fix module parent referencesThomas Graf2011-03-211-1/+1
* rename sch -> qdiscThomas Graf2011-03-2110-19/+19
* Unified TC APIThomas Graf2011-03-2126-2503/+1747
* provide function to retrieve htb rateThomas Graf2011-03-171-0/+9
* Fix off-by-one when reading IFLA_INET6_CONF and IFLA_INET6_STATSThomas Graf2011-03-171-2/+2
* Add missing argument in rtnl_link_change exampleMiguel Di Ciurcio Filho2011-03-161-1/+1
* prefix ipv6 link statistics identifiers with IP6Thomas Graf2011-03-162-65/+67
* constify struct trans_tblThomas Graf2010-11-1715-25/+25
* link/inet6: pretty printingThomas Graf2010-11-171-12/+49
* Rename nl_get_hz() to nl_get_user_hz() to indicate it's not the in-kernel HZ ...Thomas Graf2010-11-173-5/+5
* sfq: perturb period is in seconds, not jiffiesThomas Graf2010-11-171-1/+1
* link/inet: pretty printing, make output more readableThomas Graf2010-11-161-3/+3
* link/inet: documentation: add examplesThomas Graf2010-11-161-0/+52
* link: define RTM_SETLINK to allow pretty printingThomas Graf2010-11-161-0/+1
* link: Add missing IFLA_AF_SPEC container attributeThomas Graf2010-11-161-0/+6
* link/inet: Fix array accessThomas Graf2010-11-161-1/+1
* link: Fix typo, use rtnl_link_af_alloc() to make sure data buffer is allocatedThomas Graf2010-11-161-1/+1
* link: AF_INET link moduleThomas Graf2010-11-163-7/+313
* link: Support for IFLA_AF_SPECThomas Graf2010-11-132-9/+43
* link: Add support for IPv6 specific link dataThomas Graf2010-11-111-0/+327
* Add support for per interface ICMPv6 statisticsThomas Graf2010-11-111-0/+4
* Extend rtnl_link_alloc_cache() to support address familiesThomas Graf2010-11-111-7/+82
* link/api: Improve API documentation.Thomas Graf2010-11-113-13/+17
* link/api: Convert link info ops to use nl_list_headThomas Graf2010-11-112-19/+71
* link: Support for AF_BRIDGE address familyThomas Graf2010-11-111-0/+93
* link/api: Check for null pointer in rtnl_link_af_ops_put()Thomas Graf2010-11-111-1/+2
* link: API for address family specific link dataThomas Graf2010-11-113-13/+215
* link: Support IFLA_NUM_VF attributeThomas Graf2010-11-111-0/+28
* link: Support IFLA_IFALIAS attributeThomas Graf2010-11-111-1/+58
* pktloc: support to specify a shift operator for packet locationsThomas GraF2010-11-042-4/+14
* ematch/meta: id definitionsThomas Graf2010-11-031-1/+44