aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2019-07-31vppinfra: refactor test_and_set spinlocks to use clib_spinlock_tjaszha038-69/+54
2019-07-31fib: fix calls to unformat_fib_pathNeale Ranns2-4/+5
2019-07-30quic: fix cert loadingNathan Skrzypczak3-12/+17
2019-07-30quic: cleanup and refactorisationAloys Augustin7-525/+634
2019-07-30vppinfra: refactor use of CLIB_MEMORY_BARRIER ()jaszha031-2/+2
2019-07-30vppinfra: conformed spinlocks to use CLIB_PAUSEjaszha031-2/+3
2019-07-29api acl: breakout acl_types.api for reuse by othersPaul Vinciguerra2-79/+101
2019-07-28sr: ipv6 segment routing header (srh) updateAhmed Abdelsalam1-3/+3
2019-07-26quic: coverity fixesNathan Skrzypczak2-9/+30
2019-07-26session tcp: handle rxt and acks as custom eventsFlorin Coras2-3/+2
2019-07-26dpdk: fix vlan strippingNeale Ranns1-11/+15
2019-07-25memif: Fix uninitialized variable as reported by coveritySteven Luong1-1/+2
2019-07-24acl: implement countersAndrew Yourtchenko5-9/+183
2019-07-24dpdk: Prefetch correct size of rte_mbufNitin Saxena1-1/+1
2019-07-24memif: fix vector overflow when copying stringsBenoît Ganne1-19/+27
2019-07-24ipsec: GCM, Anti-replay and ESN fixessNeale Ranns2-3/+5
2019-07-24vppinfra: add mapped pcap file supportGary Boon2-0/+261
2019-07-23api: binary api cleanupDave Barach8-12/+19
2019-07-23quic: Refactor connections closing and deletionAloys Augustin2-21/+81
2019-07-23vlib: address vlib_error_t scaling issueDave Barach1-1/+1
2019-07-23nat: fixed handoff in2out lookup of static mappings by external addressFilip Varga1-2/+2
2019-07-22bonding: fix create bond CLIZhiyong Yang1-1/+1
2019-07-22quic: update quicly libraryAloys Augustin1-4/+4
2019-07-22gtpu: fix missing trace issueZhiyong Yang1-0/+16
2019-07-19fib: FIB Entry trackingNeale Ranns1-13/+4
2019-07-19session: Use parent_handle instead of transport_optsNathan Skrzypczak2-13/+14
2019-07-18vcl: add QUIC supportNathan Skrzypczak3-69/+223
2019-07-18session: Refactor invalid session idx/handleNathan Skrzypczak1-3/+0
2019-07-18vlib: convert frame_index into real pointersAndreas Schultz4-4/+4
2019-07-18lb: update api.c to use scaffolding from latest skelPaul Vinciguerra4-43/+112
2019-07-17quic: Add back stream connect conditionNathan Skrzypczak1-1/+1
2019-07-16gbp: fix contracts dpo ACL matchBenoît Ganne1-3/+3
2019-07-15quic: integrate vpp crypto api for quic packets encryptionMathias Raoul4-0/+403
2019-07-13vppinfra: add doubly linked listFlorin Coras2-0/+354
2019-07-12nsim: cross-connect mode crash at interface output nodeJohn Lo2-6/+6
2019-07-12quic: fix show session verboseAloys Augustin1-29/+23
2019-07-12tls quic: reduce default segment sizesAloys Augustin1-2/+2
2019-07-12session: add thread index to all formattersAloys Augustin2-2/+6
2019-07-12vcl: fix tsock 0-ing in test clientBenoît Ganne1-2/+3
2019-07-12nat: added handoff trace index for easier trace matchFilip Varga1-2/+4
2019-07-12ipsec: Reference count the SAsNeale Ranns1-1/+3
2019-07-12nat: fix net44 lb static APIBenoît Ganne1-1/+1
2019-07-11gbp: An Endpoint can change sclassNeale Ranns3-17/+38
2019-07-11avf: add more link speedsDamjan Marion2-1/+7
2019-07-11quic: Fix quic_echo event flagsNathan Skrzypczak1-9/+9
2019-07-10tcp: improve rate estimateFlorin Coras1-10/+13
2019-07-10quic: Improve timing interface for quic_echoNathan Skrzypczak1-100/+202
2019-07-09acl: perform the ACL-as-a-service user registrations in global heapAndrew Yourtchenko2-10/+14
2019-07-09quic: echo thread can handle multiple sessionsNathan Skrzypczak2-129/+278
2019-07-09gbp: Ownership of dynamically created vxlan-gbp tunnels managed via gbp_itfNeale Ranns20-396/+694