Age | Commit message (Expand) | Author | Files | Lines |
2016-02-26 | Add packet tracing hint | Bud Grise | 1 | -27/+33 |
2016-02-26 | Add support for native vpp_lite (non-dpdk) platform | Damjan Marion | 11 | -38/+42 |
2016-02-26 | Move dpdk (un)format functions to separate c file | Damjan Marion | 7 | -767/+806 |
2016-02-25 | Add support of Ethernet link bonding utilizing DPDK link bonding | John Lo | 3 | -2/+61 |
2016-02-25 | Fix indexing error in init.c for vnet dpdk. | John Lo | 1 | -2/+2 |
2016-02-25 | Add live migration support to (non-dpdk) vhost-user driver | Yoann Desmouceaux | 2 | -8/+144 |
2016-02-24 | Link the vpp application against libvnet.so, not libvnet.a | Dave Barach | 7 | -15/+39 |
2016-02-24 | Enable all vrings if PROTOCOL_FEATURES are not negotiated | Shesha Sreenivasamurthy | 2 | -5/+23 |
2016-02-24 | Handle dynamic enable/disable VHOST_USER interface | Shesha Sreenivasamurthy | 4 | -11/+29 |
2016-02-23 | Enable DPDK KNI code based on DPDK config | Damjan Marion | 4 | -1/+16 |
2016-02-23 | Fix warnings in vhost-user code with older version of DPDK | Damjan Marion | 1 | -1/+5 |
2016-02-19 | Handle dpdk packet_types properly | Damjan Marion | 2 | -14/+45 |
2016-02-19 | Add custom mac address option to vhost interfaces. | Pierre Pfister | 4 | -13/+30 |
2016-02-19 | Per-interface, per-address-family fast packet filter | Dave Barach | 7 | -0/+1452 |
2016-02-18 | Add jumbo frames support to non-dpdk vhost interfaces. | Pierre Pfister | 1 | -290/+229 |
2016-02-16 | Show DPDK EAL cmdline args in 'show version verbose' | Damjan Marion | 2 | -0/+6 |
2016-02-15 | Disable for-us udp/tcp checksum validation by default | Dave Barach | 3 | -4/+28 |
2016-02-14 | Implement multiple TX queue sharing | Damjan Marion | 4 | -21/+46 |
2016-02-12 | Fix ARP show exception when not ARP entries as found. | Keith Wiles | 1 | -8/+11 |
2016-02-11 | Pull in some additional symbols that may be needed by plugins. | Josh Gahm | 1 | -0/+4 |
2016-02-11 | Use vppinfra bitmap for dpdk coremask | Damjan Marion | 1 | -6/+5 |
2016-02-10 | Compile with -Werror, so Jenkins will catch warnings | Dave Barach | 1 | -1/+1 |
2016-02-10 | Replace AC_PROG_LIBTOOL with LT_INIT | Dave Barach | 2 | -2/+2 |
2016-02-10 | Vhost multi-q support | Shesha Sreenivasamurthy | 5 | -115/+415 |
2016-02-10 | Clean up gcc-5.2 warnings | Dave Barach | 16 | -107/+74 |
2016-02-09 | SFF NSH support VXLAN GPE | Keith Burns (alagalah) | 1 | -15/+115 |
2016-02-08 | Set vnet_buffer(b0)->sw_if_index[VLIB_TX] | Dave Barach | 1 | -0/+3 |
2016-02-08 | Cisco Discovery Protocol, initial working attempt | Dave Barach | 8 | -1/+1489 |
2016-02-04 | ip[46].h: Remove tcp reference | Kevin Paul Herbert | 2 | -8/+0 |
2016-02-03 | p1.c: Remove log() symbol | Kevin Paul Herbert | 1 | -1/+0 |
2016-02-02 | Use per-thread vlib_main | Shesha Sreenivasamurthy | 2 | -7/+11 |
2016-02-01 | p1.c: Add symbols useful to IP protocol modules | Kevin Paul Herbert | 1 | -1/+11 |
2016-02-01 | remove igb_uio static pci id table patch, use new_id for all NICs | Damjan Marion | 1 | -19/+5 |
2016-02-01 | Changed key of NSH VXLAN tunnel. | Keith Burns (alagalah) | 1 | -1/+1 |
2016-01-28 | Remove unused tcp.h | Kevin Paul Herbert | 3 | -399/+0 |
2016-01-27 | Enable Chelsio T5 support | Damjan Marion | 3 | -2/+50 |
2016-01-27 | Remove vestigal TCP implementation | Kevin Paul Herbert | 12 | -3437/+2 |
2016-01-27 | vnet: Add field for transmit time | Kevin Paul Herbert | 1 | -0/+2 |
2016-01-27 | ip_checksum.c: Fixes for ip_csum_and_memcpy() alignment issues | Kevin Paul Herbert | 2 | -53/+69 |
2016-01-27 | Fix l2output error-drop next node index | Damjan Marion | 1 | -4/+2 |
2016-01-26 | Set the ssvm_ethernet interface pid. Otherwise, the recursive lock | Dave Barach | 1 | -0/+1 |
2016-01-25 | MAP: Ensure fragmented packets get from ip4_map to ip4_map_reass. | Ole Troan | 1 | -4/+8 |
2016-01-25 | MAP: Fix handling of jumbo frames. | Ole Troan | 1 | -3/+0 |
2016-01-22 | aarch64 CPU arch / ThunderX platform initial support | Dave Barach | 8 | -6/+95 |
2016-01-21 | PowerPC64-be arch support. Qemu ("qppc") platform support. | Dave Barach | 6 | -1/+71 |
2016-01-20 | Rename vpe binary name to avoid collision with latex | Damjan Marion | 1 | -1/+1 |
2016-01-19 | Enhance and fix packet trace for IP forwarding as follows: | John Lo | 5 | -4/+19 |
2016-01-18 | Temporary remove inlines to unbreak compilation with GCC 5 | Damjan Marion | 12 | -23/+19 |
2016-01-17 | MAP: Updated rules generation script. | Ole Troan | 2 | -23/+216 |
2016-01-14 | hw0 used without initialization in when DPDK is undefined | Shesha Sreenivasamurthy | 1 | -2/+3 |