Age | Commit message (Expand) | Author | Files | Lines |
2016-05-23 | Native VPP driver for Intel Niantic family of NICs |  Damjan Marion | 6 | -0/+292 |
2016-05-21 | Add per-thread, per-node runtime stats serialization |  Dave Barach | 2 | -0/+4 |
2016-05-19 | VPP-74 Fix signedness issue when terminal resizes |  Chris Luke | 1 | -4/+9 |
2016-05-19 | Remove unused PCI code |  Damjan Marion | 1 | -7/+0 |
2016-05-19 | Add support for multiple microarchitectures in single binary |  Damjan Marion | 1 | -0/+27 |
2016-05-18 | Rework of the old PCI code |  Damjan Marion | 10 | -335/+473 |
2016-05-17 | dpdk/build - 32bits compilation |  Christophe Fontaine | 1 | -1/+1 |
2016-05-16 | VPP-23 Re-work pager line collationv16.09-rc0 |  Chris Luke | 1 | -88/+364 |
2016-05-16 | VPP-57 Add missing license headers in doc files |  Chris Luke | 3 | -0/+48 |
2016-05-13 | VPP-57 Add Doxygen to VPP |  Chris Luke | 4 | -51/+141 |
2016-05-10 | VPP-46 Fix cut-and-paste in the debug CLI |  Chris Luke | 1 | -38/+46 |
2016-05-10 | Avoid clobbering output_function by concurrent CLI sessions doing vlib_proces... |  Andrew Yourtchenko | 4 | -17/+63 |
2016-04-29 | VPP-26 Iterate through empty command line in cli history |  Chris Luke | 1 | -10/+24 |
2016-04-29 | VPP-27 Extend telnet protocol buffer guard |  Chris Luke | 1 | -1/+1 |
2016-04-29 | Clean up per-thread mheap setup. |  Dave Barach | 1 | -22/+22 |
2016-04-28 | Track number of ethernet vlans in a frame |  Chris Luke | 1 | -2/+1 |
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-26 | Make automake silent rules default |  Damjan Marion | 1 | -1/+1 |
2016-04-26 | Fix compile errors reported by clang |  Damjan Marion | 2 | -2/+2 |
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 | Improve mechanism for using loopback interface as BVI for BDs |  John Lo | 1 | -4/+5 |
2016-04-22 | Add clib_memcpy macro based on DPDK rte_memcpy implementation |  Damjan Marion | 12 | -36/+34 |
2016-04-19 | VPP-6: set epoll wait-time to zero when binary API messages are waiting |  Dave Barach | 2 | -4/+7 |
2016-04-18 | Add support for AArch32 |  Christophe Fontaine | 5 | -10/+35 |
2016-04-14 | Rework of DPDK PCI device uio driver binding process |  Damjan Marion | 7 | -109/+1227 |
2016-04-14 | Change ARP and IP6-ND nodes to use interface-output node for output |  John Lo | 1 | -5/+4 |
2016-04-12 | Add counter for the number of barrier syncs performed. |  Bud Grise | 2 | -0/+3 |
2016-04-12 | Add a configurable "significant error" metric |  Dave Barach | 1 | -5/+20 |
2016-04-11 | Propagate the VLIB_FRAME_NO_FREE_AFTER_DISPATCH flag to cloned next_frames |  Bud Grise | 1 | -0/+6 |
2016-04-06 | Do not listen unless configured with cli-listen. |  Ed Warnicke | 1 | -4/+5 |
2016-03-29 | Adjacency allocator |  Dave Barach | 1 | -0/+1 |
2016-03-28 | event logger skeletons, improve debug CLI |  Dave Barach | 2 | -5/+183 |
2016-03-26 | Improve main-loop event-logs |  Dave Barach | 2 | -12/+13 |
2016-03-25 | Use rte_mempool private data for storing vlib_buffer_t |  Damjan Marion | 3 | -53/+80 |
2016-03-18 | Fix longstanding next-frame clone bug |  Dave Barach | 1 | -6/+0 |
2016-03-16 | Add vpp native linux kernel AF_PACKET interface support |  Damjan Marion | 2 | -0/+3 |
2016-03-03 | Copy flags when cloning next_frames |  Nikhil P Rao | 1 | -0/+6 |
2016-03-02 | TAP: Jumbo-frame support. |  Ole Troan | 3 | -1/+28 |
2016-03-02 | Remove spurious call to unix_physmem_init(...) |  Dave Barach | 1 | -2/+0 |
2016-02-26 | Add packet tracing hint |  Bud Grise | 2 | -0/+7 |
2016-02-26 | Add support for native vpp_lite (non-dpdk) platform |  Damjan Marion | 1 | -1/+2 |
2016-02-24 | Link the vpp application against libvnet.so, not libvnet.a |  Dave Barach | 2 | -1/+10 |
2016-02-18 | Add jumbo frames support to non-dpdk vhost interfaces. |  Pierre Pfister | 3 | -0/+165 |
2016-02-16 | Increase number of per-cpu mheaps to 256 |  Damjan Marion | 1 | -0/+4 |
2016-02-14 | Increase VLIB_MAX_CPUS to 256 |  Damjan Marion | 3 | -9/+7 |
2016-02-14 | Make size of per-thread mini counter vector equal to number of threads |  Damjan Marion | 2 | -38/+30 |
2016-02-10 | Replace AC_PROG_LIBTOOL with LT_INIT |  Dave Barach | 1 | -1/+1 |