aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2020-04-23nat: add/del ed_ext_ports only if the table is instantiatedDave Barach1-4/+6
2020-04-23ip: Replace Sematics for Interface IP addressesNeale Ranns1-66/+85
2020-04-22svm: asan: fix asan supportBenoît Ganne1-2/+2
2020-04-22misc: fix coverity warningsDave Barach1-2/+3
2020-04-22misc: asan: do not poison memory after munmap()Benoît Ganne1-2/+0
2020-04-22devices: Adding ConnectX-6 DX Device ID for validationAmir Zeidner1-2/+7
2020-04-21nat: dslite ce mode in separate config entryVladimir Ratnikov2-4/+20
2020-04-21vppinfra: bihash improvementsDave Barach1-6/+6
2020-04-20svm: check if fifo free list index is valid on allocFlorin Coras1-12/+29
2020-04-20nat: remove unused codeKlement Sekera5-484/+3
2020-04-20gbp: fix l3-out anonymous test cleanupBenoît Ganne1-3/+13
2020-04-20tls: fix Picotls tx hang issueSimon Zhang1-2/+2
2020-04-17dpdk: fix udp-encap for esp in transport modeAlexander Chernavin2-10/+9
2020-04-16igmp: fix igmp proxy group mergeBenoît Ganne6-24/+25
2020-04-16nat: scavenging functionality removedFilip Varga7-392/+9
2020-04-15urpf: Allow locally generated packets on TXNeale Ranns1-2/+9
2020-04-14urpf: Unicast reverse Path Forwarding (plugin)Neale Ranns9-0/+1535
2020-04-13dhcp: fix unicast pkts, clean up state machineDave Barach2-49/+42
2020-04-11tls: make ctx_write function return the length of enqueueSimon Zhang1-1/+1
2020-04-10udp: remove connected udp transport protoFlorin Coras3-10/+1
2020-04-10quic: fix clean stream closeAloys Augustin2-9/+26
2020-04-10geneve: Fix the byte swapping for the VNINeale Ranns1-2/+3
2020-04-09tls: adopt picotls engine to new session scheduling mechanismSimon Zhang1-2/+2
2020-04-08udp: cleanup input nodeFlorin Coras1-2/+2
2020-04-08ping: fix buffer allocator error handlingDave Barach1-0/+2
2020-04-08misc: check return values from vlib_buffer_copy(...)Dave Barach7-4/+27
2020-04-08gbp: More reliable unit-testsNeale Ranns1-16/+16
2020-04-08nat: use correct data types for memory sizesKlement Sekera8-25/+25
2020-04-08acl: fix unresolved symbol for format_fib_prefix in vat pluginNeale Ranns1-8/+8
2020-04-08nat: ED: global session LRU listKlement Sekera6-19/+110
2020-04-08nat: preallocate poolsKlement Sekera1-0/+3
2020-04-07nat: ED: port re-use algorithmKlement Sekera6-45/+196
2020-04-07nat: don't drop packet for expired sessionKlement Sekera3-6/+4
2020-04-07ikev2: make liveness params configurableFilip Tehlar7-4/+130
2020-04-07sr: Support uSID function.Tetsuya Murakami5-561/+3
2020-04-06vcl session: enforce full dgram reads/writesFlorin Coras1-8/+13
2020-04-06session udp: shared local endpointsFlorin Coras1-1/+1
2020-04-06misc: fix python sonarcloud BLOCKER level issuesPaul Vinciguerra2-4/+7
2020-04-06ikev2: fix wrong index computationFilip Tehlar1-1/+1
2020-04-04misc: strcpy be goneDave Barach4-6/+8
2020-04-04session tls: support tls deschedulingFlorin Coras4-27/+43
2020-04-04session tls: improve app transports tx schedulingFlorin Coras3-17/+17
2020-04-04misc: sprintf be goneDave Barach6-28/+39
2020-04-03session: improve error reportingFlorin Coras10-37/+39
2020-04-03session udp: fix transport flags and migrationFlorin Coras2-5/+5
2020-04-03session: remove obsolete apisFlorin Coras1-1/+0
2020-04-03ip: remove vl_api_address_family_t byte order swapJakub Grajciar1-4/+4
2020-04-02dpdk: VM VHOST tests with rxq>1 failingSteven Luong1-0/+1
2020-04-02tcp: move features to separate filesFlorin Coras1-0/+1
2020-04-01session udp: support connect on listenersFlorin Coras1-1/+1