aboutsummaryrefslogtreecommitdiffstats
path: root/vnet
AgeCommit message (Expand)AuthorFilesLines
2016-06-14Retire io threads and main-thread-io modeDamjan Marion8-995/+18
2016-06-14Fix double-enqueued packet in interface-output dual-loop, fixes VPP-116Damjan Marion3-29/+47
2016-06-15Fix name confusion for gre interface index.Hongjun Ni2-6/+6
2016-06-13Fix NULL-pointer crash in handoff_init(...)Dave Barach1-4/+7
2016-06-13Add worker-handoff nodeDamjan Marion7-439/+809
2016-06-13Explicity specify IP address type for format_ip46_address functionDamjan Marion5-9/+27
2016-06-13VPP-117: Fix ip4 and ip6 lookup and rewrite tracesPierre Pfister2-68/+95
2016-06-10Return 0 if no tap interfaces are readyDave Barach1-1/+1
2016-06-10Copy missing buffer metadata for ESP transport mode packetsDamjan Marion1-1/+4
2016-06-09Add verbose flag for packet trace, show hexdump in verbose dpdk input traceDamjan Marion3-2/+12
2016-06-09VPP-117: Add trace to ip4 and ip6 lookup nodesPierre Pfister4-19/+84
2016-06-09VPP-106: fix performance hit due to unprefetched data readDave Barach3-6/+17
2016-06-09Fix DPDK init crash if bonded interface is created by startup confJohn Lo1-7/+10
2016-06-09VPP-115: Remove stale ACL CLIs which are not supportedJohn Lo2-39/+3
2016-06-07Fix missing null termination in DPDK EAL ArgsDamjan Marion1-2/+2
2016-06-07Adjust buffer data offset based on rte_mbuff data_offDamjan Marion1-11/+6
2016-06-07VPP-110: vxlan encap node should never touch a deleted tunnelJohn Lo5-85/+141
2016-06-07Multicore support for vCGNShesha Sreenivasamurthy1-5/+91
2016-06-07Fix link down issue of vxlan-gpe interfaceHongjun Ni1-26/+38
2016-06-07IPv6 HBH: Refactor code. Separate out RFC2460 HBH handling and the more exper...Ole Troan8-568/+620
2016-06-06Add startup conf options to set per-interface descriptor ring sizeDamjan Marion3-7/+21
2016-06-05VPP-113: BVI shall filter unicast DMAC for L2 to L3 forwadingJohn Lo5-15/+26
2016-06-05Add per-device startup config supportDamjan Marion5-80/+180
2016-06-04Add dpdk config parameter: poll-sleep <nn>Dave Barach3-21/+24
2016-06-04VPP-100: Fix IP4 local handling of TCP/IP fragmented packetJohn Lo1-3/+3
2016-06-02VPP-92 Fixup some srv6 issuesChris Luke2-60/+70
2016-06-02VPP-91 fix sr tunnel add_del collision checkChris Luke1-58/+85
2016-06-02VPP-100: Fix IPv4 local handling of IP fragmented packetsJohn Lo1-3/+7
2016-06-01VPP-98 Dedicated storage for VXLAN over IPv6 hash keysChris Luke3-53/+66
2016-05-31VPP-102: vHost reconnect to previously used sockets on VPP restartJohn Lo1-0/+8
2016-05-31VPP97: Flooding of pkts with multiple buffers in BD with BVI crashes VPPJohn Lo2-9/+3
2016-05-31Fix hash table bogus read in ip6 vxlan-gpeFlorin Coras2-13/+3
2016-05-31Add CLI/API for clearing all remote mappingsFilip Tehlar2-24/+81
2016-05-31ONE-15: Fix duplicate locator, refactoring locatorAndrej Kozemcak2-244/+154
2016-05-31ONE-16: Locators are not properly cleanedFilip Tehlar1-2/+16
2016-05-30Add Dump API for VxLAN-GPE tunnelHongjun Ni2-31/+10
2016-05-28VPP-84 af_packet retry on EAGAIN, count on errorsChris Luke2-9/+32
2016-05-28VPP-96 ENID driver update for rx of jumbo pkts using muliple mbuf'sJohn Lo2-2/+2
2016-05-26Add show command for LISP map resolversFilip Tehlar1-0/+21
2016-05-25Move dpdk startup config data to separate structDamjan Marion7-137/+147
2016-05-25ONE-14: Fix crash when re-enable LispAndrej Kozemcak1-4/+9
2016-05-25Add Vxlan-Gpe over IPv6Hongjun Ni5-703/+964
2016-05-24Fix an issue in format_vxlan_gpe_tunnelHongjun Ni1-0/+4
2016-05-23Native VPP driver for Intel Niantic family of NICsDamjan Marion5-0/+4268
2016-05-23Move rte_delay_us_override so it overrides DPDKTodd Foggoa2-42/+6
2016-05-23VPP-81: Print interface name after creating an interface with CLIPierre Pfister16-20/+46
2016-05-23Add LISP RTR supportFilip Tehlar4-43/+297
2016-05-19Add support for multiple microarchitectures in single binaryDamjan Marion60-14/+280
2016-05-18Add netmap APIMatus Fabian4-6/+17
2016-05-18Rework of the old PCI codeDamjan Marion1-4/+3