aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2020-11-26ikev2: better handling when no IKE DH configuredFilip Tehlar2-34/+161
2020-11-26ikev2: fix issue when sending multiple requests at onceFilip Tehlar2-20/+68
2020-11-26ikev2: respect punting only for ipv4Benoît Ganne1-1/+7
2020-11-26ikev2: fix memleak when tunnel protect failsFilip Tehlar1-16/+35
2020-11-26ikev2: add tests for DPDFilip Tehlar1-1/+62
2020-11-26ikev2: fix msg IDs generationFilip Tehlar1-14/+16
2020-11-26ikev2: fix udp encapFilip Tehlar2-9/+23
2020-11-26ikev2: add option to disable NAT traversalFilip Tehlar9-34/+154
2020-11-26ikev2: fix reply during rekeyFilip Tehlar2-44/+192
2020-11-26ikev2: increase tick interval in process nodeFilip Tehlar1-13/+2
2020-11-26ikev2: cli for disabling dead peer detectionFilip Tehlar3-2/+30
2020-11-26ikev2: fix memory leakFilip Tehlar1-2/+7
2020-11-26ikev2: support sending requests from responderFilip Tehlar4-29/+146
2020-11-26ikev2: fix setting responder/initiator addressesFilip Tehlar4-67/+95
2020-11-26ikev2: prevent crash after no IP addressFilip Tehlar1-196/+345
2020-11-26ikev2: fix initial contact cleanupFilip Tehlar2-306/+562
2020-11-26ikev2: fix coverity warningFilip Tehlar1-5/+21
2020-11-26ikev2: fix memory leak in auth routineFilip Tehlar1-0/+4
2020-11-26ikev2: support ipv6 traffic selectors & overlayFilip Tehlar11-380/+695
2020-11-26ikev2: refactor ikev2 nodeFilip Tehlar1-407/+359
2020-11-26ikev2: better packet parsing functionsFilip Tehlar7-274/+596
2020-11-26ikev2: show IKE SA command improvementsFilip Tehlar1-95/+169
2020-11-26dns: use correct per-thread vlib_mainBenoît Ganne4-60/+63
2020-11-25dns: fix double-unlockBenoît Ganne1-12/+0
2020-11-13crypto-native: fix multi-arch variant initializationRay Kinsella1-4/+0
2020-11-12af_xdp: fix NUMA node parsingBenoît Ganne1-11/+9
2020-11-12wireguard: reset secret data before freeing itBenoît Ganne1-4/+4
2020-11-12svm: fix fifo unit testBenoît Ganne1-4/+6
2020-11-12ikev2: fix cli memory leakBenoît Ganne1-30/+40
2020-11-12rdma: add RSS support for IPv6 and TCPBenoît Ganne2-32/+58
2020-11-12af_xdp: add option to claim all available rx queuesBenoît Ganne6-38/+55
2020-11-05rdma: various fixes for chained buffers txMohammed Hawari1-14/+19
2020-10-14ikev2: fix leaking pending INIT requestsFilip Tehlar1-0/+16
2020-10-14ikev2: fix issue when decrypting packet with no keysFilip Tehlar1-1/+1
2020-09-30ikev2: fix false positive NAT detectionFilip Tehlar1-18/+13
2020-09-29ikev2: fix memory leaksBenoît Ganne2-3/+21
2020-09-25misc: documentation fixesAndrew Yourtchenko1-1/+1
2020-09-24wireguard: fix uninitialized peer index in handoffFlorin Coras1-1/+1
2020-09-24wireguard: add handoff nodeArtem Glazychev18-448/+889
2020-09-23avf: wrong argument passed to avf_log_errSteven Luong1-1/+1
2020-09-16vmxnet3: gso fixesSteven Luong4-13/+29
2020-09-16avf: change promisc mode from the avf process nodeDamjan Marion2-7/+26
2020-09-16avf: fix race between avf and cli/api processDamjan Marion6-35/+43
2020-09-16api: clean up use of deprecated flagOle Troan3-13/+13
2020-09-16avf: add assert to ensure that adminq is used only from avf processDamjan Marion1-0/+5
2020-09-16wireguard: Fix for tunnel encapNeale Ranns7-89/+468
2020-09-16avf: fix race between avf process node and avf_delete_if(...)Damjan Marion4-18/+34
2020-09-16nat: Fix next feature for ED with multiple workersVladimir Isaev3-2/+25
2020-09-16nat: endian mismatchFilip Varga1-7/+13
2020-09-16quic: Clean quic_crypto_setup_cipherNathan Skrzypczak1-16/+13