Age | Commit message (Expand) | Author | Files | Lines |
2024-09-19 | l2: fix DVR test failure on AWS Graviton on Ubuntu 22.04 |  Andrew Yourtchenko | 1 | -8/+5 |
2024-04-02 | l2: fix vxlan src port entropy with mpls payload |  Vladislav Grishenko | 1 | -1/+5 |
2024-03-29 | misc: deprecate lawful-intercept |  hsandid | 2 | -2/+0 |
2024-03-12 | misc: remove GNU Indent directives |  Damjan Marion | 24 | -156/+0 |
2024-03-05 | vnet: fix format of deleted sw interfaces |  Vladislav Grishenko | 1 | -2/+1 |
2023-12-05 | l2: resolve l2 rewrite entry 'hit_count' always being 0 bug |  yanlong | 1 | -0/+2 |
2023-11-02 | dev: new device driver infra |  Damjan Marion | 1 | -0/+4 |
2023-09-06 | api: fix mp-safe mark for some messages and add more |  Vladislav Grishenko | 1 | -3/+4 |
2023-08-22 | l2: fix prefetch |  Vratko Polak | 1 | -5/+5 |
2023-08-16 | l2:Add doc for l2 rewrite, and add examples |  yanlong | 1 | -18/+46 |
2023-03-18 | vppinfra: fix corner-cases in bihash lookup |  Dave Barach | 1 | -1/+1 |
2022-10-13 | l2: coverity complains dead codes |  Steven Luong | 1 | -14/+11 |
2022-10-11 | l2: Add bridge_domain_add_del_v2 to l2 api |  Laszlo Kiraly | 5 | -5/+136 |
2022-08-30 | l2: skip arp term for locally originated packets |  Stanislav Zaikin | 1 | -0/+3 |
2022-08-18 | ip: Use .api declarative counters for ICMP. |  Neale Ranns | 1 | -0/+1 |
2022-06-29 | classify: use 32 bits hash |  Benoît Ganne | 3 | -12/+10 |
2022-05-19 | api: refactor api data storage |  Damjan Marion | 1 | -1/+1 |
2022-04-04 | vppinfra: make _vec_len() read-only |  Damjan Marion | 1 | -1/+1 |
2022-03-25 | l2: avoid overflow read of mac address |  Damjan Marion | 1 | -23/+3 |
2022-01-07 | ethernet: new interface registration function |  Damjan Marion | 2 | -18/+9 |
2021-12-14 | api: verify message size on receipt |  Klement Sekera | 1 | -0/+4 |
2021-11-25 | l2: change prefetch to prefetchw |  Ray Kinsella | 1 | -4/+4 |
2021-11-23 | misc: deprecate gbp and its dependents |  Neale Ranns | 4 | -15/+3 |
2021-11-07 | l2: fix array-bounds error for prefetch on Arm |  Tianyu Li | 1 | -1/+2 |
2021-11-06 | vppinfra: move clib_count_equal_* code |  Damjan Marion | 1 | -0/+1 |
2021-11-02 | l2: fix outside array bounds errors |  Damjan Marion | 2 | -2/+2 |
2021-10-21 | l2: add api test file |  Filip Tehlar | 1 | -0/+1418 |
2021-10-07 | vppinfra: asan: improve overflow semantic |  Benoît Ganne | 1 | -2/+2 |
2021-10-06 | docs: vnet comment nitfixes |  Nathan Skrzypczak | 1 | -1/+1 |
2021-07-15 | misc: replace CLIB_PREFETCH with clib_prefetch_{load,store} |  Damjan Marion | 12 | -33/+35 |
2021-06-24 | l2: api cleanup |  Filip Tehlar | 3 | -92/+19 |
2021-06-09 | l2: fix vrrp prefix mac comparison |  Tianyu Li | 1 | -2/+2 |
2021-03-05 | l2: coverity woe in l2_rw_mod_entry |  Steven Luong | 1 | -3/+0 |
2021-02-23 | l2: coverity woe in l2_api.c |  Steven Luong | 1 | -23/+20 |
2021-02-09 | l2: crash on l2_input_is_xconnect |  Steven Luong | 1 | -10/+8 |
2021-02-04 | linux-cp: Linux Interface Mirroring for Control Plane Integration |  Neale Ranns | 1 | -2/+4 |
2021-01-08 | l2: Separating scan-delay and learn-limit into a separate API from want_l2_ma... |  Jerome Tollet | 3 | -20/+136 |
2021-01-06 | l2: add per bridge domain learn limit |  Jerome Tollet | 7 | -60/+290 |
2020-12-14 | misc: refactor clib_bitmap_foreach macro |  Damjan Marion | 1 | -2/+2 |
2020-12-14 | misc: move to new pool_foreach macros |  Damjan Marion | 4 | -12/+12 |
2020-11-25 | api: vat2 and json autogeneration for api messages |  Ole Troan | 2 | -4/+1 |
2020-11-13 | ethernet: mac must support 64-bits loads |  Benoît Ganne | 1 | -2/+2 |
2020-10-28 | misc: Break the big IP header files to improve compile time |  Neale Ranns | 3 | -4/+10 |
2020-10-19 | ip: Move the IP6 fib into ip6_[m]fib.c |  Neale Ranns | 1 | -0/+1 |
2020-10-12 | l2: mark l2 fib uninitialized after clearing |  Matthew Smith | 1 | -0/+2 |
2020-10-08 | l2: Fix compile error on unused next_index |  Neale Ranns | 1 | -3/+0 |
2020-10-08 | l2: input performance |  Neale Ranns | 11 | -469/+693 |
2020-10-07 | misc: Purge unused pg includes |  Neale Ranns | 10 | -10/+0 |
2020-09-14 | l2: allocate l2fib only when needed |  Damjan Marion | 4 | -10/+90 |
2020-09-11 | l2: fix null deref in l2_to_bvi() |  Matthew Smith | 1 | -1/+1 |