aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-22acl-plugin: refactor to introduce multiarch dataplane functionsAndrew Yourtchenko6-1615/+2036
2018-05-22vppinfra: add clib_count_equal_uXX and clib_memset_uXX functionsDamjan Marion4-5/+339
2018-05-22CSIT-928 dpdk/ipsec: performance improvementRadu Nicolau4-119/+119
2018-05-21tcp: unlock link-local adjacencies on connection cleanupFlorin Coras2-24/+56
2018-05-21dpdk:enable flow director perfect modeEyal Bari3-4/+25
2018-05-20vector functions cleanup and improvementsDamjan Marion8-96/+99
2018-05-19log: Validate the size of vec in vlib_logMohsin Kazmi1-0/+1
2018-05-19Disable vector code in vlib_buffer_enqueue_to_next if no msb mask functionDamjan Marion2-1/+3
2018-05-19tcp_echo: support multiple connectionsFlorin Coras1-218/+250
2018-05-18IP unnumbered dumpNeale Ranns2-1/+92
2018-05-18Add vlib_buffer_enqueue_to_next inline functionDamjan Marion5-76/+140
2018-05-18IP table bind allowed only if table existsNeale Ranns1-30/+6
2018-05-18ARP: Ensure STATIC and DYANMIC ARP flags are mutually exclusive.Jon Loeliger1-3/+9
2018-05-18IP address dump - don't send subnets for unnumbered interfacesNeale Ranns1-4/+6
2018-05-18session: add session process nodeFlorin Coras6-1/+88
2018-05-18tap: remove the local vlib_log_info definitionMohsin Kazmi1-9/+3
2018-05-18Rework kube-proxy into LB pluginHongjun Ni20-4059/+1772
2018-05-17Add buffer pointer-to-index and index-to-pointer array functionsDamjan Marion4-106/+172
2018-05-17vlib: Fix WARN-ING macro in functionMohsin Kazmi1-1/+1
2018-05-17Fix failure during enable/disable of featuresMatthew Smith2-5/+5
2018-05-17Fixes in IPv6 RD control planeJuraj Sloboda2-30/+59
2018-05-17flow:redirect to nodeEyal Bari2-2/+9