Age | Commit message (Expand) | Author | Files | Lines |
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 |
2021-02-01 | vcl: remove verbose output from vcl iperf tests | Florin Coras | 1 | -8/+8 |
2021-02-01 | quic: clean setup_cipher function | Mathias Raoul | 1 | -10/+11 |
2021-02-01 | misc: remove duplicated gbp entry in maintainers | Vratko Polak | 1 | -5/+0 |
2021-02-01 | misc: mark vnet and plugin in maintainers | Vratko Polak | 1 | -8/+8 |
2021-02-01 | misc: use tab as separator in maintainers file | Vratko Polak | 1 | -6/+6 |
2021-02-01 | vppinfra: add defines for bihash add and delete | Paul Atkins | 2 | -1/+4 |
2021-02-01 | misc: Volunteer as maintainer for the policer | Neale Ranns | 1 | -1/+1 |
2021-02-01 | misc: Remove duplicate "classify" entry in MAINTAINER list | Neale Ranns | 1 | -5/+0 |
2021-02-01 | docs: fix up the markdown | Andrew Yourtchenko | 3 | -1/+4 |
2021-02-01 | misc: 21.01 Release Notes | Andrew Yourtchenko | 1 | -1/+663 |
2021-02-01 | misc: Update my email address in MAINTAINERS | Neale Ranns | 1 | -26/+26 |
2021-02-01 | fib: Changes to interpose source | Neale Ranns | 6 | -22/+227 |
2021-02-01 | tap: fix the interrupt handling | Mohsin Kazmi | 1 | -3/+4 |
2021-01-29 | interface: fix interface name overflow in logs | Benoît Ganne | 1 | -9/+9 |
2021-01-29 | misc: fix a trunccation on vhost dump | Steven Luong | 1 | -6/+5 |
2021-01-29 | vlib: acquire barrier before exit call | Kommula Shiva Shankar | 1 | -0/+2 |
2021-01-28 | vcl: support set/get vrf attribute | Florin Coras | 3 | -0/+24 |
2021-01-28 | vcl: fix select want deq ntf for ct sessions | Florin Coras | 1 | -32/+35 |
2021-01-28 | svm vcl: add helper fn that discovers mqs in segment | Florin Coras | 7 | -9/+80 |
2021-01-28 | vcl: honor time wait in eventfd epoll wait | Florin Coras | 1 | -11/+35 |
2021-01-28 | cnat: Fix session with deleted tr | Nathan Skrzypczak | 3 | -9/+3 |
2021-01-28 | cnat: Fix throttle hash & cleanup | Nathan Skrzypczak | 5 | -106/+67 |
2021-01-28 | tests: add ip6 punt policer handoff test | Brian Russell | 1 | -1/+52 |
2021-01-28 | tests: move ip6 punt setup to its own class | Brian Russell | 1 | -23/+24 |
2021-01-28 | tests: add ip4 punt policer handoff test | Brian Russell | 1 | -1/+51 |
2021-01-28 | tests: move ip4 punt setup to its own class | Brian Russell | 1 | -28/+29 |
2021-01-28 | ip: do policer thread handoff from punt policers | Brian Russell | 3 | -51/+130 |
2021-01-28 | policer: add policer handoff | Brian Russell | 2 | -0/+81 |
2021-01-28 | ip: add frame queues to punt policer nodes | Brian Russell | 2 | -0/+10 |
2021-01-28 | policer: add thread index to policer | Brian Russell | 2 | -3/+8 |
2021-01-28 | ip: Router ID included in flow hash | Neale Ranns | 12 | -29/+122 |
2021-01-28 | crypto-openssl: fix iv size for AES CTR | Benoît Ganne | 1 | -68/+69 |