aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-04-08nat: ED: global session LRU listKlement Sekera6-19/+110
2020-04-08nat: preallocate poolsKlement Sekera1-0/+3
2020-04-08sr: Fix the coverity issueTetsuya Murakami1-15/+5
2020-04-08session: alloc exact number of bufs for multi-seg deqsSimon Zhang2-7/+24
2020-04-07session: add more session errorsFlorin Coras3-21/+33
2020-04-07l2: handle complete clone fail in l2_floodDave Barach2-4/+10
2020-04-07nat: ED: port re-use algorithmKlement Sekera6-45/+196
2020-04-07vat: fix vat strncpy stringop-overflowRay Kinsella1-2/+1
2020-04-07nat: don't drop packet for expired sessionKlement Sekera3-6/+4
2020-04-07udp: move cli to separate fileFlorin Coras5-205/+230
2020-04-07tcp: fix conf mtu parsingFlorin Coras1-3/+3
2020-04-07udp session: allow dgram ip fragmentationFlorin Coras4-37/+37
2020-04-07udp session: jumbo frames and configurable mtuFlorin Coras5-4/+45
2020-04-07ikev2: make liveness params configurableFilip Tehlar7-4/+130
2020-04-07sr: fix byte-order in steering APIIgnas Bacius1-2/+2
2020-04-07sr: Support uSID function.Tetsuya Murakami8-573/+816
2020-04-06vat: fix static analysis warningDave Barach1-2/+3
2020-04-06vcl session: enforce full dgram reads/writesFlorin Coras4-41/+73
2020-04-06session udp: shared local endpointsFlorin Coras10-42/+128
2020-04-06bonding: Add GSO supportSteven Luong2-2/+21
2020-04-06misc: fix python sonarcloud BLOCKER level issuesPaul Vinciguerra3-5/+8
2020-04-06ikev2: fix wrong index computationFilip Tehlar1-1/+1
2020-04-06ip: reassembly: don't set error if no errorKlement Sekera4-8/+12
2020-04-04misc: strcpy be goneDave Barach8-30/+30
2020-04-04session tls: support tls deschedulingFlorin Coras11-60/+101
2020-04-04session tls: improve app transports tx schedulingFlorin Coras7-35/+54
2020-04-04misc: sprintf be goneDave Barach14-195/+206
2020-04-04vcl: fix vcl_test.py sonarcloud issueDave Wallace1-14/+9
2020-04-03session: improve error reportingFlorin Coras31-160/+199
2020-04-03session: init port_proto_type asapFlorin Coras1-7/+11
2020-04-03session udp: fix transport flags and migrationFlorin Coras7-8/+15
2020-04-03session: remove obsolete apisFlorin Coras4-799/+37
2020-04-03docs: 80-vpp.conf fix transposition error in commentsPaul Vinciguerra1-1/+1
2020-04-03ip: remove vl_api_address_family_t byte order swapJakub Grajciar2-10/+10
2020-04-02dpdk: VM VHOST tests with rxq>1 failingSteven Luong1-0/+1
2020-04-02tcp: explicit use of timer wheel in timer apisFlorin Coras6-171/+190
2020-04-02ipsec: provide stat index in sa detailsMatthew Smith3-5/+8
2020-04-02misc: fix static analysis warningsDave Barach2-4/+4
2020-04-02tcp: move features to separate filesFlorin Coras18-2946/+3128
2020-04-02udp session vcl: add udp iperf testFlorin Coras3-9/+61
2020-04-02tcp: count zero wnd enqueue attemptsFlorin Coras1-0/+4
2020-04-01vppinfra: fix vppinfra test code buildDave Barach3-4/+6
2020-04-01session udp: support connect on listenersFlorin Coras7-8/+60
2020-04-01vppinfra: add tw_timer_2t_2w_512sl variantDave Barach4-3/+187
2020-04-01vcl: support sendto for dgramsFlorin Coras2-35/+45
2020-04-01session: allow rx events independnt of stateFlorin Coras1-6/+0
2020-04-01udp: improvements to cliFlorin Coras2-13/+64
2020-04-01udp: track connection port sharingFlorin Coras4-31/+122
2020-04-01session: fix fifos displayAloys Augustin1-5/+2
2020-04-01ip: Fix the AH/ESP protocol numbers on the APINeale Ranns1-2/+2