Age | Commit message (Expand) | Author | Files | Lines |
2019-03-22 | acl-plugin: get rid of doubly-linked list fields in hash applied ACEs | Andrew Yourtchenko | 2 | -99/+35 |
2019-03-22 | acl-plugin: tuplemerge: fix a crash during soak test with split partition | Andrew Yourtchenko | 1 | -7/+11 |
2019-03-22 | acl-plugin: get rid of a separate "count" field in the linear acl struct | Andrew Yourtchenko | 4 | -18/+18 |
2019-03-22 | crypto: implement rfc4231 test cases | Filip Tehlar | 4 | -2/+422 |
2019-03-22 | ipv6: vectorized ext header check | Damjan Marion | 2 | -10/+35 |
2019-03-22 | ADJ: more thorough link up check | Neale Ranns | 3 | -7/+25 |
2019-03-22 | tcp: improve handling of snd_nxt | Florin Coras | 5 | -126/+93 |
2019-03-22 | svm/atomics: add clib_atomic_swap_rel_n | Florin Coras | 2 | -2/+3 |
2019-03-22 | ipsec: fix esn handling | Damjan Marion | 1 | -9/+5 |
2019-03-22 | IPSEC: test for packet drop on sequence number wrap | Neale Ranns | 3 | -1/+78 |
2019-03-22 | dpdk: do not enable VLAN stripping on Cisco VIC adapters by default | Hyong Youb Kim | 1 | -11/+22 |
2019-03-22 | vppapigen: allow for enum size other than u32 | Andrew Yourtchenko | 2 | -4/+15 |
2019-03-22 | tests: update test_lb.py to use api call lb_conf. | Paul Vinciguerra | 3 | -7/+16 |
2019-03-22 | MAP: Crush Coverity Complaint | Jon Loeliger | 1 | -1/+1 |
2019-03-21 | Ignore SIGTERM during the vpp boot sequence | Dave Barach | 2 | -12/+17 |
2019-03-21 | vec: use memset in vec_resize_allocate_memory | Florin Coras | 1 | -1/+1 |
2019-03-21 | session/fifo: make event unset atomic | Florin Coras | 2 | -6/+8 |
2019-03-21 | BVI Interface | Neale Ranns | 8 | -3/+509 |
2019-03-21 | error-drop; print interface by name | Neale Ranns | 1 | -1/+2 |
2019-03-21 | api trace: cli bug fix | ezkexma | 1 | -2/+2 |
2019-03-21 | icmp: bug fix of buffer->error | Kingwel Xie | 2 | -2/+18 |
2019-03-21 | ipsec: add ipv6 support for ipsec tunnel interface | Kingwel Xie | 8 | -153/+423 |
2019-03-20 | vcl: mark app state as failed if attach fails | Florin Coras | 1 | -8/+11 |
2019-03-20 | crypto: add hmac truncate option | Damjan Marion | 3 | -2/+10 |
2019-03-20 | crypto_openssl: call EVP_EncryptFinal_ex only if needed | Damjan Marion | 1 | -2/+4 |
2019-03-20 | IPSEC: Tunnel SA not deleted | Neale Ranns | 1 | -3/+6 |
2019-03-20 | ipsec: keep crypto data inside SA | Damjan Marion | 8 | -58/+65 |
2019-03-20 | ipsec: bug fix ipsec-init sequence | Kingwel Xie | 1 | -2/+0 |
2019-03-20 | cpu: fix rtype for fn selected by CLIB_MARCH_FN | Florin Coras | 1 | -1/+1 |
2019-03-20 | tcp: disable cc elog debugging | Florin Coras | 1 | -2/+2 |
2019-03-20 | perfmon: python to C parser for intel CPUs | Damjan Marion | 24 | -445/+23854 |
2019-03-20 | ldp: force exit if constructor init fails | Florin Coras | 1 | -2/+5 |
2019-03-20 | Re-enable aarch64 neon instruction in vlib_buffer_free_inline | Lijian.Zhang | 2 | -5/+12 |
2019-03-20 | tests: implement crypto tests per RFC2202 | Filip Tehlar | 6 | -85/+418 |
2019-03-20 | tests: cdp plugin. Replace cdp enable cli command with API call. | Paul Vinciguerra | 1 | -1/+1 |
2019-03-20 | vpp_papi: Expose the list of field attributes to the client. | Paul Vinciguerra | 1 | -0/+1 |
2019-03-19 | vpp_papi: specify encoding for .encode()/.decode() | Paul Vinciguerra | 3 | -9/+10 |
2019-03-19 | MAP: Add optional user-supplied 'tag' field in MAPs. | Jon Loeliger | 4 | -14/+135 |
2019-03-19 | crypto: introduce crypto infra | Damjan Marion | 21 | -233/+1489 |
2019-03-19 | add default NONE flag for bd_flags | Michal Cmarada | 1 | -0/+1 |
2019-03-19 | IPSEC: remove byte swap operations in DP during SPD classify | Neale Ranns | 5 | -46/+35 |
2019-03-19 | IPSEC: tidy the policy types | Neale Ranns | 6 | -78/+102 |
2019-03-18 | session: add session flags | Florin Coras | 5 | -24/+17 |
2019-03-18 | Fix build with newer linux headers | Damjan Marion | 4 | -4/+17 |
2019-03-18 | vmxnet3: auto bind support | Steven Luong | 7 | -23/+63 |
2019-03-18 | vnet: disable the expansion of the heap allocated for classifier tables | Andrew Yourtchenko | 1 | -0/+2 |
2019-03-15 | Fix bihash bucket double unlock. | Tom Seidenberg | 1 | -2/+1 |
2019-03-15 | PAPI: Build python3 package for vpp_papi | Ole Troan | 2 | -5/+21 |
2019-03-15 | Revert "API: Cleanup APIs interface.api" | Ole Trøan | 14 | -280/+234 |
2019-03-15 | vcl: cleanup debug messages | Florin Coras | 16 | -261/+191 |