aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-08-18API: More gracefully fail when opening shared memory segment fails.Ole Troan3-8/+15
2017-08-18IP4_FIB stats API not indexing after FIB changes - VPP-951Keith Burns (alagalah)1-1/+3
2017-08-18feature: exit on misconfigured features (VPP-915)Florin Coras1-3/+7
2017-08-18Use correct msg ID in the sw-interface-event from TAP and VHOSTNeale Ranns2-2/+2
2017-08-18Fix vpp crash when adding macip aclPavel Kotucek1-1/+1
2017-08-18Fix small issues in ACL apiPavel Kotucek1-3/+11
2017-08-18acl-plugin: time out the sessions created by main thread too (VPP-948)Andrew Yourtchenko4-13/+28
2017-08-17TCP source address automationDave Barach8-17/+486
2017-08-17Python API: VPP-947 Empty chroot_prefix fails on encode()Ole Troan3-4/+209
2017-08-16jvpp: suppress unwritten fields warrning found in DTO's hashCodeMarek Gradzki2-0/+42
2017-08-16ip4: cleanup ip localFlorin Coras1-153/+85
2017-08-16tcp: fix v6 sessionsroot7-81/+90
2017-08-16SNAT: Make proto optional in nat64_bib_dump (VPP-942)Matus Fabian4-45/+115
2017-08-16No context in SW interface eventNeale Ranns2-3/+8
2017-08-16tcp: improve builtin http serverFlorin Coras5-197/+108
2017-08-16Add missing counters for P2P ethernet interfacesPavel Kotucek2-0/+40
2017-08-16NAT64: Fallback to 3-tuple key for non TCP/UDP sessions (VPP-884)Matus Fabian10-134/+770
2017-08-16VCL: copy complete ip addr to/from vpe-api buf.Dave Wallace1-18/+7
2017-08-16jvpp: move JVppReply's id out of synchronized blockMarek Gradzki2-15/+17
2017-08-15Support proxy ARP on mirrored TAP interfacesNeale Ranns1-4/+16
2017-08-15acl-plugin: don't attempt to delete the ACLs on interface deletion if ACL plu...Andrew Yourtchenko1-0/+4
2017-08-15IPv6 local-address for P2P ethernet interfacesPavel Kotucek1-1/+2
2017-08-15VPP-939: Update CLI Helptext for rx-placement commandsBilly McFall2-94/+293
2017-08-15tcp: state machine improvementsFlorin Coras7-23/+40
2017-08-15coverity: remove dependency on uint32_t in fib_test.cMarek Gradzki1-1/+1
2017-08-14TCP: Update time_now once per burstFlorin Coras4-3/+15
2017-08-14FIB table add/delete API onlyNeale Ranns5-0/+163
2017-08-14TCP: update builtin server/client cli helpFlorin Coras2-5/+19
2017-08-14jvpp: ignore messages if callback method is missing (VPP-548)Marek Gradzki1-0/+8
2017-08-14dpdk: cleanup unused build option *_uses_dpdk_cryptodev_swSergio Gonzalez Monroy1-11/+4
2017-08-14jvpp: make shm_prefix configurable (VPP-591)Jan Srnicek5-24/+62
2017-08-13default update adjacency function deos not return multicast adjacencyNeale Ranns1-6/+40
2017-08-12LISP: fix fid nsh address formattingFlorin Coras1-1/+8
2017-08-11Fix tcp multi buffer segments retransmissionFlorin Coras8-155/+304
2017-08-11Fix IP fragment-id and offset issue in LB-GRE4Hongjun Ni1-0/+2
2017-08-11LISP: fix wrong reply message in map_register_fallback_threshold callFilip Tehlar1-1/+1
2017-08-11Dedicated SW Interface EventNeale Ranns11-43/+63
2017-08-11the automatic addition of IP address to the magic TAP interface should only h...Neale Ranns1-0/+21
2017-08-11Add VPP Communications Library (VCL)Dave Wallace9-1/+4795
2017-08-11acl-plugin: add the debug CLI to show macip ACLs and where they are applied (...Andrew Yourtchenko1-0/+76
2017-08-10Fix memory leaks found in policer code.Chaoyu Jin1-0/+34
2017-08-10Fix LISP cp buffer leakageFlorin Coras1-1/+3
2017-08-10acl-plugin: hash lookup bitmask not cleared when ACL is unapplied from interf...Andrew Yourtchenko3-4/+31
2017-08-10Improve the svm fifo allocatorDave Barach6-20/+151
2017-08-10acl-plugin: avoid crash in multithreaded setup adding/deleting ACLs with traf...Andrew Yourtchenko3-0/+83
2017-08-10MPLS tunnel - multiple labels on the CLI - fix cut and paste robot errorsNeale Ranns1-13/+4
2017-08-09VPP-933 VPP crashes when deleting an ARP entryMatthew Smith1-0/+7
2017-08-10TCP proxy prototypeDave Barach16-212/+801
2017-08-10acl-plugin: all TCP sessions treated as transient (VPP-932)Andrew Yourtchenko1-3/+6
2017-08-09PPPoE: use DPO protos in FIB entry path add/removeNeale Ranns1-2/+3