aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2018-02-23Convert a pcap file to a set of C initializersDave Barach2-1/+140
2018-02-22bihash table size perf/scale improvementsDave Barach1-3/+11
2018-02-21SCTP: minor refactorMarco Varlese5-31/+50
2018-02-21Adj Delegates; don't store raw pointersNeale Ranns4-43/+37
2018-02-20Fix reset the vlan flags when main interface is deleted.Steve Shin1-0/+2
2018-02-20SCTP: congestion controlMarco Varlese5-184/+251
2018-02-20vppinfra: CLIB_HAVE_VEC128 mandates SSE4.2Damjan Marion2-1/+3
2018-02-19Use neutral vector code for ethernet_frame_is_taggedDamjan Marion2-41/+43
2018-02-19virtio: add missing tx lock when running multithreadedDamjan Marion3-0/+10
2018-02-19Adjacency Delegate updatesNeale Ranns7-157/+287
2018-02-17SCTP: 'multi-home' supportMarco Varlese6-186/+218
2018-02-16Adj: VFTs for adjacency sub-blocksOle Troan5-29/+69
2018-02-16Allow providers to override glean behaviourNeale Ranns9-77/+110
2018-02-16Minor VXLAN/GRE Tunnel Encap Optimization and CleanupJohn Lo4-37/+53
2018-02-15session: fix fifo allocation for empty connect seg-managersFlorin Coras1-1/+0
2018-02-15Revert "Allow interface types to override glean adjacency behaivour"Ole Trøan9-95/+76
2018-02-15Revert "Adj: VFTs for adjacency sub-blocks"Ole Trøan5-74/+29
2018-02-15Adj: VFTs for adjacency sub-blocksOle Troan5-29/+74
2018-02-15SCTP: coverity warning fixMarco Varlese1-1/+5
2018-02-15Allow interface types to override glean adjacency behaivourNeale Ranns9-76/+95
2018-02-15Optimize GRE Tunnel and add support for ERSPAN encapJohn Lo10-346/+691
2018-02-15session: avoid session handle conflict with vclFlorin Coras6-13/+63
2018-02-15SCTP: fix corrupted buffers seen in output nodeMarco Varlese4-44/+62
2018-02-15SCTP: refactoringMarco Varlese4-129/+97
2018-02-14Reenable dhcp client detect when lease expiresDave Barach1-1/+50
2018-02-14session: support local sessions and deprecate redirectsFlorin Coras18-447/+1180
2018-02-14vxlan:remove interface recycle mechanismEyal Bari2-69/+11
2018-02-13vnet:remove duplicate interface function macroEyal Bari1-15/+3
2018-02-13BFD: make CLI consume only one line at a timeKlement Sekera1-26/+78
2018-02-12Fix DHCP client crash with worker threadsMatthew Smith3-51/+56
2018-02-12SCTP: fix build errors on ubuntu bionicMarco Varlese1-4/+2
2018-02-12Improve MTU handlingNeale Ranns9-28/+106
2018-02-09ip4_forward: set pkt error in case potential memory corruptChun Li1-0/+2
2018-02-08classifier-based ACL: testcases for L2 ACLs + fix the enabling of outbound L2...Andrew Yourtchenko1-3/+6
2018-02-08virtio: reset vnet header on txDamjan Marion1-0/+3
2018-02-08vhostuser: Fix vhostuser file descriptor leakHaiyang Tan1-4/+13
2018-02-08SCTP: shutdown phaseMarco Varlese3-67/+92
2018-02-08ip: move lookup inline functions to header fileVijayabhaskar Katamreddy4-648/+759
2018-02-07VXLAN: Allow user to specify a custom vxlan tunnel instance id.Jon Loeliger5-18/+125
2018-02-07vhost: Added ARMV8 NEON version of function map_guest_mem()Nitin Saxena1-0/+69
2018-02-07af_packet: Fix lock positionPierre Pfister1-2/+1
2018-02-07classifier-based ACL: refactor + add output ACLAndrew Yourtchenko15-493/+566
2018-02-07Refactor vlib_buffer flagsDamjan Marion9-40/+21
2018-02-07SCTP: address coverity-scan warningsMarco Varlese2-19/+10
2018-02-06Fix clang -Wvarargs compile errorsDamjan Marion3-5/+5
2018-02-06Fix clang implicit conversion errorsDamjan Marion2-14/+16
2018-02-06vlib: epoll on worker threadsDamjan Marion6-1/+10
2018-02-06SCTP: handling of heartbeating and max-retransmitsMarco Varlese4-57/+164
2018-02-06BIER: fix support for longer bit-string lengthsNeale Ranns11-144/+157
2018-02-06SCTP: missing spinlock init when multiple threadsMarco Varlese1-2/+5