Age | Commit message (Expand) | Author | Files | Lines |
2016-04-30 | IP6 SR multicast replicator | Keith Burns (alagalah) | 10 | -38/+1124 |
2016-04-29 | Fix use of vni throughout lisp code | Florin Coras | 2 | -32/+35 |
2016-04-29 | Add indirect next hop support | Damjan Marion | 4 | -40/+156 |
2016-04-29 | Remove unused variable in lisp decap | Florin Coras | 1 | -3/+0 |
2016-04-29 | VPP-25 Add API for GRE tunnel create/delete/show. | Chris Luke | 2 | -47/+159 |
2016-04-29 | Fix ip-udp encap checksum for ip6 | Florin Coras | 1 | -0/+20 |
2016-04-29 | Fix ip4 address formatting in the show ip fib ouptut | Damjan Marion | 2 | -3/+6 |
2016-04-29 | Improve performance of dpdk-vhost driver | Shesha Sreenivasamurthy | 1 | -0/+9 |
2016-04-29 | Add TX statistics for nsh-gre tunnel | Hongjun Ni | 1 | -4/+77 |
2016-04-29 | Add RX statistics for nsh-gre tunnel | Hongjun Ni | 1 | -1/+81 |
2016-04-29 | Fix decap-next for ethernet format in nsh-vxlan-gpe | Hongjun Ni | 1 | -0/+2 |
2016-04-29 | Add support for LCAF Instance ID | Filip Tehlar | 10 | -100/+974 |
2016-04-29 | Add lisp-gpe ip6 data-plane support | Florin Coras | 11 | -755/+1679 |
2016-04-29 | Clean up per-thread mheap setup. | Dave Barach | 1 | -2/+0 |
2016-04-28 | LISP IPv6 control support, create IPv6 header | Andrej Kozemcak | 2 | -15/+21 |
2016-04-28 | VXLAN over IPv6. | Chris Luke | 6 | -166/+628 |
2016-04-28 | Fix bug that prevented packet trace from working on multicore | Bud Grise | 1 | -6/+14 |
2016-04-28 | Add ability to set l2_mode_noprot | Christian Dechamplain (cdechamp) | 2 | -0/+36 |
2016-04-28 | Add histogram to frame queue tracing | Bud Grise | 3 | -32/+132 |
2016-04-28 | Track number of ethernet vlans in a frame | Chris Luke | 8 | -7/+83 |
2016-04-28 | Fix Bug VPP-22 | Florin Coras | 1 | -1/+1 |
2016-04-27 | Increase the trace bufffer size | Chris Luke | 2 | -2/+2 |
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 | Live VM migration support for vhost-user | Shesha Sreenivasamurthy | 2 | -4/+63 |
2016-04-26 | Make automake silent rules default | Damjan Marion | 1 | -1/+1 |
2016-04-26 | MTU: set interface mtu tap | Mohsin Kazmi | 5 | -33/+57 |
2016-04-26 | Fix compile errors reported by clang | Damjan Marion | 9 | -10/+10 |
2016-04-26 | Port glean neighbor entry support to IPv6 | Pierre Pfister | 11 | -73/+342 |
2016-04-26 | Fix decap's second-loop failure issue within nsh-vxlan-gpe | Hongjun Ni | 1 | -3/+3 |
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 | Add native NETMAP driver | Damjan Marion | 10 | -5/+1666 |
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 | 9 | -531/+856 |
2016-04-25 | Improve mechanism for using loopback interface as BVI for BDs | John Lo | 6 | -78/+63 |
2016-04-22 | Add clib_memcpy macro based on DPDK rte_memcpy implementation | Damjan Marion | 94 | -455/+444 |
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-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 | 1 | -0/+141 |
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-18 | Add API to get the dpdk interface stats delta. | Sean Hope | 4 | -22/+85 |
2016-04-18 | Add support for AArch32 | Christophe Fontaine | 7 | -18/+18 |