summaryrefslogtreecommitdiffstats
path: root/vnet/vnet/unix
AgeCommit message (Expand)AuthorFilesLines
2016-12-07Refactor tap binary APIs, VPP-550Dave Barach2-0/+380
2016-12-02interfaces: make no_flatten variant of inteface_ouptut fn defaultDamjan Marion1-1/+0
2016-11-23dpdk: remove rte_mbuf modifications at many places in the codeDamjan Marion2-46/+1
2016-11-09devices: create dummy device-input node to keep nexts in syncDamjan Marion2-6/+2
2016-11-08Add the tap driver to the driver feature arc schemeDave Barach1-19/+9
2016-11-07Restore punt/inject after FIB2.0Igor Mikhailov (imichail)1-0/+12
2016-11-04feature: store arc index in vlib_bufferDamjan Marion1-1/+1
2016-11-02feature: all input nodes must have same nextsDamjan Marion1-20/+8
2016-11-01feature: add new feature handling code and device-input featuresDamjan Marion1-0/+3
2016-10-14FIB2.0: Adjacency complete pull model (VPP-487)Neale Ranns2-0/+2
2016-09-20fd closed twiceEyal Bari1-1/+2
2016-09-06VPP-346 More VPP doc fixesChris Luke2-8/+11
2016-09-06Add packet/byte count output tx stats to tunap interfaceJohn Lo1-0/+12
2016-09-01VPP-346 A swathe of doc fixesChris Luke1-4/+4
2016-08-26VPP-305: Documentation for vnet/vnet/unixKeith Burns (alagalah)8-158/+647
2016-08-18tuntap_rx modification to handle jumbo packets ( > 2K bytes)Steve Shin1-4/+13
2016-08-08VPP-189 Clean up more coverity warningsDave Barach1-3/+5
2016-08-05vpp-189 Clean up more coverity warningsDave Barach2-3/+6
2016-07-21tapcli: Use error counter for buffer allocation errorPierre Pfister2-1/+4
2016-07-19Tap: Fix hardware address assignmentMohsin KAZMI1-24/+17
2016-07-12packet-generator: various fixesDamjan Marion2-25/+29
2016-06-18Move pkt replication counter to the opaque2 cache lineDave Barach1-1/+0
2016-06-10Return 0 if no tap interfaces are readyDave Barach1-1/+1
2016-05-23VPP-81: Print interface name after creating an interface with CLIPierre Pfister1-5/+1
2016-04-27VPP-18: Creating tap interface through API broken. Fixed and removed duplicat...Ole Troan1-138/+50
2016-04-27Fix pcap trace capture crash for packets > 512 bytesJohn Lo1-1/+2
2016-04-26MTU: set interface mtu tapMohsin Kazmi2-26/+43
2016-04-22Add clib_memcpy macro based on DPDK rte_memcpy implementationDamjan Marion3-13/+13
2016-03-25Use rte_mempool private data for storing vlib_buffer_tDamjan Marion2-11/+5
2016-03-22tapcli: Receive vector of packets and memory leak fixPierre Pfister2-148/+183
2016-03-02TAP: Jumbo-frame support.Ole Troan1-74/+51
2015-12-08Initial commit of vpp code.v1.0.0Ed Warnicke8-0/+2845