aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-05-31Add src/vlib/config.h.in templateDamjan Marion3-6/+29
2018-05-30Fix clang compilation on aarch64: value size does not match register size.Sirshak Das1-1/+1
2018-05-30vppinfra: explicitely state for signed types that they are signedDamjan Marion9-20/+20
2018-05-30dpdk: rename port_id to *_instance_numDamjan Marion4-9/+10
2018-05-30Fix clang compilation on aarch64: sizeof operator error.Sirshak Das1-1/+1
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-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 Fabian17-463/+631
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-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-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 harvestingSteven9-161/+263
2018-05-25ARP proxy dumpsNeale Ranns14-48/+287
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 Troan5-18/+109
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-23VPP-1283: IPv6 PMTU missing MTU value in ICMP6 message.Ole Troan3-20/+32
2018-05-23VPP-1283: IPv4 PMTU missing MTU value in ICMP4 message.Ole Troan3-33/+44
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
2018-05-23tcp: cc improvements and fixesFlorin Coras5-26/+38
2018-05-22avf plugin: add support for loggingJakub Grajciar2-5/+14