aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-06-22Python API: Add enum and union support.Ole Troan10-1030/+677
2018-06-22Update tapv2 documentationIan Wells1-1/+1
2018-06-21VPP-1042: Fix the DPDK no-hugetbl flagsJessica Tallon1-5/+8
2018-06-21configurable per-dispatch-cycle sleepDave Barach6-29/+25
2018-06-21FastLinQ QL41000 Series PCI vendor and device idsIgor Mikhailov (imichail)1-0/+3
2018-06-21ipsec: VPP-1316 calculate IP/TCP/UDP inner checksumsKlement Sekera6-195/+180
2018-06-21Null terminate name stringDave Barach1-1/+1
2018-06-21tcp: move tracing out of established loopFlorin Coras2-28/+60
2018-06-21Implement DHCPv6 IA NA client (VPP-1094)Juraj Sloboda15-540/+2514
2018-06-21jvpp: do not fail on type parsing errorMarek Gradzki1-5/+8
2018-06-21BIER neighbor statsNeale Ranns10-78/+333
2018-06-21dpdk/ipsec: add support for UDP encap/decapRadu Nicolau2-17/+65
2018-06-21acl-plugin: fallback to linear ACL search for fragmentsAndrew Yourtchenko2-38/+34
2018-06-20Nested-loop index typo. Oops.Dave Barach1-6/+6
2018-06-20tcp: add per worker ctx structureFlorin Coras3-54/+56
2018-06-20ipsec: VPP-1308 fix sorting of SPD entriesKlement Sekera2-10/+11
2018-06-20acl-plugin: acl-as-a-service: VPP-1248: fix the error if exports.h included i...Andrew Yourtchenko10-207/+229
2018-06-20Fix sw-if-index display error.Brant Lin1-2/+2
2018-06-19VCL: Fix session peer and local addressesDave Wallace1-6/+20
2018-06-19Driver level time-based src mac filterDave Barach11-0/+1500
2018-06-19tcp: optimize tcp outputFlorin Coras7-172/+199
2018-06-19tcp: optimize tcp inputFlorin Coras1-134/+204
2018-06-19Check get packet template allocation failure (VPP-1321)John Lo5-0/+24
2018-06-19VCL: refactor async & spinlocksDave Wallace5-544/+577
2018-06-19ip checksum multiarch support, cleanupDave Barach2-109/+91
2018-06-19Fixed bugs in SRv6 APIPablo Camarillo5-75/+243
2018-06-19flow:free lookup entries after packets are handledeyal bari3-13/+36
2018-06-18Revert "Python API: Add enum and union support."Ole Trøan5-542/+309
2018-06-17Python API: Add enum and union support.Ole Troan5-309/+542
2018-06-17acl-plugin: fix the high cpu usage caused by the connection cleanerAndrew Yourtchenko1-1/+2
2018-06-17acl-plugin: split (L3) and (L4/pkt) logic of creation of 5tuple structure, op...Andrew Yourtchenko1-46/+70
2018-06-16NAT44: fix coverityMatus Fabian1-1/+1
2018-06-15STATS: Separate socket for fd exchange.Ole Troan6-252/+98
2018-06-15STATS: Add more hierarchy to counters.Ole Troan5-44/+44
2018-06-15avf: tx node fixesDamjan Marion1-9/+9
2018-06-15Update DHCPv6 DUID code and fix coverity warningsJuraj Sloboda5-39/+85
2018-06-15NAT44: endpoint dependent mode (VPP-1273)Matus Fabian9-1454/+3499
2018-06-15TLS async supportPing Yu6-24/+747
2018-06-14Fix SEGV in generic event sub reaperMatthew Smith1-1/+1
2018-06-14Use __attribute__((weak)) references where necessaryDave Barach5-17/+25
2018-06-14Add clib_bihash_search_inline_2_with_hash to bihash templateAndrew Yourtchenko1-5/+15
2018-06-14Use unicast DMAC for IP neighbor pool refresh probesJohn Lo7-15/+28
2018-06-14acl-plugin: VAT: add an option to load entire ACL from a ClassBench ruleset f...Andrew Yourtchenko1-0/+190
2018-06-14vxlan:use VLIB_NODE_FN for multiarch selectionEyal Bari1-17/+1
2018-06-14MTU: IP fragmentation added to ip4-rewrite and ip6-rewriteOle Troan3-15/+56
2018-06-14acl-plugin: use 16_8 bihash for IPv4 sessions and 40_8 bihash for IPv6 sessionsAndrew Yourtchenko7-84/+165
2018-06-13Disable bihash bucket-level cachingDave Barach3-3/+3
2018-06-13Stat segment / client: show run" works nowDave Barach14-83/+338
2018-06-13acl-plugin: change the src/dst L3 info in 5tuple struct to be always contiguo...Andrew Yourtchenko6-97/+156
2018-06-13add end of string for format name in unix_physmem_region_alloclollita liu1-1/+1