summaryrefslogtreecommitdiffstats
path: root/include/netlink/route
AgeCommit message (Expand)AuthorFilesLines
2013-03-17Remove rtnl_link_free() declaration from the header file.Tony Cheneau1-1/+0
2013-03-17Remove superfluous declaration of rtnl_route_put()Tony Cheneau1-1/+0
2013-02-14bond: Provide rtnl_link_bond_alloc()Thomas Graf1-1/+3
2013-02-14vlan: Provide rtnl_link_vlan_alloc()Thomas Graf1-1/+3
2013-02-14bridge: Provide rtnl_link_bridge_alloc()Thomas Graf1-0/+2
2013-02-07bridge: Support the new bridging attributesThomas Graf1-0/+54
2013-01-25can: add helper function to get CAN bus stateBenedikt Spranger1-0/+1
2013-01-24Provide compat headers for removed private APIThomas Graf3-0/+61
2013-01-24Move private header files to <netlink-private/*>Thomas Graf4-309/+2
2013-01-23fix includes after removing some headersJiri Pirko2-7/+7
2013-01-18Add new rtnl_link_af_data_compare function to compare af_dataroopa1-0/+3
2013-01-12link af ops: Add new ao_compare op to compare link af_dataroopa1-0/+13
2013-01-11link: add carrier supportFlavio Leitner1-0/+7
2012-11-29link: socket-CAN helper functionsBenedikt Spranger1-0/+27
2012-11-29link: basic socket-CAN supportBenedikt Spranger1-0/+32
2012-10-23add missing '}' in __cplusplus namespacesThomas Graf2-0/+7
2012-10-09link: Support link groupingThomas Graf1-0/+3
2012-10-09link: Support IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUESThomas Graf1-0/+6
2012-10-09link: Support IFLA_PROMISCUITY link attributeThomas Graf1-1/+4
2012-08-30route: Document ROUTE_CACHE_CONTENT flagThomas Graf1-2/+7
2012-06-11Correct missing fwmark mask proto.Andrew Collins1-0/+1
2012-05-16u32: fix various u32 hashing related warningsAdrian Ban1-0/+1
2012-05-16tc: fix included headersThomas Graf12-0/+16
2012-05-08u32: add support for hashingAdrian Ban1-0/+4
2012-02-14Support plug qdisc - queue traffic until explicit releaseShriram Rajagopalan1-0/+30
2012-01-30add new function to provide neighbour event parsingBrett Ciphery1-0/+2
2011-11-25dsmark: Add missing declarations for rtnl_class_dsmark_(get|set)_bitmask()Thomas Graf1-3/+3
2011-11-07link: generic link enslaving APIThomas Graf1-0/+6
2011-09-16Bonding: Fix header guard of <netlink/route/link/bonding.h>Thomas Graf1-2/+2
2011-09-16bonding: API to create/enslave/releaseThomas Graf1-0/+37
2011-09-13addr: Add missing header to <netlink/route/addr.h>Thomas Graf1-0/+1
2011-07-28Updated link documentationThomas Graf1-66/+76
2011-07-25include <linux/if.h> from <netlink/route/link.h> to export IFF_* flagsThomas Graf1-0/+1
2011-07-21VLAN: rtnl_link_is_vlan() function and API documentationThomas Graf1-2/+4
2011-07-21Use 'link type' instead of 'link info type'Thomas Graf1-2/+5
2011-06-09HTB: Add support for level and direct pkt stats, complete access functionsThomas Graf1-10/+18
2011-06-09Add rtnl_tc_data_check()Thomas Graf1-0/+2
2011-05-03addr: store link object and provide rtnl_addr_get()Thomas Graf1-1/+7
2011-04-21Add missing declaration of rtnl_tc_get_link()Thomas Graf1-0/+1
2011-04-20Expose <netlink/route/link/inet.h>Thomas Graf1-1/+1
2011-04-15export rtnl_link_add() and rtnl_link_build_add_request()Thomas Graf1-1/+4
2011-04-11API to issue direct GET requests to the kernelThomas Graf1-0/+4
2011-04-10link: Provide rtnl_link_delete() to delete virtual linksThomas Graf1-0/+4
2011-04-10link: Make return and argument type matchThomas Graf1-2/+2
2011-04-01Provide TC_HANDLE(maj, min) macro to generate tc handlesThomas Graf1-0/+6
2011-03-29trafic class/classifer API improvements and documentationThomas Graf2-30/+35
2011-03-25Qdisc API improvements and documentationThomas Graf1-10/+19
2011-03-24Deprecate rtnl_qdisc_foreach_child() and rtnl_qdisc_foreach_cls()Thomas Graf1-2/+3
2011-03-24Cleanup <netlink/route/qdisc.h>Thomas Graf1-11/+9
2011-03-21rename sch -> qdiscThomas Graf9-0/+0