Age | Commit message (Expand) | Author | Files | Lines |
2021-02-24 | session: init ctrl msg without mq lock | Florin Coras | 1 | -102/+96 |
2021-02-24 | fib: fix sa selection for fib routed destinations | Július Milan | 1 | -4/+14 |
2021-02-24 | crypto: A more memory efficient layout of the frame element struct | Neale Ranns | 2 | -18/+26 |
2021-02-23 | l2: coverity woe in l2_api.c | Steven Luong | 1 | -23/+20 |
2021-02-23 | vlib: fix offload flags value reset | Benoît Ganne | 1 | -2/+11 |
2021-02-22 | ip-neighbor: add set ip neighbor-config CLI command | Ivan Shvedunov | 1 | -0/+54 |
2021-02-19 | tests: add input policer thread handoff tests | Brian Russell | 1 | -2/+74 |
2021-02-19 | policer: add thread handoff for device input | Brian Russell | 4 | -13/+71 |
2021-02-19 | policer: move handoff checks into policer code | Brian Russell | 4 | -47/+41 |
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 |