aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2018-04-13GBP V2Neale Ranns25-886/+3720
2018-04-12Fixes for 'make UNATTENDED=yes CC=clang CXX=clang verify'Neale Ranns5-10/+9
2018-04-12NAT: disable CLI/API not supported in active mode (VPP-1234)Juraj Sloboda2-3/+215
2018-04-12Handle DHCP replies with NAT44 forwarding enabledMatthew Smith1-48/+57
2018-04-11NAT44: fix setting of flag SNAT_SESSION_FLAG_LOAD_BALANCING (VPP-1235)Matus Fabian4-24/+36
2018-04-11acl-plugin: VPP-1231: add error checking to acl_plugin_set_acl_vec_for_contextAndrew Yourtchenko1-1/+26
2018-04-11acl-plugin: VPP-1230: fix the "undefined symbol" error for acl_main when usin...Andrew Yourtchenko3-9/+31
2018-04-11dpdk: fail in early init if we cannot alloc hugepagesDamjan Marion1-4/+19
2018-04-10when deleting l3 static mapping with addr_only,ahdj0071-1/+4
2018-04-10CSIT-895 dpdk/ipsec: add locks on session data hash updatesRadu Nicolau2-33/+40
2018-04-10srv6-ad: fixing cache size issueFrancois Clad3-11/+18
2018-04-09plugins: unload plugin if early init failsDamjan Marion1-0/+43
2018-04-09NAT44: don't add static mapping to resolution vector if failed (VPP-1225)Matus Fabian1-3/+27
2018-04-05memif: bug fixesDamjan Marion2-22/+74
2018-04-05DSLite: Implement new API call DSLITE_ADDRESS_DUMP.Jon Loeliger2-0/+67
2018-04-04Doc updates prior to branchChris Luke3-11/+23
2018-04-04memif: zero copy slaveDamjan Marion6-145/+653
2018-04-04NAT added FIB entries have a preference lower than API/CLINeale Ranns1-6/+6
2018-04-04NAT44: prohibit multiple static mappings for a single local address (VPP-1224)Matus Fabian1-0/+11
2018-04-04NAT44: fix static mapping for DHCP addressed interface deleting (VPP-1223)Matus Fabian1-4/+92
2018-04-04dpdk:fix checksum handling of l2 interfacesEyal Bari1-17/+19
2018-03-30acl-plugin: implement an optional session reclassification when ACL is (re-)a...Andrew Yourtchenko4-10/+128
2018-03-30Add missing stdint.hChris Luke1-0/+1
2018-03-30lacp: faster convergence for slow-rate config optionSteven6-18/+29
2018-03-30dpdk: fix crash due to incorrect xd->flags value with slave's link togglingSteve Shin1-2/+5
2018-03-28NAT44: make 1:1NAT for DHCP addressed interface persistentMatus Fabian1-22/+53
2018-03-28avf: keep input node in disabled state unless neededDamjan Marion1-1/+1
2018-03-28NAT44: fix nat44_user_session_dump and nat44_del_session crash with one worke...Matus Fabian2-2/+2
2018-03-27acl-plugin: autosize the ACL plugin heap and fix the heap size types and parsingAndrew Yourtchenko3-9/+43
2018-03-27memif: add private header size fieldDamjan Marion2-0/+5
2018-03-26plugins: dpdk: ipsec: fix l3 offsetSzymon Sliwa1-2/+1
2018-03-26acl-plugin: defer the ACL plugin user module registration with ACL lookup unt...Andrew Yourtchenko1-3/+5
2018-03-26Intel Adaptive Virtual Function native device driver pluginDamjan Marion11-0/+3007
2018-03-24User session counters stay <= per-user limitMatthew Smith3-17/+22
2018-03-23acl-plugin: improvements in 'show acl-plugin macip acl' CLIAndrew Yourtchenko2-11/+47
2018-03-23acl-plugin: set ACL heap within the exported functions that might alloc memoryAndrew Yourtchenko3-0/+23
2018-03-23NAT44: fix ICMP checksum update crash (VPP-1205)Matus Fabian2-0/+6
2018-03-23IGMP: coverity fixes and remove checks for scapy IGMPv3Neale Ranns2-9/+5
2018-03-22VPP-1204: Fix coverity warningDave Barach1-2/+5
2018-03-22Revert "acl-plugin: improvement on 'show acl-plugin' CLI"Damjan Marion2-37/+9
2018-03-22acl-plugin: implement ACL lookup contexts for "ACL as a service" use by other...Andrew Yourtchenko14-1148/+2118
2018-03-22gbp: Add the next node lookupMohsin Kazmi1-0/+5
2018-03-22NAT44: interface output feature and dst NAT (VPP-1200)Matus Fabian2-7/+78
2018-03-22memif: version 2Damjan Marion6-486/+558
2018-03-21acl-plugin: improvement on 'show acl-plugin' CLISteve Shin2-9/+37
2018-03-21bond: Add bonding driver and LACP protocolSteven24-0/+3994
2018-03-21IGMP plugin initialises the FIB/MFIB via ip4 moduleNeale Ranns1-1/+4
2018-03-21NAT44: fix removal of LB static mappings with same local address and port pai...Matus Fabian1-5/+35
2018-03-20Fix Allow ARP packets for dot1q interface with MACIP enabledSteve Shin1-50/+169
2018-03-19IGMP pluginJakub Grajciar14-0/+2755