1. 192b13f BVI Interface by Neale Ranns · 6 years ago
  2. 91f17dc crypto: introduce crypto infra by Damjan Marion · 6 years ago
  3. aee7364 deprecate VLIB_DEVICE_TX_FUNCTION_MULTIARCH by Filip Tehlar · 6 years ago
  4. c3a0e8d deprecate VLIB_NODE_FUNCTION_MULTIARCH by Filip Tehlar · 6 years ago
  5. 26ea14e ip: migrate old MULTIARCH macros to VLIB_NODE_FN by Filip Tehlar · 6 years ago
  6. 44f0f71 l2: migrate old MULTIARCH macros to VLIB_NODE_FN by Filip Tehlar · 6 years ago
  7. eb9a27f dpo: migrate old MULTIARCH macros to VLIB_NODE_FN by Filip Tehlar · 6 years ago
  8. 79c27eb mfib: migrate old MULTIARCH macros to VLIB_NODE_FN by Filip Tehlar · 6 years ago
  9. e8cb521 classify: migrate old MULTIARCH macros to VLIB_NODE_FN by Filip Tehlar · 6 years ago
  10. 30d9348 policer: migrate old MULTIARCH macros to VLIB_NODE_FN by Filip Tehlar · 6 years ago
  11. 2c49ffe udp: migrate old MULTIARCH macros to VLIB_NODE_FN by Filip Tehlar · 6 years ago
  12. e275bed tcp: migrate old MULTIARCH macros to VLIB_NODE_FN by Filip Tehlar · 6 years ago
  13. 6266877 interface: migrate old MULTIARCH macros to VLIB_NODE_FN by Filip Tehlar · 6 years ago
  14. 1fc33b3 cop: migrate old MULTIARCH macros to VLIB_NODE_FN by Filip Tehlar · 6 years ago
  15. e1714d3 vxlan*: migrate old MULTIARCH macros to VLIB_NODE_FN by Filip Tehlar · 6 years ago
  16. a79271f span: migrate old MULTIARCH macros to VLIB_NODE_FN by Filip Tehlar · 6 years ago
  17. 55333d7 geneve: migrate old MULTIARCH macros to VLIB_NODE_FN by Filip Tehlar · 6 years ago
  18. 7a542f4 ipip: migrate old MULTIARCH macros to VLIB_NODE_FN by Filip Tehlar · 6 years ago
  19. a5a458f sctp: migrate old MULTIARCH macros to VLIB_NODE_FN by Filip Tehlar · 6 years ago
  20. a01e032 bier: migrate old MULTIARCH macros to VLIB_NODE_FN by Filip Tehlar · 6 years ago
  21. 0bddf7e qos: migrate old MULTIARCH macros to VLIB_NODE_FN by Filip Tehlar · 6 years ago
  22. 17fcd98 mpls: migrate old MULTIARCH macros to VLIB_NODE_FN by Filip Tehlar · 6 years ago
  23. 0fce11f gre: migrate old MULTIARCH macros to VLIB_NODE_FN by Filip Tehlar · 6 years ago
  24. 608996d devices: migrate old MULTIARCH macros to VLIB_NODE_FN by Filip Tehlar · 6 years ago
  25. 0b2c15d adj: migrate old MULTIARCH macros to VLIB_NODE_FN by Filip Tehlar · 6 years ago
  26. 7c44d78 IKEv2 to plugin by Neale Ranns · 6 years ago
  27. ba7d8f5 session: separate local session logic by Florin Coras · 6 years ago
  28. 918c161 IPSEC: header exports by Neale Ranns · 6 years ago
  29. 3817350 ip6: convert code to new multiarch by Damjan Marion · 6 years ago
  30. c69ac31 ipsec: multi-arch, next-node-index cleanup by Kingwel Xie · 6 years ago
  31. 54a51fd tls: move test certificates to separate header file by Florin Coras · 6 years ago
  32. 1ee7830 transport: cleanup by Florin Coras · 6 years ago
  33. 623eb56 session: cleanup part 2 by Florin Coras · 6 years ago
  34. 288eaab session: cleanup part 1 by Florin Coras · 6 years ago
  35. 999c8ee IPSEC: minor refactor by Neale Ranns · 6 years ago
  36. 1aaf0e3 deprecate tapcli by Damjan Marion · 6 years ago
  37. d6c15af virtio: Native virtio driver by Mohsin Kazmi · 6 years ago
  38. 9e829a8 MFIB: recurse resolution through an MFIB entry by Neale Ranns · 6 years ago
  39. 494a09a move [m]fib and BIER tests to unittest plugin by Neale Ranns · 6 years ago
  40. 330bf93 Export ethernet/mac_address.h as part of API installation. by Jon Loeliger · 6 years ago
  41. b4515b4 Add RFC5424 syslog protocol support (VPP-1139) by Matus Fabian · 6 years ago
  42. 3ae2873 pcap-based dispatch tracer by Dave Barach · 6 years ago
  43. 2e31cc3 tcp: basic cubic implementation by Florin Coras · 6 years ago
  44. c3baf62 l2: convert l2_patch to new multiarch scheme by Damjan Marion · 6 years ago
  45. 93cc3ee GBP Endpoint Learning by Neale Ranns · 6 years ago
  46. b8f3544 migrate ipsec to new multiarch infra by Klement Sekera · 6 years ago
  47. 9f3b14e session: move test to unittest plugin by Florin Coras · 6 years ago
  48. a23cade vnet: create L2 feature arc infrastructure by Andrew Yourtchenko · 6 years ago
  49. cefe134 bond: tx perf improvements by Damjan Marion · 6 years ago
  50. b474380 L2 BD: introduce a BD interface on which to send UU packets by Neale Ranns · 6 years ago
  51. c25eb45 L2-FWD: use vlib_buffer_enqueue_to_next and cache prefetch fix by Neale Ranns · 6 years ago
  52. 41c9e04 vcl: improve read and fifo event handling by Florin Coras · 6 years ago
  53. eb1525f L2-learn; cache prefetch fix by Neale Ranns · 6 years ago
  54. 5beecec new multiversioning on ethernet input nodes by Damjan Marion · 6 years ago
  55. 61b94c6 vxlan-gbp: Add support for vxlan gbp by Mohsin Kazmi · 6 years ago
  56. 8e71529 Deprecate old buffer replication scheme by Damjan Marion · 6 years ago
  57. de5b08f Introduce a mac_address_t on the API and in VPP by Neale Ranns · 6 years ago
  58. ac5554c cmake: add missing header by Damjan Marion · 6 years ago
  59. c8352bc Refactor the ARP throttle into a common type so it can be reused by Neale Ranns · 6 years ago
  60. a5679e8 vxlan: decap use vlib_buffer_enqueue_to_next by Eyal Bari · 6 years ago
  61. 4553c95 cmake: add add_vpp_library and add_vpp_executable macros by Damjan Marion · 6 years ago
  62. d16004d cmake: move functions to src/cmake by Damjan Marion · 6 years ago
  63. 2bfdda7 cmake: add more headers to the install list by Damjan Marion · 6 years ago
  64. 5ff0e0b CMake: generate .json from .api files by Neale Ranns · 6 years ago
  65. 612dd6a CMake as an alternative to autotools (experimental) by Damjan Marion · 6 years ago