Age | Commit message (Expand) | Author | Files | Lines |
2021-02-16 | cjson: upgrade to new version | Ole Troan | 1 | -14/+33 |
2021-02-16 | vapi: add dedicated return code for client timeout | Paul Vinciguerra | 2 | -4/+16 |
2021-02-15 | svm: fix mq coverity warning | Florin Coras | 1 | -2/+7 |
2021-02-15 | session: coverity fix | Florin Coras | 1 | -3/+0 |
2021-02-15 | lisp: coverity fixes | Florin Coras | 1 | -6/+0 |
2021-02-15 | vlib: refactor checksum offload support | Mohsin Kazmi | 31 | -261/+371 |
2021-02-15 | misc: coverity fixes | Dave Barach | 3 | -7/+6 |
2021-02-15 | papi: add method to retrieve field options | Paul Vinciguerra | 1 | -0/+9 |
2021-02-15 | ip: Path MTU | Neale Ranns | 23 | -22/+1554 |
2021-02-15 | policer: improve policer struct | Brian Russell | 10 | -34/+29 |
2021-02-15 | vppinfra: fix memcpy undefined behaviour | Benoît Ganne | 6 | -80/+123 |
2021-02-15 | quic: Coverity fix | Nathan Skrzypczak | 1 | -1/+1 |
2021-02-15 | ikev2: fix rekey against strongSwan | Filip Tehlar | 2 | -52/+94 |
2021-02-15 | policer: add api to bind policer to worker | Brian Russell | 4 | -3/+76 |
2021-02-15 | interface: Add promisc on/off in api | Nathan Skrzypczak | 2 | -32/+76 |
2021-02-15 | fib: Always honour flow hash flag | Neale Ranns | 4 | -17/+50 |
2021-02-15 | vppapigen: py2 cleanup - remove subclassing of object | Paul Vinciguerra | 1 | -3/+3 |
2021-02-15 | rdma: rdma_log__ argument dev is a pointer | Vratko Polak | 1 | -5/+8 |
2021-02-13 | nat: pnat only use save_rewrite_length on output path | Ole Troan | 1 | -3/+2 |
2021-02-12 | ipsec: Store thread-index in buffer meta-data during SA handoff | Neale Ranns | 7 | -32/+22 |
2021-02-12 | dpdk: use whole vmbus address as hash key for devconf | Vladimir Ratnikov | 2 | -21/+22 |
2021-02-12 | policer: tidy up | Brian Russell | 3 | -162/+50 |
2021-02-12 | policer: use enum types | Brian Russell | 6 | -44/+37 |
2021-02-12 | policer: remove SSE2 prefix | Brian Russell | 11 | -531/+471 |
2021-02-12 | vppapigen: coverity issues in autogenerated code pass 3. | Ole Troan | 3 | -14/+88 |
2021-02-11 | vppapigen: fix fromjson coverity errors in generation | Ole Troan | 4 | -42/+107 |
2021-02-11 | vppinfra: fix membulk coverity warnings | Florin Coras | 1 | -2/+2 |
2021-02-11 | tests: tag the tests that do not work with multi-worker configuration | Andrew Yourtchenko | 16 | -0/+50 |
2021-02-11 | wireguard: testing alternative timer dispatch | Mohammed Hawari | 3 | -3/+10 |
2021-02-11 | policer: use ip dscp | Brian Russell | 7 | -82/+20 |
2021-02-10 | vcl: validate seg handle on migrate only if needed | Florin Coras | 2 | -6/+11 |
2021-02-10 | tests: add policer tests | Brian Russell | 1 | -0/+123 |
2021-02-10 | tests: add policer test helper | Brian Russell | 2 | -0/+72 |
2021-02-10 | vppinfra: fix bihash test-debug aarch64 sporadic failure | Dave Barach | 1 | -0/+3 |
2021-02-10 | ipsec: Use the new tunnel API types to add flow label and TTL copy | Neale Ranns | 16 | -292/+410 |
2021-02-10 | nat: fix EI hairpinning thread safety | Klement Sekera | 7 | -64/+811 |
2021-02-09 | l2: crash on l2_input_is_xconnect | Steven Luong | 1 | -10/+8 |
2021-02-09 | tls: dtls initial implementation | Florin Coras | 15 | -77/+751 |
2021-02-09 | session: coverity fixes | Florin Coras | 1 | -2/+4 |
2021-02-09 | crypto: fix bad-hmac in sw scheduler if async mode | Alexander Chernavin | 1 | -0/+1 |
2021-02-09 | gbp: fix typo in macro | Paul Vinciguerra | 2 | -7/+7 |
2021-02-09 | papi: expose vpp_papi version to client | Paul Vinciguerra | 1 | -0/+6 |
2021-02-09 | papi: remove python2 vpp-api-python.deb | Paul Vinciguerra | 4 | -27/+4 |
2021-02-09 | nat: bump default max translations to 63K | Klement Sekera | 1 | -1/+1 |
2021-02-09 | nat: deny adding intf addr if static-mapping-only | Alexander Chernavin | 1 | -0/+8 |
2021-02-09 | nat: fix coverity errors | Ole Troan | 4 | -8/+7 |
2021-02-09 | nat: improve type safety and remove unused param | Klement Sekera | 3 | -96/+76 |
2021-02-09 | Revert "ipsec: Use the new tunnel API types to add flow label and TTL copy" | Matthew Smith | 16 | -374/+263 |
2021-02-08 | vlib: ASSERT vm == vlib_get_main() | Dave Barach | 1 | -0/+5 |
2021-02-08 | ipsec: Use the new tunnel API types to add flow label and TTL copy | Neale Ranns | 16 | -263/+374 |