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