1. 7866c45 tapv2: add option to set host-side default gw by Damjan Marion · 7 years ago
  2. 4d9b9d8 svm: refactor memfd and remove ssvm_eth by Florin Coras · 7 years ago
  3. f72212e Remove vpp_api_test interface name filter catalog by Dave Barach · 7 years ago
  4. e86a8ed api: refactor vlibmemory by Florin Coras · 7 years ago
  5. 90a6398 sock api: add infra for bootstrapping shm clients by Florin Coras · 7 years ago
  6. 73e7f42 tap_v2: include host-side parameters in the dump binary API by Milan Lenco · 7 years ago
  7. c42fc05 Remove the unused 'create VRF if needed' API parameters by Neale Ranns · 7 years ago
  8. 2df3909 tapv2: multiple improvements by Damjan Marion · 7 years ago
  9. 91c6ef7 tap_v2: multiple improvements by Damjan Marion · 7 years ago
  10. f953dfc virtio: fix coverity warnings by Steven · 7 years ago
  11. 8389fb9 virtio: fast TAP interfaces with vhost-net backend by Damjan Marion · 7 years ago
  12. 70bfcaf Add Support of DHCP VSS Type 0 where VPN-ID is ASCII by John Lo · 7 years ago
  13. b8d4481 Break up vpe.api by Neale Ranns · 7 years ago
  14. 6e8c667 session: add app ns index to ns create api by Florin Coras · 7 years ago
  15. d792d9c BIER by Neale Ranns · 7 years ago
  16. 85dbac0 vat: session_rules_dump missing network to host conversion by Steven · 7 years ago
  17. 595992c ip: add container proxy api by Florin Coras · 7 years ago
  18. c97a739 session: add rule tags by Florin Coras · 7 years ago
  19. 6c36f53 session: add api to dump rules by Florin Coras · 7 years ago
  20. 0a8840d LISP: add P-ITR/P-ETR/xTR API handlers, ONE-24 by Filip Tehlar · 7 years ago
  21. 57938f6 l2fib: MAC: Fix uint64 to u8 byte array by Mohsin Kazmi · 7 years ago
  22. ad8015b devices: Add binary API for set interface <interface> rx-mode by Steven · 7 years ago
  23. 1c71045 session: rules tables by Florin Coras · 7 years ago
  24. 9a9adb2 session: swap appns secret to host byte order by Florin Coras · 7 years ago
  25. ca514fd Allow IPsec interface to have SAs reset by Matthew Smith · 7 years ago
  26. 71612d6 Add extern to *_main global variable declarations in header files. by Dave Wallace · 7 years ago
  27. d208015 Add reverse DNS (ip to name) resolution by Dave Barach · 7 years ago
  28. 0164a06 Remove unused 'not_last' parameter from ip_add_del_route by Marek Gradzki · 7 years ago
  29. cf5e848 CSIT-844: fix binary api rx pthread heap push/pop by Dave Barach · 7 years ago
  30. b9f2cf0 VPP-1032: fix coverity warnings by Dave Barach · 7 years ago
  31. d0a5972 Revert "Enforce FIB table creation before use" by Florin Coras · 7 years ago
  32. 75d8560 Add API call to set keys on IPsec tunnel intf by Matthew Smith · 7 years ago
  33. f934202 Enforce FIB table creation before use by Neale Ranns · 7 years ago
  34. 6545716 VPP-1027: DNS name resolver by Dave Barach · 7 years ago
  35. 9a6fcef LLDP: Add Management Address TLV by Steve Shin · 7 years ago
  36. cea194d session: add support for application namespacing by Florin Coras · 7 years ago
  37. d91c1db punt and drop features: by Neale Ranns · 7 years ago
  38. b598f1d Initial GENEVE TUNNEL implementation and tests. by Marco Varlese · 7 years ago
  39. d3c008d [aarch64] Fixes CLI crashes on dpaa2 platform. by Christophe Fontaine · 7 years ago
  40. 2802953 Add API support to dump IPsec SAs by Matthew Smith · 7 years ago
  41. 59b2565 Repair vlib API socket server by Dave Barach · 7 years ago
  42. a4980b8 LISP: add API handlers for set/get transport protocol by Filip Tehlar · 7 years ago
  43. 0c6fb53 Fix usage string for vat by Jerome Tollet · 7 years ago
  44. 0587999 LISP: support for neighbor discovery by Filip Tehlar · 7 years ago
  45. 50570ec Update of free text tag patch for BD by Jerome Tollet · 7 years ago
  46. 3bbcfab TCP source address automation by Dave Barach · 7 years ago
  47. 28ab9cc FIB table add/delete API only by Neale Ranns · 7 years ago
  48. a07bd70 Dedicated SW Interface Event by Neale Ranns · 7 years ago
  49. da78f95 L2 over MPLS by Neale Ranns · 8 years ago
  50. 7048ff1 LISP: Map-server fallback feature by Filip Tehlar · 7 years ago
  51. 8d00fff Add support for API client to receive L2 MAC events by John Lo · 7 years ago
  52. 1e553a0 LISP: make TTL for map register messages configurable by Filip Tehlar · 7 years ago
  53. 15ac81c P2P Ethernet by Pavel Kotucek · 7 years ago
  54. 5b31120 SPAN/API:enable L2 dump by Eyal Bari · 7 years ago
  55. 001fd40 SPAN:add l2 mirror by Eyal Bari · 7 years ago
  56. 99a0e60 Add API support for LLDP config/interface set by Steve Shin · 7 years ago
  57. 04ffd0ad VPP crash on creating vxlan gpe interface. VPP-875 by Hongjun Ni · 7 years ago
  58. f53a8ad Fix vni/dp_table endianness for gpe iface addition (VPP-882) by Florin Coras · 8 years ago
  59. b4243aa Add VAT handlers for LISP-GPE API by Filip Tehlar · 8 years ago
  60. ef2a5bf LISP: add NSH support by Filip Tehlar · 8 years ago
  61. 6899a30 P2P Ethernet - API by Pavel Kotucek · 8 years ago
  62. 560274d LISP-GPE: return index of newly created fwd entry, VPP-868 by Filip Tehlar · 8 years ago
  63. d5a65db LISP: L2 ARP handling by Filip Tehlar · 8 years ago
  64. f3b5364 vhost: migrate to use device infra for worker thread assignment, rx-mode. by Steven · 8 years ago
  65. 0eb874e LISP-GPE: add dump call for VNIs in use by Filip Tehlar · 8 years ago
  66. 01384fe API: Cleaning up message naming that does not follow the conventions by Ole Troan · 8 years ago
  67. ee55198 Fix vnet_interface_counters API definition by Aloys Augustin · 8 years ago
  68. 7bee80c Fix remaining 32-bit compile issues by Damjan Marion · 8 years ago
  69. b0972cb API support for IPsec tunnel interface creation by Matthew Smith · 8 years ago
  70. 229a6b7 Add missing format_ip6_address() functions to plugin_api. by Jon Loeliger · 8 years ago
  71. 2151191 LISP: make statistics thread safe by Filip Tehlar · 8 years ago
  72. 0f26c5a MPLS Mcast by Neale Ranns · 8 years ago
  73. f24991c L2FIB:add l2fib_flush_bd l2fib_flush_int apis by Eyal Bari · 8 years ago
  74. 7eac916 GRE over IPv6 by Ciara Loftus · 8 years ago
  75. fead670 BD/API:add bridge_domain_set_mac_age api by Eyal Bari · 8 years ago
  76. 20e1f2a Fix pid field endian in ARP/ND/DHCP event related API messages by John Lo · 8 years ago
  77. f158661 Fix more "symbol XXX found in none of the libs" warnings by Dave Barach · 8 years ago
  78. 7312cc7 vhost: support interrupt mode by Steven · 8 years ago
  79. 59ed490 policer: fix byte ordering in policer_details msg by Marek Gradzki · 8 years ago
  80. 4868ff6 LISP statistics by Filip Tehlar · 8 years ago
  81. e101e1f VXLAN:add hidden multicast interface check by Eyal Bari · 8 years ago
  82. 67a99f8 LISP: fix Proxy-ETR show command, VPP-660 by Filip Tehlar · 8 years ago
  83. b3b2de7 IMplementation for option to not create a FIB table entry when adding a neighbor entry by Neale Ranns · 8 years ago
  84. 3f844d0 Proxy ND (RFC4389 - or a sub-set thereof). This allows the 'emulation' of bridging. That is hosts in one sub-net reachable via differenet interfaces. by Neale Ranns · 8 years ago
  85. 45e4f36 Missing plugin binary API command fns found after brief search by Dave Barach · 8 years ago
  86. 3466c30 DHCP Multiple Servers (VPP-602, VPP-605) by Neale Ranns · 8 years ago
  87. 09a38a6 Fix endian issue in ARP Event Reply by Wojciech Dec · 8 years ago
  88. fb38095 Evolving SRv6 (Segment Routing for IPv6) by Pablo Camarillo · 8 years ago
  89. c83c3b7 Implement a loopback instance allocation scheme. by Jon Loeliger · 8 years ago
  90. a1a093d Clean up binary api message handler registration issues by Dave Barach · 8 years ago
  91. baf2e90 Remove the unused VRF ID parameter from the IP neighbour Add/Del API by Neale Ranns · 8 years ago
  92. c3a814b dpdk: be a plugin by Damjan Marion · 8 years ago
  93. 3e7b5693 Add GPE CLI/API for setting encap mode by Filip Tehlar · 8 years ago
  94. 4a3f69c Fix vpp built-in version of api_unformat_sw_if_index(...) by Dave Barach · 8 years ago
  95. def19da Clean up "binary-api" help string, arg parse bugs by Dave Barach · 8 years ago
  96. 694396d Add Overlay Network Engine API by Filip Tehlar · 8 years ago
  97. 20a175a dhcp: multiple additions by Neale Ranns · 8 years ago
  98. 82786c4 Rename LISP GPE API to GPE by Filip Tehlar · 8 years ago
  99. 65e8457 VPP-540 : pbb tag rewrite details by Pavel Kotucek · 8 years ago
  100. 5a8123b Python test IP and MPLS objects conform to infra. Add IP[46] MFIB dump. by Neale Ranns · 8 years ago