summaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2020-04-28flow: add RSS supportChenmin Sun4-32/+80
2020-04-28nat: remove unused codeKlement Sekera1-9/+0
2020-04-28vppinfra: improve test coverageDave Barach2-0/+77
2020-04-28tests: move defaults from defaultmapping to .api filesPaul Vinciguerra3-10/+10
2020-04-28tls: fix wrong usage of session close function issueSimon Zhang1-1/+1
2020-04-27vlib: deprecate i2c and cjDave Barach4-4/+0
2020-04-27ioam: do not reuse existing vnet symbolBenoît Ganne1-2/+2
2020-04-27rdma: tx: interleave prefetchesBenoît Ganne1-24/+13
2020-04-27nat: improve perf - long read after short writeKlement Sekera7-363/+424
2020-04-26dhcp: fix dhcp proxy behavior for qinq and dot1q subinterfacesStanislav Zaikin2-14/+57
2020-04-24acl: ACL creation CLI parsing fixNeale Ranns1-2/+4
2020-04-24nat: ignore user hash in ED NATKlement Sekera8-362/+273
2020-04-24nat: make usage of vnet_buffer2 transparentKlement Sekera5-21/+13
2020-04-24nat: ED: reduce number of hash tables usedKlement Sekera5-212/+210
2020-04-24nat: fix extended unit testsKlement Sekera1-2/+2
2020-04-24ip: Setting the Link-Local address from the API enables IPv6 on theNeale Ranns2-3/+3
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