Age | Commit message (Expand) | Author | Files | Lines |
2018-05-30 | vppinfra: explicitely state for signed types that they are signed | Damjan Marion | 6 | -10/+10 |
2018-05-30 | dpdk: rename port_id to *_instance_num | Damjan Marion | 4 | -9/+10 |
2018-05-29 | Revert "dpdk: set dmamap iova address value according to eal_iova_mode" | Damjan Marion | 1 | -4/+1 |
2018-05-29 | Add VLIB_NODE_FN() macro to simplify multiversioning of node functions | Damjan Marion | 12 | -202/+63 |
2018-05-29 | dpdk: Add PMD type for Cavium LiquidIO II CN23XX | chuhong yao | 3 | -1/+13 |
2018-05-29 | dpdk: mempool priv intialization must be done before releasing buffers to pool | Sachin Saxena | 1 | -8/+7 |
2018-05-28 | NAT44: code cleanup and refactor (VPP-1285) | Matus Fabian | 17 | -463/+631 |
2018-05-28 | add missing lb_put_writer_lock() to lb_vip_add() invalid args cases | Andrey "Zed" Zaikin | 1 | -2/+7 |
2018-05-28 | acl-plugin: move to per-frame buffer pointer calculations and enqueue to next... | Andrew Yourtchenko | 1 | -208/+191 |
2018-05-28 | dpdk: set dmamap iova address value according to eal_iova_mode | Sachin Saxena | 1 | -1/+4 |
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 | 1 | -1/+2 |
2018-05-26 | dpdk: enable RX for no-multi-seg | Zhiyong Yang | 1 | -0/+5 |
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 | 4 | -66/+154 |
2018-05-25 | memif: Add support for logging | Jakub Grajciar | 3 | -56/+90 |
2018-05-25 | bond: performance harvesting | Steven | 2 | -28/+8 |
2018-05-23 | VPP-1283: IPv4 PMTU missing MTU value in ICMP4 message. | Ole Troan | 1 | -1/+1 |
2018-05-23 | dpdk:flow add vxlan flow support | Eyal Bari | 1 | -12/+77 |
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 | CSIT-928 dpdk/ipsec: performance improvement | Radu Nicolau | 3 | -112/+114 |
2018-05-21 | dpdk:enable flow director perfect mode | Eyal Bari | 3 | -4/+25 |
2018-05-18 | Add vlib_buffer_enqueue_to_next inline function | Damjan Marion | 1 | -75/+3 |
2018-05-18 | Rework kube-proxy into LB plugin | Hongjun Ni | 19 | -4058/+1772 |
2018-05-17 | Add buffer pointer-to-index and index-to-pointer array functions | Damjan Marion | 2 | -106/+7 |
2018-05-17 | flow:redirect to node | Eyal Bari | 1 | -2/+1 |
2018-05-17 | NAT44: nat44_del_session and nat44_user_session_details API update (VPP-1271) | Matus Fabian | 7 | -90/+246 |
2018-05-16 | dpdk: fix rte_eth_dev_set_mtu callsites to use same mtu value | Rui Cai | 1 | -1/+1 |
2018-05-16 | Fix broken compilation for non-numa aware platforms | Sachin Saxena | 1 | -0/+2 |
2018-05-14 | NAT44: delete closed TCP session (VPP-1274) | Matus Fabian | 3 | -22/+68 |
2018-05-13 | Improve ipfix template packet rewrite construction | Dave Barach | 5 | -18/+53 |
2018-05-12 | dpdk: Add constants for failsafe PMD | Rui Cai | 2 | -2/+13 |
2018-05-11 | dpdk: fix Unknown interface with Mellanox NIC | Steve Shin | 1 | -1/+1 |
2018-05-10 | vppinfra: use count_trailing_zeros in sparse_vec_index | Damjan Marion | 2 | -8/+8 |
2018-05-10 | NAT44: sessions counters per user fix (VPP-1270) | Matus Fabian | 1 | -6/+6 |
2018-05-10 | vnet: device flow offload infra | Damjan Marion | 6 | -0/+363 |
2018-05-10 | Change the way IP header pointer is calculated in esp_decrypt nodes | Szymon Sliwa | 1 | -1/+7 |
2018-05-10 | dpdk:fix tx count | Eyal Bari | 1 | -1/+2 |
2018-05-09 | dpdk: fix free of tx dropped packets | Florin Coras | 1 | -1/+1 |
2018-05-09 | dpdk: tx code rework | Damjan Marion | 3 | -261/+158 |
2018-05-09 | dpdk:fix mbuf index typo's | Eyal Bari | 1 | -4/+4 |
2018-05-08 | NAT44: TCP connection close detection (VPP-1266) | Matus Fabian | 7 | -13/+131 |
2018-05-07 | dpdk: improve perf of buffer indices calc in the input node | Damjan Marion | 1 | -34/+53 |
2018-05-04 | ipsec: allow null/null for crypto/integ algorithms pair | Radu Nicolau | 1 | -0/+1 |
2018-05-04 | Flow: Rename IPFIX exporter. | Ole Troan | 6 | -7/+7 |
2018-05-04 | Harmonize vec/pool_get_aligned object sizes and alignment requests | Dave Barach | 10 | -2/+33 |
2018-05-04 | Fix format for the dst address in the STN trace | Milan Lenco | 1 | -2/+2 |
2018-05-03 | NAT: fix bin API dump of static mappings. | Milan Lenco | 1 | -2/+5 |
2018-05-03 | NAT44: fix VAT nat44_user_session_details | Matus Fabian | 1 | -4/+5 |