Age | Commit message (Expand) | Author | Files | Lines |
2018-06-21 | Implement DHCPv6 IA NA client (VPP-1094) | Juraj Sloboda | 1 | -1/+2 |
2018-06-14 | Fix SEGV in generic event sub reaper | Matthew Smith | 1 | -1/+1 |
2018-06-13 | Stat segment / client: show run" works now | Dave Barach | 2 | -2/+3 |
2018-06-08 | Add reaper functions to want events APIs (VPP-1304) | Neale Ranns | 1 | -1/+19 |
2018-06-08 | Implement DHCPv6 PD client (VPP-718, VPP-1050) | Juraj Sloboda | 1 | -1/+2 |
2018-06-05 | VPP API: Memory trace | Ole Troan | 2 | -0/+19 |
2018-03-16 | IPv6 ND Router discovery data plane (VPP-1095) | Juraj Sloboda | 1 | -1/+2 |
2018-01-25 | session: add support for memfd segments | Florin Coras | 1 | -0/+1 |
2018-01-22 | svm: queue sub: Add conditional timed wait | Mohsin Kazmi | 1 | -1/+1 |
2018-01-09 | api: refactor vlibmemory | Florin Coras | 6 | -303/+38 |
2018-01-05 | sock api: add infra for bootstrapping shm clients | Florin Coras | 1 | -44/+20 |
2017-10-13 | VPP-1027: DNS name resolver | Dave Barach | 1 | -1/+16 |
2017-10-10 | API versioning: Fix coverity errors from strncpy() | Ole Troan | 1 | -1/+1 |
2017-10-09 | vppapigen: support per-file (major,minor,patch) version stamps | Dave Barach | 3 | -0/+22 |
2017-10-06 | Coverity fixes for API socket | Chris Luke | 1 | -5/+7 |
2017-10-05 | Clean up "show api ring" debug CLI | Dave Barach | 1 | -1/+4 |
2017-10-03 | Repair vlib API socket server | Dave Barach | 3 | -98/+167 |
2017-09-28 | General documentation updates | Chris Luke | 1 | -37/+40 |
2017-09-27 | VPP-990 remove registered handler if control ping failsv18.01-rc0 | Matej Perina | 2 | -0/+13 |
2017-09-25 | Add binary API documentation | Dave Barach | 2 | -70/+471 |
2017-09-22 | IP-MAC,ND:wildcard events,fix sending multiple events | Eyal Bari | 1 | -0/+1 |
2017-09-20 | Improve API message handler re-registration check | Dave Barach | 1 | -3/+5 |
2017-09-18 | L2BD,ARP-TERM:fix arp query report mechanism+test | Eyal Bari | 1 | -1/+2 |
2017-09-13 | API message table inspection utilities | Dave Barach | 1 | -0/+3 |
2017-09-11 | Recombine diags and minimum barrier open time changes (VPP-968) | Colin Tregenza Dancer | 2 | -2/+14 |
2017-09-09 | move unix_file_* code to vppinfra | Damjan Marion | 1 | -1/+1 |
2017-09-07 | Allow individual stats API and introduce stats.api | Keith Burns (alagalah) | 1 | -1/+0 |
2017-07-01 | Refactor API message handling code | Klement Sekera | 2 | -255/+293 |
2017-06-01 | Improve fifo allocator performance | Dave Barach | 1 | -0/+3 |
2017-05-19 | Enforce Bridge Domain ID range to match 24-bit VNI range | John Lo | 1 | -0/+14 |
2017-05-17 | Add vl_msg_api_get_message_length[_inline] | Dave Barach | 2 | -0/+17 |
2017-05-03 | A sprinkling of const in vlibmemory/api.h and friends | Neale Ranns | 2 | -7/+8 |
2017-03-30 | Clean up more Debian packaging symbol warnings | Dave Barach | 1 | -0/+227 |
2017-03-16 | API:replaced all REPLY_MACRO's with api_helper_macros.h | Eyal Bari | 1 | -4/+4 |
2017-03-15 | API: define optional base_id for REPLY_MACRO's | Eyal Bari | 1 | -4/+8 |
2017-03-14 | API:support hidden sw interfaces | Eyal Bari | 1 | -9/+9 |
2017-03-14 | Clean up dead API client reaper callack scheme | Dave Barach | 1 | -0/+44 |
2017-03-09 | vlib_mains == 0 special cases be gone | Dave Barach | 3 | -520/+29 |
2017-03-03 | Improve api trace replay consistency checking | Dave Barach | 2 | -0/+9 |
2017-03-02 | Clean up binary api message handler registration issues | Dave Barach | 2 | -0/+19 |
2017-02-14 | Fix typo in API warning message. | Jon Loeliger | 1 | -1/+1 |
2017-02-07 | Fix M(), M2() macros in VAT | Filip Tehlar | 1 | -2/+4 |
2017-02-02 | Refactor fragile msg macro W and W2 to not burry return control flow. | Jon Loeliger | 1 | -6/+6 |
2017-02-02 | Localize the timeout variable within the W message macro. | Jon Loeliger | 1 | -2/+2 |
2017-02-02 | Convert message macro S to accept a message pointer parameter; | Jon Loeliger | 1 | -1/+1 |
2017-02-02 | Convert M() and M2() macros to honor their second, mp, parameter. | Jon Loeliger | 1 | -2/+2 |
2017-01-25 | Repair plugin binary API message numbering | Dave Barach | 1 | -10/+8 |
2017-01-23 | binary-api debug CLI works with plugins | Dave Barach | 2 | -1/+76 |
2017-01-09 | Self-service garbage collection for the API message allocator | Dave Barach | 1 | -1/+2 |
2017-01-05 | Fix uninitialized stack local, VPP-581 | Dave Barach | 1 | -0/+2 |