aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-11-22ipfix-export: add a new API to dump all exportersPaul Atkins2-1/+86
2021-11-22ipfix-export: support creating multiple exportersPaul Atkins4-45/+169
2021-11-22ipfix-export: refactor ipfix_exporter_t_handler fnPaul Atkins1-34/+34
2021-11-22ipfix-export: pass an exp to flow_report_add_delPaul Atkins10-251/+209
2021-11-22ipfix-export: make stream fns exporter awarePaul Atkins1-18/+11
2021-11-22ipfix-export: refactor fields in flow_report_mainPaul Atkins9-133/+183
2021-11-19tls: add option to config additional segment sizeFlorin Coras2-4/+9
2021-11-19fib: Don't use [midchain] adjacencies to change an interface's feature arcNeale Ranns29-298/+371
2021-11-19af_xdp: integrate with new tx infraarikachen3-31/+83
2021-11-18af_xdp: introduce to netns apiarikachen7-10/+227
2021-11-18session: deprecate mq segments basevaFlorin Coras2-15/+2
2021-11-18session: improve wrk mq segment allocationFlorin Coras3-53/+62
2021-11-18ip: comparing IP prefixes should not modify themNeale Ranns5-13/+40
2021-11-17session: fix state check in switch poolFlorin Coras1-3/+3
2021-11-17session: support close during migrationFlorin Coras2-9/+41
2021-11-17session: try to coalesce ct accept rpcsFlorin Coras1-7/+44
2021-11-17ip6: ip6_not_enabled_node is a sibling of ip6-dropPaul Atkins1-6/+2
2021-11-17ipfix-export: remove unused code in flow_report.hPaul Atkins1-2/+0
2021-11-17ipfix-export: tidy code style in flow_report.cPaul Atkins1-46/+46
2021-11-17ipfix-export: set msg id correctly for dump msgPaul Atkins1-1/+2
2021-11-17nat: VPP crashes when route is not reachableDaniel Béreš1-0/+3
2021-11-17nat: det44 plugin session scavenging fixFilip Varga1-15/+27
2021-11-16vlib: fix coverity warningKlement Sekera1-1/+0
2021-11-16perfmon: fix coverity warningKlement Sekera1-2/+9
2021-11-16session: add per worker ct contextFlorin Coras1-26/+43
2021-11-16vapi: verify message size when receivedKlement Sekera3-18/+51
2021-11-15session: postpone ct segment deleteFlorin Coras1-47/+70
2021-11-15vcl: add DSCP support in VCLFilip Tehlar5-0/+17
2021-11-15misc: vppctl - remove the dependency on vppinfraAndrew Yourtchenko1-89/+158
2021-11-15vppinfra: fix masks in AVX512 clib_count_equal_*Dmitry Valter2-31/+40
2021-11-15memif: fix the coverity warningMohsin Kazmi1-5/+8
2021-11-15perfmon: rename bundle to memory stallsRay Kinsella2-9/+9
2021-11-15fib: re-evaluate the import/export state of a prefix.Neale Ranns5-77/+225
2021-11-14flowprobe: right values in records from subinterfacesDaniel Béreš1-2/+14
2021-11-12session: add support for DSCPFilip Tehlar3-7/+12
2021-11-12hash: refactor crc32_5tupleDamjan Marion4-121/+96
2021-11-12srtp: fix uninitialized valueDamjan Marion1-1/+1
2021-11-12build: remove unnecesary link depsDamjan Marion3-4/+3
2021-11-12session: fix ct tracking of actual transport protoFlorin Coras1-1/+1
2021-11-12virtio: improve the inline of clib_memcpy_fastMohsin Kazmi1-1/+1
2021-11-12memif: fix the default txq placementMohsin Kazmi1-3/+9
2021-11-11tests: make code coverage for unit tests optionalOle Troan3-3/+10
2021-11-11vcl: notify vpp if connected inexistent sessionFlorin Coras1-1/+11
2021-11-11nat: nat44-ei/ed nat objects cleanup improvementsFilip Varga5-259/+489
2021-11-10vppinfra: new vectorized ip checksum functions incl. csum_and_copyDamjan Marion8-100/+487
2021-11-10vppinfra: deprecate test_mheap.cDave Barach1-286/+0
2021-11-10ip: crash in ip_csum_fold due to illegal instruction shrxSteven Luong1-1/+1
2021-11-10vppinfra: new memcpy for x86_64Damjan Marion12-942/+790
2021-11-10ip: always set ip rx_sw_if_indexFlorin Coras3-10/+12
2021-11-10nat: api autoendian fixFilip Varga5-60/+86