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