aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2018-05-16dpdk: fix rte_eth_dev_set_mtu callsites to use same mtu valueRui Cai1-1/+1
2018-05-16Fix broken compilation for non-numa aware platformsSachin Saxena1-0/+2
2018-05-14NAT44: delete closed TCP session (VPP-1274)Matus Fabian3-22/+68
2018-05-13Improve ipfix template packet rewrite constructionDave Barach5-18/+53
2018-05-12dpdk: Add constants for failsafe PMDRui Cai2-2/+13
2018-05-11dpdk: fix Unknown interface with Mellanox NICSteve Shin1-1/+1
2018-05-10vppinfra: use count_trailing_zeros in sparse_vec_indexDamjan Marion2-8/+8
2018-05-10NAT44: sessions counters per user fix (VPP-1270)Matus Fabian1-6/+6
2018-05-10vnet: device flow offload infraDamjan Marion6-0/+363
2018-05-10Change the way IP header pointer is calculated in esp_decrypt nodesSzymon Sliwa1-1/+7
2018-05-10dpdk:fix tx countEyal Bari1-1/+2
2018-05-09dpdk: fix free of tx dropped packetsFlorin Coras1-1/+1
2018-05-09dpdk: tx code reworkDamjan Marion3-261/+158
2018-05-09dpdk:fix mbuf index typo'sEyal Bari1-4/+4
2018-05-08NAT44: TCP connection close detection (VPP-1266)Matus Fabian7-13/+131
2018-05-07dpdk: improve perf of buffer indices calc in the input nodeDamjan Marion1-34/+53
2018-05-04ipsec: allow null/null for crypto/integ algorithms pairRadu Nicolau1-0/+1
2018-05-04Flow: Rename IPFIX exporter.Ole Troan6-7/+7
2018-05-04Harmonize vec/pool_get_aligned object sizes and alignment requestsDave Barach10-2/+33
2018-05-04Fix format for the dst address in the STN traceMilan Lenco1-2/+2
2018-05-03NAT: fix bin API dump of static mappings.Milan Lenco1-2/+5
2018-05-03NAT44: fix VAT nat44_user_session_detailsMatus Fabian1-4/+5
2018-05-03NAT44 segv on unknown proto on inside interfaceMatthew Smith1-22/+25
2018-04-30plugins: dpdk: fix check which makes not sense, likely a typoSzymon Sliwa1-1/+1
2018-04-27A bit of buffer metadata reshuffling to accommodate flow_idDamjan Marion1-1/+1
2018-04-26NAT44: disable nat44-hairpinning feature for in-out interface (VPP-1255)Matus Fabian1-10/+20
2018-04-25igmp: disable debug messagesDamjan Marion1-1/+1
2018-04-25dpdk: complete rework of the dpdk-input nodeDamjan Marion7-465/+556
2018-04-25GBPv6: NAT66 actions for GBPNeale Ranns1-1/+12
2018-04-25ABF: remove the inclusion of version.h from abf_policy so it does not recompi...Neale Ranns2-8/+6
2018-04-25Fix some build warnings about "Old Style VLA"Juraj Sloboda1-3/+3
2018-04-25STN: use the punt feature arcsNeale Ranns1-79/+28
2018-04-25ipsec: make crypto_worker_main_t a full cache line in sizeFlorin Coras1-0/+1
2018-04-25igmp: data structure refactoringJakub Grajciar5-350/+820
2018-04-24lacp: deleting the bond subinterface may cause lacp to lose the partner [VPP-...Steven2-15/+8
2018-04-24NAT44: one-armed NAT and identity mapping (VPP-1212)Matus Fabian1-3/+10
2018-04-23lacp: partner may time us out if fast-rate is configured [VPP-1247]Steven5-8/+14
2018-04-19Add special Twice-NAT feature (VPP-1221)Juraj Sloboda7-30/+94
2018-04-18dpdk: improve loggingDamjan Marion4-35/+187
2018-04-18NAT44: recycle old sessions for forwarding bypass (VPP-1240)Matus Fabian4-17/+98
2018-04-18dpdk: resurrect removed code [VPP-1245]Steven1-0/+4
2018-04-17dpdk: add additional fields to rte_mbuf trace printDamjan Marion1-2/+5
2018-04-17dpdk: print device flags in the 'show hardware' outputDamjan Marion2-11/+37
2018-04-17ACL based forwardingAndrew Yourtchenko11-0/+1997
2018-04-17acl-plugin: VPP-1241: fix the "show acl-plugin tables applied" outputAndrew Yourtchenko2-45/+20
2018-04-17igmp: fix debug macroJakub Grajciar3-13/+13
2018-04-13Revert "MTU: Setting of MTU on software interface (instead of hardware interf...Damjan Marion1-14/+14
2018-04-13acl-plugin: VPP-1239: acl-as-a-service does not match IPv6 packets, works onl...Andrew Yourtchenko2-4/+5
2018-04-13NAT66: Do not translate if packet not aimed at outside interfaceJuraj Sloboda3-0/+55
2018-04-13MTU: Setting of MTU on software interface (instead of hardware interface)Ole Troan1-14/+14