aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-07-27vcl: fix some risk after fork()liuyacan1-9/+17
2021-07-25vcl: fix shutdown deadlock issueliuyacan1-1/+1
2021-07-24session: avoid vpp deadlock due to app crashliuyacan1-0/+6
2021-07-23session vcl: support abstract sockets for app nsFlorin Coras4-16/+132
2021-07-22session vcl: explit mq indices in ctrl messagesFlorin Coras5-18/+21
2021-07-22vppinfra: add abstract socket & netns fnsNathan Skrzypczak7-58/+164
2021-07-22nat: nat44-ed configuration refactor & cleanupFilip Varga9-896/+1195
2021-07-22api: enable trace / replay flag on messagesOle Troan1-0/+2
2021-07-22interface: Byte swap the duplex value in interface detailsNeale Ranns1-2/+2
2021-07-21session: fix unlisten rpc barrier releaseFlorin Coras1-4/+5
2021-07-21hsa: separate ctrl and test session accept vcl serverFlorin Coras1-1/+43
2021-07-19session: option to use memfd segs for builtin appsFlorin Coras2-41/+43
2021-07-19nat: harden ICMP handlingKlement Sekera4-49/+110
2021-07-16vppinfra: remove pool_foreach_old, pool_foreach_index_old, clib_bitmap_foreac...Damjan Marion2-28/+0
2021-07-16build: fix formatting of CMake config outputDamjan Marion2-13/+15
2021-07-16vlib: add tunnel offload flags for vlib_buffer_tMohsin Kazmi2-3/+18
2021-07-16dpdk: improve tx offload formattingMohsin Kazmi1-16/+32
2021-07-16snort: snort3 plugin and DAQDamjan Marion8-0/+2326
2021-07-16vppinfra: add array mask funcMohsin Kazmi3-0/+185
2021-07-16ip6-nd: refactor neighbour advertisement codeMohsin Kazmi2-61/+104
2021-07-15dpdk: enable RX interrupts for the virtio driverRobert Shearman1-0/+8
2021-07-15ip-neighbor: GARP sent to bogus ip addressSteven Luong1-2/+2
2021-07-15vppinfra: fix the vector funcs test for march variantsMohsin Kazmi1-1/+12
2021-07-15acl: Fix the CLI to accept IPv6 prefixesNeale Ranns1-16/+5
2021-07-15linux-cp: clear all db entries when deleting a pairSergio Gonzalez Monroy1-1/+2
2021-07-15misc: replace CLIB_PREFETCH with clib_prefetch_{load,store}Damjan Marion70-288/+282
2021-07-15nat: nat44-ed sm fixFilip Varga1-15/+13
2021-07-14vppinfra: remove old and unused vector macros and inlinesDamjan Marion3-257/+0
2021-07-14api: fix memory error in multi-thread environmentXiaoming Jiang1-1/+7
2021-07-14vcl:fix segfault when unshare NO_MQ sessionliuyacan1-1/+2
2021-07-14nat: refactoring NAT44ED cfg functionsFilip Varga4-344/+500
2021-07-14ip: fix check_adj_port_range_x1Damjan Marion1-2/+2
2021-07-14classify: cheaper way to check if all elements are zeroDamjan Marion1-1/+1
2021-07-14ip: improve check_adj_port_range_x1Damjan Marion1-35/+5
2021-07-13vppinfra: fix saturate add/sub NEON wrappersLijian.Zhang1-40/+60
2021-07-13vppinfra: put each vector function into own fileDamjan Marion9-81/+94
2021-07-13misc: remove vnet_all_api_h and vnet_msg_enumFilip Tehlar11-135/+3
2021-07-13fib: Set the GLEAN flag on attached export routes so that the SAS worksNeale Ranns4-38/+63
2021-07-13tcp session: next node config on connectsFlorin Coras2-3/+9
2021-07-13mss_clamp: coverity test fixMiklos Tirpak1-3/+6
2021-07-13misc: fix init order to avoid startup warningsBin Zhou (bzhou2)4-27/+14
2021-07-13dpdk: add base-virtaddr config optionRobert Shearman1-1/+4
2021-07-13vppinfra: fix SIGSEGV in clib_mem_vm_unmapchenqijun1-4/+6
2021-07-12papi: remove shared memory transportOle Troan6-157/+6
2021-07-12session: api cleanupFilip Tehlar9-441/+117
2021-07-08session: allow listen in any fib if default namespaceFlorin Coras3-3/+12
2021-07-08interface: unable to to assign tx queue to last worker threadSteven Luong1-4/+3
2021-07-08tap: Set the MTU on the TUN deivceNeale Ranns1-0/+13
2021-07-06tcp: use tcp output for half open connectionsFlorin Coras1-39/+12
2021-07-06tcp: use main thread pool for half-opensFlorin Coras5-146/+29