Age | Commit message (Expand) | Author | Files | Lines |
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 | tests: test punt policer bound to worker thread |  Brian Russell | 3 | -2/+93 |
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 | tests: explicitly close subprocess files |  Paul Vinciguerra | 1 | -0/+2 |
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 | docs: fixing VPP tutorial |  Arthur de Kerhor | 3 | -6/+6 |
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-12 | build: add missing virtualenv dependencies for debian-10 |  Andrew Yourtchenko | 1 | -0/+1 |
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 | 26 | -0/+80 |
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 | 21 | -326/+495 |
2021-02-10 | nat: fix EI hairpinning thread safety |  Klement Sekera | 8 | -64/+813 |
2021-02-10 | misc: updating maintainers file |  Ole Troan | 1 | -1/+10 |
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 | misc: Now that VOM is deprecated remove the build dependency on boost |  Neale Ranns | 1 | -2/+1 |
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 | 21 | -459/+297 |
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 | 21 | -297/+459 |
2021-02-08 | interface: automask interrupts to polling rxqs |  Mohammed Hawari | 1 | -1/+3 |
2021-02-08 | virtio: use vpp clib_memset instead glibc memset |  Mohsin Kazmi | 1 | -2/+2 |
2021-02-08 | virtio: add atomic call for kicking |  Mohsin Kazmi | 3 | -20/+9 |
2021-02-08 | ipsec: Checking wrong DB for initialistation |  Neale Ranns | 1 | -17/+17 |