Age | Commit message (Expand) | Author | Files | Lines |
2021-02-19 | tests: test input policer |  Brian Russell | 1 | -0/+74 |
2021-02-19 | policer: add api to configure input policing |  Brian Russell | 4 | -0/+76 |
2021-02-19 | policer: add policing as device-input feature |  Brian Russell | 3 | -233/+19 |
2021-02-18 | tests: remove unnecessary setup in policer test |  Brian Russell | 1 | -6/+0 |
2021-02-15 | session: coverity fix |  Florin Coras | 1 | -3/+0 |
2021-02-15 | vlib: refactor checksum offload support |  Mohsin Kazmi | 25 | -223/+332 |
2021-02-15 | misc: coverity fixes |  Dave Barach | 2 | -7/+5 |
2021-02-15 | ip: Path MTU |  Neale Ranns | 22 | -18/+1528 |
2021-02-15 | policer: improve policer struct |  Brian Russell | 9 | -33/+28 |
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-12 | ipsec: Store thread-index in buffer meta-data during SA handoff |  Neale Ranns | 7 | -32/+22 |
2021-02-12 | policer: tidy up |  Brian Russell | 3 | -162/+50 |
2021-02-12 | policer: use enum types |  Brian Russell | 5 | -41/+31 |
2021-02-12 | policer: remove SSE2 prefix |  Brian Russell | 9 | -486/+427 |
2021-02-11 | tests: tag the tests that do not work with multi-worker configuration |  Andrew Yourtchenko | 3 | -0/+6 |
2021-02-11 | policer: use ip dscp |  Brian Russell | 5 | -67/+8 |
2021-02-10 | vcl: validate seg handle on migrate only if needed |  Florin Coras | 1 | -1/+1 |
2021-02-10 | tests: add policer tests |  Brian Russell | 1 | -0/+123 |
2021-02-10 | ipsec: Use the new tunnel API types to add flow label and TTL copy |  Neale Ranns | 14 | -263/+367 |
2021-02-10 | nat: fix EI hairpinning thread safety |  Klement Sekera | 1 | -0/+1 |
2021-02-09 | l2: crash on l2_input_is_xconnect |  Steven Luong | 1 | -10/+8 |
2021-02-09 | tls: dtls initial implementation |  Florin Coras | 4 | -30/+247 |
2021-02-09 | session: coverity fixes |  Florin Coras | 1 | -2/+4 |
2021-02-09 | Revert "ipsec: Use the new tunnel API types to add flow label and TTL copy" |  Matthew Smith | 14 | -331/+234 |
2021-02-08 | ipsec: Use the new tunnel API types to add flow label and TTL copy |  Neale Ranns | 14 | -234/+331 |
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 | 2 | -20/+6 |
2021-02-08 | ipsec: Checking wrong DB for initialistation |  Neale Ranns | 1 | -17/+17 |
2021-02-08 | tunnel: support copying TTL and flow label from inner to outer |  Neale Ranns | 11 | -56/+488 |
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 | 2 | -4/+3 |
2021-02-05 | ip: Remove unused include file |  Neale Ranns | 1 | -1/+0 |
2021-02-05 | nat: 1:1 policy NAT |  Ole Troan | 1 | -2/+2 |
2021-02-05 | ipsec: add support for AES CTR |  Benoît Ganne | 6 | -139/+182 |
2021-02-05 | interface: RX/TX direction type in API |  Neale Ranns | 4 | -70/+87 |
2021-02-05 | vxlan: add udp-port configuration support |  Artem Glazychev | 5 | -60/+320 |
2021-02-05 | sr: Fix the issue that L3VPN SRv6 encapsulated packets could not be forwarded. |  Tetsuya Murakami | 3 | -2/+20 |
2021-02-04 | mpls: MPLS Hash fixes |  Neale Ranns | 2 | -8/+9 |
2021-02-04 | vlib: "revert startup multi-arch variant configuration fix for interfaces" |  Damjan Marion | 3 | -31/+4 |
2021-02-04 | linux-cp: Linux Interface Mirroring for Control Plane Integration |  Neale Ranns | 2 | -2/+12 |
2021-02-04 | ipsec: one thread index per-SA |  Neale Ranns | 8 | -57/+36 |
2021-02-03 | vxlan: fix interface naming |  Ray Kinsella | 1 | -6/+8 |
2021-02-02 | policer: add counters |  Brian Russell | 4 | -8/+58 |
2021-02-01 | fib: Changes to interpose source |  Neale Ranns | 5 | -19/+78 |
2021-02-01 | tap: fix the interrupt handling |  Mohsin Kazmi | 1 | -3/+4 |