summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Qdisc API improvements and documentationThomas Graf2011-03-252-11/+27
* Add nl_send_sync()Thomas Graf2011-03-251-0/+1
* Deprecate rtnl_qdisc_foreach_child() and rtnl_qdisc_foreach_cls()Thomas Graf2011-03-241-2/+3
* Allow NLSYSCONFDIR environment variable to overwrite built-in sysconfdirThomas Graf2011-03-241-0/+12
* Cleanup <netlink/route/qdisc.h>Thomas Graf2011-03-241-11/+9
* Add NLE_NODEV errorThomas Graf2011-03-241-1/+2
* Fix "make distcheck".Thierry Reding2011-03-231-0/+50
* add missing nl_cache_search in cache.hDaniel Walter2011-03-221-0/+2
* Documentation updatesThomas Graf2011-03-221-0/+24
* rename sch -> qdiscThomas Graf2011-03-2110-9/+9
* Unified TC APIThomas Graf2011-03-2118-328/+213
* provide function to retrieve htb rateThomas Graf2011-03-171-0/+1
* Make struct nl_object public, NLHDR_COMMON has been public anywayThomas Graf2011-03-172-5/+6
* Provide numeric version definesThomas Graf2011-03-161-1/+6
* 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-161-30/+30
* use linux/netlink.h instead of netlink/netlink-kernel.hThomas Graf2011-03-162-1/+229
* Tons of documentationThomas Graf2010-11-272-118/+112
* addr: hide nl_addr_destroy()Thomas Graf2010-11-261-4/+1
* rename NL_AUTO_PID to NL_AUTO_PORTThomas Graf2010-11-231-5/+8
* Rename nlmsg_for_each_msg() to nlmsg_for_each()Thomas Graf2010-11-231-4/+6
* nl: rename nlmsg_msg_size() to nlmsg_size(), nlmsg_len() -> nlmsg_datalen()Thomas Graf2010-11-221-9/+7
* rename nl_send_auto_complete() -> nl_send_auto(), nl_auto_complete -> nl_comp...Thomas Graf2010-11-181-1/+4
* socket: constify interfaceThomas Graf2010-11-181-6/+6
* constify struct trans_tblThomas Graf2010-11-171-4/+4
* New function nl_size2str()Thomas Graf2010-11-171-0/+1
* Rename nl_get_hz() to nl_get_user_hz() to indicate it's not the in-kernel HZ ...Thomas Graf2010-11-171-1/+1
* link: AF_INET link moduleThomas Graf2010-11-165-1/+83
* link: Support for IFLA_AF_SPECThomas Graf2010-11-132-0/+24
* Add support for per interface ICMPv6 statisticsThomas Graf2010-11-111-0/+4
* Add local copies of linux/ipv6.h and linux/snmp.hThomas Graf2010-11-112-0/+389
* Extend rtnl_link_alloc_cache() to support address familiesThomas Graf2010-11-113-4/+38
* link/api: Improve API documentation.Thomas Graf2010-11-111-4/+9
* link/api: Convert link info ops to use nl_list_headThomas Graf2010-11-111-2/+2
* link: API for address family specific link dataThomas Graf2010-11-113-79/+143
* link: Support IFLA_NUM_VF attributeThomas Graf2010-11-112-0/+3
* link: Support IFLA_IFALIAS attributeThomas Graf2010-11-114-7/+21
* pktloc: support to specify a shift operator for packet locationsThomas GraF2010-11-041-0/+1
* classid auto generation if provided tc name does not existThomas Graf2010-11-012-1/+3
* Support for meta matchThomas Graf2010-10-313-0/+131
* text ematch supportThomas Graf2010-10-292-0/+45
* routing rules: adapt to unified routing rulesThomas Graf2010-10-293-32/+99
* Revert "routing rules: mark support"Thomas Graf2010-10-292-3/+3
* Support for 64bit link counters IFLA_STATS64Thomas Graf2010-10-291-1/+1
* routing rules: mark supportThomas Graf2010-10-292-3/+3
* cgroup classifier improvementsThomas Graf2010-10-291-5/+4
* Tons of ematch workThomas Graf2010-10-296-49/+111
* Extended pktloc to support nbyte locations for ipv6, etc.Thomas Graf2010-10-291-1/+2
* Packet location updatesThomas Graf2010-10-272-6/+10