aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2020-11-13ethernet: mac must support 64-bits loadsBenoît Ganne3-4/+5
2020-11-13crypto-native: fix multi-arch variant initializationRay Kinsella1-4/+0
2020-11-13nat: api,cli and test update & cleanupFilip Varga10-2241/+429
2020-11-12avf: don't switch process if already running process nodeDamjan Marion1-18/+25
2020-11-12nat: use table ID for nat44 ipfix session eventsMatthew Smith2-7/+10
2020-11-10cnat: Fix invalid adj_indexNathan Skrzypczak2-10/+29
2020-11-09hsa: remove fake binary api registration in echo appsFlorin Coras2-42/+6
2020-11-09session: remove support for shm bapi attachmentFlorin Coras1-2/+0
2020-11-09ikev2: add tests for DPDFilip Tehlar1-1/+62
2020-11-09vlib: fix trace number accountingBenoît Ganne7-80/+94
2020-11-09ikev2: fix msg IDs generationFilip Tehlar1-14/+16
2020-11-09ikev2: fix udp encapFilip Tehlar2-9/+23
2020-11-05nat: fix hairpinning traceKlement Sekera1-3/+3
2020-11-05nat: remove unnecessary codeKlement Sekera3-28/+24
2020-11-05cnat: reduce compile timeNathan Skrzypczak2-20/+20
2020-11-05nat: fix byte order of vrf_id in loggingAlexander Chernavin1-0/+3
2020-11-05nat: remove unused codeKlement Sekera1-22/+0
2020-11-04session: fix ct server session thread indexFlorin Coras1-1/+1
2020-11-04rdma: various fixes for chained buffers txMohammed Hawari1-14/+19
2020-10-31ikev2: add option to disable NAT traversalFilip Tehlar9-34/+154
2020-11-04ikev2: fix reply during rekeyFilip Tehlar2-44/+192
2020-11-04ikev2: increase tick interval in process nodeFilip Tehlar1-13/+2
2020-11-04tls: fix picotls engine crypto multi-thread issueSimon Zhang3-4/+13
2020-11-03nat: bihash: fix buckets calc and remove mem paramKlement Sekera5-92/+33
2020-11-02ikev2: cli for disabling dead peer detectionFilip Tehlar3-2/+30
2020-11-02nat: fix nat64 disableBenoît Ganne1-5/+10
2020-10-30ikev2: fix memory leakFilip Tehlar1-2/+7
2020-11-02ipsec: Tunnel SA DSCP behaviourNeale Ranns1-2/+6
2020-10-29session: fix ct cleanup before full establishementFlorin Coras1-2/+26
2020-10-28misc: Break the big IP header files to improve compile timeNeale Ranns13-0/+18
2020-10-26memif: handle unexpected EPOLLOUT for RX queueSteven Luong1-0/+12
2020-10-26tcp: byte tracker fixRyujiro Shibuya1-0/+215
2020-10-26avf: use atomic store instead of barrierDamjan Marion2-4/+3
2020-10-26rdma: fix clang-11 buildDamjan Marion1-1/+1
2020-10-26nat: nat44 cli command fixFilip Varga2-11/+10
2020-10-26vlib: add VLIB_REGISTER_LOG_CLASS macroDamjan Marion2-10/+12
2020-10-24pppoe: make pppoe plugin work with dot1q subinterfaceszstas8-39/+265
2020-10-24vmxnet3: vmxnet3_dump is brokenSteven Luong1-0/+3
2020-10-24af_xdp: add option to claim all available rx queuesBenoît Ganne6-38/+55
2020-10-24vrrp: asynchronous events on VR state changeMatthew Smith5-22/+128
2020-10-24rdma: implement striding rq for multiseg rxMohammed Hawari4-130/+433
2020-10-24rdma: add RSS support for IPv6 and TCPBenoît Ganne2-32/+58
2020-10-24cnat: coverity fixNathan Skrzypczak3-11/+23
2020-10-24lb: Loadbalancer plugin, correctly rewrite checksum in L3DSR, non-TCP casesHiroki Narukawa1-4/+14
2020-10-24vmxnet3: add sw_if_index filter to vmxnet3 interface dumpSteven Luong3-1/+178
2020-10-23tcp: remove snd_una_maxFlorin Coras1-8/+2
2020-10-23nat: nat44 enable/disable dynamic configFilip Varga11-577/+1008
2020-10-21vlib: print logs to stderr if interactive or nosyslog setDamjan Marion6-13/+17
2020-10-21ikev2: support sending requests from responderFilip Tehlar4-29/+146
2020-10-21ikev2: fix setting responder/initiator addressesFilip Tehlar4-67/+95