aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2021-07-29nat: fix ICMP checksum validationKlement Sekera1-9/+9
2021-07-27vppinfra: introduce CLIB_CACHE_PREFETCH_BYTESDamjan Marion1-2/+0
2021-07-22vppinfra: add abstract socket & netns fnsNathan Skrzypczak1-23/+10
2021-07-22nat: nat44-ed configuration refactor & cleanupFilip Varga9-896/+1195
2021-07-21hsa: separate ctrl and test session accept vcl serverFlorin Coras1-1/+43
2021-07-19nat: harden ICMP handlingKlement Sekera4-49/+110
2021-07-16dpdk: improve tx offload formattingMohsin Kazmi1-16/+32
2021-07-16snort: snort3 plugin and DAQDamjan Marion8-0/+2326
2021-07-15dpdk: enable RX interrupts for the virtio driverRobert Shearman1-0/+8
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 Marion30-121/+110
2021-07-15nat: nat44-ed sm fixFilip Varga1-15/+13
2021-07-14nat: refactoring NAT44ED cfg functionsFilip Varga4-344/+500
2021-07-13misc: remove vnet_all_api_h and vnet_msg_enumFilip Tehlar1-1/+0
2021-07-13mss_clamp: coverity test fixMiklos Tirpak1-3/+6
2021-07-13misc: fix init order to avoid startup warningsBin Zhou (bzhou2)2-8/+8
2021-07-13dpdk: add base-virtaddr config optionRobert Shearman1-1/+4
2021-07-12papi: remove shared memory transportOle Troan2-2/+0
2021-07-12session: api cleanupFilip Tehlar3-29/+39
2021-07-06l3xc: reset dpo on deleteBenoît Ganne1-0/+1
2021-07-02crypto: fix sw async crypto with chained buffersBenoît Ganne1-31/+30
2021-07-01vmxnet3: support manual thread assignment to tx queueSteven Luong3-18/+26
2021-06-30memif: fix tx desc length for chained buffers in copy modeBenoît Ganne1-0/+1
2021-06-30rdma: fix chained buffer tx path in dv modeBenoît Ganne1-24/+20
2021-06-30memif: fix chain buffer length in zero-copy modeBenoît Ganne1-0/+1
2021-06-26vrrp: prevent segfault in multicast join due to missing LL AddrJon Loeliger1-2/+5
2021-06-24linux-cp: stop managing adjacencies for tunnelsAlexander Chernavin1-0/+12
2021-06-24linux-cp: add callbacks for pair managementMatthew Smith2-15/+41
2021-06-23mss_clamp: iterate enabled direction as a vector, not poolJon Loeliger1-2/+2
2021-06-23nat: ICMP handling fixesKlement Sekera4-24/+110
2021-06-22dpdk: enable igc devicesMatthew Smith2-27/+29
2021-06-22nat: don't drop packet with ttl=1 if output featureKlement Sekera1-2/+2
2021-06-21fib: Add unit test for RR source using covers labelsNeale Ranns1-1/+69
2021-06-18session: udp accept session state should be updated by appjxm1-0/+1
2021-06-16vcl: basic support for epoll level-triggered evtsFlorin Coras2-6/+6
2021-06-16nat: test all intf addrs in is_interface_addr()Alexander Chernavin4-20/+42
2021-06-16nat: fix crash when translate unknown proto packetsAlexander Chernavin2-4/+5
2021-06-14nsh: api cleanupFilip Tehlar2-174/+8
2021-06-11memif: fix crash with zero-copy slaveDamjan Marion1-1/+1
2021-06-10memif: fix the spinlock and unlock issue.fangtong1-1/+2
2021-06-09cnat: fix spinlockNathan Skrzypczak1-1/+4
2021-06-08vppinfra: pool_free_elts() now supports fixed-size poolsDave Barach2-0/+63
2021-06-07tls: change picotls plugin crypto module to accommodate new version picotlsSimon Zhang2-3/+3
2021-06-04dpdk: silence coverity warning on use of uninitialized valuepibr1-0/+1
2021-06-03linux-cp: use default adjacencyMatthew Smith1-21/+16
2021-06-01srtp: cleanup build and default to disabledFlorin Coras2-12/+1
2021-05-31nat: fix broken nat44-ed cliRuslan Babayev2-10/+1
2021-05-29hsa: proxy listener support addition of fifo segmentsFlorin Coras1-0/+1
2021-05-28tls: fix handling of failed acceptsFlorin Coras1-3/+12