Age | Commit message (Expand) | Author | Files | Lines |
2016-04-12 | Add support for DPDK 16.04 release, rebase some of 2.2.0 patches |  Damjan Marion | 7 | -1/+318 |
2016-04-12 | Add unit test infrastructure for LISP protocol |  Filip Tehlar | 13 | -36/+649 |
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 | 5 | -16/+163 |
2016-04-11 | vagrant: libvirt configuration. |  Jeff Shaw | 1 | -2/+6 |
2016-04-11 | Add a counter for unknown IPv6 hop-by-hop options. |  Yoann Desmouceaux | 1 | -2/+9 |
2016-04-11 | Fix possible infinite loop in IPv6 hop-by-hop header parsing |  Yoann Desmouceaux | 1 | -0/+6 |
2016-04-11 | Propagate the VLIB_FRAME_NO_FREE_AFTER_DISPATCH flag to cloned next_frames |  Bud Grise | 1 | -0/+6 |
2016-04-11 | Add vnet_rename_interface API |  Sean Hope | 2 | -0/+41 |
2016-04-11 | Bump DPDK 16.04 to RC4 |  Damjan Marion | 2 | -1/+31 |
2016-04-11 | Add configure option to enable building unit tests |  Damjan Marion | 4 | -2/+19 |
2016-04-11 | Add option to delete af_packet (host) interfaces |  Peter Lei | 3 | -0/+90 |
2016-04-08 | fix uninitialized vars warnings with -Os |  Benoît Ganne | 3 | -5/+5 |
2016-04-09 | Migrate bootstrap.ubuntu.sh to using top level Makefile |  Ed Warnicke | 1 | -57/+12 |
2016-04-09 | Add IKEv2 APIs |  Matus Fabian | 3 | -3/+635 |
2016-04-08 | Add Rx and Tx statistics within nsh-vxlan-gpe node |  Hongjun Ni | 3 | -26/+171 |
2016-04-07 | Change encap-fib-id and decap-fib-id within create_nsh_vxlan_gpe_tunnel_command |  Hongjun Ni | 1 | -1/+1 |
2016-04-07 | Add key.pad=0 within vnet_nsh_vxlan_gpe_add_del_tunnel |  Hongjun Ni | 1 | -0/+1 |
2016-04-07 | Change key.src=a->dst.as_u32 within vnet_nsh_vxlan_gpe_add_del_tunnel |  Hongjun Ni | 1 | -1/+1 |
2016-04-07 | Enhance CLI/API Support for Bonded Interface |  John Lo | 7 | -31/+111 |
2016-04-07 | Classify node should pay attention to dynamically-added arcs |  Dave Barach | 1 | -2/+2 |
2016-04-06 | Do not listen unless configured with cli-listen. |  Ed Warnicke | 1 | -4/+5 |
2016-04-06 | Fix ip4 udp encap length type |  Florin Coras | 1 | -2/+2 |
2016-04-06 | Fix DPDK patch files so git am works smoothly |  Todd Foggoa | 14 | -99/+199 |
2016-04-05 | host-interface admin down/up does not bring the interface up |  Alpesh Patel | 1 | -1/+9 |
2016-04-04 | Fix vppctl for multivpp |  Ed Warnicke | 1 | -3/+19 |
2016-04-02 | Fix DPDK check in udp.h |  Florin Coras | 1 | -2/+2 |
2016-04-02 | LISP GPE: initial CP commit and DP improvements |  Florin Coras | 19 | -705/+5136 |
2016-04-01 | Add options to link with external DPDK tree |  Damjan Marion | 6 | -3/+37 |
2016-04-01 | Add option to link DPDK dynamically |  Damjan Marion | 5 | -79/+117 |
2016-04-01 | Add support for installing ipv4 routes via unresolved next hop |  Damjan Marion | 6 | -159/+393 |
2016-03-31 | Enable af_packet interfaces in the API test apps |  Damjan Marion | 2 | -0/+12 |
2016-03-30 | Remove historical tags, fix the debug tag |  Dave Barach | 1 | -22/+4 |
2016-03-29 | Add DPDK 16.04-rc2 support |  Damjan Marion | 3 | -4/+8 |
2016-03-29 | Update ENIC driver patches for DPDK 2.2.0 |  John Lo | 12 | -74/+573 |
2016-03-29 | Support per-interface packet rx redirection |  Dave Barach | 2 | -1/+5 |
2016-03-29 | Add abbility to specify dpdk tarball download base url |  Damjan Marion | 1 | -1/+2 |
2016-03-29 | Fix to centos vagrant file |  Ed Warnicke | 1 | -2/+2 |
2016-03-29 | Move classify_table_index under the union |  Damjan Marion | 7 | -13/+18 |
2016-03-29 | Adjacency allocator |  Dave Barach | 9 | -601/+350 |
2016-03-29 | Fix epl-release in make install-dep for rpm |  Ed Warnicke | 1 | -1/+1 |
2016-03-29 | Increment MRU if hardware supports CRC stripping |  Jurek Matuszewski | 1 | -3/+27 |
2016-03-29 | Allow vlans to be programmed on 40GE VF interfaces |  Todd Foggoa (tfoggoa) | 1 | -2/+4 |
2016-03-29 | Mark some show commands as mp safe |  Todd Foggoa (tfoggoa) | 1 | -1/+4 |
2016-03-28 | event logger skeletons, improve debug CLI |  Dave Barach | 9 | -6/+317 |
2016-03-26 | Improve main-loop event-logs |  Dave Barach | 4 | -15/+42 |
2016-03-25 | iOAM trace configuration APIs |  Shwetha | 5 | -9/+283 |
2016-03-25 | Use rte_mempool private data for storing vlib_buffer_t |  Damjan Marion | 18 | -112/+126 |
2016-03-25 | Fix distclean to correctly handle Centos |  Ed Warnicke | 1 | -1/+2 |
2016-03-25 | Fix vagrant centos flavor to work with top level make file |  Ed Warnicke | 2 | -55/+31 |