summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-09-05The build system still builds the DPDK plugin when the optionv17.07.01Marco Varlese1-0/+2
2017-09-01Improve L2FIB PDR/NDR performance (VPP-963)John Lo2-18/+29
2017-08-25acl-plugin: warning printed when acl_add_replace already applied ACLs (comple...Andrew Yourtchenko4-17/+49
2017-08-24vl_api_sw_interface_set_mtu_t_handler: fix assert in vnet_get_hw_interfaceAndrew Yourtchenko1-3/+10
2017-08-22dpdk: define MACHINE before it is usedDamjan Marion1-2/+1
2017-08-21gpe: fix sub-interface hash lookupFlorin Coras2-10/+10
2017-08-19Increase L2FIB MAC learn limit from 1M to 8M entriesJohn Lo1-1/+1
2017-08-19Previous version was still downloading, unpacking and building IPSEC / AESMarco Varlese1-6/+12
2017-08-19dpdk: force libdir for isa-l crypto librarySergio Gonzalez Monroy1-1/+2
2017-08-19dpdk: prefetch 2nd cacheline of rte_mbuf during txDamjan Marion1-1/+1
2017-08-18dpdk: cleanup unused build option *_uses_dpdk_cryptodev_swSergio Gonzalez Monroy4-20/+4
2017-08-18dpdk: only build SW crypto for x86_64 platformsSergio Gonzalez Monroy1-3/+10
2017-08-18Fix nasm deps for Fedora.Thomas F Herbert1-1/+5
2017-08-18Added NASM package to support SW cryptoMarco Varlese1-1/+1
2017-08-18dpdk: update buildSergio Gonzalez Monroy3-32/+82
2017-08-17acl-plugin: time out the sessions created by main thread too (VPP-948)Andrew Yourtchenko4-13/+28
2017-08-11Fix LISP cp buffer leakageFlorin Coras1-1/+3
2017-08-10acl-plugin: add the debug CLI to show macip ACLs and where they are applied (...Andrew Yourtchenko1-0/+76
2017-08-10acl-plugin: match index set to first portrange element if non-first portrange...Andrew Yourtchenko2-5/+192
2017-08-10acl-plugin: hash lookup bitmask not cleared when ACL is unapplied from interf...Andrew Yourtchenko3-4/+31
2017-08-10acl-plugin: avoid crash in multithreaded setup adding/deleting ACLs with traf...Andrew Yourtchenko3-0/+83
2017-08-09acl-plugin: all TCP sessions treated as transient (VPP-932)Andrew Yourtchenko2-13/+146
2017-08-08ping: fixing wrong value when there are worker threadsMohammed Hawari2-9/+21
2017-08-08acl-plugin: fix a misplaced return (VPP-910)Andrew Yourtchenko1-1/+1
2017-08-08acl-plugin: rework the optimization 7383, fortify acl-plugin memory behavior ...Andrew Yourtchenko5-150/+289
2017-08-02acl-plugin: multicore: CSIT c100k 2-core stateful ACL test does not pass (VPP...Andrew Yourtchenko4-41/+106
2017-07-31Fix interface reuse when running multithreadedDamjan Marion1-4/+12
2017-07-28Use CSIT release branch for verify jobJan Gelety1-1/+1
2017-07-21vhost: debug vhost-user command needs better error checking on the syntax (VP...Steven1-5/+26
2017-07-20acl-plugin: assertion failed at hash_lookup.c:226 when modifying ACLs applied...Andrew Yourtchenko1-0/+11
2017-07-1917.07 Release Notev17.07Neale Ranns1-0/+64
2017-07-15DHCP complete event sends mask lengthNeale Ranns3-3/+7
2017-07-13L2INPUT:fix features mask cailculationEyal Bari1-6/+10
2017-07-13Fix crash with worker threads on 4K VXLAN/BD setup (VPP-907)John Lo8-173/+51
2017-07-12memif: avoid double buffer freeDamjan Marion1-1/+0
2017-07-12memif: mask interrupts on startup if we are in the polling modeDamjan Marion1-0/+8
2017-07-12vlib: fix issues with PCI handling codeDamjan Marion2-7/+7
2017-07-12dpdk: add FiftyGigabitEtherenet interface supportDamjan Marion3-0/+7
2017-07-12vppinfra: revert clib_memcpy optimizationDamjan Marion2-10/+14
2017-07-11VPP-895 multi-thread: fix vpp crash on show runtimeIgor Mikhailov (imichail)1-0/+29
2017-07-11Fix vppctl error messages to handle lack off permissionsEd Warnicke1-0/+27
2017-07-10lldp packet transmission on a bonded interfaceSteve Shin3-7/+11
2017-07-10VPP-904: fixes zero length CLI parameters parseAlexander Kotov1-2/+3
2017-07-09format: Check for NaN when rendering doublesChris Luke2-1/+14
2017-07-08LLDP: properly parse lldp cmds from startup configKlement Sekera1-3/+1
2017-07-08Add API support for LLDP config/interface setSteve Shin11-47/+401
2017-07-07Update CSIT tests 170622 -> 170706Jan Gelety1-1/+1
2017-07-06Send GARP/NA on bonded intf slave up/down if in active-backup modeJohn Lo7-8/+232
2017-07-06VPP-902: LISP-CP: Wrong size in one_l2_arp_entries_get message.Ole Troan1-1/+1
2017-07-06Remove autosudo from pythonic vppctlEd Warnicke1-3/+0