Age | Commit message (Expand) | Author | Files | Lines |
2018-07-26 | VPP-API client: timeout thread loop variable | Neale Ranns | 1 | -2/+5 |
2018-07-19 | PAPI: Remove logging calls from pack/unpack | Ole Troan | 1 | -18/+0 |
2018-07-18 | Add config option to use dlmalloc instead of mheap | Dave Barach | 4 | -8/+21 |
2018-07-18 | vpp-api: improve naming for easier debugging | Klement Sekera | 1 | -2/+2 |
2018-07-05 | VPP-1335 vapi crash when memclnt_keepalive received | Klement Sekera | 5 | -14/+58 |
2018-06-28 | jvpp: pass tuple of classes to isinstance() | Marek Gradzki | 1 | -3/+3 |
2018-06-27 | jvpp: cleanup generation of swap functions for custom types | Marek Gradzki | 1 | -8/+5 |
2018-06-27 | jvpp: add support for unions (VPP-1322) | Marek Gradzki | 6 | -50/+277 |
2018-06-22 | jvpp: add support for enums (VPP-1153) | Marek Gradzki | 5 | -4/+244 |
2018-06-22 | jvpp: cleanup JNI generation code (VPP-1153) | Marek Gradzki | 3 | -168/+286 |
2018-06-22 | Python API: Add enum and union support. | Ole Troan | 10 | -1030/+677 |
2018-06-21 | jvpp: do not fail on type parsing error | Marek Gradzki | 1 | -5/+8 |
2018-06-18 | Revert "Python API: Add enum and union support." | Ole Trøan | 5 | -542/+309 |
2018-06-17 | Python API: Add enum and union support. | Ole Troan | 5 | -309/+542 |
2018-06-06 | Alter logging semantics for VPP PAPI object | Ian Wells | 1 | -2/+11 |
2018-06-05 | VPP API: Memory trace | Ole Troan | 2 | -7/+61 |
2018-06-04 | Join the VAC read timeout thread | Neale Ranns | 1 | -21/+25 |
2018-05-07 | fix: AttributeError: module 'os' has no attribute 'cwd' | Andrey "Zed" Zaikin | 1 | -1/+1 |
2018-05-04 | Address compilation issues with Java > 1.8 | Marco Varlese | 1 | -8/+3 |
2018-05-04 | VAPI: support VLAs in type definitions | Klement Sekera | 3 | -59/+57 |
2018-04-27 | Move VOM to extras/vom | Damjan Marion | 175 | -32365/+0 |
2018-04-25 | GBPv6: NAT66 actions for GBP | Neale Ranns | 3 | -132/+172 |
2018-04-18 | typo fix: UNKOWN -> UNKNOWN | Andrey "Zed" Zaikin | 1 | -1/+1 |
2018-04-13 | Revert "MTU: Setting of MTU on software interface (instead of hardware interf... | Damjan Marion | 2 | -3/+3 |
2018-04-13 | VOM: GBP: update subnet is type changes | Neale Ranns | 2 | -5/+16 |
2018-04-13 | MTU: Setting of MTU on software interface (instead of hardware interface) | Ole Troan | 2 | -3/+3 |
2018-04-13 | GBP V2 | Neale Ranns | 36 | -90/+2843 |
2018-04-12 | export new VOM hpp post 11648 | Neale Ranns | 1 | -0/+1 |
2018-04-12 | Fixes for 'make UNATTENDED=yes CC=clang CXX=clang verify' | Neale Ranns | 31 | -69/+153 |
2018-04-12 | vom: Fix the itf stats replay | Mohsin Kazmi | 3 | -1/+39 |
2018-04-12 | fixes python3 TypeError; python2 intact | Andrey "Zed" Zaikin | 1 | -1/+1 |
2018-04-11 | fix: sample vpp-api C client hangs vpp daemon because of NULL callback | Andrey "Zed" Zaikin | 1 | -4/+3 |
2018-04-05 | VOM: Get vhost-user type from name | Mohsin Kazmi | 1 | -1/+2 |
2018-04-05 | VOM: Add sub_interface in specific routing table | Mohsin Kazmi | 2 | -0/+19 |
2018-04-04 | Detailed stats collection feature | Neale Ranns | 5 | -6/+123 |
2018-03-28 | vom: Fix the error handling for already existing itf | Mohsin Kazmi | 1 | -1/+5 |
2018-03-27 | VOM: Fix connection state | Neale Ranns | 3 | -8/+14 |
2018-03-27 | VOM: bond: Add support for LACP | Mohsin Kazmi | 17 | -6/+1701 |
2018-03-22 | vom: itf: make vhost_user as socket slave | Mohsin Kazmi | 1 | -1/+2 |
2018-03-22 | vom: l2-emulation: Fix sweep function | Mohsin Kazmi | 2 | -2/+2 |
2018-03-14 | VOM: acl: Add support for acl ethertype unbind and dump | Mohsin Kazmi | 3 | -1/+182 |
2018-03-13 | Common form of fib-path reproting in dumps | Neale Ranns | 1 | -4/+16 |
2018-03-07 | VAPI: Ensure type definitions are generated in same order as .api file. | Ole Troan | 2 | -4/+4 |
2018-03-06 | VOM: Fix state reconciliation | Mohsin Kazmi | 11 | -67/+165 |
2018-03-06 | API: Add service definitions for events and singleton messages (second attempt) | Marek Gradzki | 1 | -0/+17 |
2018-03-05 | Revert "API: Add service definitions for events and singleton messages." | Ole Trøan | 1 | -17/+0 |
2018-03-05 | API: Add service definitions for events and singleton messages. | Ole Troan | 1 | -0/+17 |
2018-03-02 | gitignore: negate "No core files" pattern in 'vpp-api/java' | Marek Gradzki | 1 | -0/+2 |
2018-03-02 | jvpp: object model for jvpp generator (VPP-1184) | Marek Gradzki | 19 | -2341/+2267 |
2018-03-01 | PAPI: pycodestyle on vpp_papi.py | Ole Troan | 1 | -22/+36 |