aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2020-03-31udp: validate input data lengthFlorin Coras1-4/+7
2020-03-31nat: fix unknown proto translation out2in_edAlexander Chernavin1-2/+2
2020-03-31ipsec: use id in ipsec_tunnel_protect_detailsMatthew Smith1-4/+6
2020-03-31ikev2: fix crash during peer live checkFilip Tehlar1-1/+8
2020-03-31ipsec: fix chained ESPFilip Tehlar2-50/+145
2020-03-31vlib: move pci api types from vnet/pci to vlib/pciJakub Grajciar8-32/+12
2020-03-31rdma: print device info from PCI VPD in 'show hardware' outputDamjan Marion1-0/+14
2020-03-31ipsec: fix udp-encap in transport modeAlexander Chernavin1-1/+7
2020-03-30tcp: reuse session infra for syns and resetsFlorin Coras6-88/+71