aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
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
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