summaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2020-09-09wireguard: initial implementation of wireguard protocolArtem Glazychev31-0/+6216
2020-09-09crypto: change cryptodev with new cryptodev APIFan Zhang2-0/+1581
2020-09-09interface: support configuring RSS steering queuesChenmin Sun3-34/+154
2020-09-09tcp: fix the tcp unittest to workRyujiro Shibuya1-0/+2
2020-09-08dpdk-ipsec: don't leak buffers on crypto alloc failureChristian Hopps2-6/+8
2020-09-08dpdk: fix extended stat stringsChristian Hopps1-2/+2
2020-09-08dpdk: fix interface counters to never go backwardChristian Hopps1-33/+24
2020-09-08svm session: document unsupported fifo deq combinationsFlorin Coras1-5/+21
2020-09-06marvell: add cli options to configure rxq and txq sizesChristian E. Hopps1-1/+6
2020-09-05docs: Improve & link cnat docNathan Skrzypczak1-13/+79
2020-09-04cnat: fix cnat_set_snat() debug CLIDave Barach1-6/+18
2020-09-04cnat: fix snat ip v6 testsMathiasRaoul1-6/+6
2020-09-04vrrp: improve RFC compliance for ARP/NDMatthew Smith2-38/+48
2020-09-04dpdk-ipsec: use init function instead of one-time processChristian Hopps1-11/+3
2020-09-04dpdk-ipsec: fix show outputChristian Hopps3-3/+3
2020-09-04ip: enhance vtep4_check of tunnel by vector wayZhiyong Yang1-12/+30
2020-09-03crypto: Add async crypto APIsNathan Skrzypczak5-0/+132
2020-09-03crypto: SW scheduler async crypto enginePiotrX Kleski4-2/+795
2020-09-02nat: twice-nat static mapping pool addressFilip Varga10-95/+354
2020-09-01crypto-openssl: add chacha20-poly1305 to crypto-opensslArtem Glazychev3-9/+223
2020-09-01misc: fix uninitialized use warnings with gcc-{8,9}Aloys Augustin2-3/+3
2020-09-01ip: fix ip zero checksum verificationBenoît Ganne5-8/+8
2020-09-01dpdk: fix mac address length was wrongjiangxiaoming1-1/+1
2020-09-01cnat: Fix typo in ts handlingNathan Skrzypczak1-1/+0
2020-08-31nat: fix type in api messageKlement Sekera4-2/+204
2020-08-31vppinfra: convert A_extend_to_B to B_from_A format of vector inlinesDamjan Marion1-2/+2
2020-08-31af_xdp: AF_XDP input pluginBenoît Ganne14-0/+2206
2020-08-31rdma: bugfix in the descriptor refill logic. In case of a partial allocation,...Mohammed Hawari1-1/+1
2020-08-31flow: code refactorChenmin Sun2-392/+197
2020-08-31cnat: Destination based NATNeale Ranns22-0/+4950
2020-08-27dpdk: fix blacklistsVladimir Ratnikov2-2/+10
2020-08-27tests: "force solo" testcase supportAndrew Yourtchenko4-0/+16
2020-08-25api: register endian handlers for reply messagesOle Troan2-4/+1
2020-08-24vmxnet3: enhance debug CLI error handlingSteven Luong2-2/+18
2020-08-22hsa: set connected mode for udp serverjiangxiaoming1-0/+4
2020-08-20tcp: track reorder with sacksFlorin Coras1-1/+5
2020-08-20nat: fixed cli nat summary and nat limitFilip Varga3-50/+109
2020-08-19nat: session cli command fixFilip Varga1-3/+11
2020-08-17nat: det: replace speculative buffer enqueue modelKlement Sekera2-948/+897
2020-08-17nat: sessions get expired when fib table removedFilip Varga7-9/+348
2020-08-13nat: move deterministic nat to det44 sub featureFilip Varga27-3108/+4484
2020-08-13nat: remove non-error error countersKlement Sekera16-507/+585
2020-08-13acl: use the global heap when allocating the lookup contextAndrew Yourtchenko1-0/+3
2020-08-13stats: remove offsets on vpp sideOle Troan1-16/+14
2020-08-07vrrp: change init of vrrp key in VR lookupMatthew Smith1-5/+7
2020-08-06memif: wrong interface counter is incrementedSteven Luong1-2/+2
2020-08-06misc: harmonize namesDave Barach15-150/+157
2020-08-03unittest: add clib_count_equal_u8/16/32/64 testsBenoît Ganne1-4/+100
2020-07-31nsim: limit tx burst size and refactor input nodeFlorin Coras2-64/+30
2020-07-31nsim: basic reorder supportFlorin Coras5-388/+416