summaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2017-05-30MPLS lookup DPO does not pop the label (nor does it handle replicate)Neale Ranns4-19/+64
2017-05-24MPLS trace fixesNeale Ranns2-1/+7
2017-05-20vhost: buffers leak and interface disable upon vring descriptor out of mmapv17.04.1Steven1-16/+9
2017-05-17ping command does not work when there is woker thread (VPP-844)flyingeagle231-0/+1
2017-05-17vhost: Fix mmap size calculationPierre Pfister1-3/+3
2017-05-17ARP learning fixes (VPP-843)Neale Ranns3-82/+68
2017-05-17vhost: bad packet assembled from descriptor chainingSteven1-1/+2
2017-05-15Validate ip6 interface fib tables early onFlorin Coras1-0/+5
2017-05-13Fix FIB recursion loops via cover (VPP-842)Neale Ranns3-37/+87
2017-05-08Fix mac check issue for vitual tunnel interface with no mac addressHongjun Ni1-0/+3
2017-04-21Fix issue with gre protocol registration when running multithreadedDamjan Marion2-39/+15
2017-04-21Fix issue with udp port registration when running multithreadedDamjan Marion2-74/+51
2017-04-18Memory leak in load-balance mapsNeale Ranns2-5/+20
2017-04-13Remove unsed parameter from fib_table_entry_special_add() (only used in FIB t...Neale Ranns13-50/+27
2017-04-11LSIP: make LISP statistics collecting thread safe, VPP-692Filip Tehlar8-59/+83
2017-04-10BRIDGE-DOMAIN:enable arp term,mac/ip learning on local intsEyal Bari3-15/+11
2017-04-07Fix gpe dp args to allow for 32 bit bridge domain ids, VPP-690Florin Coras1-1/+1
2017-04-05BFD: add ARP-awareness, fix bugsKlement Sekera5-77/+282
2017-04-05LISP: fix crash when GPE interface is re-added, VPP-685Filip Tehlar1-3/+3
2017-04-05LISP: fix crash when adding a negative forwarding entry, VPP-681Filip Tehlar1-15/+14
2017-03-30vpp-678: Rename "show interfaces" -> "show interface"Dave Barach4-5/+5
2017-03-30VPP-673 Fix L2 steering.Pablo Camarillo1-12/+14
2017-03-30LISP: fix IID in decap, VPP-676Filip Tehlar2-3/+4
2017-03-29af_packet driver failure to check VLIB_BUFFER_NEXT_PRESENT flagJim Gibson1-1/+2
2017-03-29Coverity Error: logically dead code in IP unnumbered CLINeale Ranns1-4/+0
2017-03-29Bugfixing and documentation for SRv6Pablo Camarillo8-200/+192
2017-03-29SR replicate mheap corruption fix VPP-672shwethab4-12/+5
2017-03-28Implement MAC Flush for BD or Interface from the L2FIBJohn Lo9-49/+258
2017-03-28Fix output feature processing (VPP-670)AkshayaNadahalli1-0/+41
2017-03-22LISP: improve DP speedFilip Tehlar4-4/+29
2017-03-22ping: allow the user to send bursts of N packets instead of single packetAndrew Yourtchenko1-10/+42
2017-03-22vhost: support interrupt modeSteven2-22/+322
2017-03-22policer: fix byte ordering in policer_details msgMarek Gradzki1-2/+2
2017-03-21LISP statisticsFilip Tehlar12-46/+431
2017-03-20vnet: add device-input threadplacement infraDamjan Marion6-68/+306
2017-03-18Check change in unnumbered setting before updating IP enabled stateNeale Ranns2-6/+23
2017-03-17features: remove remaining .end_nodeDamjan Marion1-1/+0
2017-03-1764 bit per-thread countersNeale Ranns4-20/+22
2017-03-17Fix IP feature ordering.Neale Ranns6-41/+12
2017-03-17MPLS performance improvments.Neale Ranns8-140/+299
2017-03-17Attached hostsNeale Ranns8-18/+103
2017-03-17Cache a 'has-features' flag on the adjacency for faster access. Reclaim the n...Neale Ranns12-162/+162
2017-03-17Use the feature anchor in the MPLS input arc - it performs much betterNeale Ranns3-7/+9
2017-03-17Adjacency refinement; check the cover's interface against the adjacency'sNeale Ranns2-4/+97
2017-03-16ping: Fix coverity error 163907Andrew Yourtchenko2-0/+6
2017-03-16vhost: wrong value return for VHOST_USER_VRING_GET_BASESteven1-4/+11
2017-03-16vlib: make runtime_data thread-localDamjan Marion9-61/+170
2017-03-15No vector allocation during buffer copyNeale Ranns1-3/+1
2017-03-15VXLAN:add hidden multicast interface checkEyal Bari2-29/+25
2017-03-14API:support hidden sw interfacesEyal Bari1-38/+27