summaryrefslogtreecommitdiffstats
path: root/vnet
AgeCommit message (Expand)AuthorFilesLines
2016-12-13LISP: Move parsing of LISP map-reply to worker thread, VPP-554Filip Tehlar2-97/+86
2016-12-12ip4: perf optimization in the ip4-input nodeDamjan Marion2-83/+76
2016-12-12ipsec: go straight to lookup after esp encryptSergio Gonzalez Monroy2-8/+8
2016-12-11MPLS Nodes Dual LoopNeale Ranns4-17/+396
2016-12-11VRF imported FIB entry should inherit the flags from the export entry.Neale Ranns2-7/+11
2016-12-09ip4: perf optimization in the ip4-rewrite nodeDamjan Marion1-13/+6
2016-12-09Add FIB unit test to 'make test'Neale Ranns1-22/+44
2016-12-09BFD: handle timing wheel prematurely firing eventsKlement Sekera4-69/+85
2016-12-09Coding standards cleanup for vnet/vnet/ip, VPP-255Dave Barach52-7808/+9133
2016-12-09VPP-547: Fix for co-existence of HbH and RH header in Segment routing:Shwetha4-107/+457
2016-12-09DPDK HQoS: enable vpp control plane thread connection to hqos threadJasvinder Singh2-4/+10
2016-12-09BFD: fix timing in the main loopKlement Sekera3-28/+59
2016-12-09Add extra validation for VXLAN packets and tunnelsJohn Lo3-90/+244
2016-12-09VPP-470: Introduce VxLAN-GPE as transport for iOAM.Vengada Govindan6-61/+137
2016-12-08BFD: improve ip header handling, fix assertKlement Sekera4-13/+37
2016-12-08Fix bug in code for setting dpdk interface descriptors (VPP-552)Juraj Sloboda1-1/+1
2016-12-08dpdk: don't drop packets if l4 checksum is flagged as badDamjan Marion2-10/+2
2016-12-08vhost: fix coverity warningPierre Pfister1-1/+1
2016-12-07BFD: basic asynchronous session up/downKlement Sekera15-5/+2218
2016-12-07l2fib: add mac aging supportDamjan Marion6-18/+250
2016-12-07Prevent re-entrant walks on an adjacency.Neale Ranns6-57/+140
2016-12-07LISP mapping timersFilip Tehlar3-1/+63
2016-12-07Refactor tap binary APIs, VPP-550Dave Barach4-2/+388
2016-12-07Make table chain deletion optional in classifier API (VPP-206)Juraj Sloboda2-9/+19
2016-12-06SPAN API: Fix various errors making SPAN break make tests.Ole Troan3-4/+5
2016-12-06Refactor binary APIs for IP, VPP-549Dave Barach6-2/+1699
2016-12-06Add binary API for reading interface/vrf assignment (VPP-439)Juraj Sloboda2-2/+77
2016-12-06span: add tx functionality and support for multiple mirror portsPavel Kotucek9-112/+435
2016-12-06vhost: Improve data pathPierre Pfister2-425/+663
2016-12-06Fix length in LCAF headerFilip Tehlar3-5/+5
2016-12-06MAP: Split MAP API out of vpe.api.Ole Troan4-13/+497
2016-12-06vhost: Code cleaningPierre Pfister2-334/+237
2016-12-06api: missing support for dumping of neighbours (VPP-333)Pavel Kotucek5-55/+109
2016-12-06Implement LISP control plane messagesFilip Tehlar8-64/+1395
2016-12-05All mcast and All class E have /4 not /8 subnet masksNeale Ranns1-4/+4
2016-12-05Move interface APIs to vnet/vnet/{interface.api,interface_api.c}Dave Barach2-6/+771
2016-12-05api: set interface MTU API (VPP-442)Matus Fabian2-1/+71
2016-12-05Fix crash in debug mode when call ethernet_register_l3_redirect()jerryian1-0/+4
2016-12-05Locally generated packet go through lookup/load-balance - locally-generated i...Neale Ranns12-266/+218
2016-12-05Fix vpp crash when generating jumbo packetsJuraj Sloboda2-2/+4
2016-12-05Fix ICMP echo reply punt pathAlexander Popovsky2-21/+48
2016-12-04Fix crash whith bonded ethernet / DPDK 16.11Alexander Popovsky2-4/+8
2016-12-02Coverity errors in MPLS codeNeale Ranns1-3/+12
2016-12-02remove CLIB_DEBUG conditional in fib_protocol_tNeale Ranns1-4/+0
2016-12-02api: L2 XConnect API (VPP-438)Matus Fabian4-3/+185
2016-12-02interfaces: make no_flatten variant of inteface_ouptut fn defaultDamjan Marion14-26/+17
2016-12-02snat: fix 1:1 NAT with multiple workersMatus Fabian2-0/+88
2016-12-02Augment Vxlan to support NSH-ProxyHongjun Ni4-10/+85
2016-12-02feature: add interface-output arcDamjan Marion4-2/+126
2016-12-02Fix dpdk_validate_rte-mbuf for chained buffersPierre Pfister1-4/+5