aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-05-24Fix tab-completion coverity issueYoann Desmouceaux1-1/+2
2017-05-24ipfix: make IPFIX work for all skip_n_vectors values (VPP-204)Juraj Sloboda1-22/+23
2017-05-23Add TAB-based auto-completion to the CLIYoann Desmouceaux3-0/+259
2017-05-23Labelled attached paths via an MPLS tunnelNeale Ranns5-40/+69
2017-05-23Added support for Virtio-user interfaces by means of a new VNET_DPDK_PORT_TYPE.Mohammed Hawari3-1/+16
2017-05-23ARP/ND entries for the same address on different interfaces (VPP-848)Neale Ranns18-735/+1194
2017-05-22vhost: migrate to use device infra for worker thread assignment, rx-mode.Steven6-556/+342
2017-05-22dpdk: make dpdk global debug level configurableDamjan Marion3-33/+30
2017-05-22LISP-GPE: add dump call for VNIs in useFilip Tehlar6-1/+149
2017-05-22Fix GTP-U Coverity issuesHongjun Ni1-24/+15
2017-05-20API: Cleaning up message naming that does not follow the conventionsOle Troan9-226/+116
2017-05-20Improve session debuggingFlorin Coras8-89/+176
2017-05-20vhost: buffers leak and interface disable upon vring descriptor out of mmapSteven1-16/+9
2017-05-20VPP-849: improve vnet classifier memory allocator performanceDave Barach2-274/+450
2017-05-20af_packet: set mac address supportRay Kinsella1-1/+47
2017-05-19mfib CLI bugs (VPP-852)Neale Ranns3-8/+16
2017-05-19Enforce Bridge Domain ID range to match 24-bit VNI rangeJohn Lo7-9/+45
2017-05-18Remove nop code from session_manager_add_first_segment().Dave Wallace1-2/+0
2017-05-18Improve sack bytes accounting and testingFlorin Coras5-37/+140
2017-05-18acl-plugin: reject the too-short variable-length messages from clients (VPP-839)Andrew Yourtchenko1-3/+42
2017-05-18VPP-847: improve bihash template memory allocator performanceDave Barach5-57/+111
2017-05-17ioam: configuration for SRv6 localsid (VPP-693)shwethab4-23/+54
2017-05-17Add vl_msg_api_get_message_length[_inline]Dave Barach2-0/+17
2017-05-17dpdk: Do not check and set rte_mbuf refcnt if dpdk ver >= 17.05Damjan Marion1-0/+4
2017-05-17VPP-719: Accept ARP replies from VRRP hw addrMatthew Smith1-7/+27
2017-05-17vhost: bad packet assembled from descriptor chainingSteven1-1/+2
2017-05-17Use counters on ipsec tunnel interfacesMatthew Smith3-6/+107
2017-05-17Add ethernet type to support NSH over ethernetHongjun Ni1-1/+1
2017-05-17VPP-846: tcp perf / scale / hardeningDave Barach7-50/+108
2017-05-17ARP learning fixes (VPP-843)Neale Ranns3-82/+68
2017-05-16Fixes to tcp active opens and receptionDave Barach2-1/+10
2017-05-16Unneeded linkingMarco Varlese1-0/+4
2017-05-16VPP-845: add configurable elog post-mortem dumpDave Barach4-4/+37
2017-05-16ping command does not work when there is woker thread (VPP-844)flyingeagle231-0/+1
2017-05-16Fix regression of setting device to admin-down stateJohn Lo1-5/+4
2017-05-16Place the vpp_papi*.egg file together with other build products.Igor Mikhailov (imichail)1-1/+2
2017-05-15Add sw_if_index of tunnel interface to API reply for ipsec_tunnel_if_add_delMatthew Smith4-15/+36
2017-05-15acl-plugin: unapply the ACLs if interface is being deletedAndrew Yourtchenko1-0/+4
2017-05-15dpdk: Enable hardware CRC strip for Intel VFsDamjan Marion1-0/+5
2017-05-15Add GTP-U plugin. VPP-694Hongjun Ni18-0/+4422
2017-05-15memif: migrate memif to use vnet device infra APIsSteven2-22/+40
2017-05-15dpdk: improve error handling during device initializationDamjan Marion6-79/+98
2017-05-15af_packet: support changing the mtu sizeRay Kinsella1-1/+23
2017-05-15jvpp: fix memory allocation for variable lenght messages (VPP-841)Marek Gradzki4-22/+49
2017-05-15Fix builtin tcp clientDave Barach4-38/+78
2017-05-15Add a missing byte-swap call in ACL intf dump.Jon Loeliger1-1/+1
2017-05-15[plugins/dpdk] Support for CLIB_HAVE_64 (aarch64)Christophe Fontaine1-0/+13
2017-05-15L2BD/API:fix bd dump to ignore unknown bd_idEyal Bari1-19/+20
2017-05-15Fix vnet_interface_counters API definitionAloys Augustin3-144/+227
2017-05-15Fix FIB recursion loops via cover (VPP-842)Neale Ranns3-38/+81