Age | Commit message (Expand) | Author | Files | Lines |
2019-11-27 | vlib: add 'wait' cli command | Paul Vinciguerra | 1 | -0/+40 |
2019-11-27 | misc: add address sanitizer heap instrumentation | Benoît Ganne | 2 | -4/+4 |
2019-11-26 | misc: add gdb helpers for vlib buffers | Benoît Ganne | 1 | -0/+7 |
2019-11-20 | vlib: improve code coverage, part deux | Dave Barach | 2 | -29/+0 |
2019-11-20 | vlib: pci: fix non-NULL terminated C-string | Benoît Ganne | 1 | -2/+2 |
2019-11-18 | session: Increasing the Header lengthe size | Srikanth Akula | 1 | -1/+0 |
2019-11-11 | vlib: fix handoff queue sequencing bug | Dave Barach | 1 | -1/+2 |
2019-11-04 | vlib: fix for vlib_node_add_next_with_slot | Christian Hopps | 1 | -1/+10 |
2019-11-02 | vlib: enhance the "show cli" debug CLI command | Dave Barach | 2 | -49/+209 |
2019-11-01 | vlib: Handle race in thread barrier processing | Alexander Kabaev | 1 | -1/+1 |
2019-10-31 | vlib: only dump 1st buffer in chain by default | Benoît Ganne | 3 | -4/+15 |
2019-10-30 | vlib: fix subclass name being truncated in output | Paul Vinciguerra | 1 | -1/+1 |
2019-10-30 | vlib: Trivial - fix typo in short help | Paul Vinciguerra | 1 | -1/+1 |
2019-10-28 | vlib: don't use vector for keeping buffer indices in the pool | Damjan Marion | 3 | -35/+57 |
2019-10-28 | vlib: unix trivial- clean up typos in docs | Paul Vinciguerra | 1 | -2/+2 |
2019-10-25 | mdata: buffer metadata change tracker plugin | Dave Barach | 1 | -8/+11 |
2019-10-20 | vlib: linux: fix wrong iommu_group value issue when using dpdk-plugin | Yulong Pei | 1 | -22/+19 |
2019-10-18 | vlib: enable worker-thread dispatch pcap trace | Dave Barach | 1 | -3/+7 |
2019-10-08 | vlib: fix cli process stack overflow | Chenmin Sun | 1 | -1/+1 |
2019-10-07 | vlib: move thread barrier around mod of global node next data | Christian E. Hopps | 1 | -6/+5 |
2019-10-05 | misc: add "show run summary" | Dave Barach | 1 | -11/+19 |
2019-10-05 | vlib: pci: set pci driver name to none when no driver is loaded | Benoît Ganne | 1 | -0/+2 |
2019-10-02 | vlib: improve summary vector-rate statistics | Dave Barach | 4 | -78/+54 |
2019-09-30 | vlib: fix old nodes vector overflow in refork | Benoît Ganne | 1 | -5/+2 |
2019-09-24 | vlib: add flag to explicitelly mark nodes which can init per-node packet trace | Damjan Marion | 3 | -0/+14 |
2019-09-23 | misc: unify pcap rx / tx / drop trace | Dave Barach | 1 | -2/+9 |
2019-09-23 | interface: use the correct condition for checking if the pcap fd is open | Andrew Yourtchenko | 1 | -1/+1 |
2019-09-20 | misc: classifier-based packet trace filter | Dave Barach | 1 | -0/+1 |
2019-09-17 | vlib: fix cli process stack overflow | Aloys Augustin | 1 | -1/+1 |
2019-09-16 | vlib: cli support ctrl-w to erase left word | Hiroki Shirokura | 1 | -0/+47 |
2019-09-10 | misc: clean up "pcap [rx|tx] trace" debug CLI | Dave Barach | 1 | -1/+1 |
2019-09-07 | vlib: clean up the "pcap dispatch trace" debug CLI | Dave Barach | 2 | -138/+183 |
2019-09-07 | ip: fix udp/tcp checksum corner cases | Dave Barach | 1 | -0/+17 |
2019-09-03 | tap: fix tap interface not working on Arm issue | Lijian.Zhang | 2 | -1/+7 |
2019-09-02 | ipsec ip tcp l2: multiarch nodes cannot be declared as static | Damjan Marion | 1 | -0/+1 |
2019-08-22 | vlib: fix null pointer crash on strncmp | Steven Luong | 1 | -2/+2 |
2019-08-20 | vlib: create unix runtime directory | Ole Troan | 1 | -0/+5 |
2019-08-20 | fix pcap_write function | Jack Xu | 1 | -0/+2 |
2019-08-19 | vlib: fix vlib_buffer_main_init_numa_node memory leak. | Guanghua Zhang | 1 | -3/+8 |
2019-08-15 | vlib: copy trace_handle in vlib_buffer_copy/clone() functions | John Lo | 2 | -4/+2 |
2019-08-09 | vlib: fix vlib_buffer_copy to preserve buffer flags bit | John Lo | 1 | -3/+8 |
2019-08-09 | stats: create /run/vpp before stat socket bind() | YohanPipereau | 1 | -1/+1 |
2019-08-02 | vlib: fix out of memory issue | Filip Tehlar | 1 | -0/+3 |
2019-08-01 | interface: fix pcap tx/rx trace cli handling | John Lo | 1 | -6/+0 |
2019-07-31 | vlib: fix format_error_trace | Dave Barach | 1 | -1/+2 |
2019-07-30 | vlib: Fix packet tracing | Neale Ranns | 1 | -1/+1 |
2019-07-26 | dhcp: send unicast and broadcast packets via the IP adjacency | Neale Ranns | 1 | -1/+1 |
2019-07-23 | vlib: address vlib_error_t scaling issue | Dave Barach | 6 | -38/+36 |
2019-07-22 | stats: fix use-after-free hash key string | Benoît Ganne | 1 | -3/+6 |
2019-07-18 | vlib: convert frame_index into real pointers | Andreas Schultz | 3 | -82/+44 |