summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* route/link: fixup link->l_af_ops must be set for some kind of linksNicolas PLANEL2013-10-221-0/+11
* nl-link-set: Add --state optionJulien BERNARD2013-10-221-0/+9
* Merge branch 'recvmsgs-comment-typo' of git://github.com/olafhering/libnl int...Thomas Graf2013-10-071-1/+1
|\
| * nl: Fix comment typo on recvmsgsOlaf Hering2013-10-011-1/+1
* | 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
* nl_cb: store nl_cb_type in struct nl_cbArend van Spriel2013-09-054-14/+35
* add python examples using swig provided apiArend van Spriel2013-09-053-0/+1811
* netfilter/ct: support optional CTA_ZONE attributeHolger Eitzenberger2013-09-054-0/+28
* netfilter/ct: support optional CTA_TIMESTAMP attributeHolger Eitzenberger2013-09-055-0/+72
* Call to_msg_fill_raw when defined to_msg_fill is NULLchantra2013-08-261-6/+9
* Priority of the '<' operator is higher than that of the '=' operatormaksqwe2013-08-261-1/+1
* fix double free caused by freeing link af_data in rtnl_link_set_family()Jiri Pirko2013-08-211-1/+3
* Enable linker versioningThomas Graf2013-08-074-2/+8
* Merge pull request #44 from sassanosystems/idiagThomas Graf2013-08-054-21/+121
|\
| * More safely parse vegas info and mem info.Joe Damato2013-07-261-20/+26
| * Add idiag-socket-detailsJoe Damato2013-07-253-1/+95
* | link: add support for IFLA_PHYS_PORT_IDJiri Pirko2013-08-054-0/+34
* | Merge pull request #45 from chibacchie/vxlanThomas Graf2013-08-056-0/+1449
|\ \ | |/ |/|
| * Add VXLAN support.Yasunobu Chiba2013-08-046-0/+1449
|/
* Handle the case where nl_msec2str is passed 0 msecsJoe Damato2013-07-191-0/+5
* Add support for inet diag Netlink protocol.Joe Damato2013-07-1918-5/+1888
* add generic netlink functions to swigArend van Spriel2013-07-181-0/+97
* add python module for generic netlink libraryArend van Spriel2013-07-186-4/+28
* add support functions for attributes and callback handlersArend van Spriel2013-07-181-0/+373
* handle the case where 0 is passed to nl_size2strJoe Damato2013-07-181-0/+5
* cache: Return -NLE_PROTO_MISMATCH if socket provided mismatches cache protocolThomas Graf2013-07-011-0/+12
* socket: Warn via debug message if local port namespace is exhaustedThomas Graf2013-06-281-0/+1
* tests: use AM_CFLAGS instead of CFLAGS directlyThomas Graf2013-06-281-1/+1
* msg: Avoid returning a negative value for nlmsg_attrlen()Thomas Graf2013-06-271-1/+1
* netfilter/queue: introduce nfnl_queue_msg_send_verdict_batch()Holger Eitzenberger2013-06-262-0/+31
* netfilter/queue: generalize nfnl_queue_msg_build_verdict()Holger Eitzenberger2013-06-261-2/+10
* Handle -NLE_AGAIN in nl_cache_mngr_data_readyAndrew Collins2013-06-261-1/+1
* Default to comparing all attributes if no oo_id_attrs definedAndrew Collins2013-06-261-1/+3
* Merge branch 'master' of https://github.com/michael-dev/libnlThomas Graf2013-05-247-1/+536
|\
| * Add macvlan supportMichael Braun2013-05-167-1/+536
* | 3.2.22 releaselibnl3_2_22Thomas Graf2013-05-142-2/+2
|/
* nl: Increase receive buffer size to 4 pagesThomas Graf2013-05-081-1/+1
* rtnl_link_af_unregister: fix lockingNathan Lynch2013-05-081-2/+2
* Prepare for 3.2.22-rc1 releaselibnl3_2_22rc1Thomas Graf2013-04-282-6/+6
* tests: Include util.h in distThomas Graf2013-04-281-0/+3
* tests: Add basic attribute unit testsThomas Graf2013-04-284-1/+97
* configure: Convert ENABLE_UNIT_TESTS to a mere AM conditionalThomas Graf2013-04-281-3/+3