aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-13cli: 'restart' should close open files (VPP-1068)Chris Luke1-2/+17
2018-06-13Fix clang compilation on aarch64: extraneous parenthesesSirshak Das1-6/+16
2018-06-13vxlan:offload RX floweyal bari8-7/+701
2018-06-12avf: fix crash if device is busyJakub Grajciar1-1/+8
2018-06-12tcp: add close-wait state flagsFlorin Coras1-0/+1
2018-06-12MTU assigning to itself (Coverity)Ole Troan1-4/+0
2018-06-11tcp: cleanup connection/session fixesFlorin Coras11-50/+81
2018-06-11udp: fix for multiple workers and add testFlorin Coras5-7/+24
2018-06-11MTU: Software interface / Per-protocol MTU supportOle Troan30-145/+346
2018-06-11Fix multiple NAT translation with interface address as externalAlexander Chernavin1-4/+4
2018-06-10IGMP: use simple u32 bit hash keyNeale Ranns3-18/+15
2018-06-10cli: Disable XON/XOFF in the ttyChris Luke1-0/+4
2018-06-10cli: Fix reverse-line-wrap in terminals (VPP-1295)Chris Luke1-86/+195
2018-06-10tcp: fix timer based recovery exit conditionFlorin Coras2-2/+2
2018-06-10cli: Fix off-by-one in the pagerChris Luke1-2/+2
2018-06-10Don't use foreach_vlib_main macro w/out barrier syncDave Barach1-4/+8
2018-06-09Fix bug in vlib_buffer_free_from_ring_no_nextDamjan Marion1-1/+1
2018-06-09session: cleanup queue node tracingFlorin Coras1-67/+67
2018-06-09avf: properly cofigure RSS LUTDamjan Marion2-13/+40
2018-06-09avf: add support for intel X722 NICsDamjan Marion1-0/+1
2018-06-08Time range support for vppinfraDave Barach4-0/+787
2018-06-08Add reaper functions to want events APIs (VPP-1304)Neale Ranns6-51/+263
2018-06-08Implement DHCPv6 PD client (VPP-718, VPP-1050)Juraj Sloboda14-45/+3069
2018-06-08http server: do not close connections after replyFlorin Coras1-22/+29
2018-06-08export counters in a memfd segmentDave Barach18-32/+1221
2018-06-08Gratuitous ARP packet handlingNeale Ranns1-8/+33
2018-06-08Adding pad for reasm vnet_buffer reasm struct sothat adj_index is retainedVijayabhaskar Katamreddy1-0/+1