aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2021-04-30build: switch release build to -O3Damjan Marion1-1/+1
2021-04-29session: accept notifies for sessions in created stateFlorin Coras1-0/+2
2021-04-29session: cleanup CREATED sessions when listener goes downliuyacan3-0/+63
2021-04-28ip: extend the punt cli to accept reason filter for sockets registrationArthur de Kerhor1-0/+6
2021-04-27gre: Remove the debugging logging from the mGRE testsNeale Ranns1-6/+1
2021-04-27misc: fix dead storesDamjan Marion1-1/+1
2021-04-27session: fix mq ext config cleanupFlorin Coras1-2/+1
2021-04-26pg: fix packet coalescing cliRay Kinsella1-2/+2
2021-04-26tests: clean up gbp calls from vpp_papi_providerPaul Vinciguerra1-24/+16
2021-04-26session: fix race condition in fifo allocationliuyacan3-43/+39
2021-04-23vxlan: Fix L3 modeNathan Skrzypczak5-103/+158
2021-04-23session: set connected session index for ctFlorin Coras1-2/+5
2021-04-23tcp: try to update sack list only if not emptyFlorin Coras1-1/+1
2021-04-23tcp: reorganize connection membersFlorin Coras2-8/+8
2021-04-23tls quic: improve error reportingFlorin Coras2-7/+11
2021-04-23session: set fifo's session index before vcl attachliuyacan1-0/+2
2021-04-22session: remove unused connect/listen msg membersFlorin Coras1-5/+0
2021-04-22vcl session: refactor passing of crypto contextFlorin Coras7-61/+72
2021-04-22flow: Add API implementation of IP4/IP6, IP4_VXLAN/IP6_VXLANChenmin Sun3-1/+63
2021-04-22vcl session: extended connect/listen configurationFlorin Coras4-18/+65
2021-04-22misc: add filter for specific error for pcap traceBenoît Ganne4-1/+18
2021-04-22ip: remove unnecesary inlining in ip4-rewrite nodeDamjan Marion1-16/+3
2021-04-21vppinfra: more avx512 inlines (compress, expand, from, is_equal_mask)Damjan Marion1-1/+1
2021-04-20tcp: req app deq notification on fifo fullFlorin Coras3-1/+33
2021-04-20crypto: support async handlers for 3des and md5Alexander Chernavin2-3/+12
2021-04-20ipsec: remove WITH_LIBSSL macrosDamjan Marion2-125/+3
2021-04-19ip: fix offload flags handlingAloys Augustin2-3/+5
2021-04-19interface: interface-output end node reworkDamjan Marion4-61/+77
2021-04-18ip: remove dead code from ip_csumDamjan Marion1-1/+0
2021-04-17classify: honor pcap interface filter also when classify filter is usedBenoît Ganne3-135/+136
2021-04-15tcp: support for rate sample attr flagFlorin Coras2-1/+23
2021-04-14session: fix next node add on transport registrationFlorin Coras1-7/+2
2021-04-14misc: clang-12 supportDamjan Marion1-6/+2
2021-04-14session tcp vcl: api to update connection attributesFlorin Coras11-26/+262
2021-04-14flow: The type of vni in VxLAN flow should be u32Chenmin Sun3-10/+8
2021-04-09dpdk: selection of cryptodev engine data-pathFan Zhang2-2/+4
2021-04-08devices: af_packet - use netlink to get/set mtuAloys Augustin3-23/+100
2021-04-07session: fix coverity warningFlorin Coras2-6/+6
2021-04-07crypto: fix ops flags in crypto sw schedulerBenoît Ganne1-0/+2
2021-04-06session: basic support for interrupt modeFlorin Coras4-4/+176
2021-04-05tcp: time infra improvementsFlorin Coras11-35/+68
2021-04-05vhost: Crash upon disconnectSteven Luong1-1/+1
2021-04-05ip6-nd: Solicitation reply only if target is our link-localNeale Ranns1-4/+9
2021-04-02ip-neighbor: suppress unsolicited clib_warning when sending garpSteven Luong2-5/+19
2021-04-01session: always clean rx mqs on app detachFlorin Coras1-4/+3
2021-04-01ip: extend show cmd of ip reassembly configurationAnton Nikolaev4-0/+16
2021-04-01fib: Move the adjacency midchain nodes into a separate fileNeale Ranns5-233/+251
2021-03-30session: interrupt mode for session node on main threadFlorin Coras1-15/+20
2021-03-30interface: fix coverityDamjan Marion1-2/+2
2021-03-29svm session vcl: per app rx message queuesFlorin Coras8-101/+496