aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-07-18vlib: convert frame_index into real pointersAndreas Schultz10-90/+52
2019-07-18lb: update api.c to use scaffolding from latest skelPaul Vinciguerra4-43/+112
2019-07-17tcp: add node with no 6-tuple lookupVladimir Kropylev1-22/+96
2019-07-17quic: Add back stream connect conditionNathan Skrzypczak1-1/+1
2019-07-17build: add targets for json api filesPaul Vinciguerra1-0/+94
2019-07-17session: move constants definitionFlorin Coras2-2/+3
2019-07-17session: use llist in session node evt handlingFlorin Coras4-68/+172
2019-07-17session: grab mq lock until ctrl event is enqueuedFlorin Coras1-2/+1
2019-07-17vppinfra: elog: fix read overflow in string lookupBenoît Ganne1-5/+7
2019-07-16session: fix node enable sequenceVladimir Kropylev1-1/+1
2019-07-16papi: use the injected logger wherever possibleVratko Polak1-18/+6
2019-07-16gbp: fix contracts dpo ACL matchBenoît Ganne1-3/+3
2019-07-16ipsec: handle UDP keepalivesNeale Ranns8-38/+227
2019-07-16ipsec: coverity found c-n-p errorNeale Ranns1-1/+1
2019-07-16api: enable binary API event logging in vatDave Barach9-65/+254
2019-07-15quic: integrate vpp crypto api for quic packets encryptionMathias Raoul4-0/+403
2019-07-15ipsec: rewind missing from dual loopNeale Ranns1-4/+9
2019-07-15interface: fix issue that pcap rx/tx trace not available when there are worke...Wei CHEN2-8/+10
2019-07-15session: allow transports to generate closed notificationsFlorin Coras6-27/+44
2019-07-14api: add DSCP definitions to ip_types.apiPaul Vinciguerra1-0/+46
2019-07-13vppinfra: add doubly linked listFlorin Coras4-0/+609
2019-07-12nsim: cross-connect mode crash at interface output nodeJohn Lo2-6/+6
2019-07-12quic: fix show session verboseAloys Augustin3-33/+28
2019-07-12tls quic: reduce default segment sizesAloys Augustin2-3/+3
2019-07-12session: add thread index to all formattersAloys Augustin7-4/+15
2019-07-12vcl: fix namespace debug printBenoît Ganne1-2/+1
2019-07-12svm: handles heap dlmalloc allocation failureBenoît Ganne1-0/+6
2019-07-12vcl: fix tsock 0-ing in test clientBenoît Ganne1-2/+3
2019-07-12ipsec: drop outbound ESP when no crypto alg setMatthew Smith4-5/+162
2019-07-12ip: Trace the packet from the punt nodeNeale Ranns1-7/+14
2019-07-12nat: added handoff trace index for easier trace matchFilip Varga1-2/+4
2019-07-12ipsec: Reference count the SAsNeale Ranns10-167/+158
2019-07-12nat: fix net44 lb static APIBenoît Ganne1-1/+1
2019-07-12papi: fix vpp_format from change in vl_api_prefix_tPaul Vinciguerra2-12/+10
2019-07-12ip ipsec: Remove IPSec SPI-0 punt reasonNeale Ranns5-31/+31
2019-07-12docs: how to enable coredump with systemdBenoît Ganne1-0/+5
2019-07-12syslog: fix syslog structured data formattingBenoît Ganne1-1/+1
2019-07-11vppinfra: bihash add-but-do-not-overwrite semanticsDave Barach1-0/+7
2019-07-11ip: Punt node does not free iovecsNeale Ranns3-11/+22
2019-07-11ipsec: Revert "IPSEC: remove byte swap operations in DP during SPD classify"Neale Ranns5-27/+26
2019-07-11ipsec: Revert "IPSEC: remove double byte swap of IP addresses"Neale Ranns1-10/+18
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 Coras3-19/+35
2019-07-10ip: fix show ip neigh vector read overflowBenoît Ganne3-38/+30
2019-07-10vlib: Replace timer in CLI with an event processChris Luke1-16/+140
2019-07-10misc: fix buffer issue in geneve_inputZhiyong Yang1-10/+8
2019-07-10quic: Improve timing interface for quic_echoNathan Skrzypczak1-100/+202
2019-07-10fib: fib_entry_flags_update takes a vector of pathsNeale Ranns1-5/+1