Age | Commit message (Expand) | Author | Files | Lines |
2017-07-21 | Improvements to tcp rx path and debugging | Florin Coras | 13 | -183/+612 |
2017-07-21 | SNAT: in2out translation as an output feature hairpinning (VPP-913) | Matus Fabian | 6 | -103/+403 |
2017-07-20 | acl-plugin: assertion failed at hash_lookup.c:226 when modifying ACLs applied... | Andrew Yourtchenko | 1 | -0/+11 |
2017-07-20 | Fix coverity issue introduced with IP checksum offload commit | Damjan Marion | 1 | -3/+3 |
2017-07-20 | Prevent double freeing of first segment manager. | Dave Wallace | 1 | -1/+2 |
2017-07-20 | Enable build from dist tarball independent of git. | Thomas F Herbert | 1 | -6/+11 |
2017-07-20 | SNAT: in2out translation as an output feature (VPP-903) | Matus Fabian | 7 | -38/+664 |
2017-07-20 | L2FWD:move vec_validate out of access function | Eyal Bari | 2 | -2/+9 |
2017-07-19 | Add a bihash prefetchable bucket-level cache | Dave Barach | 11 | -44/+329 |
2017-07-19 | Fix IP checksum offload metadata setup | Dave Barach | 1 | -2/+12 |
2017-07-18 | make test: improve console output messages | Klement Sekera | 1 | -3/+3 |
2017-07-18 | FIB path preference | Neale Ranns | 13 | -62/+647 |
2017-07-18 | DHCP client option 61 "client_id" | Neale Ranns | 6 | -4/+53 |
2017-07-18 | DHCP client - remove interface address when DHCP de-configured | Neale Ranns | 3 | -21/+153 |
2017-07-18 | TCP/UDP checksum offload API | Dave Barach | 9 | -13/+173 |
2017-07-18 | TEST:add l2bd nd term tests | Eyal Bari | 1 | -6/+119 |
2017-07-17 | Fix unlinking of /dev/shm files. | Dave Wallace | 12 | -40/+73 |
2017-07-16 | Adjust replication context to match vnet_buffer(b) | Dave Barach | 1 | -2/+2 |
2017-07-15 | Fixes and improved tcp/session debugging | Florin Coras | 11 | -131/+1111 |
2017-07-14 | vnet_buffer_t flags cleanup | Damjan Marion | 16 | -121/+127 |
2017-07-14 | Introduce l{2,3,4}_hdr_offset fields in the buffer metadata | Damjan Marion | 16 | -92/+111 |
2017-07-14 | flowprobe: Fixed assert error with less than 1 second passive timer | Andrew Li | 1 | -2/+2 |
2017-07-14 | dpdk: update build | Sergio Gonzalez Monroy | 3 | -32/+82 |
2017-07-13 | VPP-895 multi-thread: fix vpp crash on show runtime | Igor Mikhailov (imichail) | 1 | -0/+29 |
2017-07-13 | dpdk: fix dpdk_buffer_pool_create name | Chris Luke | 4 | -6/+6 |
2017-07-13 | Use clib_crc32c_uses_intrinsics instead of __SSE4_2__ | Christophe Fontaine | 1 | -1/+1 |
2017-07-13 | Fix typo for non x86 platforms. | Christophe Fontaine | 1 | -1/+1 |
2017-07-13 | Fix crash with worker threads on 4K VXLAN/BD setup (VPP-907) | John Lo | 8 | -173/+51 |
2017-07-12 | Decrease steps necessary to upgrading RPM packages fixed | Kristina Nevolnikova | 1 | -16/+22 |
2017-07-12 | Deprecate support for flattened output nodes | Damjan Marion | 5 | -277/+3 |
2017-07-12 | dpdk: prefetch 2nd cacheline of rte_mbuf during tx | Damjan Marion | 1 | -1/+1 |
2017-07-11 | Horizontal (nSessions) scaling draft | Dave Barach | 29 | -285/+838 |
2017-07-11 | L2INPUT:fix features mask cailculation | Eyal Bari | 1 | -6/+10 |
2017-07-11 | memif: avoid double buffer free | Damjan Marion | 1 | -1/+0 |
2017-07-11 | SNAT: fixed bug in fallback to 3-tuple key for non TCP/UDP sessions | Matus Fabian | 1 | -0/+4 |
2017-07-10 | API:fix arp/ND event messages - remove context | Eyal Bari | 2 | -6/+1 |
2017-07-10 | vlib: store buffer memory information in the buffer_main | Damjan Marion | 9 | -114/+96 |
2017-07-10 | VPP-904: fixes zero length CLI parameters parse | Alexander Kotov | 1 | -2/+3 |
2017-07-10 | memif: mask interrupts on startup if we are in the polling mode | Damjan Marion | 1 | -0/+8 |
2017-07-10 | vlib: fix issues with PCI handling code | Damjan Marion | 2 | -7/+7 |
2017-07-09 | format: Check for NaN when rendering doubles | Chris Luke | 2 | -1/+14 |
2017-07-08 | API: Add Python3 support to vpp_papi.py | Ole Troan | 1 | -65/+97 |
2017-07-08 | lldp packet transmission on a bonded interface | Steve Shin | 3 | -7/+11 |
2017-07-07 | ETH:optimized double is_tagged check | Eyal Bari | 1 | -2/+24 |
2017-07-07 | SNAT: Fallback to 3-tuple key for non TCP/UDP sessions (VPP-884) | Matus Fabian | 6 | -80/+824 |
2017-07-06 | Unlink /dev/shm files on application detach. | Dave Wallace | 4 | -5/+36 |
2017-07-06 | DHCP complete event sends mask length | Neale Ranns | 3 | -3/+7 |
2017-07-06 | VPP-902: LISP-CP: Wrong size in one_l2_arp_entries_get message. | Ole Troan | 1 | -1/+1 |
2017-07-06 | dpdk: add FiftyGigabitEtherenet interface support | Damjan Marion | 3 | -0/+7 |
2017-07-06 | devices: show interface rx-placement displays the wrong information (VPP-894) | Steven | 1 | -1/+3 |