Age | Commit message (Expand) | Author | Files | Lines |
2020-02-26 | api: improve api string safety | Jakub Grajciar | 1 | -1/+1 |
2019-12-10 | api: multiple connections per process | Dave Barach | 1 | -1/+1 |
2019-11-14 | interface: send proper link/admin status in event | Alexander Chernavin | 1 | -4/+5 |
2019-11-12 | interface: Allow VLAN tag-rewrite on non-sub-interfaces too. | Jon Loeliger | 1 | -18/+18 |
2019-11-07 | interface: shmemioerror while getting name_filter arg | Aleksander Djuric | 1 | -3/+2 |
2019-10-29 | ethernet: VNET API to create sub-interfaces | Neale Ranns | 1 | -55/+11 |
2019-10-09 | interface: dump the interface device type | Mohsin Kazmi | 1 | -0/+6 |
2019-10-09 | interface: callback to manage extra MAC addresses | Matthew Smith | 1 | -0/+29 |
2019-09-16 | api: autogenerate api trace print/endian | Ole Troan | 1 | -2/+4 |
2019-09-03 | api: enforce vla is last and fixed string type | Ole Troan | 1 | -17/+13 |
2019-08-20 | api: Cleanup APIs interface.api | Jakub Grajciar | 1 | -68/+102 |
2019-07-23 | api: binary api cleanup | Dave Barach | 1 | -0/+3 |
2019-06-14 | interface: interface dump API check validity of sw_if_index | Neale Ranns | 1 | -1/+1 |
2019-05-22 | stats: support multiple works for error counters | Ole Troan | 1 | -16/+0 |
2019-05-17 | Add a debug-CLI leak-checker | Dave Barach | 1 | -31/+13 |
2019-05-03 | mp_safe SW_INTERFACE_DUMP, SW_INTERFACE_DETAILS, SW_INTERFACE_TAG_ADD_DEL, | Steven Luong | 1 | -0/+5 |
2019-04-26 | IF: return VTR attributes for all ifs in dump API | Alexander Chernavin | 1 | -20/+20 |
2019-04-23 | API sw_interface_dump: Dump all if index is zero | Vratko Polak | 1 | -2/+2 |
2019-04-17 | Make sw_interface_dump more compatible with 2.2.0 | Vratko Polak | 1 | -3/+1 |
2019-04-17 | api: Add to interface crud - read by sw_if_index. | Paul Vinciguerra | 1 | -0/+22 |
2019-04-10 | API: Fix shared memory only action handlers. | Ole Troan | 1 | -52/+69 |
2019-03-15 | Revert "API: Cleanup APIs interface.api" | Ole Trøan | 1 | -64/+48 |
2019-03-15 | API: Cleanup APIs interface.api | Jakub Grajciar | 1 | -48/+64 |
2019-03-07 | assign flood_class to vnet_sw_interface_t template in subif api handle function | Joe Zhou | 1 | -0/+2 |
2018-11-20 | Link speed sent as little endian across API | Ole Troan | 1 | -1/+1 |
2018-11-08 | vnet: store hw interface speed in kbps instead of using flags | Damjan Marion | 1 | -2/+1 |
2018-10-23 | c11 safe string handling support | Dave Barach | 1 | -7/+7 |
2018-09-26 | itf: dump interface rx-placement | Mohsin Kazmi | 1 | -0/+93 |
2018-09-24 | Trivial: Clean up some typos. | Paul Vinciguerra | 1 | -3/+3 |
2018-08-24 | rx-placement: Add API call for interface rx-placement | Mohsin Kazmi | 1 | -0/+41 |
2018-07-20 | IP directed broadcast | Neale Ranns | 1 | -1/+20 |
2018-06-11 | MTU: Software interface / Per-protocol MTU support | Ole Troan | 1 | -2/+29 |
2018-05-18 | IP table bind allowed only if table exists | Neale Ranns | 1 | -30/+6 |
2018-04-13 | Revert "MTU: Setting of MTU on software interface (instead of hardware interf... | Damjan Marion | 1 | -2/+31 |
2018-04-13 | MTU: Setting of MTU on software interface (instead of hardware interface) | Ole Troan | 1 | -31/+2 |
2018-04-04 | Detailed stats collection feature | Neale Ranns | 1 | -8/+3 |
2018-03-19 | Interface Unicast, Multicast and Broadcast stats on the API | Neale Ranns | 1 | -1/+21 |
2018-03-18 | Remove unnumbered configuration on interface delete | Neale Ranns | 1 | -37/+2 |
2018-03-16 | IPv6 ND Router discovery control plane (VPP-1095) | Juraj Sloboda | 1 | -0/+32 |
2018-02-12 | Improve MTU handling | Neale Ranns | 1 | -6/+1 |
2018-01-11 | api: remove transport specific code from handlers | Florin Coras | 1 | -16/+17 |
2018-01-09 | api: refactor vlibmemory | Florin Coras | 1 | -7/+6 |
2017-11-10 | Break up vpe.api | Neale Ranns | 1 | -1/+249 |
2017-10-31 | Fix set interface mac address API to be endian neutral | John Lo | 1 | -9/+2 |
2017-10-29 | devices: Add binary API for set interface <interface> rx-mode | Steven | 1 | -0/+29 |
2017-10-15 | Revert "Enforce FIB table creation before use" | Florin Coras | 1 | -8/+35 |
2017-10-13 | Enforce FIB table creation before use | Neale Ranns | 1 | -35/+8 |
2017-10-04 | Set MAC address needs the HW interface index | Neale Ranns | 1 | -1/+3 |
2017-10-03 | Repair vlib API socket server | Dave Barach | 1 | -7/+11 |
2017-10-03 | Propagate duplicate IF addr add/del error up to API. | Jon Loeliger | 1 | -6/+17 |