1. f0ca1e8 misc: refactor clib_bitmap_foreach macro by Damjan Marion · 4 years ago
  2. b2c31b6 misc: move to new pool_foreach macros by Damjan Marion · 4 years ago
  3. a5180ba pg: fix uninitialized variable in pg mac filter CLI by Andrew Yourtchenko · 4 years, 1 month ago
  4. 9a3973e vlib: fix trace number accounting by Benoît Ganne · 4 years, 2 months ago
  5. 8c69887 misc: clang-11 and gcc-10 support by Damjan Marion · 4 years, 2 months ago
  6. 0e12131 pg: Choose the input interface from the stream's rx by Neale Ranns · 4 years, 2 months ago
  7. 21fb4f7 fib: Register multicast MAC with interface for accepting interfaces by Neale Ranns · 4 years, 2 months ago
  8. f382b06 gso: packet coalesce library by Mohsin Kazmi · 4 years, 4 months ago
  9. 0cf5282 gso: fix the udp checksum in test by Mohsin Kazmi · 4 years, 6 months ago
  10. 698eb87 vxlan: Fixed checksum caclculation offset by Vladimir Isaev · 4 years, 7 months ago
  11. 7784140 misc: binary api fuzz test fixes by Dave Barach · 4 years, 8 months ago
  12. 08eb2bb pg: set vnet buffer flags in pg streams by Dave Barach · 4 years, 8 months ago
  13. db86329 pg: API cleanup by Jakub Grajciar · 4 years, 11 months ago
  14. e053056 misc: add FEATURE.yaml files by Dave Barach · 4 years, 10 months ago
  15. 19871f2 pg: don't leak open files in packet-generator by Christian E. Hopps · 5 years ago
  16. 39d6911 api: multiple connections per process by Dave Barach · 5 years ago
  17. 157a4ab gso: fix the tap/virtio driver for header offset by Mohsin Kazmi · 5 years ago
  18. 72e7312 gso: add protocol header parser by Mohsin Kazmi · 5 years ago
  19. 3f5594d gso: remove the interface count by Mohsin Kazmi · 5 years ago
  20. 87d7bac misc: add "maxframe" and "rate" to packet-generator cli. by Christian E. Hopps · 5 years ago
  21. 7ca5aaa vlib: add flag to explicitelly mark nodes which can init per-node packet trace by Damjan Marion · 5 years ago
  22. 4da1506 interface: use the correct condition for checking if the pcap fd is open by Andrew Yourtchenko · 5 years ago
  23. 9af7e2e fix pcap_write function by Jack Xu · 6 years ago
  24. 14bea1b gso: fix l3 and l4 header offset in case of tagged interface by Mohsin Kazmi · 5 years ago
  25. 7dfcf7f gso: remove the ip checksum flag in case of ipv6 by Mohsin Kazmi · 5 years ago
  26. e3cb1f9 pg: clarify the text of error message by Andrew Yourtchenko · 5 years ago
  27. 22e9cfd pg: add GSO support by Mohsin Kazmi · 5 years ago
  28. 58b2eb1 vlib: convert frame_index into real pointers by Andreas Schultz · 5 years ago
  29. 1671d3b pg: format_pg_input_trace - reorder fields by Paul Vinciguerra · 5 years ago
  30. 233e468 stats: support multiple works for error counters by Ole Troan · 6 years ago
  31. 9673e3e Tests: Raise exception if API cli_inband command fails. by Paul Vinciguerra · 6 years ago
  32. 7d31ab2 add mactime plugin unit / code coverage tests by Dave Barach · 6 years ago
  33. 8feeaff Typos. A bunch of typos I've been collecting. by Paul Vinciguerra · 6 years ago
  34. 296988d Add no-append flag to vlib_frame_t by Damjan Marion · 6 years ago
  35. a052b78 pg: fix payload hex-string bug by Kingwel Xie · 6 years ago
  36. 65cbcfe pg: fix tracing when device-input feature arc is used by Damjan Marion · 6 years ago
  37. 2768cdc pg: fix crash when multiple streams are enqueuing to the same next by Damjan Marion · 6 years ago
  38. 3b77f67 pg: remove no-recycle option by Damjan Marion · 6 years ago
  39. 8934a04 buffers: fix typo by Damjan Marion · 6 years ago
  40. 5de3fec buffers: make buffer data size configurable from startup config by Damjan Marion · 6 years ago
  41. 8eb102c pg: bugfix for pg paylod hdr-size by Kingwel Xie · 6 years ago
  42. 4222347 pg: cli improvement by Kingwel Xie · 6 years ago
  43. 64d557c Add vlib_buffer_copy_indices inline function by Damjan Marion · 6 years ago
  44. 3c8e146 pktgen: support mixed multi/single chunk pcap replay by Dave Barach · 6 years ago
  45. 671e60e buffers: remove unused code by Damjan Marion · 6 years ago
  46. 650223c ethernet-input optimizations by Damjan Marion · 6 years ago
  47. 3ae2873 pcap-based dispatch tracer by Dave Barach · 6 years ago
  48. 178cf49 Remove c-11 memcpy checks from perf-critical code by Dave Barach · 6 years ago
  49. a3d5986 vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..) by Damjan Marion · 6 years ago
  50. 49cd3ba pg: incrementing len should be truncated by stream->max_packet_bytes by Kingwel Xie · 6 years ago
  51. b7b9299 c11 safe string handling support by Dave Barach · 6 years ago
  52. 2f6d7bb vppinfra: add atomic macros for __sync builtins by Sirshak Das · 6 years ago
  53. 4d56e05 Cleanup of handoff code by Damjan Marion · 6 years ago
  54. 78c5689 Packet generator: preserve pcap file timestamps by Dave Barach · 7 years ago
  55. aa682a3 A bit of buffer metadata reshuffling to accommodate flow_id by Damjan Marion · 7 years ago
  56. ef2e584 packet-generator: use default free list by Damjan Marion · 7 years ago
  57. dac0352 Refactor vlib_buffer flags by Damjan Marion · 7 years ago
  58. 9d42087 VPPAPIGEN: vppapigen replacement in Python PLY. by Ole Troan · 7 years ago
  59. bd846cd dpdk: add l2_hdr_offset and l3_hdr_offset in vlib_buffer_t by Damjan Marion · 7 years ago
  60. b8d4481 Break up vpe.api by Neale Ranns · 7 years ago
  61. d3c008d [aarch64] Fixes CLI crashes on dpaa2 platform. by Christophe Fontaine · 7 years ago
  62. 04a7f05 vlib: store buffer memory information in the buffer_main by Damjan Marion · 7 years ago
  63. 586afd7 Use thread local storage for thread index by Damjan Marion · 8 years ago
  64. 180279b Fix IP feature ordering. by Neale Ranns · 8 years ago
  65. 3466c30 DHCP Multiple Servers (VPP-602, VPP-605) by Neale Ranns · 8 years ago
  66. c3a814b dpdk: be a plugin by Damjan Marion · 8 years ago
  67. a9a20e7 VPP-635: CLI Memory leak with invalid parameter by Billy McFall · 8 years ago
  68. bfe4dfa pg: add trace information for pg tx node by Damjan Marion · 8 years ago
  69. 7cd468a Reorganize source tree to use single autotools instance by Damjan Marion · 8 years ago