aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-03-31nat: correct thread index usageKlement Sekera3-12/+15
2021-03-31nat: avoid creating negative zero checksumKlement Sekera1-1/+3
2021-03-31nat: NAT44-ED unused value removalFilip Varga1-4/+1
2021-03-31nat: NAT66 plugin enable&disable calls updateFilip Varga7-119/+263
2021-03-30session: interrupt mode for session node on main threadFlorin Coras1-15/+20
2021-03-30interface: fix coverityDamjan Marion1-2/+2
2021-03-30stats: python: handle when pattern is not list in lsOle Troan1-0/+9
2021-03-30svm: cleanup mq private data on fifo segment cleanupFlorin Coras3-2/+16
2021-03-30nat: fix HA multi-worker issuesKlement Sekera6-154/+176
2021-03-30avf: fix coverity issuesChenmin Sun1-4/+4
2021-03-30map: tune dump/details test for socket transportOle Troan1-1/+1
2021-03-29svm session vcl: per app rx message queuesFlorin Coras11-104/+518
2021-03-29tls: fix app_worker_connect_notify param erroryedg1-1/+1
2021-03-29tests: move vxlan tests to src/vnet/vxlan/testsDave Wallace6-0/+1464
2021-03-28vcl: fix only first epoll listen session be registerednandfan1-14/+2
2021-03-26vlib: convert foreach_vlib_main macro to be more gdb and clang-format friendlyDamjan Marion12-350/+314
2021-03-26vlib: split vlib_main_t into global and per-threadDamjan Marion24-456/+469
2021-03-26vlib: introduce vlib_get_elog_main()Damjan Marion15-85/+88
2021-03-26vlib: introduce vlib_get_main_by_index(), vlib_get_n_threads()Damjan Marion43-137/+166
2021-03-26tests: move ping tests to src/plugin/ping/testDave Wallace1-0/+176
2021-03-26avf: flow support enhancementChenmin Sun1-49/+219
2021-03-26avf: handle flow id in data pathChenmin Sun3-27/+122
2021-03-26avf: add avf flow frameworkChenmin Sun7-34/+2430
2021-03-25svm: add producer wait functionFlorin Coras3-14/+47
2021-03-25acl: fix the integer overflow bug in API message length validation logicAndrew Yourtchenko1-4/+4
2021-03-25svm: fix producer deadlock in svm_msg_q_wait()nandfan1-5/+9
2021-03-25nat: allocate enough space for full port usageKlement Sekera1-1/+1
2021-03-25rdma: fix buggy cqe parsing (truncated packets)Mohammed Hawari1-3/+2
2021-03-25nat: fix bihash kvp printKlement Sekera1-2/+3
2021-03-25avf: introduce program flow eventChenmin Sun3-37/+86
2021-03-25tests: move vppinfra tests to src/vppinfra/testDave Wallace1-0/+40
2021-03-25nat: prevent usage of ED nodes in EI codeKlement Sekera2-44/+118
2021-03-25nat: fix vnet_feature_next in source hairpinningKlement Sekera1-3/+11
2021-03-25stats: python vpp_stats rewrite to access stat segment directlyOle Troan5-313/+508
2021-03-24tls: fix cleanup on app close with dataFlorin Coras1-0/+3
2021-03-24interface: do subif or feature arc work in interface-output only if neededDamjan Marion1-42/+61
2021-03-24virtio: improve compilation timeDamjan Marion1-64/+57
2021-03-23interface: simplify and optimize interface-output nodeDamjan Marion1-204/+121
2021-03-23vlib: add node adaptive mode flagFlorin Coras4-8/+37
2021-03-23interface: reduce duplicate code in the interface-output nodeDamjan Marion1-42/+41
2021-03-22tls: fix tlsopenssl for remaining bufferSivaprasad Tummala1-3/+4
2021-03-22vcl: fix libc epoll pwait starvedwanghanlin2-1/+5
2021-03-22vlib: graphviz upgrade to allow filtersArthur de Kerhor5-34/+206
2021-03-21gre: Multipoint GRE fixesNeale Ranns4-7/+86
2021-03-20tests: add support for worker awarenessKlement Sekera5-5/+5
2021-03-19vxlan: add tunnel cache to graph nodeJunfeng Wang9-47/+49
2021-03-19api: Avoid the usage of the freed registration by the API callsAndrew Yourtchenko2-23/+52
2021-03-19policer: Add CLI for all equivalent API functionsNeale Ranns1-6/+162
2021-03-19interface: add capabilities flagsMohsin Kazmi21-88/+150
2021-03-18dpdk: don't mask interrupts for some driversMohammed Hawari4-9/+38