Age | Commit message (Expand) | Author | Files | Lines |
2017-07-14 | [UDP_Replay] adding Makefile for dynamic arp |  Vishwesh M Rudramuni | 1 | -2/+60 |
2017-07-14 | Merge "vFW: Remove unused pkt_type parameter from example cfg files" |  Deepak S | 16 | -42/+0 |
2017-07-14 | [UDP_Replay] Adding the dynamic arp support |  Vishwesh M Rudramuni | 1 | -284/+507 |
2017-07-14 | [l2l3 stack] implements new arp state machine & arp buffering |  Vishwesh M Rudramuni | 16 | -3715/+1272 |
2017-07-14 | vFW: Remove unused pkt_type parameter from example cfg files |  Anand B Jyoti | 16 | -42/+0 |
2017-07-12 | vFW: ARPICMP packets shouldn't be processed by vFW |  Anand B Jyoti | 1 | -6/+24 |
2017-07-12 | vFW: Remove TTL decrementing in firewall acting as gateway |  Anand B Jyoti | 1 | -20/+0 |
2017-06-30 | l2l3_stack: Remove the build folder from l2l3_stack |  Anand B Jyoti | 3 | -564/+0 |
2017-06-27 | Merge "tools: Adding patches for disabling the DEBUG logs in DPDK"v1.0.1 |  Deepak S | 1 | -0/+2 |
2017-06-27 | Merge "dpdk: Disable DEBUG logs by default in DPDK libraries" |  Deepak S | 1 | -0/+13 |
2017-06-27 | Merge "dpdk: Disable debug logs in ACL rte_table_acl_build" |  Deepak S | 1 | -0/+14 |
2017-06-27 | Merge "conntrack: timer reset in reply traffic causes performance impact" |  Deepak S | 1 | -1/+4 |
2017-06-27 | Merge "conntrack: Fix to avoid duplicate connections in initial burst" |  Deepak S | 1 | -13/+2 |
2017-06-27 | tools: Support multiple version of DPDK build |  Anand B Jyoti | 1 | -10/+39 |
2017-06-27 | UDP_Replay: rte_hash_lookup_multi renamed to rte_hash_lookup_bulk |  Anand B Jyoti | 1 | -1/+5 |
2017-06-27 | vCGNAPT: correcting to use default rte_ring_dequeue |  Anand B Jyoti | 1 | -4/+4 |
2017-06-27 | VNFs: rte_eth_dev is deprecated in DPDK version 16.11 and onwards |  Anand B Jyoti | 3 | -7/+28 |
2017-06-26 | tools: Adding patches for disabling the DEBUG logs in DPDK |  Anand B Jyoti | 1 | -0/+2 |
2017-06-26 | dpdk: Disable DEBUG logs by default in DPDK libraries |  Anand B Jyoti | 1 | -0/+13 |
2017-06-26 | dpdk: Disable debug logs in ACL rte_table_acl_build |  Anand B Jyoti | 1 | -0/+14 |
2017-06-23 | conntrack: timer reset in reply traffic causes performance impact |  Anand B Jyoti | 1 | -1/+4 |
2017-06-22 | conntrack: Fix to avoid duplicate connections in initial burst |  Anand B Jyoti | 1 | -13/+2 |
2017-06-22 | vFW: Increase max number of VFW instances from 12 to 24 |  Anand B Jyoti | 1 | -1/+1 |
2017-06-22 | Merge "vCGNAPT: remove unused function and a patch" |  Deepak S | 3 | -94/+0 |
2017-06-15 | Adding Sample vCGNAPT config to run with multi-port pairv1.0.0 |  Deepak S | 7 | -250740/+970 |
2017-06-09 | vCGNAPT: remove unused function and a patch |  Anand B Jyoti | 3 | -94/+0 |
2017-06-06 | Adding timer dyn timeout config in timer profile. |  Deepak S | 1 | -2/+15 |
2017-06-06 | Set rxq and txq to same value to enable to run UDP replay on single thread |  Deepak S | 1 | -2/+2 |
2017-06-02 | Enable UDP_replay on OVS deployment |  Deepak S | 1 | -4/+6 |
2017-06-02 | Adding UDP Replay VNF without arp support |  Deepak S | 6 | -2/+3156 |
2017-06-02 | Revert "[SAMPLEVNF] Adding UDP Replay VNF" |  Deepak S | 12 | -3724/+15 |
2017-06-02 | Revert "[BUG]: Fix segfault while sending the packets back" |  Deepak S | 1 | -1/+1 |
2017-06-01 | CT: Perf optimization through prefetch and condition checks in CT |  Anand B Jyoti | 2 | -12/+43 |
2017-06-01 | [BUG]: Fix segfault while sending the packets back |  Deepak S | 1 | -1/+1 |
2017-06-01 | Merge "[SAMPLEVNF] Adding support to handle more than 16 ports" |  Deepak S | 9 | -20/+250865 |
2017-06-01 | [SAMPLEVNF] Adding support to handle more than 16 ports |  Deepak S | 9 | -20/+250865 |
2017-05-31 | Merge "acl_lib: remove unused dualstack code from acl library" |  Deepak S | 2 | -379/+0 |
2017-05-31 | Merge "vFW: remove unused dualstack support code" |  Deepak S | 1 | -660/+1 |
2017-05-31 | Merge "vFW: Clear the pkt drop count for unsupported type in clearstats cmd" |  Deepak S | 1 | -0/+1 |
2017-05-30 | If port configuration fails. Try again after disabling TX OFFLOAD |  Deepak S | 3 | -9/+25 |
2017-05-30 | [SAMPLEVNF] Adding UDP Replay VNF |  Vishwesh M Rudramuni | 12 | -15/+3724 |
2017-05-18 | Adding http proxy setup for non-intractive build |  Deepak S | 1 | -0/+12 |
2017-05-18 | Adding support to build the vnfs without user intervention |  Deepak S | 1 | -0/+24 |
2017-05-12 | Change PMD link down to warning instead of panic error |  Deepak S | 1 | -1/+1 |
2017-05-12 | acl_lib: remove unused dualstack code from acl library |  Anand B Jyoti | 2 | -379/+0 |
2017-05-12 | vFW: remove unused dualstack support code |  Anand B Jyoti | 1 | -660/+1 |
2017-05-12 | vFW: Clear the pkt drop count for unsupported type in clearstats cmd |  Anand B Jyoti | 1 | -0/+1 |
2017-05-11 | Allow enable/disable of checksum for cgnapt |  Deepak S | 2 | -19/+19 |
2017-05-11 | Default enable only NAPT features |  Deepak S | 1 | -5/+5 |
2017-04-21 | BUGFix: Allow the vCGNAPT compile without FTP/SIP functionality |  Deepak S | 1 | -1/+4 |