1. fa500e9 vlib: fix gdb_show_traces() by Benoît Ganne · 6 months ago
  2. c3148b1 misc: remove GNU Indent directives by Damjan Marion · 9 months ago
  3. d0ffa26 feature: remove unused code by Damjan Marion · 1 year, 2 months ago
  4. 9f5b369 vlib: don't leak node frames on refork by Dmitry Valter · 2 years, 3 months ago
  5. 8bea589 vppinfra: make _vec_len() read-only by Damjan Marion · 2 years, 8 months ago
  6. 5c954c4 ethernet: new interface registration function by Damjan Marion · 3 years ago
  7. 03f2a01 vlib: add format_vnet_buffer_no_chain by Benoît Ganne · 3 years, 5 months ago
  8. f89bbbe vlib: refactor trajectory trace debug feature by Benoît Ganne · 3 years, 9 months ago
  9. 92ccf9b vlib: convert foreach_vlib_main macro to be more gdb and clang-format friendly by Damjan Marion · 3 years, 9 months ago
  10. 6ffb7c6 vlib: introduce vlib_get_main_by_index(), vlib_get_n_threads() by Damjan Marion · 3 years, 9 months ago
  11. 5481ad4 vlib: add missing file template descriptions by Paul Vinciguerra · 4 years, 11 months ago
  12. b2c31b6 misc: move to new pool_foreach macros by Damjan Marion · 4 years ago
  13. b71653e misc: add a couple useful functions for gdb by Christian Hopps · 4 years, 5 months ago
  14. 9a3973e vlib: fix trace number accounting by Benoît Ganne · 4 years, 2 months ago
  15. a690fdb vppinfra: numa vector placement support by Dave Barach · 5 years ago
  16. 2b65f9c misc: add gdb helpers for vlib buffers by Benoît Ganne · 5 years ago
  17. 7ca5aaa vlib: add flag to explicitelly mark nodes which can init per-node packet trace by Damjan Marion · 5 years ago
  18. 58b2eb1 vlib: convert frame_index into real pointers by Andreas Schultz · 5 years ago
  19. f8d5068 init / exit function ordering by Dave Barach · 6 years ago
  20. 3543908 gdb-helper: add gdb_show_traces by Kingwel Xie · 6 years ago
  21. 8934a04 buffers: fix typo by Damjan Marion · 6 years ago
  22. 5de3fec buffers: make buffer data size configurable from startup config by Damjan Marion · 6 years ago
  23. 1aaf0e3 deprecate tapcli by Damjan Marion · 6 years ago
  24. 671e60e buffers: remove unused code by Damjan Marion · 6 years ago
  25. 3ae2873 pcap-based dispatch tracer by Dave Barach · 6 years ago
  26. 178cf49 Remove c-11 memcpy checks from perf-critical code by Dave Barach · 6 years ago
  27. a3d5986 vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..) by Damjan Marion · 6 years ago
  28. 5100aa9 vnet: store hw interface speed in kbps instead of using flags by Damjan Marion · 6 years ago
  29. b7b9299 c11 safe string handling support by Dave Barach · 6 years ago
  30. bdc0e6b Trivial: Clean up some typos. by Paul Vinciguerra · 6 years ago
  31. f91080c Clean up dpdk plugin rx/tx pcap tracing by Dave Barach · 6 years ago
  32. cd30774 fix vector index range checks by Eyal Bari · 6 years ago
  33. 635ec3b VPP-1341: fix loopback interface graph arcs by Dave Barach · 6 years ago
  34. 067cd62 avoid using thread local storage for thread index by Damjan Marion · 6 years ago
  35. d723161 MTU: Software interface / Per-protocol MTU support by Ole Troan · 7 years ago
  36. c6f186b Add interface rx pcap tracing by Dave Barach · 7 years ago
  37. 78c5689 Packet generator: preserve pcap file timestamps by Dave Barach · 7 years ago
  38. fe7d4a2 Revert "MTU: Setting of MTU on software interface (instead of hardware interface)" by Damjan Marion · 7 years ago
  39. 70083ee MTU: Setting of MTU on software interface (instead of hardware interface) by Ole Troan · 7 years ago
  40. a0cc5ab Convert a pcap file to a set of C initializers by Dave Barach · 7 years ago
  41. 9d42087 VPPAPIGEN: vppapigen replacement in Python PLY. by Ole Troan · 7 years ago
  42. 6c4dae2 api: remove transport specific code from handlers by Florin Coras · 7 years ago
  43. e86a8ed api: refactor vlibmemory by Florin Coras · 7 years ago
  44. 1b0c983 VPP-273 Coding standards cleanup - vnet/vnet/unix by sharath reddy · 7 years ago
  45. ffffb15 tapcli: change interface name by Damjan Marion · 7 years ago
  46. 7bee773 VPP-1024: rewrite buffer trajectory tracer by Dave Barach · 7 years ago
  47. 0d056e5 vppapigen: support per-file (major,minor,patch) version stamps by Dave Barach · 7 years ago
  48. 4cd2576 tuntap: Introduce per thread structure to suport multi-threads by Steven · 7 years ago
  49. 4ff586d tun/tap: Bad packets sent to kernel via tun/tap interface by Steven · 7 years ago
  50. 56dd543 move unix_file_* code to vppinfra by Damjan Marion · 7 years ago
  51. 0714541 Use correct msg ID in the sw-interface-event from TAP and VHOST by Neale Ranns · 7 years ago
  52. a07bd70 Dedicated SW Interface Event by Neale Ranns · 7 years ago
  53. e8bad97 the automatic addition of IP address to the magic TAP interface should only happen for one table by Neale Ranns · 7 years ago
  54. 66b1131 Fix tcp tx buffer allocation by Florin Coras · 7 years ago
  55. acd2a6a VPP-846: tcp perf / scale / hardening by Dave Barach · 8 years ago
  56. 11b8dbf "autoreply" flag: autogenerate standard xxx_reply_t messages by Dave Barach · 8 years ago
  57. 586afd7 Use thread local storage for thread index by Damjan Marion · 8 years ago
  58. d79b41e VPP-659 TCP improvements by Florin Coras · 8 years ago
  59. 35af9e5 features: take device-input buffer advance value directly by Damjan Marion · 8 years ago
  60. a9a20e7 VPP-635: CLI Memory leak with invalid parameter by Billy McFall · 8 years ago
  61. 18b2816 Fix coverity warning, VPP-608 by Dave Barach · 8 years ago
  62. 8f54496 Fix coverity warnings, VPP-608 by Dave Barach · 8 years ago
  63. 2feaffc Provision linux stack ip4 and ip6 addresses for tap interfaces by Dave Barach · 8 years ago
  64. 7cd468a Reorganize source tree to use single autotools instance by Damjan Marion · 8 years ago