Age | Commit message (Expand) | Author | Files | Lines |
2020-10-12 | misc: clang-11 and gcc-10 support |  Damjan Marion | 1 | -1/+1 |
2020-10-08 | pg: Choose the input interface from the stream's rx |  Neale Ranns | 1 | -1/+3 |
2020-10-08 | fib: Register multicast MAC with interface for accepting interfaces |  Neale Ranns | 3 | -0/+159 |
2020-08-14 | gso: packet coalesce library |  Mohsin Kazmi | 7 | -9/+113 |
2020-06-16 | gso: fix the udp checksum in test |  Mohsin Kazmi | 2 | -13/+8 |
2020-06-08 | vxlan: Fixed checksum caclculation offset |  Vladimir Isaev | 1 | -10/+19 |
2020-05-04 | misc: binary api fuzz test fixes |  Dave Barach | 1 | -1/+1 |
2020-04-15 | pg: set vnet buffer flags in pg streams |  Dave Barach | 3 | -1/+11 |
2020-02-26 | pg: API cleanup |  Jakub Grajciar | 4 | -25/+21 |
2020-02-10 | misc: add FEATURE.yaml files |  Dave Barach | 1 | -0/+13 |
2019-12-17 | pg: don't leak open files in packet-generator |  Christian E. Hopps | 1 | -0/+3 |
2019-12-10 | api: multiple connections per process |  Dave Barach | 1 | -1/+1 |
2019-12-06 | gso: fix the tap/virtio driver for header offset |  Mohsin Kazmi | 1 | -1/+24 |
2019-12-05 | gso: add protocol header parser |  Mohsin Kazmi | 1 | -29/+9 |
2019-12-04 | gso: remove the interface count |  Mohsin Kazmi | 1 | -1/+0 |
2019-10-03 | misc: add "maxframe" and "rate" to packet-generator cli. |  Christian E. Hopps | 3 | -5/+13 |
2019-09-24 | vlib: add flag to explicitelly mark nodes which can init per-node packet trace |  Damjan Marion | 1 | -0/+1 |
2019-09-23 | interface: use the correct condition for checking if the pcap fd is open |  Andrew Yourtchenko | 1 | -1/+1 |
2019-08-20 | fix pcap_write function |  Jack Xu | 1 | -1/+4 |
2019-08-17 | gso: fix l3 and l4 header offset in case of tagged interface |  Mohsin Kazmi | 1 | -0/+14 |
2019-08-16 | gso: remove the ip checksum flag in case of ipv6 |  Mohsin Kazmi | 1 | -1/+0 |
2019-07-31 | pg: clarify the text of error message |  Andrew Yourtchenko | 1 | -1/+1 |
2019-07-28 | pg: add GSO support |  Mohsin Kazmi | 6 | -11/+109 |
2019-07-18 | vlib: convert frame_index into real pointers |  Andreas Schultz | 1 | -1/+1 |
2019-06-29 | pg: format_pg_input_trace - reorder fields |  Paul Vinciguerra | 1 | -1/+1 |
2019-05-22 | stats: support multiple works for error counters |  Ole Troan | 1 | -3/+0 |
2019-05-17 | Tests: Raise exception if API cli_inband command fails. |  Paul Vinciguerra | 1 | -1/+2 |
2019-05-09 | add mactime plugin unit / code coverage tests |  Dave Barach | 3 | -20/+30 |
2019-03-28 | Typos. A bunch of typos I've been collecting. |  Paul Vinciguerra | 1 | -1/+1 |
2019-02-22 | Add no-append flag to vlib_frame_t |  Damjan Marion | 1 | -0/+1 |
2019-02-20 | pg: fix payload hex-string bug |  Kingwel Xie | 1 | -6/+8 |
2019-02-20 | pg: fix tracing when device-input feature arc is used |  Damjan Marion | 1 | -6/+4 |
2019-02-20 | pg: fix crash when multiple streams are enqueuing to the same next |  Damjan Marion | 1 | -1/+1 |
2019-02-20 | pg: remove no-recycle option |  Damjan Marion | 2 | -6/+0 |
2019-02-09 | buffers: fix typo |  Damjan Marion | 3 | -3/+3 |
2019-02-06 | buffers: make buffer data size configurable from startup config |  Damjan Marion | 3 | -5/+5 |
2019-01-25 | pg: bugfix for pg paylod hdr-size |  Kingwel Xie | 1 | -3/+3 |
2019-01-23 | pg: cli improvement |  Kingwel Xie | 4 | -32/+97 |
2019-01-18 | Add vlib_buffer_copy_indices inline function |  Damjan Marion | 1 | -4/+3 |
2019-01-06 | pktgen: support mixed multi/single chunk pcap replay |  Dave Barach | 3 | -71/+165 |
2019-01-01 | buffers: remove unused code |  Damjan Marion | 4 | -15/+7 |
2018-11-20 | ethernet-input optimizations |  Damjan Marion | 1 | -1/+19 |
2018-11-17 | pcap-based dispatch tracer |  Dave Barach | 2 | -2/+2 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code |  Dave Barach | 3 | -21/+25 |
2018-11-13 | vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..) |  Damjan Marion | 1 | -2/+2 |
2018-10-27 | pg: incrementing len should be truncated by |  Kingwel Xie | 1 | -12/+15 |
2018-10-23 | c11 safe string handling support |  Dave Barach | 2 | -3/+3 |
2018-10-19 | vppinfra: add atomic macros for __sync builtins |  Sirshak Das | 1 | -2/+3 |
2018-07-19 | Cleanup of handoff code |  Damjan Marion | 1 | -3/+0 |
2018-05-17 | Packet generator: preserve pcap file timestamps |  Dave Barach | 3 | -0/+8 |