Age | Commit message (Expand) | Author | Files | Lines |
2018-02-09 | GBP plugin | Neale Ranns | 11 | -3/+1339 |
2018-02-02 | VOM: route-domain find() fix | Neale Ranns | 3 | -24/+5 |
2018-01-27 | jvpp: map VPP API enums to primitive types | Marek Gradzki | 2 | -3/+76 |
2018-01-27 | jvpp: use Python's logging API | Marek Gradzki | 10 | -34/+61 |
2018-01-25 | VPP-1144: PAPI Import leads to duplicate type definition. | Ole Troan | 1 | -0/+15 |
2018-01-23 | For DHCP client configuration control the setting of the broadcast flag in the | Neale Ranns | 4 | -6/+28 |
2018-01-23 | VPPAPIGEN: vppapigen replacement in Python PLY. | Ole Troan | 1 | -1/+1 |
2018-01-22 | vom: acl: Fix l3 acl handle populate | Mohsin Kazmi | 3 | -0/+21 |
2018-01-22 | vom: ip_route: fix handle populate | Mohsin Kazmi | 1 | -5/+15 |
2018-01-22 | vom: Fix connection to VAPI and add disconnect function | Mohsin Kazmi | 6 | -28/+48 |
2018-01-22 | svm: queue sub: Add conditional timed wait | Mohsin Kazmi | 4 | -8/+17 |
2018-01-10 | makefile set CXXFLAGS so they are propageted to sub-builds | Neale Ranns | 1 | -2/+1 |
2018-01-09 | Revert "VOM: fix cflags" | Dave Wallace | 1 | -2/+1 |
2018-01-09 | api: refactor vlibmemory | Florin Coras | 18 | -36/+34 |
2018-01-09 | VOM: fix cflags | Neale Ranns | 1 | -1/+2 |
2018-01-09 | DVR: run L3 output features | Neale Ranns | 5 | -25/+95 |
2018-01-04 | VOM: NAT coverity found bugs | Neale Ranns | 2 | -3/+3 |
2018-01-02 | VOM: NAT updates | Neale Ranns | 12 | -174/+518 |
2017-12-20 | L2 Emulation | Neale Ranns | 6 | -1/+560 |
2017-12-14 | vom: acl: Extend constructor for l3 rule | Mohsin Kazmi | 2 | -9/+23 |
2017-12-14 | vom: acl-list: Add comparison operator - for UT | Mohsin Kazmi | 1 | -0/+12 |
2017-12-13 | VOM: a couple of print fixes | Neale Ranns | 2 | -2/+3 |
2017-12-10 | improve vapi json parser error handling | Klement Sekera | 1 | -1/+19 |
2017-12-09 | jvpp: include all api files from @top_builddir@/vpp | Marek Gradzki | 2 | -6/+5 |
2017-12-09 | jvpp: do not hardcode event sufixes (VPP-940) | Marek Gradzki | 7 | -141/+175 |
2017-12-08 | vom: acl-l3: Fix pretty print for TCP mask and flags | Mohsin Kazmi | 1 | -2/+2 |
2017-12-08 | VOM: prefix bit fiddling | Neale Ranns | 3 | -19/+130 |
2017-12-07 | jvpp: unify notification handling | Marek Gradzki | 3 | -23/+7 |
2017-12-07 | jvpp: remove special request<>reply mappings | Marek Gradzki | 10 | -102/+28 |
2017-12-02 | VOM: l2fib: Add bvi flag support | Mohsin Kazmi | 3 | -13/+29 |
2017-12-01 | VOM: fixes for interface recreate on agent restart and L2 re-binding | Neale Ranns | 4 | -10/+24 |
2017-11-29 | NAT: Remove old SNAT API (VPP-1070) | Matus Fabian | 1 | -10/+10 |
2017-11-29 | VOM: logging, populate and stats fixes | Neale Ranns | 22 | -251/+372 |
2017-11-27 | VOM: favour make_shared | Neale Ranns | 13 | -45/+49 |
2017-11-25 | VOM: handle null for iterator in dump cmd | Neale Ranns | 1 | -2/+21 |
2017-11-24 | VOM: Additions to allow uses to UT applications that use VOM | Neale Ranns | 51 | -295/+676 |
2017-11-22 | VOM: stats: Associate stat obj to interface | Mohsin Kazmi | 5 | -25/+71 |
2017-11-20 | Have PAPI find its API definition files | Chris Luke | 1 | -5/+140 |
2017-11-20 | nowhere to set read_timeout | dongjuan | 1 | -2/+2 |
2017-11-17 | VOM fixes and logger improvements | Neale Ranns | 7 | -30/+47 |
2017-11-15 | VOM: interface's handle() retreives from singular instance | Neale Ranns | 2 | -0/+11 |
2017-11-15 | VOM: interface RD update reconfigures L3 bindings | Neale Ranns | 4 | -21/+82 |
2017-11-14 | VOM: bridge-domain learning mode and route help commands | Neale Ranns | 8 | -7/+125 |
2017-11-11 | Handle CPU flags from autotools project | Damjan Marion | 2 | -2/+2 |
2017-11-10 | Break up vpe.api | Neale Ranns | 2 | -2/+2 |
2017-11-10 | VOM: enum_base - not constexpr to appease coverity | Neale Ranns | 1 | -23/+23 |
2017-11-10 | VOM: memset DHCP hostname in VPP API | Neale Ranns | 1 | -0/+1 |
2017-11-09 | VOM: Inspect: fix the bug | Mohsin Kazmi | 1 | -2/+1 |
2017-11-09 | VOM: Makefile: Fix the execution time initialization order | Mohsin Kazmi | 1 | -1/+1 |
2017-11-09 | VOM logger levels fix | Neale Ranns | 1 | -4/+4 |