summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2019-08-16all: Use __typeof__ instead of typeofMichael Forney
2017-02-27build: merge python/Makefile.am into top-level makefileThomas Haller
2015-05-12python: genl: capi: add genlmsg_hdr() to capiArend van Spriel
2015-05-12python: capi: add nla_put() function to python capiArend van Spriel
2015-05-12python: capi: expose multicast membership functionsArend van Spriel
2015-05-12python: disable swig debug print messagesArend van Spriel
2015-01-12python: fix package meta data in setup.pyThomas Haller
2014-05-25Use paths relative to srcdir in setup.py.Michał Górny
2014-04-09python: fix wrongly passing argument to function in ObjIterator.next()Hiroaki KAWAI
2014-01-21python: fix build error for missing library_path in setup.pyThomas Haller
2013-11-06python: Include all files in distributionThomas Graf
2013-10-22python: add bridge flags APINicolas PLANEL
2013-10-22test: add python bridge testing sampleNicolas PLANEL
2013-10-22python: add basic netlink protocol bridge interface supportNicolas PLANEL
2013-10-07Fixed ObjIterator for python3, fixed output of _color and added missing param...Teto
2013-10-07python: fixup VLANLink() initializationNicolas PLANEL
2013-10-07python: remove use of PyArg_ParseTuple() for callback resultArend van Spriel
2013-09-05python: add send and receive functions to Socket classArend van Spriel
2013-09-05python: fix typo in Socket::__str__() functionArend van Spriel
2013-09-05python: remove unnecessary callback type definitionsArend van Spriel
2013-09-05python: allow callback function to be a class methodArend van Spriel
2013-09-05use Callback object constructing SocketArend van Spriel
2013-09-05python: rework netlink callback handlingArend van Spriel
2013-09-05add python examples using swig provided apiArend van Spriel
2013-08-04Add VXLAN support.Yasunobu Chiba
2013-07-18add generic netlink functions to swigArend van Spriel
2013-07-18add python module for generic netlink libraryArend van Spriel
2013-07-18add support functions for attributes and callback handlersArend van Spriel
2013-05-16Add macvlan supportMichael Braun
2012-10-04Enabled the use of Links as context managers.Antoni S. Puimedon
2012-06-08Fixed memory leak in Cache destructorКоренберг Марк
2012-06-08rtnl_link_(get|set)_weight is deprecated in libnl.Коренберг Марк (ноутбук дома)
2012-06-08netlink.nlattr re-implemented in more pythonic wayКоренберг Марк
2012-06-08nl_pickup removed from python bindingКоренберг Марк
2012-06-08Remove unnecessary commentsКоренберг Марк (ноутбук дома)
2012-06-08Refine some placesКоренберг Марк (ноутбук дома)
2012-06-08pylint's first review and trivial fixesКоренберг Марк (ноутбук дома)
2012-06-08Using only single quotes now and multi-line listsКоренберг Марк (ноутбук дома)
2012-06-08Fix indentation (spaces vs tabs)Коренберг Марк (ноутбук дома)
2012-06-08Code cleanupsКоренберг Марк (ноутбук дома)
2012-06-08Flags properties description and implementation fixedКоренберг Марк (ноутбук дома)
2012-06-08Fixed various str-related logickКоренберг Марк (ноутбук дома)
2012-06-08Fix whitespaces at EOLКоренберг Марк (ноутбук дома)
2012-06-08Introduce Python's absolute_importsКоренберг Марк (ноутбук дома)
2012-06-08Fix typo in still unused function that generate colored messageКоренберг Марк (ноутбук дома)
2012-06-08Make syntax highlighters happyКоренберг Марк (ноутбук дома)
2012-06-08Removed generated .pyc files from repositoryКоренберг Марк
2012-06-08Fixed address deletionКоренберг Марк (ноутбук дома)
2011-10-26python: Link against nl-3 and nl-route-3Thomas Graf
2011-08-12python: Include python/ in distribution and provide a README on how to build ...Thomas Graf