1. fd2417b ip-neighbor: ARP and ND stats per-interface. by Neale Ranns · 3 years, 5 months ago
  2. 8973b07 stats: refactor by Damjan Marion · 2 years, 10 months ago
  3. 05a68d6 bonding: refactor bonding hash functions to vnet/hash by Steven Luong · 3 years ago
  4. ed999e3 bonding: memory leak on parsing bad CLI command by Steven Luong · 3 years ago
  5. 5c954c4 ethernet: new interface registration function by Damjan Marion · 3 years ago
  6. d4f88cc interface: refactor interface capabilities code by Damjan Marion · 3 years ago
  7. af7fb04 misc: replace CLIB_PREFETCH with clib_prefetch_{load,store} by Damjan Marion · 3 years, 5 months ago
  8. 116a1e5 bonding: api cleanup by Filip Tehlar · 3 years, 6 months ago
  9. eddd8e3 tests: move test source to vpp/test by Dave Wallace · 3 years, 7 months ago
  10. f89bbbe vlib: refactor trajectory trace debug feature by Benoît Ganne · 3 years, 10 months ago
  11. 5b3f523 interface: add capabilities flags by Mohsin Kazmi · 3 years, 10 months ago
  12. 8d46219 bonding: coverity woe in bond_dev_class fuction by Steven Luong · 3 years, 10 months ago
  13. 23f41d7 tests: move bond tests to src/vnet/bonding/test by Dave Wallace · 4 years ago
  14. b2c31b6 misc: move to new pool_foreach macros by Damjan Marion · 4 years ago
  15. dc617b8 ip-neighbor: Use ip_address_t rather than ip46_address_t by Neale Ranns · 4 years, 4 months ago
  16. b44c77d ethernet: mac must support 64-bits loads by Benoît Ganne · 4 years, 2 months ago
  17. 9a3973e vlib: fix trace number accounting by Benoît Ganne · 4 years, 2 months ago
  18. ea71786 bonding: add bond_create2 API to include gso option by Steven Luong · 4 years, 5 months ago
  19. 3f54d96 bonding: enhance binary api handling by Steven Luong · 4 years, 4 months ago
  20. dc2abbe bonding: toggle bond admin state may cause hw link state to down by Steven Luong · 4 years, 5 months ago
  21. 4c4223e bonding lacp: replace slave string with member by Steven Luong · 4 years, 5 months ago
  22. 7285103 bonding: Revert adjust link state by Matthew Smith · 4 years, 7 months ago
  23. 9121c41 bonding: adjust link state based on active slaves by Matthew Smith · 4 years, 7 months ago
  24. f415a3b l2: L2/L3 mode swicth cleanup and l2-patch fix by John Lo · 4 years, 7 months ago
  25. 689666c bonding: fix the GSO flags by Mohsin Kazmi · 4 years, 7 months ago
  26. c0e9441 tests: move defaults from defaultmapping to .api files by Paul Vinciguerra · 4 years, 8 months ago
  27. 2e1fa54 bonding: Add GSO support by Steven Luong · 5 years ago
  28. ffd1546 misc: fix coverity warnings by Dave Barach · 4 years, 10 months ago
  29. 854eb6e bonding: process lacp when bond is admin down by Matthew Smith · 5 years ago
  30. 22e108d bonding: fix feature.yaml error by Ole Troan · 5 years ago
  31. 6b32b4a bonding: Add FEATURE.yaml by Steven Luong · 5 years ago
  32. 6dfd378 bonding: drop traffic on backup interface for active-backup mode by Steven Luong · 5 years ago
  33. cbe25aa ip: Protocol Independent IP Neighbors by Neale Ranns · 5 years ago
  34. aa72578 bonding: Add /if/lacp/<bond-sw_if_index>/<slave-sw_if_index>/partner-state by Steven Luong · 5 years ago
  35. 39d6911 api: multiple connections per process by Dave Barach · 5 years ago
  36. e83aa45 bonding: add/del secondary mac address callback by Matthew Smith · 5 years ago
  37. a03c7d5 bonding: fix non-null terminated vector by Benoît Ganne · 5 years ago
  38. 002723c lacp: add actor steady state check prior to skip processing lacp pdu by Steven Luong · 5 years ago
  39. cc3aac0 bonding: fix interface deletion by Benoît Ganne · 5 years ago
  40. 71e5b47 bonding: graph node running after bond-input in feature arc may crash by Steven Luong · 5 years ago
  41. 1a41a35 bonding: feature arc may not be enabled for the slave interface by Steven Luong · 5 years ago
  42. de0302c bonding: traffic traversing the wrong interface by Steven Luong · 5 years ago
  43. 5c828bc bonding: fix non-null-terminated C-string by Benoît Ganne · 5 years ago
  44. 7ca5aaa vlib: add flag to explicitelly mark nodes which can init per-node packet trace by Damjan Marion · 5 years ago
  45. 3d1ef87 bonding: API cleanup by Jakub Grajciar · 5 years ago
  46. a1876b8 bonding: add weight support for active-backup mode by Steven Luong · 5 years ago
  47. 0f09a82 stats: add /if/<n>/<n>/state for lacp interface state by Steven Luong · 5 years ago
  48. bac326c bonding lacp: deleting virtual interface which was enslaved may cause crash by Steven Luong · 5 years ago
  49. c94afaa bonding: incorrect RX counters for bond interface by Steven Luong · 5 years ago
  50. 8c1280f bonding: print the name on the cli when created by Mohsin Kazmi · 5 years ago
  51. a58fec1 bonding: fix create bond CLI by Zhiyong Yang · 5 years ago
  52. 751e3f3 bonding: add support for numa-only in lacp mode by Zhiyong Yang · 5 years ago
  53. 52c5f26 bonding: fix comment typo by Zhiyong Yang · 6 years ago
  54. 6865d3c bonding: add support for numa awareness by Zhiyong Yang · 6 years ago
  55. b388e1a bonding: clean up redundant code by Zhiyong Yang · 6 years ago
  56. a1f9ee8 Revert "Revert "bond: problem switching from l2 to l3"" by Steven Luong · 6 years ago
  57. 2e1c896 API: Fix shared memory only action handlers. by Ole Troan · 6 years ago
  58. 82c5dda lacp: passive mode support [VPP-1551] by Steven Luong · 6 years ago
  59. 8feeaff Typos. A bunch of typos I've been collecting. by Paul Vinciguerra · 6 years ago
  60. 3b0d7e4 Revert "API: Cleanup APIs interface.api" by Ole Trøan · 6 years ago
  61. e63325e API: Cleanup APIs interface.api by Jakub Grajciar · 6 years ago
  62. 5d0d549 Revert "bond: problem switching from l2 to l3" by Peter Mikus · 6 years ago
  63. 47727c0 Add -fno-common compile option by Benoît Ganne · 6 years ago
  64. e43278f bond: packet drops on VPP bond interface [VPP-1544] by Steven · 6 years ago
  65. ad9d528 bonding: support custom interface IDs by Alexander Chernavin · 6 years ago
  66. d30bf01 add vlib_prefetch_buffer_data(...) macro by Damjan Marion · 6 years ago
  67. 178cf49 Remove c-11 memcpy checks from perf-critical code by Dave Barach · 6 years ago
  68. a3d5986 vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..) by Damjan Marion · 6 years ago
  69. f238901 bond: problem switching from l2 to l3 by Steven · 6 years ago
  70. b7b9299 c11 safe string handling support by Dave Barach · 6 years ago
  71. 69fdfee bond: tx optimizations by Damjan Marion · 6 years ago
  72. 318de5d bond: active-backup mode is using the wrong load balance algo by Steven · 6 years ago
  73. 16de39e bond: tx perf improvement, part trois by Damjan Marion · 6 years ago
  74. c4e99c5 bond: tx performance enhancement part deux by Steven · 6 years ago
  75. cefe134 bond: tx perf improvements by Damjan Marion · 6 years ago
  76. 5967baf bond: crash when deleting bond interface [VPP-1427] by Steven · 6 years ago
  77. 6e36351 Multiarch handling in different constructor macros by Damjan Marion · 6 years ago
  78. 7d98a12 Remove unused argument to vlib_feature_next by Damjan Marion · 6 years ago
  79. 067cd62 avoid using thread local storage for thread index by Damjan Marion · 6 years ago
  80. 9f781d8 bond: send gratuitous arp when the active slave went down in active-backup mode by Steven · 7 years ago
  81. f264f08 bonding: fix packet trace in bond-input by Damjan Marion · 7 years ago
  82. 812b32d Add VLIB_NODE_FN() macro to simplify multiversioning of node functions by Damjan Marion · 7 years ago
  83. 5e5adb3 bond-input performance optimization by Damjan Marion · 7 years ago
  84. 0d88301 bond: performance harvesting by Steven · 7 years ago
  85. ce2db6a lacp: deleting the bond subinterface may cause lacp to lose the partner [VPP-1251] by Steven · 7 years ago
  86. 4f8863b bond: ping fails between l2 BD [VPP-1238] by Steven · 7 years ago
  87. 22b5be0 bond: 1 packet/frame == bad performance [VPP-1236] by Steven · 7 years ago
  88. 70488ab bond: show trace causes a crash if the interface is deleted by Steven · 7 years ago
  89. b3caf55 bond: cli rename by Steven · 7 years ago
  90. 18c0f22 bond: coverity woes by Steven · 7 years ago
  91. a005e7f bond: performance enhancement by Steven · 7 years ago
  92. 9cd2d7a bond: Add bonding driver and LACP protocol by Steven · 7 years ago