Age | Commit message (Expand) | Author | Files | Lines |
2022-05-10 | tests: replace pycodestyle with black | Klement Sekera | 3 | -118/+284 |
2022-03-11 | map: fix memory leak | Benoît Ganne | 1 | -1/+2 |
2021-10-13 | docs: convert plugins doc md->rst | Nathan Skrzypczak | 2 | -69/+99 |
2021-10-04 | docs: plugin comment nitfixes | Nathan Skrzypczak | 1 | -3/+2 |
2021-05-13 | tests: move test source to vpp/test | Dave Wallace | 2 | -1658/+0 |
2021-03-30 | map: tune dump/details test for socket transport | Ole Troan | 1 | -1/+1 |
2021-03-15 | tests: use socket transport instead of shared memory | Ole Troan | 1 | -4/+5 |
2021-02-04 | api: Fold the empty pool check into the main macro | Neale Ranns | 1 | -6/+0 |
2021-02-03 | vppapigen: Support an 'autoendian' keyword for message definitions in | Neale Ranns | 2 | -3/+1 |
2020-12-14 | misc: refactor clib_bitmap_foreach macro | Damjan Marion | 1 | -3/+3 |
2020-12-14 | misc: move to new pool_foreach macros | Damjan Marion | 2 | -9/+9 |
2020-11-30 | map: add include guard to map.h | Paul Vinciguerra | 1 | -0/+4 |
2020-11-25 | api: vat2 and json autogeneration for api messages | Ole Troan | 1 | -1/+4 |
2020-10-13 | stats: counters data model | Ole Troan | 6 | -68/+128 |
2020-09-16 | api: clean up use of deprecated flag | Ole Troan | 1 | -1/+1 |
2020-09-01 | ip: fix ip zero checksum verification | Benoît Ganne | 1 | -1/+1 |
2020-07-16 | adl: move allow/deny list function to plugin | Dave Barach | 1 | -2/+2 |
2020-05-27 | api: make vpp api handlers endian independent | Ole Troan | 1 | -4/+7 |
2020-05-25 | api: add new stream message convention | Ole Troan | 3 | -30/+122 |
2020-04-28 | tests: move defaults from defaultmapping to .api files | Paul Vinciguerra | 1 | -2/+2 |
2020-03-25 | map: fix hop limit expiration at br | Vladimir Ratnikov | 2 | -2/+29 |
2020-03-24 | map: fix translation of icmp6 error messages | Alexander Chernavin | 1 | -1/+80 |
2020-03-15 | map: fix translation of icmp4 error messages | Alexander Chernavin | 2 | -6/+51 |
2020-03-04 | map: fix map port calculation for ICMP | Vladimir Isaev | 4 | -14/+78 |
2020-02-26 | map: handle IPv6 extension headers for TCP/UDP | Vladimir Isaev | 1 | -2/+2 |
2020-02-20 | map: honor pre-resolve param in map-t | Alexander Chernavin | 6 | -30/+154 |
2020-02-20 | map: honor icmp6-unreachables param in map-t | Alexander Chernavin | 2 | -2/+47 |
2020-02-04 | ip: translate fragmented icmp to fragmented icmp6 | Alexander Chernavin | 1 | -7/+32 |
2020-01-30 | map: Add several more MAP-T BR tests | Jon Loeliger | 1 | -8/+294 |
2020-01-30 | map: Prevent IPv4 prefix spoofing during IPv6 -> IPv4 | Jon Loeliger | 2 | -2/+279 |
2020-01-30 | map: handle ip4 ttl=1 packets in map-t | Alexander Chernavin | 3 | -10/+20 |
2020-01-29 | tests: add map-t fragmentation verifications | Alexander Chernavin | 1 | -10/+36 |
2020-01-28 | map: ip4-map-t more RFC compliant | Vladimir Ratnikov | 1 | -8/+20 |
2020-01-27 | map: api: fix tag overflow and leak | Benoît Ganne | 2 | -4/+6 |
2020-01-10 | docs: Edit FEATURE.yaml files so they can be published | John DeNisco | 1 | -2/+2 |
2020-01-03 | map: fix ip4-map-t DF behavior | Vladimir Ratnikov | 1 | -11/+12 |
2020-01-03 | nat: use SVR | Klement Sekera | 2 | -17/+20 |
2019-12-14 | tests: changes for scapy 2.4.3 migration | snaramre | 1 | -1/+2 |
2019-12-07 | map: use explicit types in api | Ole Troan | 1 | -2/+3 |
2019-12-05 | map: fix MAP-T ip6 port check | Matthew Smith | 2 | -5/+60 |
2019-12-04 | map: Fix a coverity MAP dead-code issue. | Jon Loeliger | 1 | -3/+0 |
2019-12-03 | map: Avoid null dereference in 'map show' and 'map del' | Jon Loeliger | 1 | -12/+22 |
2019-11-26 | map: Fix inverted 'map security check enable' CLI flag. | Jon Loeliger | 1 | -2/+2 |
2019-11-19 | map: fix coverity issue 205684 | Andrew Yourtchenko | 1 | -2/+2 |
2019-11-19 | map: Fix TCP MSS clamping for MAP-E traffic. | Jon Loeliger | 2 | -2/+84 |
2019-11-15 | tests: Remove the unrequired VPP IP address/prefix class wrappers | Neale Ranns | 1 | -1/+0 |
2019-11-11 | ip: functional interface to ip fragmentation | Ole Troan | 5 | -214/+148 |
2019-11-06 | build: add yaml file linting to make checkstyle | Paul Vinciguerra | 1 | -1/+2 |
2019-11-05 | misc: Fix python scripts shebang line | Renato Botelho do Couto | 3 | -3/+3 |
2019-10-18 | map: python3 support in tests | Ole Troan | 1 | -8/+8 |