summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix types-related warnings based on clang diagnosticsКоренберг Марк2012-06-1317-48/+52
* link: rtnl_link_get_kernel() should only wait for ACK if AUTO-ACK is onThomas Graf2012-06-131-1/+1
* genl: cleanup genl_ctrl_resolve()Thomas Graf2012-06-131-7/+13
* genl: Wait for ACK after successful ctrl replyThomas Graf2012-06-131-1/+8
* Add 'ingress' to the list of recognized TC handles.Andrew Collins2012-06-111-0/+5
* netem: Use ARRAY_SIZE()Thomas Graf2012-06-081-1/+1
* rtnl_netem_set_delay_distribution: fix possible segfaultКоренберг Марк (ноутбук дома)2012-06-081-3/+4
* Fix compilation with clangКоренберг Марк (ноутбук дома)2012-06-071-4/+5
* genl: modify genl_ctrl_resolve and friends to allow for module auto-loadingNeil Horman2012-06-031-43/+143
* genl: Support registration of families without depending on cachesThomas Graf2012-06-011-34/+161
* genl: Add genlmsg_user_hdr(), genlmsg_user_data(), and genlmsg_user_datalen()Thomas Graf2012-05-312-18/+73
* genl: Add genlmsg_hdr()Thomas Graf2012-05-311-0/+11
* genl: updates to API reference documentationThomas Graf2012-05-314-236/+394
* use MSG_TRUNC flag to get recv message size at onceJiri Pirko2012-05-291-8/+9
* correct HTB rtable/HZ calculationsAndrew Collins2012-05-294-17/+29
* add fwmark mask supportA C2012-05-291-1/+30
* Fix for dumping objects to a buffer instead of file descriptorBushman, Jeff2012-05-183-5/+9
* FTBFS with musl libc: Missing includesIsaac2012-05-133-3/+5
* doc: documentation restructuringThomas Graf2012-05-1017-609/+199
* __str2flags fixJustin Mayfield2012-05-101-1/+2
* route: Add FIXME to rtnl_route_nh_set_gateway() to fix return valueThomas Graf2012-05-091-0/+1
* u32: add support for hashingAdrian Ban2012-05-081-0/+85
* nl: Fix return value of nl_recvmsgs()Thomas Graf2012-05-082-6/+30
* object: Add functions to access the object type, cache and object opsThomas Graf2012-04-241-1/+54
* cache: Add co_include_event allowing caches to provide their own nl_cache_inc...Thomas Graf2012-04-221-1/+5
* genl: Make genl_unregister() a NOP if NULL pointer is passedThomas Graf2012-04-221-0/+3
* cache_mngr: Make providing the result pointer to nl_cache_mngr_add() optionalThomas Graf2012-04-211-2/+3
* cache_mngr: Provide nl_cache_mngr_info() to pring cache manager detailsThomas Graf2012-04-211-0/+42
* cache_mngr: API doc updatesThomas Graf2012-04-211-12/+30
* cache_mngr: Let nl_cache_mngr_data_ready() read multiple messagesThomas Graf2012-04-211-3/+8
* nl: Make nl_recvmsgs() return the number of netlink messages processedThomas Graf2012-04-211-2/+7
* cache_mngr: Fix memory corruption after resizingThomas Graf2012-04-211-7/+12
* cache_mngr: Automatically allocate socket if neededThomas Graf2012-04-211-22/+53
* cache_manager: Move documentation to doc/core.txtThomas Graf2012-04-211-65/+1
* cache_mngr: Don't modify callback setup of socketThomas Graf2012-04-211-4/+12
* cache_mngr: document uncommon error codesThomas Graf2012-04-211-0/+5
* Memory leak in classid.cNicolas CARRIER2012-04-191-4/+12
* missing extended Table attribute for lib/route/Romary Sonrier2012-03-062-0/+7
* Add new nl_cache_clone() function.Thierry Reding2012-02-161-0/+30
* Support plug qdisc - queue traffic until explicit releaseShriram Rajagopalan2012-02-143-1/+293
* add new function to provide neighbour event parsingBrett Ciphery2012-01-301-1/+18
* cli: Use -avoid-version to link cli modulesThomas Graf2012-01-171-6/+6
* link: fix regression in link message parserTorsten Hilbrich2012-01-121-1/+1
* nl_addr_cmp(): handle prefix length during address comparisonBrett Ciphery2012-01-121-1/+4
* avoid dangling co_major_cache reference to NL_AUTO_PROVIDE cachesAlexander Sack2012-01-111-2/+5
* rtnl_link_bond_add: allow to allocate bond name in case NULL is givenJiri Pirko2011-11-111-4/+1
* link: allow to add/get linkinfo of unknown typeJiri Pirko2011-11-111-22/+54
* add missing IFLA_MASTER fillupJiri Pirko2011-11-071-0/+3
* link: generic link enslaving APIThomas Graf2011-11-071-0/+123
* Fix typo in debug messageThomas Graf2011-10-281-1/+1