aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-03-26Convert GRE nodes to new buffer APIs and multiarchBenoît Ganne4-618/+594
2019-03-26Simplify adjacency rewrite codeBenoît Ganne5-172/+100
2019-03-26IPSEC: improved policy deleteNeale Ranns1-13/+9
2019-03-25VCL: add TLS opt to socket_test.shDave Wallace2-6/+6
2019-03-25tls: make first segment and fifo size configurableFlorin Coras2-5/+14
2019-03-25IPSEC tests fnd fix or Extended Sequence NumbersNeale Ranns3-15/+14
2019-03-25UDP: Fix session registration in lookup tableAloys Augustin1-0/+4
2019-03-25add api trace printezkexma1-1/+16
2019-03-25Fix unformat proto UDPC / UDP conflictNathan Skrzypczak1-4/+4
2019-03-25vxlan-gbp: Add api custom-dumpMohsin Kazmi1-0/+52
2019-03-23tcp: make default mtu configurableFlorin Coras3-7/+10
2019-03-22acl-plugin: get rid of doubly-linked list fields in hash applied ACEsAndrew Yourtchenko2-99/+35
2019-03-22acl-plugin: tuplemerge: fix a crash during soak test with split partitionAndrew Yourtchenko1-7/+11
2019-03-22acl-plugin: get rid of a separate "count" field in the linear acl structAndrew Yourtchenko4-18/+18
2019-03-22crypto: implement rfc4231 test casesFilip Tehlar4-2/+422
2019-03-22ipv6: vectorized ext header checkDamjan Marion2-10/+35
2019-03-22ADJ: more thorough link up checkNeale Ranns3-7/+25
2019-03-22tcp: improve handling of snd_nxtFlorin Coras5-126/+93
2019-03-22svm/atomics: add clib_atomic_swap_rel_nFlorin Coras2-2/+3
2019-03-22ipsec: fix esn handlingDamjan Marion1-9/+5
2019-03-22IPSEC: test for packet drop on sequence number wrapNeale Ranns3-1/+78
2019-03-22dpdk: do not enable VLAN stripping on Cisco VIC adapters by defaultHyong Youb Kim1-11/+22
2019-03-22vppapigen: allow for enum size other than u32Andrew Yourtchenko2-4/+15
2019-03-22tests: update test_lb.py to use api call lb_conf.Paul Vinciguerra3-7/+16
2019-03-22MAP: Crush Coverity ComplaintJon Loeliger1-1/+1
2019-03-21Ignore SIGTERM during the vpp boot sequenceDave Barach2-12/+17
2019-03-21vec: use memset in vec_resize_allocate_memoryFlorin Coras1-1/+1
2019-03-21session/fifo: make event unset atomicFlorin Coras2-6/+8
2019-03-21BVI InterfaceNeale Ranns8-3/+509
2019-03-21error-drop; print interface by nameNeale Ranns1-1/+2
2019-03-21api trace: cli bug fixezkexma1-2/+2
2019-03-21icmp: bug fix of buffer->errorKingwel Xie2-2/+18
2019-03-21ipsec: add ipv6 support for ipsec tunnel interfaceKingwel Xie8-153/+423
2019-03-20vcl: mark app state as failed if attach failsFlorin Coras1-8/+11
2019-03-20crypto: add hmac truncate optionDamjan Marion3-2/+10
2019-03-20crypto_openssl: call EVP_EncryptFinal_ex only if neededDamjan Marion1-2/+4
2019-03-20IPSEC: Tunnel SA not deletedNeale Ranns1-3/+6
2019-03-20ipsec: keep crypto data inside SADamjan Marion8-58/+65
2019-03-20ipsec: bug fix ipsec-init sequenceKingwel Xie1-2/+0
2019-03-20cpu: fix rtype for fn selected by CLIB_MARCH_FNFlorin Coras1-1/+1
2019-03-20tcp: disable cc elog debuggingFlorin Coras1-2/+2
2019-03-20perfmon: python to C parser for intel CPUsDamjan Marion24-445/+23854
2019-03-20ldp: force exit if constructor init failsFlorin Coras1-2/+5
2019-03-20Re-enable aarch64 neon instruction in vlib_buffer_free_inlineLijian.Zhang2-5/+12
2019-03-20tests: implement crypto tests per RFC2202Filip Tehlar6-85/+418
2019-03-20tests: cdp plugin. Replace cdp enable cli command with API call.Paul Vinciguerra1-1/+1
2019-03-20vpp_papi: Expose the list of field attributes to the client.Paul Vinciguerra1-0/+1
2019-03-19vpp_papi: specify encoding for .encode()/.decode()Paul Vinciguerra3-9/+10
2019-03-19MAP: Add optional user-supplied 'tag' field in MAPs.Jon Loeliger4-14/+135
2019-03-19crypto: introduce crypto infraDamjan Marion21-233/+1489