aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-11-09vlib: fix trace number accountingBenoît Ganne19-177/+222
2020-11-09ikev2: fix msg IDs generationFilip Tehlar1-14/+16
2020-11-09ikev2: fix udp encapFilip Tehlar2-9/+23
2020-11-09tap: add function to set speedAlexander Chernavin2-1/+83
2020-11-09ipsec: fix unformat typesBenoît Ganne1-2/+2
2020-11-09ipsec: fix outer table id lookup in ipsec tun scriptBenoît Ganne1-1/+1
2020-11-06ipsec: add support for tx-table-id in cli + exampleBenoît Ganne3-3/+89
2020-11-05tcp: avoid consuming trailing bytesFlorin Coras1-0/+4
2020-11-05nat: fix hairpinning traceKlement Sekera1-3/+3
2020-11-05vppinfra: mspace_get_aligned should respect MALLOC_ALIGNMENTDamjan Marion1-22/+1
2020-11-05build: link time optimization for release buildsDamjan Marion3-2/+21
2020-11-05build: run garbage collection while linking pluginsDamjan Marion1-0/+3
2020-11-05nat: remove unnecessary codeKlement Sekera3-28/+24
2020-11-05tap: allow change of carrier state on hostMatthew Smith4-0/+45
2020-11-05virtio: misc optimizationsDamjan Marion1-35/+41
2020-11-05ip: fix doxygen doc for address add/del commandBenoît Ganne1-2/+2
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-05virtio: move retry logic to outer functionDamjan Marion1-8/+9
2020-11-05feature: reset interface feature arc on interface deletionBenoît Ganne5-27/+65
2020-11-05nat: remove unused codeKlement Sekera1-22/+0
2020-11-04session: fix ct server session thread indexFlorin Coras2-2/+3
2020-11-04vlib: add postmortem pcap dispatch traceDave Barach6-17/+95
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-03session: reduce max session node frame sizeFlorin Coras2-4/+5
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 Ranns14-47/+434
2020-10-29vcl: support fifo segments with ct sessionsFlorin Coras1-7/+12
2020-10-29session: fix ct cleanup before full establishementFlorin Coras2-3/+32
2020-10-29vcl session: minimize ct io eventsFlorin Coras2-12/+21
2020-10-29tap: fix the segvMohsin Kazmi1-2/+5
2020-10-29vcl: fix epoll fd cleanupFlorin Coras1-1/+1
2020-10-28build: explicitly stop vpp in vpp.preinstDave Barach1-0/+1
2020-10-28misc: Break the big IP header files to improve compile timeNeale Ranns55-686/+940
2020-10-28virtio: fix the buffer array indexMohsin Kazmi1-1/+1
2020-10-27vcl: postpone unhandled ctrl events if neededFlorin Coras2-63/+117
2020-10-27session: per worker state for ct sessionsFlorin Coras4-87/+131
2020-10-26vppinfra: clib_mem_vm_{un}map thread safeDamjan Marion2-0/+25
2020-10-26memif: handle unexpected EPOLLOUT for RX queueSteven Luong1-0/+12
2020-10-26virtio: improve the compile timeMohsin Kazmi1-36/+32
2020-10-26virtio: reduce the compile time for device.cMohsin Kazmi1-15/+19
2020-10-26tls: separate init from enableFlorin Coras1-29/+50
2020-10-26session: fix feature disableFlorin Coras3-2/+22