Age | Commit message (Expand) | Author | Files | Lines |
2022-01-07 | ethernet: new interface registration function | Damjan Marion | 1 | -2/+6 |
2022-01-05 | interface: refactor interface capabilities code | Damjan Marion | 1 | -1/+1 |
2021-12-14 | virtio: integrate with new tx infra | Mohsin Kazmi | 1 | -1/+5 |
2021-12-03 | interface: add multi tx-queues support for new tx infra | Mohsin Kazmi | 1 | -0/+1 |
2021-08-20 | vlib: add format_vnet_buffer_no_chain | Benoît Ganne | 2 | -6/+5 |
2021-06-21 | pg: api cleanup | Filip Tehlar | 2 | -49/+10 |
2021-06-14 | pg: A Tunnel mode variant of a pg interface | Neale Ranns | 5 | -24/+127 |
2021-05-06 | vlib: fix the offload flags size | Mohsin Kazmi | 1 | -1/+1 |
2021-04-26 | pg: fix packet coalescing cli | Ray Kinsella | 1 | -2/+2 |
2021-03-19 | interface: add capabilities flags | Mohsin Kazmi | 1 | -1/+1 |
2021-02-15 | vlib: refactor checksum offload support | Mohsin Kazmi | 3 | -15/+25 |
2020-12-14 | misc: refactor clib_bitmap_foreach macro | Damjan Marion | 1 | -2/+2 |
2020-12-14 | misc: move to new pool_foreach macros | Damjan Marion | 1 | -4/+4 |
2020-11-13 | pg: fix uninitialized variable in pg mac filter CLI | Andrew Yourtchenko | 1 | -1/+1 |
2020-11-09 | vlib: fix trace number accounting | Benoît Ganne | 1 | -10/+17 |
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 |