summaryrefslogtreecommitdiff
path: root/include/netlink-types.h
Commit message (Expand)AuthorAgeFilesLines
* add fwmark mask supportA C2012-05-291-0/+1
* cache_mngr: Automatically allocate socket if neededThomas Graf2012-04-211-2/+2
* Support plug qdisc - queue traffic until explicit releaseShriram Rajagopalan2012-02-141-0/+6
* link: allow to add/get linkinfo of unknown typeJiri Pirko2011-11-111-0/+1
* HTB: Add support for level and direct pkt stats, complete access functionsThomas Graf2011-06-091-0/+2
* addr: store link object and provide rtnl_addr_get()Thomas Graf2011-05-031-0/+1
* Unified TC APIThomas Graf2011-03-211-9/+9
* Make struct nl_object public, NLHDR_COMMON has been public anywayThomas Graf2011-03-171-5/+0
* link: API for address family specific link dataThomas Graf2010-11-111-24/+24
* link: Support IFLA_NUM_VF attributeThomas Graf2010-11-111-0/+1
* link: Support IFLA_IFALIAS attributeThomas Graf2010-11-111-0/+1
* routing rules: adapt to unified routing rulesThomas Graf2010-10-291-11/+12
* Revert "routing rules: mark support"Thomas Graf2010-10-291-1/+1
* routing rules: mark supportThomas Graf2010-10-291-1/+1
* Tons of ematch workThomas Graf2010-10-291-1/+9
* Unified TC attributes interfaceThomas Graf2010-10-261-4/+6
* Update include/linux header copiesThomas Graf2010-10-211-4/+2
* Generic Netlink multicast groups supportdima2010-10-141-0/+8
* add user data to change_func_t for cachesAndreas Fett2010-10-131-0/+1
* - Reworked the classifier interface.Thomas Graf2009-09-021-3/+29
* Add socket flag NL_NO_AUTO_ACK to allow disabling auto ACKSThomas Graf2008-10-201-0/+1
* Use 16bit ints for classifier prio/protocolThomas Graf2008-10-151-2/+2
* Replace NL_KEEP code with proper message reference countingThomas Graf2008-10-141-0/+1
* Fix compile errors when linking against libnl-genlThomas Graf2008-06-171-9/+0
* Rename struct nl_handle to struct nl_sockThomas Graf2008-05-151-14/+14
* New netem funtionality and TBF fixTad Kollar2008-04-301-0/+14
* Big routing code rework (API/ABI BREAK!)Thomas Graf2008-04-291-15/+8
* [LIBNL]: Split up nfnetlink_log into log and msg objectsPatrick McHardy2008-02-071-18/+31
* [LIBNL]: nfnetlink_log: support NUFLA_GID attributePatrick McHardy2008-02-071-0/+1
* [LIBNL]: Add nfnetlink_queue supportPatrick McHardy2008-02-071-0/+30
* Fix stale data pointers when constructing messagesThomas Graf2008-01-141-0/+1
* Link info interface and vlan supportThomas Graf2008-01-081-0/+3
* Support link operstate and linkmodeThomas Graf2007-12-191-0/+2
* Allow filtering by name for conntrack status flagsPhilip Craig2007-09-181-0/+1
* Export interface to define cachesThomas Graf2007-09-171-64/+0
* Export interface to define objectsThomas Graf2007-09-151-50/+0
* Initial importThomas Graf2007-09-151-0/+865