Age | Commit message (Expand) | Author | Files | Lines |
2016-04-27 | Increase the trace bufffer size |  Chris Luke | 2 | -2/+2 |
2016-04-27 | ENIC driver updates for DPDK 16.04 and 2.2.0 |  John Lo | 6 | -12/+3814 |
2016-04-27 | Remove historical artifacts from vnet/buffer.h |  Dave Barach | 1 | -26/+0 |
2016-04-27 | VPP-18: Creating tap interface through API broken. Fixed and removed duplicat... |  Ole Troan | 1 | -138/+50 |
2016-04-27 | Fix pcap trace capture crash for packets > 512 bytes |  John Lo | 1 | -1/+2 |
2016-04-27 | CLI output pager |  Chris Luke | 3 | -85/+744 |
2016-04-27 | Add "history" CLI command |  Chris Luke | 1 | -24/+48 |
2016-04-27 | Add a (small) banner to the Debug and Telnet CLI |  Chris Luke | 3 | -2/+65 |
2016-04-27 | Debug/Telnet CLI enhancements |  Chris Luke | 2 | -222/+1063 |
2016-04-27 | HONEYCOMB-10: Add missing context parameter to *details structs |  Maros Marsalek | 2 | -8/+24 |
2016-04-27 | Live VM migration support for vhost-user |  Shesha Sreenivasamurthy | 2 | -4/+63 |
2016-04-26 | Make automake silent rules default |  Damjan Marion | 10 | -11/+10 |
2016-04-26 | Fix clang warnings in api code |  Damjan Marion | 2 | -13/+13 |
2016-04-26 | MTU: set interface mtu tap |  Mohsin Kazmi | 5 | -33/+57 |
2016-04-26 | Fix compile errors reported by clang |  Damjan Marion | 14 | -16/+55 |
2016-04-26 | Port glean neighbor entry support to IPv6 |  Pierre Pfister | 12 | -74/+343 |
2016-04-26 | Fix decap's second-loop failure issue within nsh-vxlan-gpe |  Hongjun Ni | 1 | -3/+3 |
2016-04-26 | Build vpp w/ dpdk-16.04 by default |  Dave Barach | 1 | -1/+1 |
2016-04-26 | Gernerate dpdk config out of target specific files |  Damjan Marion | 1 | -7/+2 |
2016-04-25 | Put back VMXNET3 driver init for DPDK 2.2.0 or older versions |  John Lo | 1 | -0/+19 |
2016-04-25 | Disable TSO/CSUM offloading |  Shesha Sreenivasamurthy | 1 | -0/+15 |
2016-04-25 | Fix vpp crash in DBG mode |  Shesha Sreenivasamurthy | 1 | -1/+2 |
2016-04-25 | Break boostrap.sh into pieces |  Ed Warnicke | 8 | -111/+132 |
2016-04-25 | Add native NETMAP driver |  Damjan Marion | 10 | -5/+1666 |
2016-04-25 | Allow the number of elements in a frame queue to be specified per thread. |  Bud Grise | 2 | -1/+8 |
2016-04-25 | Add APIs to access dpdk information |  Todd Foggoa (tfoggoa) | 2 | -0/+62 |
2016-04-25 | Change ethernet's result within unformat_decap_next |  Hongjun Ni | 1 | -1/+1 |
2016-04-25 | Convert lisp-gpe encap to interface tx node |  Florin Coras | 12 | -539/+950 |
2016-04-25 | Improve mechanism for using loopback interface as BVI for BDs |  John Lo | 7 | -82/+68 |
2016-04-25 | Python-API: Python 2 support. |  Ole Troan | 2 | -11/+43 |
2016-04-25 | Python-API: Support for zero-length arrays from caller to VPP. (Previously on... |  Ole Troan | 1 | -20/+26 |
2016-04-24 | Updated .gitignore for Python API generated file |  Keith Burns (alagalah) | 1 | -0/+1 |
2016-04-22 | Add clib_memcpy macro based on DPDK rte_memcpy implementation |  Damjan Marion | 142 | -803/+1407 |
2016-04-22 | Add a vpp_restart command |  Dave Barach | 4 | -5/+250 |
2016-04-22 | Fix duplicate free |  Dave Barach | 1 | -1/+2 |
2016-04-22 | Use memory from other CPU sockets if there is no local |  Damjan Marion | 1 | -0/+11 |
2016-04-21 | Removing dpdk socket-mem from startup.conf |  Damjan Marion | 1 | -4/+0 |
2016-04-21 | Fix warning in vppapigen |  Damjan Marion | 1 | -1/+1 |
2016-04-21 | Add Broadwell-EP/EX to the uarch list |  Damjan Marion | 1 | -0/+1 |
2016-04-20 | Remove execute flags from some dpdk patch files |  Damjan Marion | 3 | -0/+0 |
2016-04-20 | ubuntu 16.04 build support. Supporting systemd with vpp.service files. |  Srivatsa Sangli | 5 | -3/+56 |
2016-04-20 | Allow L3 forwarded jumbo packets on Bonded Interfaces |  John Lo | 1 | -16/+16 |
2016-04-20 | Python-API: Inital commit of Python bindings for the VPP API. |  Ole Troan | 60 | -10115/+1333 |
2016-04-20 | delete loopback interface cli |  Alpesh S. Patel | 1 | -0/+6 |
2016-04-20 | Cleaned up formatting in device.c - no functionality changes. |  Keith Burns (alagalah) | 1 | -64/+64 |
2016-04-20 | Change from nsh-encap to nsh-vxlan-gpe within nsh vxlan tunnel's short_help |  Hongjun Ni | 1 | -1/+1 |
2016-04-20 | Move "ethernet" debug cli commands to "set interface" |  Damjan Marion | 4 | -127/+78 |
2016-04-20 | Add TAG=vpp_gcov which compiles vpp to produce .gcda files |  Dave Barach | 1 | -0/+5 |
2016-04-19 | VPP-6: set epoll wait-time to zero when binary API messages are waiting |  Dave Barach | 3 | -4/+9 |
2016-04-18 | Add API to get the dpdk interface stats delta. |  Sean Hope | 4 | -22/+85 |