Age | Commit message (Expand) | Author | Files | Lines |
2018-12-18 | STATS: add vlib_set_simple_counter (VPP-1484) | Matus Fabian | 1 | -0/+16 |
2018-12-13 | fix vlib_buffer_chain_compress assert in debug | Klement Sekera | 1 | -1/+2 |
2018-12-04 | Add VNET_BUFFER_F_AVAIL definitions | Dave Barach | 1 | -0/+1 |
2018-11-30 | Metadata / opaque formatting belongs in vpp | Dave Barach | 4 | -57/+109 |
2018-11-25 | vlib:init free list buffers vec | Eyal Bari | 2 | -0/+6 |
2018-11-20 | Add buffer tracing to the dispatch tracer | Dave Barach | 4 | -7/+85 |
2018-11-20 | vlib: reset frame flags when frame is reused | Damjan Marion | 1 | -0/+1 |
2018-11-20 | vlib: add vlib_buffer_enqueue_to_single_next(...) function | Damjan Marion | 1 | -0/+35 |
2018-11-20 | dhcp4:(VPP-1483) linearize chained packets before handling | Eyal Bari | 2 | -1/+65 |
2018-11-18 | add vlib_prefetch_buffer_data(...) macro | Damjan Marion | 1 | -0/+2 |
2018-11-17 | pcap-based dispatch tracer | Dave Barach | 3 | -2/+311 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code | Dave Barach | 8 | -66/+68 |
2018-11-13 | vlib:remove unused argument | Eyal Bari | 2 | -4/+2 |
2018-11-13 | vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..) | Damjan Marion | 4 | -6/+4 |
2018-11-08 | physmem: Add physmem map support | Mohsin Kazmi | 1 | -3/+9 |
2018-11-08 | vlib: use index to free suspended frame | Florin Coras | 1 | -4/+4 |
2018-11-02 | vlib: define minimum chained buffer segment size | Damjan Marion | 1 | -0/+11 |
2018-11-01 | Move RPC calls off the binary API input queue | Dave Barach | 3 | -2/+12 |
2018-10-26 | cj: cj dump crash | Steven | 1 | -1/+1 |
2018-10-25 | Revert "Keep RPC traffic off the shared-memory API queue" | Florin Coras | 2 | -4/+0 |
2018-10-25 | pmalloc: support for 4K pages | Damjan Marion | 4 | -12/+35 |
2018-10-24 | vlib: Fix pci io bar read/write fd leak | Mohsin Kazmi | 1 | -0/+6 |
2018-10-24 | Keep RPC traffic off the shared-memory API queue | Dave Barach | 2 | -0/+4 |
2018-10-23 | physmem coverity issues | Damjan Marion | 2 | -3/+3 |
2018-10-23 | vlib: alloc buffers on local numa, not on numa 1 | Damjan Marion | 1 | -1/+2 |
2018-10-23 | vlib: Add support for pci io read/write | Mohsin Kazmi | 2 | -31/+108 |
2018-10-23 | vlib: reduce default buffer memory size to be below RLIMIT_MEMLOCK | Damjan Marion | 1 | -1/+5 |
2018-10-23 | Numa-aware, growable physical memory allocator (pmalloc) | Damjan Marion | 16 | -543/+292 |
2018-10-23 | c11 safe string handling support | Dave Barach | 15 | -48/+48 |
2018-10-22 | vlib: pci improvements | Damjan Marion | 5 | -145/+202 |
2018-10-22 | vlib: introduce vlib_buffer_get_{pa,va,current_va,current_pa} inlines | Damjan Marion | 2 | -5/+20 |
2018-10-22 | X86_64 perf counter plugin | Dave Barach | 4 | -24/+105 |
2018-10-19 | vppinfra: add atomic macros for __sync builtins | Sirshak Das | 4 | -30/+14 |
2018-10-16 | Fix coverity issue for potentially overflowing of page size | Haiyang Tan | 3 | -4/+4 |
2018-10-10 | Integer underflow and out-of-bounds read (VPP-1442) | Neale Ranns | 1 | -4/+9 |
2018-10-05 | vfio: don't display error if no pci devices are assigned to container | Damjan Marion | 1 | -3/+4 |
2018-10-05 | node_cli: Give the user a hint as to the problem. | Paul Vinciguerra | 1 | -5/+15 |
2018-10-03 | fix format error in show logging config output | Jerome Tollet | 1 | -3/+6 |
2018-10-01 | API / CLI event-log tracing | Dave Barach | 10 | -3339/+125 |
2018-10-01 | thread: Add show threads api | Mohsin Kazmi | 4 | -58/+40 |
2018-09-30 | vlib: barrier sync elog tracing improvements | Dave Barach | 3 | -135/+113 |
2018-09-27 | Add logging to vfio code | Damjan Marion | 2 | -3/+23 |
2018-09-27 | "show log": print wall-clock time | Dave Barach | 1 | -1/+14 |
2018-09-24 | Trivial: Clean up some typos. | Paul Vinciguerra | 1 | -4/+4 |
2018-09-19 | session: improve close procedure | Florin Coras | 1 | -0/+8 |
2018-09-17 | STATS: Dynamically mapped shared memory segment | Ole Troan | 5 | -16/+42 |
2018-09-14 | vlib: introduce user flags in vlib_frame_t | Damjan Marion | 3 | -16/+20 |
2018-09-12 | Add and enable u32x4_extend_to_u64x2_high for aarch64 NEON intrinsics. | Sirshak Das | 1 | -1/+5 |
2018-09-09 | vlib: crash in linux_epoll_input_inline for accessing free file index [VPP-1412] | Steven | 1 | -2/+31 |
2018-09-07 | Improve NTP / kernel time change event handling | Dave Barach | 1 | -2/+14 |