Age | Commit message (Expand) | Author | Files | Lines |
2018-05-28 | itf: Fix admin up down for AF_PACKET and vhost-user | Mohsin Kazmi | 3 | -12/+50 |
2018-05-28 | Fix IP neighbor/arp pool full and static entry handling | John Lo | 2 | -166/+169 |
2018-05-27 | proxy_arp: remove unused is_add | Marek Gradzki | 1 | -2/+1 |
2018-05-27 | ip4-input node rework | Damjan Marion | 3 | -125/+339 |
2018-05-27 | Fixes make test errors with clang compiler on aarch64 | Sirshak Das | 1 | -3/+3 |
2018-05-27 | bond-input performance optimization | Damjan Marion | 2 | -291/+264 |
2018-05-27 | acl-plugin: use clib_bihash_search_inline_2_40_8 rather than clib_bihash_sear... | Andrew Yourtchenko | 2 | -5/+3 |
2018-05-27 | VPP-1294: add missing feature arc constraint | Dave Barach | 6 | -52/+116 |
2018-05-26 | Fix interface-rx-dpo-l2 node to setup l2_len in vnet buffer | John Lo | 1 | -4/+16 |
2018-05-26 | dpdk: enable RX for no-multi-seg | Zhiyong Yang | 1 | -0/+5 |
2018-05-26 | tcp: loss recovery improvements/fixes | Florin Coras | 8 | -146/+248 |
2018-05-26 | acl-plugin: create forward and return sessions in lieu of making a special pe... | Andrew Yourtchenko | 5 | -121/+156 |
2018-05-25 | Add interface rx pcap tracing | Dave Barach | 5 | -81/+167 |
2018-05-25 | Fix possible null pointer dereference | Juraj Sloboda | 1 | -3/+14 |
2018-05-25 | tcp: handle acks in close wait | Florin Coras | 2 | -1/+2 |
2018-05-25 | memif: Add support for logging | Jakub Grajciar | 3 | -56/+90 |
2018-05-25 | bond: performance harvesting | Steven | 10 | -172/+266 |
2018-05-25 | ARP proxy dumps | Neale Ranns | 23 | -75/+454 |
2018-05-25 | Fix VPP DPDK build failure with Mellanox NIC on aarch64 | Bin Huang | 1 | -1/+2 |
2018-05-25 | Vectorized bihash_{48,40,24,16}_8 key compare | Damjan Marion | 6 | -24/+83 |
2018-05-25 | VPP-1277: IPIP - Copy TOS/TC from inner packet to outer. | Ole Troan | 7 | -36/+131 |
2018-05-24 | VPP-1286: close the fd after mmap-ing svm segments | Dave Barach | 1 | -0/+2 |
2018-05-24 | Rewrite of l2-output node | Damjan Marion | 2 | -332/+311 |
2018-05-23 | make test: VPP-1288 fix from sw_if_index values | Klement Sekera | 2 | -9/+6 |
2018-05-23 | VPP-1283: IPv6 PMTU missing MTU value in ICMP6 message. | Ole Troan | 4 | -25/+43 |
2018-05-23 | VPP-1283: IPv4 PMTU missing MTU value in ICMP4 message. | Ole Troan | 5 | -34/+257 |
2018-05-23 | VPPAPIGEN: Add union and enum support and IP4/IP6 address type. | Ole Troan | 4 | -85/+160 |
2018-05-23 | dpdk:flow add vxlan flow support | Eyal Bari | 1 | -12/+77 |
2018-05-23 | tcp: cc improvements and fixes | Florin Coras | 5 | -26/+38 |
2018-05-22 | avf plugin: add support for logging | Jakub Grajciar | 2 | -5/+14 |
2018-05-22 | acl-plugin: refactor to introduce multiarch dataplane functions | Andrew Yourtchenko | 6 | -1615/+2036 |
2018-05-22 | vppinfra: add clib_count_equal_uXX and clib_memset_uXX functions | Damjan Marion | 4 | -5/+339 |
2018-05-22 | CSIT-928 dpdk/ipsec: performance improvement | Radu Nicolau | 4 | -119/+119 |
2018-05-21 | tcp: unlock link-local adjacencies on connection cleanup | Florin Coras | 2 | -24/+56 |
2018-05-21 | dpdk:enable flow director perfect mode | Eyal Bari | 3 | -4/+25 |
2018-05-20 | vector functions cleanup and improvements | Damjan Marion | 8 | -96/+99 |
2018-05-19 | MLX DPDK glue: exclude dependency on OFED libraries | Igor Mikhailov (imichail) | 1 | -0/+1 |
2018-05-19 | log: Validate the size of vec in vlib_log | Mohsin Kazmi | 1 | -0/+1 |
2018-05-19 | Disable vector code in vlib_buffer_enqueue_to_next if no msb mask function | Damjan Marion | 2 | -1/+3 |
2018-05-19 | tcp_echo: support multiple connections | Florin Coras | 1 | -218/+250 |
2018-05-18 | IP unnumbered dump | Neale Ranns | 6 | -3/+173 |
2018-05-18 | Add vlib_buffer_enqueue_to_next inline function | Damjan Marion | 5 | -76/+140 |
2018-05-18 | IP table bind allowed only if table exists | Neale Ranns | 3 | -31/+15 |
2018-05-18 | ARP: Ensure STATIC and DYANMIC ARP flags are mutually exclusive. | Jon Loeliger | 1 | -3/+9 |
2018-05-18 | IP address dump - don't send subnets for unnumbered interfaces | Neale Ranns | 1 | -4/+6 |
2018-05-18 | 18.01.2 Release Notes | Dave Wallace | 1 | -0/+10 |
2018-05-18 | session: add session process node | Florin Coras | 6 | -1/+88 |
2018-05-18 | tap: remove the local vlib_log_info definition | Mohsin Kazmi | 1 | -9/+3 |
2018-05-18 | Rework kube-proxy into LB plugin | Hongjun Ni | 22 | -4267/+1842 |
2018-05-17 | Add buffer pointer-to-index and index-to-pointer array functions | Damjan Marion | 4 | -106/+172 |