aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-08-10tls: picotls optimize rx pathFlorin Coras1-69/+113
2021-08-10tls: picotls optimize writesFlorin Coras2-113/+188
2021-08-10misc: do not capture tx packets twiceBenoît Ganne1-13/+30
2021-08-10ip: Use the IP4 lookup functionsNeale Ranns5-177/+84
2021-08-10ip: Remove the 'test lookup' CLI commandNeale Ranns1-97/+0
2021-08-09ip6-nd: only respond to RS if sending RA is enabledOle Troan1-1/+6
2021-08-06tls: avoid picotls buffer allocs on rxFlorin Coras2-3/+9
2021-08-06tls: avoid ptls ctx free on transport closeFlorin Coras1-2/+1
2021-08-05classify: fix parsing for l4 matchBenoît Ganne1-1/+1
2021-08-05ip: fix ip punt redirect cliBenoît Ganne2-13/+12
2021-08-05nat: nat44-ed disable protection for api/cliFilip Varga4-60/+67
2021-08-04vppinfra: fix the array mask functionMohsin Kazmi2-2/+20
2021-08-04memif: fix offsetArtem Glazychev1-1/+1
2021-08-03quic: do not update crypto keys from workersAloys Augustin3-20/+59
2021-08-03tls: picotls handle accept failuresFlorin Coras1-3/+15
2021-08-02vcl: fix sendto for dgramsliuyacan1-4/+4
2021-08-02vcl: fix sleep time in ldp_pselect()liuyacan1-1/+2
2021-07-31vcl: fix ldp for __recv_chk socket callsSivaprasad Tummala2-0/+17
2021-07-30tls: picotls rx fixes and improvementsFlorin Coras2-149/+126
2021-07-29vcl: move vls pool lock to process local stateFlorin Coras1-6/+7
2021-07-29vcl: vls cleanup and more docsFlorin Coras1-101/+167
2021-07-29ip: add api test fileFilip Tehlar3-0/+1541
2021-07-29nat: fix ICMP checksum validationKlement Sekera1-9/+9
2021-07-29ipsec: move startup config to common fileZachary Leaf3-51/+55
2021-07-28gre: set proper fib index for unnumbered interfaces, unset fib index before f...Stanislav Zaikin5-7/+67
2021-07-27vppinfra: introduce CLIB_CACHE_PREFETCH_BYTESDamjan Marion3-70/+56
2021-07-27vlib: don't ASSERT(vm) in worker thread bootstrapDave Barach1-2/+4
2021-07-27vcl: configure the cert-key pair from appSivaprasad Tummala1-4/+4
2021-07-27vppinfra: fix sock init netnsNathan Skrzypczak1-1/+5
2021-07-27udp: add option to disable icmp unreachablesFlorin Coras3-82/+49
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