aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2018-10-17acl-plugin: tuplemerge: refresh the pointer to hash-readied ACL entries per e...Andrew Yourtchenko1-0/+2
2018-10-02Fix wrong dependenciesMarco Varlese4-12/+12
2018-10-01IGMP: handle (*,G) report with no source addressesNeale Ranns1-8/+14
2018-09-12nat: fix busy ports of each threaddongjuan1-4/+15
2018-09-12Fix create memif socketEd Warnicke1-16/+0
2018-09-06NAT: fix maximum out of order fragments (VPP-1399)Matus Fabian6-8/+38
2018-09-06acl-plugin: VPP-1400: fix crash when removing a session entryAndrew Yourtchenko1-0/+2
2018-09-03acl-plugin: VPP-1400: VPP may crash when performing ACL modifications on appl...Andrew Yourtchenko2-61/+91
2018-09-03acl-plugin: fix the memory leak with colliding entries storageAndrew Yourtchenko1-4/+73
2018-09-02NAT44: fix nat44_ed_not_translate_output_feature for multiple VRF (VPP-1404)Matus Fabian1-9/+15
2018-09-02VPP-1387:foreach outside address vector to find correct index when free outsi...shubing guo3-21/+16
2018-08-31VPP-1381: Fix the incorrect if condition when delete session for static mappingshubing guo1-2/+2
2018-08-31NAT44: fix next_src_nat (VPP-1384)Matus Fabian1-6/+7
2018-08-31lacp: issue with slave interface admin up after it is added to the bond group...Steven1-2/+2
2018-08-09NAT44: fix bug in snat_interface_add_del (VPP-1380)Matus Fabian1-4/+4
2018-07-26avf: api fixJakub Grajciar4-7/+25
2018-07-24fix vector index range checks (VPP-1353)Eyal Bari3-13/+7
2018-07-23NAT44: fix forwarding feature bug (VPP-1349)v18.07-rc2Matus Fabian1-3/+3
2018-07-19gbp: Add support for ACLMohsin Kazmi6-58/+178
2018-07-18VPP crash when run "lb set interface nat4 in <intc>" VPP-1343Hongjun Ni1-1/+1
2018-07-13Add QEDE poll mode driver (librte_pmd_qede)Igor Mikhailov (imichail)3-4/+10
2018-07-13srv6-as: Adding support for L2 trafficFrancois Clad3-38/+243
2018-07-13The gateway IP should be 172.16.2.1shenJibiao1-1/+1
2018-07-12IGMP: validate the packets length in the DPNeale Ranns3-25/+55
2018-07-11avoid using thread local storage for thread indexDamjan Marion21-40/+40
2018-07-11memif: fix max number of ringsDamjan Marion2-4/+4
2018-07-11avf: descriptor should be volatileDamjan Marion4-40/+60
2018-07-11srv6-as: Adding rewrite countersFrancois Clad3-21/+72
2018-07-11VPP-1338: fix coverity warning in mactime pluginDave Barach1-1/+3
2018-07-10IGMP: coverity found defectsNeale Ranns3-4/+10
2018-07-10NAT44: multiple outside FIB tables (VPP-1314)Matus Fabian4-41/+178
2018-07-10Remove unused variablesIgor Mikhailov (imichail)1-4/+0
2018-07-10Do not translate packets destined for NAT64 inside interface (VPP-1331)Juraj Sloboda1-0/+29
2018-07-10pp2: increase recycle batch sizeBrian Brooks1-1/+3
2018-07-10pp2: use configured RX queue sizeBrian Brooks1-1/+1
2018-07-09IGMP improvementsNeale Ranns28-1736/+3770
2018-06-29memif: minor fixesDamjan Marion2-9/+9
2018-06-29igmp: bugfix and minor improvementsJakub Grajciar5-76/+60
2018-06-27acl: fix for loop initial declarationFlorin Coras1-1/+2
2018-06-27avf: binary API and configurable RX/TX queue sizeJakub Grajciar10-13/+580
2018-06-27gcc8 and Wstringop-truncationMarco Varlese1-1/+1
2018-06-27acl-plugin: tm: avoid hash calculation dependency on a memory store operationAndrew Yourtchenko1-1/+9
2018-06-27acl-plugin: tm: add tuplemerge algorithm for relaxing the hashtable masksAndrew Yourtchenko3-5/+625
2018-06-26dpdk: display rx/tx burst function name in "show hardware detail"Damjan Marion1-0/+20
2018-06-26NAT44: fix nat44_ed_not_translate_output_feature (VPP-1329)Matus Fabian1-0/+5
2018-06-26L3DSR fix ip checksum issue and add testHongjun Ni1-9/+12
2018-06-26acl-plugin: tm: optimize multi-lookups and prepare to add tuplemergeAndrew Yourtchenko6-252/+456
2018-06-25dpdk: Enhancement to call crypto start api at initializationSachin Saxena1-0/+4
2018-06-25acl-plugin: remove the noisy debug outputAndrew Yourtchenko1-1/+1
2018-06-25MAP: Move MAP-E/T to a plugin.Ole Troan21-0/+9135