aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-05-30Fix clang compilation on aarch64: sizeof operator error.Sirshak Das1-1/+1
2018-05-30Fix clang compilation on aarch64: replace -pie with -fPIE for dpdk compilation.Sirshak Das1-0/+4
2018-05-30IPv6 for-us/receive multicast routes fixNeale Ranns1-0/+4
2018-05-30session: fix v6 unbinds that use uri apiFlorin Coras1-2/+6
2018-05-30session: fix session table retrievalFlorin Coras1-2/+2
2018-05-30bonding: fix packet trace in bond-inputDamjan Marion1-5/+1
2018-05-29Revert "dpdk: set dmamap iova address value according to eal_iova_mode"Damjan Marion1-4/+1
2018-05-29Add VLIB_NODE_FN() macro to simplify multiversioning of node functionsDamjan Marion19-284/+160
2018-05-29af_packet: Add support for dump interfacesMohsin Kazmi6-1/+158
2018-05-29fix Check style errchuhong yao0-0/+0
2018-05-29dpdk: Add PMD type for Cavium LiquidIO II CN23XXchuhong yao3-1/+13
2018-05-29Fixed vlib_buffer_clone with stale chained buffersYoann Desmouceaux1-2/+7
2018-05-29dpdk: mempool priv intialization must be done before releasing buffers to poolSachin Saxena1-8/+7
2018-05-29ipsec: fix IKEv2 crash when rsa cert is used for authenticationRadu Nicolau1-0/+1
2018-05-28NAT44: code cleanup and refactor (VPP-1285)Matus Fabian18-599/+781
2018-05-28Change optimizaton level from tree-vectorize to O3Damjan Marion1-1/+1
2018-05-28add missing lb_put_writer_lock() to lb_vip_add() invalid args casesAndrey "Zed" Zaikin1-2/+7
2018-05-28Fix flowhash size computation for very large hash tablesPierre Pfister1-1/+1
2018-05-28acl-plugin: move to per-frame buffer pointer calculations and enqueue to next...Andrew Yourtchenko1-208/+191
2018-05-28VPP-1284: Fix for TLS corruption on ARM platformsSachin Saxena1-2/+2
2018-05-28dpdk: set dmamap iova address value according to eal_iova_modeSachin Saxena1-1/+4
2018-05-28af-packet: Add support for loggingMohsin Kazmi3-38/+52
2018-05-28itf: Fix admin up down for AF_PACKET and vhost-userMohsin Kazmi3-12/+50
2018-05-28Fix IP neighbor/arp pool full and static entry handlingJohn Lo2-166/+169
2018-05-27proxy_arp: remove unused is_addMarek Gradzki1-2/+1
2018-05-27ip4-input node reworkDamjan Marion3-125/+339
2018-05-27Fixes make test errors with clang compiler on aarch64Sirshak Das1-3/+3
2018-05-27bond-input performance optimizationDamjan Marion2-291/+264
2018-05-27acl-plugin: use clib_bihash_search_inline_2_40_8 rather than clib_bihash_sear...Andrew Yourtchenko2-5/+3
2018-05-27VPP-1294: add missing feature arc constraintDave Barach6-52/+116
2018-05-26Fix interface-rx-dpo-l2 node to setup l2_len in vnet bufferJohn Lo1-4/+16
2018-05-26dpdk: enable RX for no-multi-segZhiyong Yang1-0/+5
2018-05-26tcp: loss recovery improvements/fixesFlorin Coras8-146/+248
2018-05-26acl-plugin: create forward and return sessions in lieu of making a special pe...Andrew Yourtchenko5-121/+156
2018-05-25Add interface rx pcap tracingDave Barach5-81/+167
2018-05-25Fix possible null pointer dereferenceJuraj Sloboda1-3/+14
2018-05-25tcp: handle acks in close waitFlorin Coras2-1/+2
2018-05-25memif: Add support for loggingJakub Grajciar3-56/+90
2018-05-25bond: performance harvestingSteven10-172/+266
2018-05-25ARP proxy dumpsNeale Ranns23-75/+454
2018-05-25Fix VPP DPDK build failure with Mellanox NIC on aarch64Bin Huang1-1/+2
2018-05-25Vectorized bihash_{48,40,24,16}_8 key compareDamjan Marion6-24/+83
2018-05-25VPP-1277: IPIP - Copy TOS/TC from inner packet to outer.Ole Troan7-36/+131
2018-05-24VPP-1286: close the fd after mmap-ing svm segmentsDave Barach1-0/+2
2018-05-24Rewrite of l2-output nodeDamjan Marion2-332/+311
2018-05-23make test: VPP-1288 fix from sw_if_index valuesKlement Sekera2-9/+6
2018-05-23VPP-1283: IPv6 PMTU missing MTU value in ICMP6 message.Ole Troan4-25/+43
2018-05-23VPP-1283: IPv4 PMTU missing MTU value in ICMP4 message.Ole Troan5-34/+257
2018-05-23VPPAPIGEN: Add union and enum support and IP4/IP6 address type.Ole Troan4-85/+160
2018-05-23dpdk:flow add vxlan flow supportEyal Bari1-12/+77