summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Support for NLM_F_INTRThomas Graf2011-07-143-1/+5
* Don't redefine offsetof when already defined by e.g. stddef.hChristian Ruppert2011-06-211-0/+5
* HTB: Add support for level and direct pkt stats, complete access functionsThomas Graf2011-06-092-10/+20
* Update local copies of include/linuxThomas Graf2011-06-098-149/+165
* Add nl_rate2str()Thomas Graf2011-06-091-0/+6
* Add rtnl_tc_data_check()Thomas Graf2011-06-091-0/+2
* Provide silent variation of nl_cache_require()Thomas Graf2011-05-111-0/+1
* addr: store link object and provide rtnl_addr_get()Thomas Graf2011-05-032-1/+8
* Add missing declaration of rtnl_tc_get_link()Thomas Graf2011-04-211-0/+1
* Expose <netlink/route/link/inet.h>Thomas Graf2011-04-202-1/+2
* export rtnl_link_add() and rtnl_link_build_add_request()Thomas Graf2011-04-151-1/+4
* Improve rtnl_link_change() behaviourThomas Graf2011-04-131-1/+2
* API to issue direct GET requests to the kernelThomas Graf2011-04-112-0/+12
* link: Provide rtnl_link_delete() to delete virtual linksThomas Graf2011-04-101-0/+4
* link: Make return and argument type matchThomas Graf2011-04-101-2/+2
* Provide nl_cache_set_arg{1,2}() to specify cache argsThomas Graf2011-04-101-0/+2
* Provide nl_object_dump_buf() to easily dump to buffersThomas Graf2011-04-101-0/+1
* Provide TC_HANDLE(maj, min) macro to generate tc handlesThomas Graf2011-04-011-0/+6
* trafic class/classifer API improvements and documentationThomas Graf2011-03-292-30/+35
* 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