Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-07-16 | api: enable binary API event logging in vat | Dave Barach | 4 | -35/+40 |
2019-07-10 | vlib: Replace timer in CLI with an event process | Chris Luke | 1 | -16/+140 |
2019-07-08 | api: Implement log_dump/log_details | Paul Vinciguerra | 2 | -52/+55 |
2019-06-24 | vlib: packet tracer support for pkt thread handoffs | Dave Barach | 7 | -17/+192 |
2019-06-20 | buffers: fix crash | Klement Sekera | 1 | -3/+9 |
2019-06-18 | stats: fix memory leakage when adding / deleting interfaces | Ole Troan | 2 | -3/+3 |
2019-06-16 | vlib: add "memory-trace stats-segment" | Dave Barach | 1 | -40/+147 |
2019-06-12 | buffers: fix vlib_buffer_free_no_next | Damjan Marion | 1 | -1/+1 |
2019-06-11 | vlib: avoid retrieving freed file in epoll | Florin Coras | 1 | -6/+7 |
2019-06-08 | trace frame-queue on trigger out of memory | dongjuan | 2 | -3/+2 |
2019-06-04 | sort worker-thread init functions in advance | Dave Barach | 5 | -12/+71 |
2019-05-29 | Break out the broom for some cleanup work | Dave Barach | 2 | -0/+38 |
2019-05-28 | Punt: socket register for exception dispatched/punted packets based on reason | Neale Ranns | 2 | -0/+32 |
2019-05-24 | Add callback multiplex support | Dave Barach | 3 | -12/+18 |
2019-05-22 | stats: support multiple works for error counters | Ole Troan | 4 | -43/+79 |
2019-05-17 | Add a debug-CLI leak-checker | Dave Barach | 1 | -0/+25 |
2019-05-17 | Trivial typo. punt_node.c | Paul Vinciguerra | 1 | -1/+1 |
2019-05-17 | Fix 'terminal history off' crasher | Chris Luke | 1 | -7/+14 |
2019-05-16 | init / exit function ordering | Dave Barach | 8 | -60/+577 |
2019-05-14 | Preallocate mhash key_tmps vector | Dave Barach | 2 | -16/+12 |
2019-05-10 | cli: Add return value in cli_inband | Ole Troan | 2 | -5/+10 |
2019-05-06 | gcov / test framework: sigterm not sigkill | Dave Barach | 1 | -0/+11 |
2019-05-03 | Add callbacks for extended trace functionality, one as content is added with ... | Gary Boon | 2 | -1/+33 |
2019-05-02 | vlib: align stack on OS page size | Benoît Ganne | 1 | -1/+1 |
2019-05-01 | Add node, frame to vlib main loop perf analysis callback arguments | Dave Barach | 2 | -6/+13 |
2019-04-24 | Clean up multi-thread barrier-sync hold-down timer | Dave Barach | 2 | -13/+57 |
2019-04-22 | vlib epoll: handle file removal on EPOLLIN | Florin Coras | 1 | -0/+2 |
2019-04-18 | vlib epoll: protect against clib file pool expansion | Florin Coras | 1 | -1/+3 |
2019-04-18 | Fix memory corruption faulting [VPP-1639] | Artem Belov | 1 | -3/+3 |
2019-04-12 | Trivial: Update doxygen comments. | Paul Vinciguerra | 1 | -3/+10 |
2019-04-08 | vlib-punt: fix error node counting | Neale Ranns | 2 | -26/+14 |
2019-04-03 | pci: Fix the crash on deleting the pci device | Mohsin Kazmi | 1 | -2/+5 |
2019-04-02 | stat-segment: scaling improvement | Neale Ranns | 1 | -8/+8 |
2019-04-01 | Enhance vlib_buffer_clone to change headroom space for packet | John Lo | 1 | -7/+66 |
2019-03-28 | Punt Infra | Neale Ranns | 6 | -2/+1063 |
2019-03-28 | Typos. A bunch of typos I've been collecting. | Paul Vinciguerra | 3 | -6/+6 |
2019-03-26 | node: vector must be checked with vec_header | Kingwel Xie | 1 | -1/+1 |
2019-03-21 | Ignore SIGTERM during the vpp boot sequence | Dave Barach | 2 | -12/+17 |
2019-03-20 | Re-enable aarch64 neon instruction in vlib_buffer_free_inline | Lijian.Zhang | 1 | -3/+3 |