summaryrefslogtreecommitdiffstats
path: root/include/netlink
Commit message (Expand)AuthorAgeFilesLines
* Remove rtnl_link_free() declaration from the header file.Tony Cheneau2013-03-171-1/+0
* Remove superfluous declaration of rtnl_route_put()Tony Cheneau2013-03-171-1/+0
* addr: improve API reference documentation for nl_addr_*()Thomas Graf2013-03-141-2/+2
* attr: Add nla_nest_cancel() to remove partially added nested attributesThomas Graf2013-03-141-0/+1
* bond: Provide rtnl_link_bond_alloc()Thomas Graf2013-02-141-1/+3
* vlan: Provide rtnl_link_vlan_alloc()Thomas Graf2013-02-141-1/+3
* netlink: Forward declare frequent libnl types to ease inclusion depsThomas Graf2013-02-141-1/+3
* bridge: Provide rtnl_link_bridge_alloc()Thomas Graf2013-02-141-0/+2
* bridge: Support the new bridging attributesThomas Graf2013-02-071-0/+54
* attr: Provide nla_is_nested() functionThomas Graf2013-02-051-1/+2
* cache: Make NL_ACT_* and nl_cache_ops_(get|put)() availableThomas Graf2013-02-011-0/+15
* can: add helper function to get CAN bus stateBenedikt Spranger2013-01-251-0/+1
* Remove obsolete warning from <netlink/object-api.h> as it breaks NM buildThomas Graf2013-01-241-2/+0
* Provide compat headers for removed private APIThomas Graf2013-01-245-0/+102
* Move private header files to <netlink-private/*>Thomas Graf2013-01-246-969/+2
* fix includes after removing some headersJiri Pirko2013-01-236-12/+14
* Add new rtnl_link_af_data_compare function to compare af_dataroopa2013-01-181-0/+3
* link af ops: Add new ao_compare op to compare link af_dataroopa2013-01-121-0/+13
* cache: Add new nl_cache_find apiroopa2013-01-111-0/+1
* link: add carrier supportFlavio Leitner2013-01-111-0/+7
* link: socket-CAN helper functionsBenedikt Spranger2012-11-291-0/+27
* link: basic socket-CAN supportBenedikt Spranger2012-11-291-0/+32
* cache: reserve room in cache_ops to avoid breaking module ABI too frequentlyThomas Graf2012-11-231-0/+9
* cache: provide safe variant of nl_cache_mngt_require() and use itThomas Graf2012-11-161-0/+2
* cache: Provide safe versions of nl_cache_ops_associate() and nl_cache_ops_loo...Thomas Graf2012-11-151-0/+2
* cache: Add reference counter to cache operationsThomas Graf2012-11-151-0/+6
* cache: Add reference counter to cachesThomas Graf2012-11-151-0/+1
* cache: Move NL_CACHE_AF_ITER to <netlink/cache.h>Thomas Graf2012-11-122-5/+6
* New cache manager add cache apiroopa2012-11-121-0/+3
* Add support for per cache flagsroopa2012-11-122-0/+9
* Hash: Properly prefix hash functionsThomas Graf2012-11-101-4/+4
* Add hash support in cache mngrroopa2012-11-092-0/+5
* Add nl hashtable structures and access functionsroopa2012-11-093-0/+64
* Add hash functionroopa2012-11-091-0/+69
* Add support for updating objects in the cacheroopa2012-11-052-0/+14
* Add new object op oo_id_attrs_getroopa2012-11-051-0/+5
* Merge branch 'master' of https://github.com/rmfought/libnlThomas Graf2012-10-262-0/+171
|\
| * Source cleanup for upstreamRich Fought2012-10-191-9/+8
| * Updated nfnetlink includes; removed ifdefs; added delete exp programRich Fought2012-10-162-19/+12
| * define advanced attributes outRich Fought2012-10-131-5/+27
| * bugfixesRich Fought2012-10-091-0/+1
| * Starting CLI workRich Fought2012-10-091-0/+30
| * Successful compilation of libnl-nf with expectationRich Fought2012-10-081-20/+8
| * Checkpoint before compilation attemptRich Fought2012-10-081-4/+0
| * "checkpoint"Rich Fought2012-10-061-16/+13
| * Exp checkpointRich Fought2012-10-051-0/+145
* | add missing '}' in __cplusplus namespacesThomas Graf2012-10-232-0/+7
* | link: Support link groupingThomas Graf2012-10-091-0/+3
* | link: Support IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUESThomas Graf2012-10-091-0/+6
* | link: Support IFLA_PROMISCUITY link attributeThomas Graf2012-10-091-1/+4