1. 5c954c4 ethernet: new interface registration function by Damjan Marion · 3 years ago
  2. 9b7e8ac api: verify message size on receipt by Klement Sekera · 3 years, 1 month ago
  3. 5e0ea09 l2: change prefetch to prefetchw by Ray Kinsella · 3 years, 1 month ago
  4. 3be9164 misc: deprecate gbp and its dependents by Neale Ranns · 4 years, 3 months ago
  5. ad1bc84 l2: fix array-bounds error for prefetch on Arm by Tianyu Li · 3 years, 5 months ago
  6. 4c276f0 vppinfra: move clib_count_equal_* code by Damjan Marion · 3 years, 1 month ago
  7. 60706a2 l2: fix outside array bounds errors by Damjan Marion · 3 years, 2 months ago
  8. 1b6fb40 l2: add api test file by Filip Tehlar · 3 years, 5 months ago
  9. 9685624 vppinfra: asan: improve overflow semantic by Benoît Ganne · 3 years, 3 months ago
  10. 2c77ae4 docs: vnet comment nitfixes by Nathan Skrzypczak · 3 years, 3 months ago
  11. af7fb04 misc: replace CLIB_PREFETCH with clib_prefetch_{load,store} by Damjan Marion · 3 years, 5 months ago
  12. 5a9d2a1 l2: api cleanup by Filip Tehlar · 3 years, 6 months ago
  13. 07d04f7 l2: fix vrrp prefix mac comparison by Tianyu Li · 3 years, 7 months ago
  14. d936017 l2: coverity woe in l2_rw_mod_entry by Steven Luong · 3 years, 10 months ago
  15. e46bd4c l2: coverity woe in l2_api.c by Steven Luong · 3 years, 10 months ago
  16. 16f0865 l2: crash on l2_input_is_xconnect by Steven Luong · 3 years, 10 months ago
  17. 44db1ca linux-cp: Linux Interface Mirroring for Control Plane Integration by Neale Ranns · 4 years ago
  18. 0f8d100 l2: Separating scan-delay and learn-limit into a separate API from want_l2_macs_events by Jerome Tollet · 4 years ago
  19. 5f93e3b l2: add per bridge domain learn limit by Jerome Tollet · 4 years ago
  20. f0ca1e8 misc: refactor clib_bitmap_foreach macro by Damjan Marion · 4 years ago
  21. b2c31b6 misc: move to new pool_foreach macros by Damjan Marion · 4 years ago
  22. df87f80 api: vat2 and json autogeneration for api messages by Ole Troan · 4 years, 1 month ago
  23. b44c77d ethernet: mac must support 64-bits loads by Benoît Ganne · 4 years, 2 months ago
  24. e403113 misc: Break the big IP header files to improve compile time by Neale Ranns · 4 years, 2 months ago
  25. 5a59b2b ip: Move the IP6 fib into ip6_[m]fib.c by Neale Ranns · 4 years, 2 months ago
  26. 3a97a45 l2: mark l2 fib uninitialized after clearing by Matthew Smith · 4 years, 2 months ago
  27. 0c25492 l2: Fix compile error on unused next_index by Neale Ranns · 4 years, 2 months ago
  28. 47a3d99 l2: input performance by Neale Ranns · 4 years, 3 months ago
  29. 6e366be misc: Purge unused pg includes by Neale Ranns · 4 years, 2 months ago
  30. 9514781 l2: allocate l2fib only when needed by Damjan Marion · 4 years, 3 months ago
  31. 78681de l2: fix null deref in l2_to_bvi() by Matthew Smith · 4 years, 3 months ago
  32. adf2fe0 l2: check secondary macs on BVI interface by Matthew Smith · 4 years, 4 months ago
  33. 11fb09e misc: harmonize names by Dave Barach · 4 years, 4 months ago
  34. 975a3cb l2: performance enhancement in l2input by Zhiyong Yang · 4 years, 7 months ago
  35. f415a3b l2: L2/L3 mode swicth cleanup and l2-patch fix by John Lo · 4 years, 7 months ago
  36. 6068601 l2: fix coverity warnings in l2_fwd.c by Dave Barach · 4 years, 8 months ago
  37. c0e9441 tests: move defaults from defaultmapping to .api files by Paul Vinciguerra · 4 years, 8 months ago
  38. ba6deb9 l2: merge two clib_memcpy_fast into one by Zhiyong Yang · 4 years, 8 months ago
  39. 16e4a4a vppinfra: bihash improvements by Dave Barach · 4 years, 8 months ago
  40. 95e1925 l2: handle complete clone fail in l2_flood by Dave Barach · 4 years, 8 months ago
  41. 145e330 l2: API cleanup by Jakub Grajciar · 5 years ago
  42. f0d8d8f l2: remove unused types and includes form feature arc code by Neale Ranns · 4 years, 10 months ago
  43. ffd1546 misc: fix coverity warnings by Dave Barach · 4 years, 10 months ago
  44. ba4a5bf classify: Reduce the include dependencies on vnet_classify.h by Neale Ranns · 5 years ago
  45. 7c9fe92 docs: Edit FEATURE.yaml files so they can be published by John DeNisco · 5 years ago
  46. b2e73b1 l2: fix MAC learn counter update on adding MAC entry by John Lo · 5 years ago
  47. 7adf573 l2: Update FEATURE.yaml by John Lo · 5 years ago
  48. ff63798 l2: Add FEATURE.yaml by John Lo · 5 years ago
  49. 3be9351 l2: l2_patch_main should not be static by Vratko Polak · 5 years ago
  50. 70ef0fa l2: fix l2input_feat_names overflow by Benoît Ganne · 5 years ago
  51. cbe25aa ip: Protocol Independent IP Neighbors by Neale Ranns · 5 years ago
  52. f50bac1 vppinfra: bihash walk cb typedef and continue/stop controls by Neale Ranns · 5 years ago
  53. 39d6911 api: multiple connections per process by Dave Barach · 5 years ago
  54. 9fb6d40 misc: add address sanitizer heap instrumentation by Benoît Ganne · 6 years ago
  55. 7dbf9a1 fib: reduce save_rewrite_length to u8 by Klement Sekera · 5 years ago
  56. 9485d99 interface: Allow VLAN tag-rewrite on non-sub-interfaces too. by Jon Loeliger · 5 years ago
  57. ddbd90a l2: fix typo in doxygen by Paul Vinciguerra · 5 years ago
  58. 8a4bfda vppinfra: add vec_set_len() by Benoît Ganne · 5 years ago
  59. 8304933 classify: use vector code even when data is not aligned by Damjan Marion · 5 years ago
  60. 864d857 classify: remove includes from classifier header file by Damjan Marion · 5 years ago
  61. d770cfc ipsec ip tcp l2: multiarch nodes cannot be declared as static by Damjan Marion · 5 years ago
  62. e717482 vppapigen: remove support for legacy typedefs by Paul Vinciguerra · 5 years ago
  63. 6631780 vlib: copy trace_handle in vlib_buffer_copy/clone() functions by John Lo · 5 years ago
  64. 3940de3 api: binary api cleanup by Dave Barach · 5 years ago
  65. 32dcd3b vppinfra: allocate bihash virtual space on demand by Dave Barach · 5 years ago
  66. cfc7a10 gbp: add anonymous l3-out external interfaces by Benoît Ganne · 5 years ago
  67. bc764c8 l2: BD ARP termination entry API update by Neale Ranns · 5 years ago
  68. 54bc5e4 Update API description by Igor Mikhailov (imichail) · 6 years ago
  69. c5fa2b8 mp_safe SW_INTERFACE_DUMP, SW_INTERFACE_DETAILS, SW_INTERFACE_TAG_ADD_DEL, by Steven Luong · 6 years ago
  70. 20bc56a Remove dummy_interface_tx nodes from l2tp l2xcrw and nsh by John Lo · 6 years ago
  71. 5e6f734 l2: Add support for arp unicast forwarding by Mohsin Kazmi · 6 years ago
  72. 3b62e29 DOCS-ONLY: Fix broken doxygen tag in BVI by Dave Wallace · 6 years ago
  73. d2a4194 BVI: coverity error fix by Neale Ranns · 6 years ago
  74. 192b13f BVI Interface by Neale Ranns · 6 years ago
  75. 5daf0c5 add default NONE flag for bd_flags by Michal Cmarada · 6 years ago
  76. 44f0f71 l2: migrate old MULTIARCH macros to VLIB_NODE_FN by Filip Tehlar · 6 years ago
  77. 4ba6772 GBP: use sclass in the DP for policy by Neale Ranns · 6 years ago
  78. 47727c0 Add -fno-common compile option by Benoît Ganne · 6 years ago
  79. 3702930 Use IP and MAC API types for neighbors by Neale Ranns · 6 years ago
  80. 879d11c GBP: Sclass to src-epg conversions by Neale Ranns · 6 years ago
  81. e26c81f L2 BD API to flush all IP-MAC entries in the specified BD by John Lo · 6 years ago
  82. 98d6b61 Fix used-before-set in vl_api_bridge_flags_t_handler by Dave Barach · 6 years ago
  83. 8006c6a PAPI: Add MACAddress object wrapper for vl_api_mac_address_t by Ole Troan · 6 years ago
  84. b6a4795 GBP: l3-out subnets by Neale Ranns · 6 years ago
  85. ddf6e08 Remove unused argument from eth_identify_subint(...) by Damjan Marion · 6 years ago
  86. d30bf01 add vlib_prefetch_buffer_data(...) macro by Damjan Marion · 6 years ago
  87. 178cf49 Remove c-11 memcpy checks from perf-critical code by Dave Barach · 6 years ago
  88. 5d9df1d L2 feautre bitmaps output verbose/non-verbose mode by Neale Ranns · 6 years ago
  89. c3baf62 l2: convert l2_patch to new multiarch scheme by Damjan Marion · 6 years ago
  90. 93cc3ee GBP Endpoint Learning by Neale Ranns · 6 years ago
  91. 4d5b917 BD ARP entry use common API types by Neale Ranns · 6 years ago
  92. dcb0c1a Change l2_patch from dual-loop to quad-loop by Yulong Pei · 6 years ago
  93. bd0da97 vlib: define minimum chained buffer segment size by Damjan Marion · 6 years ago
  94. 11d47af l2fib:remove unused bucket arg in lookup functions by Eyal Bari · 6 years ago
  95. 7d645f7 L2-fwd trace show the lookup result by Neale Ranns · 6 years ago
  96. a117958 L2-input/output: use feature enum type in flag update function by Neale Ranns · 6 years ago
  97. b7b9299 c11 safe string handling support by Dave Barach · 6 years ago
  98. a23cade vnet: create L2 feature arc infrastructure by Andrew Yourtchenko · 6 years ago
  99. d29cc88 L2: BM traffic does not use UU-FWD (VPP-1445) by Neale Ranns · 6 years ago
  100. b9fa29d L2-flood: no clone for 1 replication by Neale Ranns · 6 years ago