summaryrefslogtreecommitdiffstats
path: root/python/netlink
Commit message (Expand)AuthorAgeFilesLines
* python: fix flake8 warningsThomas Haller2024-07-192-3/+3
* python: Use correct decorator syntax in HTBQdiscDavid Ward2023-08-301-1/+1
* python: drop unused "python/netlink/fixes.h"Thomas Haller2023-08-031-1/+0
* python: fix flake8 warnings E712Thomas Haller2023-07-251-1/+1
* python: fix flake8 warnings E711Thomas Haller2023-07-251-1/+1
* python: fix flake8 warnings E302Thomas Haller2023-07-251-0/+1
* python: fix flake8 warnings E741Thomas Haller2023-07-253-12/+12
* python: fix flake8 warnings F401Thomas Haller2023-07-251-2/+0
* python: reformat all Python files with python-blackThomas Haller2023-07-2510-364/+453
* Use print() function in both Python 2 and Python 3Christian Clauss2022-07-064-12/+10
* all: Use __typeof__ instead of typeofMichael Forney2019-08-161-1/+1
* build: merge python/Makefile.am into top-level makefileThomas Haller2017-02-273-30/+0
* python: genl: capi: add genlmsg_hdr() to capiArend van Spriel2015-05-121-0/+8
* python: capi: add nla_put() function to python capiArend van Spriel2015-05-121-0/+14
* python: capi: expose multicast membership functionsArend van Spriel2015-05-121-0/+3
* python: disable swig debug print messagesArend van Spriel2015-05-121-1/+2
* python: fix wrongly passing argument to function in ObjIterator.next()Hiroaki KAWAI2014-04-091-1/+1
* python: Include all files in distributionThomas Graf2013-11-061-1/+2
* python: add bridge flags APINicolas PLANEL2013-10-222-0/+45
* python: add basic netlink protocol bridge interface supportNicolas PLANEL2013-10-223-0/+118
* Fixed ObjIterator for python3, fixed output of _color and added missing param...Teto2013-10-072-3/+9
* python: fixup VLANLink() initializationNicolas PLANEL2013-10-071-1/+1
* python: remove use of PyArg_ParseTuple() for callback resultArend van Spriel2013-10-071-11/+16
* python: add send and receive functions to Socket classArend van Spriel2013-09-051-0/+15
* python: fix typo in Socket::__str__() functionArend van Spriel2013-09-051-1/+1
* python: remove unnecessary callback type definitionsArend van Spriel2013-09-051-18/+0
* python: allow callback function to be a class methodArend van Spriel2013-09-051-4/+28
* use Callback object constructing SocketArend van Spriel2013-09-051-2/+4
* python: rework netlink callback handlingArend van Spriel2013-09-053-27/+221
* Add VXLAN support.Yasunobu Chiba2013-08-041-0/+63
* add generic netlink functions to swigArend van Spriel2013-07-181-0/+97
* add python module for generic netlink libraryArend van Spriel2013-07-184-1/+17
* add support functions for attributes and callback handlersArend van Spriel2013-07-181-0/+373
* Add macvlan supportMichael Braun2013-05-161-0/+16
* Enabled the use of Links as context managers.Antoni S. Puimedon2012-10-041-0/+9
* 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