Age | Commit message (Expand) | Author | Files | Lines |
2022-04-04 | vppinfra: make _vec_len() read-only | Damjan Marion | 1 | -3/+3 |
2022-01-07 | ethernet: new interface registration function | Damjan Marion | 1 | -6/+6 |
2021-08-20 | vlib: add format_vnet_buffer_no_chain | Benoît Ganne | 1 | -0/+6 |
2021-05-01 | vlib: refactor trajectory trace debug feature | Benoît Ganne | 2 | -8/+41 |
2021-03-26 | vlib: convert foreach_vlib_main macro to be more gdb and clang-format friendly | Damjan Marion | 1 | -43/+43 |
2021-03-26 | vlib: introduce vlib_get_main_by_index(), vlib_get_n_threads() | Damjan Marion | 1 | -2/+2 |
2020-12-28 | vlib: add missing file template descriptions | Paul Vinciguerra | 1 | -0/+1 |
2020-12-14 | misc: move to new pool_foreach macros | Damjan Marion | 1 | -3/+3 |
2020-12-10 | misc: add a couple useful functions for gdb | Christian Hopps | 1 | -0/+23 |
2020-11-09 | vlib: fix trace number accounting | Benoît Ganne | 1 | -5/+3 |
2020-02-05 | vppinfra: numa vector placement support | Dave Barach | 1 | -0/+15 |
2019-11-26 | misc: add gdb helpers for vlib buffers | Benoît Ganne | 1 | -0/+27 |
2019-09-24 | vlib: add flag to explicitelly mark nodes which can init per-node packet trace | Damjan Marion | 1 | -0/+1 |
2019-07-18 | vlib: convert frame_index into real pointers | Andreas Schultz | 1 | -2/+2 |
2019-05-16 | init / exit function ordering | Dave Barach | 1 | -6/+6 |
2019-03-07 | gdb-helper: add gdb_show_traces | Kingwel Xie | 1 | -0/+74 |
2019-02-09 | buffers: fix typo | Damjan Marion | 1 | -2/+2 |
2019-02-06 | buffers: make buffer data size configurable from startup config | Damjan Marion | 1 | -2/+2 |
2019-01-25 | deprecate tapcli | Damjan Marion | 4 | -2018/+0 |
2019-01-01 | buffers: remove unused code | Damjan Marion | 1 | -5/+2 |
2018-11-17 | pcap-based dispatch tracer | Dave Barach | 4 | -515/+2 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code | Dave Barach | 2 | -8/+9 |
2018-11-13 | vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..) | Damjan Marion | 2 | -5/+5 |
2018-11-08 | vnet: store hw interface speed in kbps instead of using flags | Damjan Marion | 1 | -4/+2 |
2018-10-23 | c11 safe string handling support | Dave Barach | 4 | -21/+21 |
2018-09-24 | Trivial: Clean up some typos. | Paul Vinciguerra | 2 | -7/+7 |
2018-07-26 | Clean up dpdk plugin rx/tx pcap tracing | Dave Barach | 2 | -0/+6 |
2018-07-23 | fix vector index range checks | Eyal Bari | 1 | -1/+1 |
2018-07-15 | VPP-1341: fix loopback interface graph arcs | Dave Barach | 1 | -1/+1 |
2018-07-11 | avoid using thread local storage for thread index | Damjan Marion | 2 | -4/+4 |
2018-06-11 | MTU: Software interface / Per-protocol MTU support | Ole Troan | 1 | -2/+1 |
2018-05-25 | Add interface rx pcap tracing | Dave Barach | 1 | -15/+13 |
2018-05-17 | Packet generator: preserve pcap file timestamps | Dave Barach | 2 | -0/+10 |
2018-04-13 | Revert "MTU: Setting of MTU on software interface (instead of hardware interf... | Damjan Marion | 1 | -3/+2 |
2018-04-13 | MTU: Setting of MTU on software interface (instead of hardware interface) | Ole Troan | 1 | -2/+3 |
2018-02-23 | Convert a pcap file to a set of C initializers | Dave Barach | 2 | -1/+140 |
2018-01-23 | VPPAPIGEN: vppapigen replacement in Python PLY. | Ole Troan | 1 | -1/+1 |
2018-01-11 | api: remove transport specific code from handlers | Florin Coras | 1 | -21/+21 |
2018-01-09 | api: refactor vlibmemory | Florin Coras | 1 | -7/+6 |
2017-12-11 | VPP-273 Coding standards cleanup - vnet/vnet/unix | sharath reddy | 8 | -794/+947 |
2017-12-04 | tapcli: change interface name | Damjan Marion | 1 | -1/+1 |
2017-10-19 | VPP-1024: rewrite buffer trajectory tracer | Dave Barach | 1 | -0/+13 |
2017-10-09 | vppapigen: support per-file (major,minor,patch) version stamps | Dave Barach | 1 | -0/+2 |
2017-10-06 | tuntap: Introduce per thread structure to suport multi-threads | Steven | 2 | -65/+99 |
2017-09-28 | tun/tap: Bad packets sent to kernel via tun/tap interface | Steven | 2 | -22/+29 |
2017-09-09 | move unix_file_* code to vppinfra | Damjan Marion | 2 | -16/+13 |
2017-08-18 | Use correct msg ID in the sw-interface-event from TAP and VHOST | Neale Ranns | 1 | -1/+1 |
2017-08-11 | Dedicated SW Interface Event | Neale Ranns | 1 | -3/+3 |
2017-08-11 | the automatic addition of IP address to the magic TAP interface should only h... | Neale Ranns | 1 | -0/+21 |
2017-08-02 | Fix tcp tx buffer allocation | Florin Coras | 1 | -1/+44 |