Age | Commit message (Expand) | Author | Files | Lines |
2016-03-19 | * Added support to configure trace type as a | rangan | 3 | -60/+497 |
2016-03-19 | cosmetic: indent code | Dave Barach | 1 | -3/+1 |
2016-03-19 | Add llc_init in osi_init to ensure init order dependency | Nagaprabhanjan Bellari | 1 | -0/+7 |
2016-03-19 | Adminis-trivia - rename skel files | Keith Burns (alagalah) | 20 | -35/+35 |
2016-03-18 | add ctags and cscope files to .gitignore | Damjan Marion | 1 | -0/+4 |
2016-03-18 | Add -y to apt-get install for install-dep target | Ed Warnicke | 1 | -1/+1 |
2016-03-18 | Fix longstanding next-frame clone bug | Dave Barach | 1 | -6/+0 |
2016-03-18 | vnet_classify: Handle non-aligned vectors and various bugfixes | Pierre Pfister | 2 | -98/+136 |
2016-03-18 | Make adjacencies shareable | Dave Barach | 5 | -11/+235 |
2016-03-17 | Bring back p1.c so plugins can see DPDK symbols | Todd Foggoa | 3 | -95/+16 |
2016-03-17 | Reincarnate call to unix_physmem_init() for non-dpdk use | Damjan Marion | 1 | -0/+3 |
2016-03-17 | Don't stop binding pci device if write to new_id fails | Damjan Marion | 1 | -2/+0 |
2016-03-17 | Few additions to top-level Makefile | Damjan Marion | 1 | -14/+34 |
2016-03-16 | af_packet: vec functions should not be used on pool | Damjan Marion | 3 | -5/+5 |
2016-03-16 | Add VLIB_INIT_FUNCTION() to dual-loop-skel | Dave Wallace | 1 | -0/+13 |
2016-03-16 | Add vpp native linux kernel AF_PACKET interface support | Damjan Marion | 9 | -1/+920 |
2016-03-14 | Declare node, hw_interface_class and device_class instances as external | Damjan Marion | 10 | -13/+13 |
2016-03-14 | fix declaration of symbol of different size | Jean-Mickael Guerin | 27 | -64/+58 |
2016-03-14 | dpdk: fix link error | Jean-Mickael Guerin | 1 | -1/+1 |
2016-03-14 | Better match vhost-user specification for live migration | Yoann Desmouceaux | 2 | -2/+10 |
2016-03-14 | Fix skel files to use <vppinfra/*.h> instead of <clib/*.h> when | Dave Wallace | 4 | -9/+8 |
2016-03-14 | Do not use hugepages if none are available. | Stefan Kobza | 1 | -2/+2 |
2016-03-14 | lex - yylval undeclared | Vincent JARDIN | 1 | -0/+1 |
2016-03-11 | Set hardware iface state for loopback interfaces | Pierre Pfister | 1 | -0/+10 |
2016-03-11 | lt-*m4 - remove auto generated files | Vincent JARDIN | 4 | -628/+0 |
2016-03-10 | More updated match to ENIC PMD for DPDK 2.2.0 including rx path optimization. | John Lo | 2 | -14/+1366 |
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-07 | Add sw_interface_clear_stats API call | Pavel Kotucek | 4 | -6/+134 |
2016-03-07 | build: fix call to mkdir | Jean-Mickael Guerin | 2 | -2/+2 |
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 | vppinfra: remove generated config.h.in | Jean-Mickael Guerin | 1 | -62/+0 |
2016-03-04 | gitignore | Maros Marsalek | 1 | -0/+5 |
2016-03-04 | Add CPU detection functions | Damjan Marion | 5 | -8/+151 |
2016-03-04 | Use xxhash in map code when SSE4.2 not available | Damjan Marion | 1 | -1/+1 |
2016-03-03 | Refuse to start if binary requires unavailable CPU extensions | Damjan Marion | 1 | -0/+29 |
2016-03-03 | Change default L3 MTU to allow jumbo packets for non-DPDK interfaces. | John Lo | 2 | -2/+2 |
2016-03-03 | Copy flags when cloning next_frames | Nikhil P Rao | 1 | -0/+6 |
2016-03-03 | Use CRC32 instruction only when build for SSE4.2 enabled platforms | Damjan Marion | 1 | -1/+1 |
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 | 4 | -75/+79 |
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 | 2 | -13/+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 |