Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-10-09 | map: use ip6-full-reassembly instead of own code |  Klement Sekera | 6 | -978/+30 |
2019-10-03 | map: fix DF[Don't fragment] ip4-map-t behaviour |  Vladimir Ratnikov | 1 | -0/+11 |
2019-10-03 | map: fix indent-off |  Klement Sekera | 1 | -121/+133 |
2019-10-01 | map: use SVR for MAP-T |  Klement Sekera | 9 | -624/+69 |
2019-09-26 | map: use SVR for MAP-E |  Klement Sekera | 5 | -456/+172 |
2019-09-25 | api: split api generated files |  Ole Troan | 4 | -129/+6 |
2019-09-16 | api: autogenerate api trace print/endian |  Ole Troan | 2 | -0/+6 |
2019-09-12 | map: fix non-null-terminated C-string |  Benoît Ganne | 1 | -3/+4 |
2019-09-03 | api: enforce vla is last and fixed string type |  Ole Troan | 2 | -9/+8 |
2019-08-22 | tests: move plugin tests to src/plugins/*/test |  Dave Wallace | 1 | -0/+437 |
2019-08-19 | vppapigen map: raise ValueError when fieldname is python keyword |  Paul Vinciguerra | 2 | -6/+6 |
2019-07-31 | vppinfra: refactor test_and_set spinlocks to use clib_spinlock_t |  jaszha03 | 2 | -12/+9 |
2019-07-30 | vppinfra: refactor use of CLIB_MEMORY_BARRIER () |  jaszha03 | 1 | -2/+2 |
2019-07-30 | vppinfra: conformed spinlocks to use CLIB_PAUSE |  jaszha03 | 1 | -2/+3 |