aboutsummaryrefslogtreecommitdiffstats
path: root/binding
AgeCommit message (Expand)AuthorFilesLines
2022-09-29binding/python: ifindex 0 is invalid so do not process itPaul D.Smith1-1/+2
2018-07-31binding/python: use SWIG_FromCharPtrAndSize for Python3 supportXin Long1-1/+1
2015-04-02update copyright datesJiri Pirko1-1/+1
2013-08-08update copyright dates and emailsJiri Pirko1-2/+2
2013-05-16python: fix path to libteamJiri Pirko1-1/+1
2013-05-16python: use team_get_event_fd and team_handle_events instead of deprecated fu...Jiri Pirko1-60/+4
2013-05-15teamd: fix python binding build by defining void "attribute" macroJiri Pirko1-0/+1
2013-03-31build: move some autotools files to build-aux and update .gitignoreJan Engelhardt2-0/+2
2013-01-23python: Repair python binding callbacks.Jiří Župka2-22/+26
2013-01-23pass change_handle priv as parameterJiri Pirko2-43/+54
2012-04-27binding/python: convert to use new eventfd infrastructureJiri Pirko2-11/+61
2012-01-25python: add "removed" port attributeJiri Pirko1-0/+1
2012-01-13binding/python: allow to be built even libteam is not installedJiri Pirko1-15/+13
2012-01-10licence: update COPYING file and all file headersJiri Pirko1-0/+22
2011-11-23python: allow to break loop nicelyJiri Pirko1-6/+14
2011-11-23python: convert class destructor into close functionJiri Pirko1-8/+7
2011-11-23convert team_change_type to team_change_type_maskJiri Pirko2-41/+61
2011-11-23rewrite python wrapper in more object nice styleJiri Pirko1-104/+345
2011-11-23add support for hw address manipulationJiri Pirko1-0/+16
2011-11-23python: handle destructor not finding __destroy when exception happens in con...Jiri Pirko1-0/+1
2011-11-14add team_destroy()Jiri Pirko1-1/+6
2011-11-14python: use team_create/recreate in constructorJiri Pirko1-4/+20
2011-11-08python: rework exceptionsJiri Pirko1-18/+23
2011-11-07add port_add and port_remove functionJiri Pirko1-0/+10
2011-11-03hide insides of structures in headerJiri Pirko2-27/+30
2011-11-03python: add option handling functionsJiri Pirko1-1/+51
2011-11-01use per-handler cli_sock and cli_link_cacheJiri Pirko1-14/+14
2011-11-01python: Repair trace exception from callback.Jiří Župka1-0/+6
2011-11-01convert team_check_event to process multiple events at onceJiri Pirko1-2/+2
2011-11-01python: implement core team classJiri Pirko1-4/+96
2011-11-01python: add callback supportJiří Župka1-2/+105
2011-10-19Change way how to work with python team module.Jiří Župka2-2/+9
2011-10-17Add binding for pythonJiří Župka8-0/+70