Age | Commit message (Expand) | Author | Files | Lines |
2016-05-13 | ONE-7: Fix map-request encapsulation |  Florin Coras | 1 | -68/+81 |
2016-05-13 | VPP43 - NSH refactoring: Added nsh-map nodes |  Keith Burns (alagalah) | 19 | -2440/+1672 |
2016-05-13 | ONE-11: Fix bugs in LISP API |  Andrej Kozemcak | 1 | -1/+1 |
2016-05-11 | ONE-9: Fix clang build errors |  Florin Coras | 2 | -4/+4 |
2016-05-11 | ONE-8: Fix adj signature issues |  Florin Coras | 2 | -29/+37 |
2016-05-11 | ONE-6: dp is not programmed when re-enabling LISP |  Filip Tehlar | 1 | -6/+24 |
2016-05-10 | ONE-4: Add LISP enable/disable API/CLI |  Filip Tehlar | 4 | -0/+147 |
2016-05-09 | ONE-3: Delete dst route when src fib is empty |  Florin Coras | 1 | -1/+21 |
2016-05-09 | VPP-44: iOAM service and path verification using shamir's secret sharing |  Shwetha Bhandari | 7 | -12/+1127 |
2016-05-09 | ONE-5: Remove unused vnet_lisp_gpe_add_del_tunnel API |  Florin Coras | 2 | -46/+23 |
2016-05-07 | VPP-45 Fix crash when GRE packet received on new i/f |  Chris Luke | 1 | -0/+3 |
2016-05-06 | VPP-34 GRE traffic blackholes in encap direction |  Chris Luke | 1 | -1/+12 |
2016-05-06 | Check IP adj_index to make sure it is valid to prevent possible crash |  John Lo | 2 | -2/+6 |
2016-05-05 | Fix vpp_lite build caused by missing definition of unlikely macro |  Damjan Marion | 1 | -1/+1 |
2016-05-05 | ONE-2: Add new LISP dump API for lisp gpe |  Andrej Kozemcak | 2 | -0/+14 |
2016-05-05 | VPP-39 - refactoring of NSH into own folder |  Keith Burns (alagalah) | 8 | -136/+140 |
2016-05-04 | NETMAP: Some fixes |  Mohsin Kazmi | 3 | -11/+36 |
2016-05-04 | VPP-42: VPP crashes in IPsec code when running multithreaded |  Matthew Smith | 5 | -33/+58 |
2016-05-03 | VPP-15 Add decap-next for nsh-gre tunnel short_help |  Hongjun Ni | 1 | -2/+2 |
2016-05-03 | VPP-15 Add ethernet support for nsh-gre's decap-next |  Hongjun Ni | 1 | -1/+3 |
2016-05-02 | Small fixes to lisp-gpe header and decap |  Florin Coras | 2 | -12/+20 |
2016-05-02 | VPP-31 Fix linker issue with new sr-replicate |  Chris Luke | 2 | -5/+1 |
2016-05-02 | VPP-30 sr_replicate requires DPDK |  Keith Burns (alagalah) | 3 | -0/+22 |
2016-05-02 | HONEYCOMB-10: jVpp - the new java API. C code and jar file generation |  Marek Gradzki | 1 | -1/+5 |
2016-05-02 | Netmap: typo correct |  Mohsin Kazmi | 1 | -1/+1 |
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 |