aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-17NAT44: nat44_del_session and nat44_user_session_details API update (VPP-1271)Matus Fabian7-90/+246
2018-05-17tcp: handle link-local addressesFlorin Coras6-8/+75
2018-05-17Packet generator: preserve pcap file timestampsDave Barach6-0/+23
2018-05-16dpdk: fix rte_eth_dev_set_mtu callsites to use same mtu valueRui Cai1-1/+1
2018-05-16Drop IPsec packets when interface is downMatthew Smith1-10/+32
2018-05-16Fix broken compilation for non-numa aware platformsSachin Saxena2-0/+4
2018-05-16echo client: used fixed pool for preallocated sessionsFlorin Coras2-14/+9
2018-05-15Update ipfix documentationDave Barach1-195/+180
2018-05-15No overlapping sub-nets on any interface in the same table/VRF (VPP-943)Neale Ranns2-25/+82
2018-05-14proxy: fix active open connection cleanupFlorin Coras1-2/+2
2018-05-14Rework CP and DP communication in IPv6 RD (VPP-1256)Juraj Sloboda4-359/+163
2018-05-14NAT44: delete closed TCP session (VPP-1274)Matus Fabian3-22/+68
2018-05-13Improve ipfix template packet rewrite constructionDave Barach9-28/+180
2018-05-13session: improve app verbose format functionFlorin Coras1-5/+6
2018-05-13session: alloc one frame per output node dispatchFlorin Coras5-54/+94
2018-05-12dpdk: Add constants for failsafe PMDRui Cai2-2/+13
2018-05-11dpdk: fix Unknown interface with Mellanox NICSteve Shin1-1/+1