Age | Commit message (Expand) | Author | Files | Lines |
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 |
2021-02-08 | tests: allow for externally supplied VPP workers config for tests |  Andrew Yourtchenko | 3 | -1/+28 |
2021-02-08 | ping: fix aborting on keypress |  Ivan Shvedunov | 3 | -9/+11 |
2021-02-08 | tunnel: support copying TTL and flow label from inner to outer |  Neale Ranns | 11 | -56/+488 |
2021-02-08 | misc: support api generated dependency for multiarch source |  Ole Troan | 6 | -15/+36 |
2021-02-08 | libmemif: fix insecure uses of strncpy |  Andrew Yourtchenko | 4 | -45/+67 |
2021-02-08 | libmemif: set data offset for memif buffer |  Jakub Grajciar | 1 | -2/+25 |
2021-02-07 | vppinfra: do not crash if format string is null |  Andrew Yourtchenko | 1 | -4/+4 |
2021-02-07 | flowprobe: set collector port for data from setting |  jan_cavojsky | 1 | -2/+2 |
2021-02-06 | ipsec: CLI improvement for udp port encap |  Mohammed Hawari | 1 | -0/+5 |
2021-02-05 | tcp: fix port reuse with multiple listeners |  Florin Coras | 2 | -3/+11 |
2021-02-05 | devices: af-packet gso mtu |  Nathan Skrzypczak | 4 | -38/+126 |
2021-02-05 | session svm: non blocking mq |  Florin Coras | 7 | -197/+222 |
2021-02-05 | ip: Remove unused include file |  Neale Ranns | 1 | -1/+0 |
2021-02-05 | libmemif: fix memif_refill_queue |  Jakub Grajciar | 1 | -5/+6 |
2021-02-05 | libmemif: set next free buffer |  Jakub Grajciar | 2 | -0/+41 |
2021-02-05 | nat: 1:1 policy NAT |  Ole Troan | 17 | -7/+2451 |
2021-02-05 | ipsec: add support for AES CTR |  Benoît Ganne | 8 | -142/+321 |
2021-02-05 | ikev2: fix bad ip in logs |  Filip Tehlar | 1 | -5/+9 |
2021-02-05 | interface: RX/TX direction type in API |  Neale Ranns | 4 | -70/+87 |
2021-02-05 | papi: remove unused name from __all__ |  Paul Vinciguerra | 1 | -1/+1 |
2021-02-05 | nat: configurable handoff frame queue size |  Elias Rudberg | 7 | -6/+171 |
2021-02-05 | vxlan: add udp-port configuration support |  Artem Glazychev | 8 | -106/+564 |
2021-02-05 | sr: Fix the issue that L3VPN SRv6 encapsulated packets could not be forwarded. |  Tetsuya Murakami | 3 | -2/+20 |
2021-02-05 | tests: ikev2: non-default table id test |  Filip Tehlar | 1 | -0/+33 |
2021-02-04 | mpls: MPLS Hash fixes |  Neale Ranns | 2 | -8/+9 |
2021-02-04 | ikev2: add hint to the log when IDs do not match |  Filip Tehlar | 1 | -1/+10 |
2021-02-04 | ikev2: fix msgid |  Filip Tehlar | 1 | -0/+1 |
2021-02-04 | crypto-ipsecmb: add support for AES CTR |  Benoît Ganne | 1 | -36/+40 |
2021-02-04 | vppinfra: fix mem map mt issue due to snprintf |  Florin Coras | 1 | -1/+1 |
2021-02-04 | vlib: "revert startup multi-arch variant configuration fix for interfaces" |  Damjan Marion | 5 | -69/+8 |
2021-02-04 | nat: reduce number of hash tables for EI NAT |  Klement Sekera | 9 | -141/+141 |
2021-02-04 | api: Fold the empty pool check into the main macro |  Neale Ranns | 1 | -6/+0 |
2021-02-04 | linux-cp: Linux Interface Mirroring for Control Plane Integration |  Neale Ranns | 20 | -29/+3614 |
2021-02-04 | ipsec: one thread index per-SA |  Neale Ranns | 8 | -57/+36 |
2021-02-04 | vlib: increase the stats epoch only when necessary |  Miklos Tirpak | 4 | -16/+335 |
2021-02-03 | vxlan: fix interface naming |  Ray Kinsella | 1 | -6/+8 |
2021-02-03 | vppapigen: Support an 'autoendian' keyword for message definitions in |  Neale Ranns | 4 | -7/+12 |
2021-02-03 | vppapigen: fix enum types |  Paul Vinciguerra | 1 | -2/+11 |
2021-02-02 | tests: verify policer stats in punt tests |  Brian Russell | 3 | -0/+72 |
2021-02-02 | policer: add counters |  Brian Russell | 4 | -8/+58 |