aboutsummaryrefslogtreecommitdiffstats
path: root/vnet
AgeCommit message (Expand)AuthorFilesLines
2016-04-12Creating a new CLI to create loopback interfaces to make the interfaceAlpesh Patel1-0/+6
2016-04-12IP6 FIB: Micro optimization in lookupPierre Pfister1-4/+9
2016-04-12Add unit test infrastructure for LISP protocolFilip Tehlar11-36/+644
2016-04-11Add a counter for unknown IPv6 hop-by-hop options.Yoann Desmouceaux1-2/+9
2016-04-11Fix possible infinite loop in IPv6 hop-by-hop header parsingYoann Desmouceaux1-0/+6
2016-04-11Add vnet_rename_interface APISean Hope2-0/+41
2016-04-11Bump DPDK 16.04 to RC4Damjan Marion1-0/+30
2016-04-11Add option to delete af_packet (host) interfacesPeter Lei3-0/+90
2016-04-08fix uninitialized vars warnings with -OsBenoƮt Ganne3-5/+5
2016-04-08Add Rx and Tx statistics within nsh-vxlan-gpe nodeHongjun Ni3-26/+171
2016-04-07Change encap-fib-id and decap-fib-id within create_nsh_vxlan_gpe_tunnel_commandHongjun Ni1-1/+1
2016-04-07Add key.pad=0 within vnet_nsh_vxlan_gpe_add_del_tunnelHongjun Ni1-0/+1
2016-04-07Change key.src=a->dst.as_u32 within vnet_nsh_vxlan_gpe_add_del_tunnelHongjun Ni1-1/+1
2016-04-07Enhance CLI/API Support for Bonded InterfaceJohn Lo6-31/+106
2016-04-07Classify node should pay attention to dynamically-added arcsDave Barach1-2/+2
2016-04-06Fix ip4 udp encap length typeFlorin Coras1-2/+2
2016-04-05host-interface admin down/up does not bring the interface upAlpesh Patel1-1/+9
2016-04-02Fix DPDK check in udp.hFlorin Coras1-2/+2
2016-04-02LISP GPE: initial CP commit and DP improvementsFlorin Coras19-705/+5136
2016-04-01Add option to link DPDK dynamicallyDamjan Marion2-77/+83
2016-04-01Add support for installing ipv4 routes via unresolved next hopDamjan Marion6-159/+393
2016-03-29Add DPDK 16.04-rc2 supportDamjan Marion1-2/+2
2016-03-29Support per-interface packet rx redirectionDave Barach2-1/+5
2016-03-29Move classify_table_index under the unionDamjan Marion6-11/+16
2016-03-29Adjacency allocatorDave Barach7-601/+344
2016-03-29Increment MRU if hardware supports CRC strippingJurek Matuszewski1-3/+27
2016-03-29Allow vlans to be programmed on 40GE VF interfacesTodd Foggoa (tfoggoa)1-2/+4
2016-03-29Mark some show commands as mp safeTodd Foggoa (tfoggoa)1-1/+4
2016-03-25iOAM trace configuration APIsShwetha2-5/+11
2016-03-25Use rte_mempool private data for storing vlib_buffer_tDamjan Marion12-54/+45
2016-03-25Remove unnecesary clib_bitmap_set from af_packet input nodeDamjan Marion1-1/+0
2016-03-24l2-rw: Packet rewrite feature for L2 bridgesPierre Pfister5-1/+690
2016-03-23Fix L2 flood packet replication interaction with VXLAN-tunnelJohn Lo1-17/+16
2016-03-23Add dpdk vmxnet3 driver patch and init.c change to allow jumbo packetsJohn Lo1-17/+0
2016-03-22tapcli: Receive vector of packets and memory leak fixPierre Pfister2-148/+183
2016-03-21Unbreak build on gcc-5Damjan Marion1-1/+1
2016-03-20vnet classifier debug CLI enhancementsDave Barach5-10/+234
2016-03-19* Added support to configure trace type as arangan3-60/+497
2016-03-19cosmetic: indent codeDave Barach1-3/+1
2016-03-19Add llc_init in osi_init to ensure init order dependencyNagaprabhanjan Bellari1-0/+7
2016-03-18vnet_classify: Handle non-aligned vectors and various bugfixesPierre Pfister2-98/+136
2016-03-18Make adjacencies shareableDave Barach4-11/+233
2016-03-17Bring back p1.c so plugins can see DPDK symbolsTodd Foggoa2-95/+14
2016-03-17Don't stop binding pci device if write to new_id failsDamjan Marion1-2/+0
2016-03-16af_packet: vec functions should not be used on poolDamjan Marion3-5/+5
2016-03-16Add vpp native linux kernel AF_PACKET interface supportDamjan Marion7-1/+917
2016-03-14Declare node, hw_interface_class and device_class instances as externalDamjan Marion9-12/+12
2016-03-14fix declaration of symbol of different sizeJean-Mickael Guerin27-64/+58
2016-03-14Better match vhost-user specification for live migrationYoann Desmouceaux2-2/+10
2016-03-14Do not use hugepages if none are available.Stefan Kobza1-2/+2