Age | Commit message (Expand) | Author | Files | Lines |
2016-07-26 | VPP-223 General documentation updates | Chris Luke | 1 | -17/+17 |
2016-07-26 | Fix coverity warnings | Dave Barach | 1 | -2/+5 |
2016-07-22 | Add DPDK 16.07 support (rc3 based) | Damjan Marion | 1 | -0/+5 |
2016-07-13 | VPP-189 Addtional fixes for last coverity fix in linux_pci.c | John Lo | 1 | -8/+4 |
2016-07-12 | Show cli for plugin path, name filter and loaded plugins | Shwetha Bhandari | 1 | -0/+32 |
2016-07-08 | fd-io-styleify pass | Dave Barach | 64 | -7913/+9475 |
2016-07-08 | Remove unnecessary and obsolete configure.ac directives | Damjan Marion | 1 | -1/+0 |
2016-07-08 | VPP-189 Some bugfixes for issues reported by Coverity | Chris Luke | 1 | -6/+29 |
2016-07-07 | Remove #if DPDK == 0, to eliminate a data structure size mismatch | Dave Barach | 1 | -2/+2 |
2016-07-07 | Remove duplicate code buffer_func.h | Damjan Marion | 1 | -4/+0 |
2016-07-07 | Add some doxygen tags | Dave Barach | 2 | -1/+139 |
2016-06-29 | Decouple worker thread code from dpdk, enable worker threads in vpp_lite | Damjan Marion | 5 | -54/+584 |
2016-06-18 | Move pkt replication counter to the opaque2 cache line | Dave Barach | 3 | -14/+16 |
2016-06-17 | Dynamically compute ip feature subgraph order | Dave Barach | 1 | -7/+7 |
2016-06-15 | 6rd: Move to plugin | Ole Troan | 1 | -3/+8 |
2016-06-14 | Fix node siblings | Ole Troan | 2 | -51/+44 |
2016-06-14 | Retire io threads and main-thread-io mode | Damjan Marion | 2 | -6/+1 |
2016-06-09 | VPP-133: increase size of cli process stacks | Dave Barach | 1 | -1/+1 |
2016-06-09 | Add verbose flag for packet trace, show hexdump in verbose dpdk input trace | Damjan Marion | 2 | -5/+15 |
2016-06-05 | Add per-device startup config support | Damjan Marion | 2 | -1/+3 |
2016-06-01 | VPP-83 Allow non-privileged clients to use the vpp binary API. | Dave Barach | 1 | -3/+6 |
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 |