aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2017-05-22Fix GTP-U Coverity issuesHongjun Ni1-24/+15
2017-05-18acl-plugin: reject the too-short variable-length messages from clients (VPP-839)Andrew Yourtchenko1-3/+42
2017-05-17ioam: configuration for SRv6 localsid (VPP-693)shwethab4-23/+54
2017-05-17dpdk: Do not check and set rte_mbuf refcnt if dpdk ver >= 17.05Damjan Marion1-0/+4
2017-05-16Unneeded linkingMarco Varlese1-0/+4
2017-05-16Fix regression of setting device to admin-down stateJohn Lo1-5/+4
2017-05-15acl-plugin: unapply the ACLs if interface is being deletedAndrew Yourtchenko1-0/+4
2017-05-15dpdk: Enable hardware CRC strip for Intel VFsDamjan Marion1-0/+5
2017-05-15Add GTP-U plugin. VPP-694Hongjun Ni12-0/+4248
2017-05-15memif: migrate memif to use vnet device infra APIsSteven2-22/+40
2017-05-15dpdk: improve error handling during device initializationDamjan Marion6-79/+98
2017-05-15Add a missing byte-swap call in ACL intf dump.Jon Loeliger1-1/+1
2017-05-15[plugins/dpdk] Support for CLIB_HAVE_64 (aarch64)Christophe Fontaine1-0/+13
2017-05-11dpdk: bump to dpdk 17.05Damjan Marion4-22/+16
2017-05-10completelly deprecate os_get_cpu_number, replace new occurencesDamjan Marion4-22/+22
2017-05-10Add crc32c inline function, allows compilation on 32-bit systemsDamjan Marion2-8/+3
2017-05-10dpdk: refactor interface speed detectionDamjan Marion3-98/+42
2017-05-10SNAT: move API code to separate fileMatus Fabian4-1256/+1312
2017-05-09dpdk: refactor setup, start, stop codeDamjan Marion5-87/+167
2017-05-09Fix remaining 32-bit compile issuesDamjan Marion2-5/+6
2017-05-08dpdk: use speed_capa to detect i40e device speedDamjan Marion3-19/+13
2017-05-07Avoid active connection prevent timeout of idle conns after itAndrew Yourtchenko2-10/+12
2017-05-05First commit SR MPLSPablo Camarillo3-3/+3
2017-05-02Add interface rx mode commands, unify rx mode and placement CLIDamjan Marion1-5/+5
2017-05-02dpdk: remove unused codeDamjan Marion5-64/+3
2017-04-28dpdk: cryptodev support enabled by defaultSergio Gonzalez Monroy6-28/+8
2017-04-27dpdk: cleanup, move APIs to separate .c fileDamjan Marion5-327/+337
2017-04-27CGN: Send ICMP error packet if user is out of sessions availableMartin Gálik1-6/+21
2017-04-27ioam: adding missing setup api msg crc tableShwetha Bhandari4-0/+66
2017-04-26CGN: Session dump, test naming for ports fixedMartin Gálik3-3/+153
2017-04-26CGNAT: close session API and CLI commands.Martin Gálik3-4/+351
2017-04-25"autoreply" flag: autogenerate standard xxx_reply_t messagesDave Barach12-374/+37
2017-04-22Fix multicast enable on the bonded interfaceSteve Shin2-1/+13
2017-04-21CGN: IPFIX loggingMatus Fabian3-18/+215
2017-04-20Temporary workaround for the bug VPP-698.Milan Lenco1-2/+2
2017-04-20Clean up old datapath code in ACL plugin.Andrew Yourtchenko13-2078/+18
2017-04-19Support ping from outside network in 1:1 NAT (VPP-695)Juraj Sloboda4-45/+59
2017-04-18ACL-plugin does not match UDP next-header, VPP-687Pavel Kotucek1-1/+1
2017-04-13Remove unsed parameter from fib_table_entry_special_add() (only used in FIB t...Neale Ranns3-7/+3
2017-04-12Handle multiple flows with the same client port in deterministic NATJuraj Sloboda2-15/+23
2017-04-12acl-plugin: missing "deny" parameter in APIPavel Kotucek1-0/+5
2017-04-12CGN: configurable timeoutsMatus Fabian5-15/+290
2017-04-12Support ICMP session timeout in deterministic NATJuraj Sloboda2-1/+8
2017-04-11Add ICMP support for deterministic NATJuraj Sloboda4-26/+414
2017-04-11Remove usued, redundant and deprecated code from lookup.hNeale Ranns3-11/+6
2017-04-11dpdk: use common interface placement infraDamjan Marion6-301/+64
2017-04-10Refactor SNAT codeJuraj Sloboda3-119/+132
2017-04-10Handle ICMP echo with TTL=1 in deterministic and fast SNAT nodesJuraj Sloboda2-3/+85
2017-04-10Make fixes in SNAT codeJuraj Sloboda2-52/+56
2017-04-07Fix init of ENIC driver to allow receiving of jumbo packetsJohn Lo1-49/+27