aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2021-11-27devices: fix af_packet GSO checkNathan Skrzypczak1-1/+6
2021-11-26session: accept reply improvementsFlorin Coras1-26/+25
2021-11-26session: postpone ct peer disconnect and more checksFlorin Coras1-20/+29
2021-11-26session: only notify server on ct connect failureFlorin Coras1-8/+14
2021-11-25l2: change prefetch to prefetchwRay Kinsella1-4/+4
2021-11-24session: improve fifo segment allocationFilip Tehlar1-0/+6
2021-11-24session: detach server from client on connect failureFlorin Coras1-0/+2
2021-11-23misc: deprecate gbp and its dependentsNeale Ranns15-3724/+3
2021-11-23vxlan: multiarch optimization of vxlanRay Kinsella3-5/+1
2021-11-23devices: support build on older kernelsFlorin Coras1-0/+3
2021-11-23ip: unlock_fib on if deleteNathan Skrzypczak4-54/+99
2021-11-22gso: implement gso segementation copy with checksumMohsin Kazmi2-15/+239
2021-11-22ipfix-export: support sending of ipv6 pktsPaul Atkins1-62/+176
2021-11-22ipfix-export: Change exp to use ip_addressPaul Atkins4-62/+80
2021-11-22ipfix-export: rename variables when building bufsPaul Atkins1-40/+40
2021-11-22ipfix-export: refactor params to the callback fnsPaul Atkins4-15/+7
2021-11-22ipfix-export: Add APIs to get/send buffersPaul Atkins3-0/+234
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 Atkins5-73/+60
2021-11-22ipfix-export: make stream fns exporter awarePaul Atkins1-18/+11
2021-11-22ipfix-export: refactor fields in flow_report_mainPaul Atkins4-87/+125
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 Ranns24-291/+352
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 Ranns4-7/+33
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-16session: add per worker ct contextFlorin Coras1-26/+43
2021-11-15session: postpone ct segment deleteFlorin Coras1-47/+70
2021-11-15vcl: add DSCP support in VCLFilip Tehlar2-0/+2
2021-11-15fib: re-evaluate the import/export state of a prefix.Neale Ranns5-77/+225
2021-11-12session: add support for DSCPFilip Tehlar3-7/+12
2021-11-12hash: refactor crc32_5tupleDamjan Marion2-81/+42
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-10vppinfra: new vectorized ip checksum functions incl. csum_and_copyDamjan Marion3-98/+11
2021-11-10ip: crash in ip_csum_fold due to illegal instruction shrxSteven Luong1-1/+1
2021-11-10ip: always set ip rx_sw_if_indexFlorin Coras3-10/+12
2021-11-09session: reset if ct close with dataFlorin Coras1-1/+15
2021-11-09session: postpone ct cleanupsFlorin Coras1-18/+105
2021-11-08tcp: refactor reset nodeFlorin Coras1-49/+71
2021-11-07l2: fix array-bounds error for prefetch on ArmTianyu Li1-1/+2