aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2020-06-07mactime: print error if feature not enabledDave Barach1-1/+8
2020-06-04nat: fix coverity warningKlement Sekera1-1/+1
2020-06-04ikev2: session cleanup after profile is deletedFilip Tehlar2-52/+119
2020-06-04dpdk: cleanup, add rx queue structDamjan Marion5-59/+31
2020-06-04nat: fixed input validationFilip Varga7-21/+22
2020-06-04nat: add tracing for nat44-hairpinningKlement Sekera3-15/+84
2020-06-03nat: refactor mss_clamping to not depend on snat_main_tOle Troan9-68/+83
2020-06-02ikev2: remove unused hash computationFilip Tehlar1-4/+1
2020-06-01nat: update ip4-udp src port for checksum == 0 pktsDave Barach1-3/+6
2020-05-28dhcp: use per-thread vlib main instead of global oneBenoît Ganne1-2/+2
2020-05-27dhcp: vat support for the dhcp_client_dump APIDave Barach2-4/+33
2020-05-27ethernet: fix DMAC check and skip unnecessary ones (VPP-1868)John Lo3-39/+68
2020-05-27dpdk: bump to DPDK v20.05Damjan Marion1-0/+7
2020-05-27nat: fix regarding vm arg for vlib_time_now callElias Rudberg1-1/+2
2020-05-27api: make vpp api handlers endian independentOle Troan1-4/+7
2020-05-26ipsec: DES/3DES fixing the iv_len for openssl cryptoRajesh Goel1-1/+2
2020-05-25tcp: fix sack block validation on wrapFlorin Coras1-0/+26
2020-05-25api: add new stream message conventionOle Troan3-30/+122
2020-05-24dpdk: del warnings that duplicate counters in espAlexander Chernavin2-12/+0
2020-05-22avf: interrupt mode, support for WB_ON_ITRDamjan Marion2-57/+103
2020-05-22avf: improve link speed handlingDamjan Marion1-34/+36
2020-05-22nat: fix dslite session port allocationVladimir Ratnikov1-4/+4
2020-05-22nat: output fib index fixFilip Varga1-69/+47
2020-05-20srv6-mobile: Update the doc for gtp4.dt and gtp6.dt funcitons.Satoru Matsushima1-5/+64
2020-05-19vppinfra: refactor mpcap.hDave Barach1-1/+1
2020-05-19dpdk: change netvsc device port typeMatthew Smith1-1/+1
2020-05-19dpdk: fix pktmbuf pool private data initBenoît Ganne1-0/+1
2020-05-15misc: removed executable bits from source filesRay Kinsella6-0/+0
2020-05-15ikev2: add support for NAT traversalFilip Tehlar4-82/+286
2020-05-14nat: unhide testsKlement Sekera1-5/+5
2020-05-14nat: "users" dump for ED-NATKlement Sekera3-0/+170
2020-05-14ikev2: use u32 in unformatFilip Tehlar1-1/+1
2020-05-14dpdk: fix crash with chelsio pmdBenoît Ganne1-6/+12
2020-05-14memif: 14 bytes extra overhead issue fixed.Mrityunjay Kumar1-2/+2
2020-05-14nat: remove unused codeKlement Sekera2-3/+0
2020-05-14nat: ED: store both thread&session idx in hashKlement Sekera9-197/+315
2020-05-14nat: fix segv if out of ports in ed modeAlexander Chernavin2-1/+47
2020-05-13sr: fix srv6/srv6-ad/srv6-as promisc mode switchJohn Lo2-6/+22
2020-05-13nat: fix broken buildKlement Sekera1-1/+1
2020-05-13nat: fix LRU blocked by inactive sessionKlement Sekera10-161/+391
2020-05-13nat: perf improvement - replace branchy codeKlement Sekera32-451/+401
2020-05-13nat: handoff next node feature fixFilip Varga7-47/+159
2020-05-13ikev2: fix removing of expired SAsFilip Tehlar1-1/+1
2020-05-12lacp: missing endian conversions for trace packet formatSteven Luong1-2/+2
2020-05-11crypto-native: properly deal with broken or outdated toolchainsDamjan Marion5-42/+54
2020-05-09gtpu: fix coverity issueChenmin Sun1-2/+2
2020-05-08docs: fix merge damage in nat.hDave Wallace1-4/+0
2020-05-08nat: fix per thread data vlib_main_t usage take 2Ole Troan7-42/+32
2020-05-07nat: remove duplicate line of codeKlement Sekera1-1/+0
2020-05-07nat: fix per thread data vlib_main_t usageFilip Varga9-75/+97