summaryrefslogtreecommitdiffstats
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* 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 package meta data in setup.pyThomas Haller2015-01-121-0/+4
* Use paths relative to srcdir in setup.py.Michał Górny2014-05-251-4/+5
* python: fix wrongly passing argument to function in ObjIterator.next()Hiroaki KAWAI2014-04-091-1/+1
* python: fix build error for missing library_path in setup.pyThomas Haller2014-01-211-0/+4
* python: Include all files in distributionThomas Graf2013-11-065-2/+22
* python: add bridge flags APINicolas PLANEL2013-10-222-0/+45
* test: add python bridge testing sampleNicolas PLANEL2013-10-221-0/+28
* 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-072-12/+17
* 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 python examples using swig provided apiArend van Spriel2013-09-053-0/+1811
* 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-185-4/+27
* 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
* 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
* python: Link against nl-3 and nl-route-3Thomas Graf2011-10-261-2/+2
* python: Include python/ in distribution and provide a README on how to build ...Thomas Graf2011-08-126-1/+41
* use rtnl_link_set/get_type()Thomas Graf2011-07-213-4/+6
* removed autogenerated swig interface files from git treeThomas Graf2011-07-214-20757/+0