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