summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Introduce Python's absolute_importsКоренберг Марк (ноутбук дома)2012-06-089-31/+47
* Fix typo in still unused function that generate colored messageКоренберг Марк (ноутбук дома)2012-06-081-1/+1
* Make syntax highlighters happyКоренберг Марк (ноутбук дома)2012-06-081-1/+1
* Removed generated .pyc files from repositoryКоренберг Марк2012-06-083-0/+0
* Fixed address deletionКоренберг Марк (ноутбук дома)2012-06-081-3/+3
* 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
* libnl 3.2.10libnl3_2_10Thomas Graf2012-06-062-4/+4
* genl: modify genl_ctrl_resolve and friends to allow for module auto-loadingNeil Horman2012-06-032-43/+146
* genl: Update genl-ctrl-list(8)Thomas Graf2012-06-011-18/+43
* genl: Export genl_ops_resolve() and genl_mngt_resolve() in headerThomas Graf2012-06-011-0/+3
* genl: Support registration of families without depending on cachesThomas Graf2012-06-014-47/+272
* genl: Add genlmsg_user_hdr(), genlmsg_user_data(), and genlmsg_user_datalen()Thomas Graf2012-05-313-18/+77
* genl: Add genlmsg_hdr()Thomas Graf2012-05-311-0/+11
* genl: updates to API reference documentationThomas Graf2012-05-318-266/+487
* use MSG_TRUNC flag to get recv message size at onceJiri Pirko2012-05-291-8/+9
* correct HTB rtable/HZ calculationsAndrew Collins2012-05-295-17/+30
* add fwmark mask supportA C2012-05-292-1/+31
* Fix for dumping objects to a buffer instead of file descriptorBushman, Jeff2012-05-183-5/+9
* u32: fix various u32 hashing related warningsAdrian Ban2012-05-162-35/+44
* tc: fix included headersThomas Graf2012-05-1612-0/+16
* FTBFS with musl libc: Missing includesIsaac2012-05-134-3/+6
* doc: documentation restructuringThomas Graf2012-05-1029-681/+250
* __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
* doc: add section about addressingThomas Graf2012-05-092-39/+150
* doc: Check documentation generation requirements with autoconfThomas Graf2012-05-094-2/+188
* u32: example/test code for u32 hashing with HTBAdrian Ban2012-05-083-1/+760
* u32: add support for hashingAdrian Ban2012-05-082-0/+89
* 3.2.9 releaselibnl3_2_9Thomas Graf2012-05-081-3/+3
* nl: Fix return value of nl_recvmsgs()Thomas Graf2012-05-083-6/+31
* Fix two bugs in 3.2.8/doc/Jeroen Roovers2012-05-072-2/+2
* 3.2.8 releaselibnl3_2_8Thomas Graf2012-04-261-9/+24
* object: Add functions to access the object type, cache and object opsThomas Graf2012-04-242-2/+60
* cache: Add co_include_event allowing caches to provide their own nl_cache_inc...Thomas Graf2012-04-223-4/+24
* cache: improve documentation of co_event_filterThomas Graf2012-04-221-3/+20
* 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
* test-cache-mngr: Allow for management of arbitary caches via argument stringThomas Graf2012-04-211-23/+17
* cache_mngr: Provide nl_cache_mngr_info() to pring cache manager detailsThomas Graf2012-04-212-0/+44
* 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
* test-cache-mngr: Let the cache manager allocate the socketThomas Graf2012-04-211-4/+1
* cache_mngr: Automatically allocate socket if neededThomas Graf2012-04-213-25/+57
* cache_manager: Move documentation to doc/core.txtThomas Graf2012-04-212-65/+77
* cache_mngr: Don't modify callback setup of socketThomas Graf2012-04-211-4/+12
* tests: fix test programs to compile againThomas Graf2012-04-215-45/+49