summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnl 3.2.11libnl3_2_11Thomas Graf2012-06-131-3/+3
* Fix types-related warnings based on clang diagnosticsКоренберг Марк2012-06-1318-51/+63
* 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
* Correct missing fwmark mask proto.Andrew Collins2012-06-111-0/+1
* Add 'ingress' to the list of recognized TC handles.Andrew Collins2012-06-111-0/+5
* Fixed memory leak in Cache destructorКоренберг Марк2012-06-081-1/+1
* rtnl_link_(get|set)_weight is deprecated in libnl.Коренберг Марк (ноутбук дома)2012-06-082-21/+0
* netlink.nlattr re-implemented in more pythonic wayКоренберг Марк2012-06-088-116/+66
* nl_pickup removed from python bindingКоренберг Марк2012-06-081-5/+0
* Remove unnecessary commentsКоренберг Марк (ноутбук дома)2012-06-086-186/+0
* Refine some placesКоренберг Марк (ноутбук дома)2012-06-082-19/+20
* pylint's first review and trivial fixesКоренберг Марк (ноутбук дома)2012-06-088-91/+105
* Using only single quotes now and multi-line listsКоренберг Марк (ноутбук дома)2012-06-087-41/+59
* Fix indentation (spaces vs tabs)Коренберг Марк (ноутбук дома)2012-06-089-2192/+2192
* Code cleanupsКоренберг Марк (ноутбук дома)2012-06-082-8/+2
* Flags properties description and implementation fixedКоренберг Марк (ноутбук дома)2012-06-083-9/+42
* Fixed various str-related logickКоренберг Марк (ноутбук дома)2012-06-085-10/+10
* Fix whitespaces at EOLКоренберг Марк (ноутбук дома)2012-06-087-27/+27
* 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