Age | Commit message (Expand) | Author | Files | Lines |
2016-03-14 | Better match vhost-user specification for live migration | Yoann Desmouceaux | 2 | -2/+10 |
2016-03-14 | Do not use hugepages if none are available. | Stefan Kobza | 1 | -2/+2 |
2016-03-11 | Set hardware iface state for loopback interfaces | Pierre Pfister | 1 | -0/+10 |
2016-03-09 | Fix IPv6 NDP and bridge BVI and restore NDP and ARP when BVI move is changed. | Pierre Pfister | 1 | -3/+12 |
2016-03-07 | Fix longstanding cleanup-flag bug | Dave Barach | 1 | -12/+9 |
2016-03-07 | Packet filter control-plane API bugfix | Dave Barach | 1 | -4/+14 |
2016-03-04 | Allow dpdk linkstate and stat polling intervals to be set dynamically. | Bud Grise | 2 | -5/+43 |
2016-03-04 | Modified ioam CLI syntax to conform with other CLIs | rangan | 1 | -10/+10 |
2016-03-04 | Collect per Q stats for vhost-user interface | Shesha Sreenivasamurthy | 5 | -9/+87 |
2016-03-04 | Use xxhash in map code when SSE4.2 not available | Damjan Marion | 1 | -1/+1 |
2016-03-03 | Change default L3 MTU to allow jumbo packets for non-DPDK interfaces. | John Lo | 2 | -2/+2 |
2016-03-03 | Fix UDP length check for local IP/UDP lookup and error handling. | John Lo | 1 | -10/+21 |
2016-03-02 | TAP: Jumbo-frame support. | Ole Troan | 1 | -74/+51 |
2016-03-02 | Always showing DPDK physical memory on bootup | Todd Foggoa | 1 | -17/+2 |
2016-03-02 | Add rotates to v6 worker hash to prevent SIP/DIP synchronizing. | Bud Grise | 1 | -3/+3 |
2016-03-02 | Remove spurious call to unix_physmem_init(...) | Dave Barach | 1 | -11/+0 |
2016-03-01 | Dump DPDK physmem to stdout before allocating mbufs | Sean Hope | 1 | -0/+19 |
2016-03-01 | Add ability to filter and change MACs | Christian Dechamplain | 3 | -1/+42 |
2016-03-01 | Fix for TX and RX descriptor queue lockup | Georgi Savov | 2 | -12/+38 |
2016-02-29 | Add ability to override the interface name. | Sean Hope | 4 | -12/+54 |
2016-02-29 | Fixed vxlan link status. | Pavel Kotucek | 1 | -0/+12 |
2016-02-29 | -O3 warnings be gone | Dave Barach | 2 | -2/+2 |
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 |