aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/unix
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion2-12/+0
2023-10-14feature: remove unused codeDamjan Marion1-1/+1
2022-09-09vlib: don't leak node frames on reforkDmitry Valter1-2/+2
2022-04-04vppinfra: make _vec_len() read-onlyDamjan Marion1-3/+3
2022-01-07ethernet: new interface registration functionDamjan Marion1-6/+6
2021-08-20vlib: add format_vnet_buffer_no_chainBenoît Ganne1-0/+6
2021-05-01vlib: refactor trajectory trace debug featureBenoît Ganne2-8/+41
2021-03-26vlib: convert foreach_vlib_main macro to be more gdb and clang-format friendlyDamjan Marion1-43/+43
2021-03-26vlib: introduce vlib_get_main_by_index(), vlib_get_n_threads()Damjan Marion1-2/+2
2020-12-28vlib: add missing file template descriptionsPaul Vinciguerra1-0/+1
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-3/+3
2020-12-10misc: add a couple useful functions for gdbChristian Hopps1-0/+23
2020-11-09vlib: fix trace number accountingBenoît Ganne1-5/+3
2020-02-05vppinfra: numa vector placement supportDave Barach1-0/+15
2019-11-26misc: add gdb helpers for vlib buffersBenoît Ganne1-0/+27
2019-09-24vlib: add flag to explicitelly mark nodes which can init per-node packet traceDamjan Marion1-0/+1
2019-07-18vlib: convert frame_index into real pointersAndreas Schultz1-2/+2
2019-05-16init / exit function orderingDave Barach1-6/+6
2019-03-07gdb-helper: add gdb_show_tracesKingwel Xie1-0/+74
2019-02-09buffers: fix typoDamjan Marion1-2/+2
2019-02-06buffers: make buffer data size configurable from startup configDamjan Marion1-2/+2
2019-01-25deprecate tapcliDamjan Marion4-2018/+0
2019-01-01buffers: remove unused codeDamjan Marion1-5/+2
2018-11-17pcap-based dispatch tracerDave Barach4-515/+2
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach2-8/+9
2018-11-13vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..)Damjan Marion2-5/+5
2018-11-08vnet: store hw interface speed in kbps instead of using flagsDamjan Marion1-4/+2
2018-10-23c11 safe string handling supportDave Barach4-21/+21
2018-09-24Trivial: Clean up some typos.Paul Vinciguerra2-7/+7
2018-07-26Clean up dpdk plugin rx/tx pcap tracingDave Barach2-0/+6
2018-07-23fix vector index range checksEyal Bari1-1/+1
2018-07-15VPP-1341: fix loopback interface graph arcsDave Barach1-1/+1
2018-07-11avoid using thread local storage for thread indexDamjan Marion2-4/+4
2018-06-11MTU: Software interface / Per-protocol MTU supportOle Troan1-2/+1
2018-05-25Add interface rx pcap tracingDave Barach1-15/+13
2018-05-17Packet generator: preserve pcap file timestampsDave Barach2-0/+10
2018-04-13Revert "MTU: Setting of MTU on software interface (instead of hardware interf...Damjan Marion1-3/+2
2018-04-13MTU: Setting of MTU on software interface (instead of hardware interface)Ole Troan1-2/+3
2018-02-23Convert a pcap file to a set of C initializersDave Barach2-1/+140
2018-01-23VPPAPIGEN: vppapigen replacement in Python PLY.Ole Troan1-1/+1
2018-01-11api: remove transport specific code from handlersFlorin Coras1-21/+21
2018-01-09api: refactor vlibmemoryFlorin Coras1-7/+6
2017-12-11VPP-273 Coding standards cleanup - vnet/vnet/unixsharath reddy8-794/+947
2017-12-04tapcli: change interface nameDamjan Marion1-1/+1
2017-10-19VPP-1024: rewrite buffer trajectory tracerDave Barach1-0/+13
2017-10-09vppapigen: support per-file (major,minor,patch) version stampsDave Barach1-0/+2
2017-10-06tuntap: Introduce per thread structure to suport multi-threadsSteven2-65/+99
2017-09-28tun/tap: Bad packets sent to kernel via tun/tap interfaceSteven2-22/+29
2017-09-09move unix_file_* code to vppinfraDamjan Marion2-16/+13
2017-08-18Use correct msg ID in the sw-interface-event from TAP and VHOSTNeale Ranns1-1/+1