1. 4553c95 cmake: add add_vpp_library and add_vpp_executable macros by Damjan Marion · 6 years ago
  2. d16004d cmake: move functions to src/cmake by Damjan Marion · 6 years ago
  3. 2bfdda7 cmake: add more headers to the install list by Damjan Marion · 6 years ago
  4. c3638fe session: fix coverity warnings by Florin Coras · 6 years ago
  5. 1553197 session: add support for multiple app workers by Florin Coras · 6 years ago
  6. a9aedb6 MPLS tunnel: don't reuse hw-indices by Neale Ranns · 6 years ago
  7. 54f7c51 rx-placement: Add API call for interface rx-placement by Mohsin Kazmi · 6 years ago
  8. bb37688 l2:bvi-dont aceess sup hw int for broadcasts by Eyal Bari · 6 years ago
  9. 3ec66b0 tcp: fix cc recovery re-entry and persist timer pop by Florin Coras · 6 years ago
  10. fcbda89 session: fix retrieval of local sessions if app is detached by Florin Coras · 6 years ago
  11. ca3ff1a ip4: rework rewrite node to use vlib_buffer_enqueue_to_next() by Damjan Marion · 6 years ago
  12. b24dfec coverity: l2 arp termination dump by Mohsin Kazmi · 6 years ago
  13. 6150211 IPIP and SIXRD tunnels create API needs table-IDs not fib-indexes by Neale Ranns · 6 years ago
  14. 5779a44 show command for lookup DPOs by Neale Ranns · 6 years ago
  15. 78cfeb4 l2:remove unused members of input, output configs by Eyal Bari · 6 years ago
  16. 571ab20 Consolidate the [un]format_mac_address implementations by Neale Ranns · 6 years ago
  17. 5ff0e0b CMake: generate .json from .api files by Neale Ranns · 6 years ago
  18. 3575abb vxlan_gpe_encap: fix packet len error by Zhiyong Yang · 6 years ago
  19. 612dd6a CMake as an alternative to autotools (experimental) by Damjan Marion · 6 years ago
  20. 5d82d2f l2: arp termination dump by Mohsin Kazmi · 6 years ago
  21. b3655e5 VPP-1392: VXLAN fails with IP fragmentation by Ole Troan · 6 years ago
  22. ee4efa7 Fix a bug in function pipe_rx by Lijian Zhang · 6 years ago
  23. decda5b optimize init_server to reduce session overhead by Ping Yu · 6 years ago
  24. a0c29a9 Fix a segment fault issue in TLS by Ping Yu · 6 years ago
  25. 6bd197e Remove client_index field from replies in API by Ondrej Fabry · 6 years ago
  26. b11f903 Fix context field position in API definition by Ondrej Fabry · 6 years ago
  27. 22130e1 neighbor advertisement must with target_link option by ahdj007 · 6 years ago
  28. 34eb5d4 classify_add_del_session API: Use more descriptive docstring (VPP-1385) by Juraj Sloboda · 6 years ago
  29. c9dad5d Multiarch for ip4 forwarding nodes by Damjan Marion · 6 years ago
  30. 6e36351 Multiarch handling in different constructor macros by Damjan Marion · 6 years ago
  31. dd8e7d0 Multiversioning: Device (tx) function constructor by Mohsin Kazmi · 6 years ago
  32. 7eb9d96 IP fragmentation buffer chains, part 2. by Ole Troan · 6 years ago
  33. 9936831 vcl: support for eventfd mq signaling by Florin Coras · 6 years ago
  34. 4146c65 IP fragmentation to handle buffer chains. by Ole Troan · 6 years ago
  35. 3074629 VPP-1382: Fix ip6 address cann't display completely when show ip6 neighbors by shubing guo · 6 years ago
  36. d0df49f Use IP address types on UDP encap API by Neale Ranns · 6 years ago
  37. 99a3c6c Use the bihash walk function by Neale Ranns · 6 years ago
  38. fe80c49 Fix L2 flooding to BVI with error return not working by John Lo · 6 years ago
  39. 49433ad Thread-safe ARP / ND throttling by Dave Barach · 6 years ago
  40. 85a2555 bfd:fix NULL session free/put by Eyal Bari · 6 years ago
  41. 7528245 Fix "Old Style VLA" build warnings by Juraj Sloboda · 7 years ago
  42. 28374ca Fix dangling reference in l2fib_scan(...) by Dave Barach · 6 years ago
  43. 6763a1d re-indent UDP encap documentation by Neale Ranns · 6 years ago
  44. 466f289 socket api: multiple fds in one msg by Florin Coras · 6 years ago
  45. 717de09 ipsec: add udp-encap option to debug cli commands by Radu Nicolau · 6 years ago
  46. ce9e0b4 loop counter to prevent infiinte number of look ups per-packet by Neale Ranns · 6 years ago
  47. 5c482a9 Documentation fix on "set interface ip[6] table" by Yichen Wang · 6 years ago
  48. e126cc5 vxlan:optimize cached entry compare by Eyal Bari · 6 years ago
  49. 7d92c09 vxlan:decap.c conform coding style by Eyal Bari · 6 years ago
  50. 16be62e fix 'sh vxlan tunnels' by Neale Ranns · 6 years ago
  51. 460dce6 vcl: add read/write udp support by Florin Coras · 6 years ago
  52. 579092c SIXRD: fix post introduction of the directed subnet broadcast by Neale Ranns · 6 years ago
  53. c5d4317 FIB: return entry prefix by const reference to avoid the copy by Neale Ranns · 6 years ago
  54. 1f895c9 Reverse the logic of flagging malformed packet in fragmentation code to allow padding by Rajesh Saluja · 6 years ago
  55. d3ca8ff session/dlmalloc: coverity fixes by Florin Coras · 6 years ago
  56. 54693d2 vcl: use events for epoll/select/read/write by Florin Coras · 6 years ago
  57. d7f58cc Fix memory leak in processing of ICMPv6 RA event (VPP-1360) by Juraj Sloboda · 6 years ago
  58. f91080c Clean up dpdk plugin rx/tx pcap tracing by Dave Barach · 6 years ago
  59. 055b231 L2 Flood: use the buffer clone API rather than buffer recycle by Neale Ranns · 6 years ago
  60. 8b5dc4f Create a unit-test plugin by Dave Barach · 6 years ago
  61. 8409955 session: send rx events only if session ready by Florin Coras · 6 years ago
  62. 6b9b41c L2 EFP: byteswap sw_if_index, enable flag can be u8 on .api by Neale Ranns · 6 years ago
  63. 66446b9 Update pipeline.h: use vlib_get_buffers by Dave Barach · 6 years ago
  64. cd30774 fix vector index range checks by Eyal Bari · 6 years ago
  65. 78451a6 Loopback tx: support multiple tx intfcs per frame by Dave Barach · 6 years ago
  66. e375067 fix IP directed broadcast node declarations by Matthew Smith · 6 years ago
  67. 78fd7e8 Add congestion drop in interface handoff by Damjan Marion · 6 years ago
  68. 8d753f9 QOS: mark/record fix feature ordering c-n-p error by Neale Ranns · 6 years ago
  69. 1855b8e IP directed broadcast by Neale Ranns · 6 years ago
  70. 0809f6c QoS: marking and recording for MPLS and VLAN by Neale Ranns · 6 years ago
  71. 7d98a12 Remove unused argument to vlib_feature_next by Damjan Marion · 6 years ago
  72. 3d0fadc session: coverity warnings by Florin Coras · 6 years ago
  73. 970a0b8 Add a new communication channel between VPP and openssl engine by Ping Yu · 6 years ago
  74. 4d56e05 Cleanup of handoff code by Damjan Marion · 6 years ago
  75. a17158b qos record:fix disable on interface delete by Eyal Bari · 6 years ago
  76. 8a03e4f ip4-input and ip4-input-no-checksum should be siblings by Neale Ranns · 6 years ago
  77. 07f3586 qos mark/record: fix disable-sw_if_index range check by Eyal Bari · 6 years ago
  78. 6a5adc3 Add config option to use dlmalloc instead of mheap by Dave Barach · 6 years ago
  79. b52c034 loopback:fix delete to check interface class by Eyal Bari · 6 years ago
  80. 52207f1 session: send ctrl msg over mq by Florin Coras · 6 years ago
  81. 3c2fed5 session: use msg queue for events by Florin Coras · 6 years ago
  82. 5da96a7 session: make sure segment sizes are page aligned by Florin Coras · 6 years ago
  83. 208c29a VOM: support for pipes by Neale Ranns · 7 years ago
  84. 4faab21 Adjacency-BFD: assume BFD down on create by Neale Ranns · 6 years ago
  85. 635ec3b VPP-1341: fix loopback interface graph arcs by Dave Barach · 6 years ago
  86. 0e6f4d6 Improve IP4 ARP and IP6 ND Events Notification by John Lo · 6 years ago v18.10-rc0
  87. a8d4764 VPP-1338: fix ipsec api coverity warnings by Dave Barach · 6 years ago
  88. c82b358 srv6: fix pointers in quad loops by Francois Clad · 6 years ago
  89. 46f001d session: push tx notifications only if needed by Florin Coras · 6 years ago
  90. 067cd62 avoid using thread local storage for thread index by Damjan Marion · 6 years ago
  91. b6b04f0 bridge-domain:fix no_flood count by Eyal Bari · 6 years ago
  92. c1dccc5 VPP-1337: Dangling reference be gone! by Dave Barach · 6 years ago
  93. de450cb FIB path dump: fix next-hop-table ID for recursive routes by Neale Ranns · 6 years ago
  94. 947ea62 IGMP improvements by Neale Ranns · 7 years ago
  95. dd47eca vxlan:use bihash_16_8 for ipv4 lookup by Eyal Bari · 6 years ago
  96. a1ff01e new pipe code does not use stdints by Neale Ranns · 6 years ago
  97. 0e36bbf Fix IPsec intf tx node setup at intf creation by Matthew Smith · 6 years ago
  98. 95e0ce0 session/svm: fix coverity warnings by Florin Coras · 6 years ago
  99. e7cde31 vhost: Add multi-versioning support by Mohsin Kazmi · 6 years ago
  100. 17ff3c1 Pipes by Neale Ranns · 6 years ago