aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-11Validate ip6 interface fib tables early onFlorin Coras1-0/+5
2017-05-11dpdk: bump to dpdk 17.05Damjan Marion4-22/+16
2017-05-11Handle RST of TCP connections in SYN-RCVD state, VPP-822Florin Coras1-8/+23
2017-05-10Allow to override the build dateBernhard M. Wiedemann1-1/+6
2017-05-10vnet: introduce error state for sw interfacesDamjan Marion3-1/+13
2017-05-10completelly deprecate os_get_cpu_number, replace new occurencesDamjan Marion20-75/+77
2017-05-10Multi-thread enablement for the debug cli http serverDave Barach3-2/+35
2017-05-10Add crc32c inline function, allows compilation on 32-bit systemsDamjan Marion7-19/+67
2017-05-10dpdk: refactor interface speed detectionDamjan Marion3-98/+42