aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2017-04-18Memory leak in load-balance mapsNeale Ranns2-5/+20
2017-04-18Fix fifo ooo bugs and improve testingDave Barach5-56/+493
2017-04-15Set lower bound on persist timerFlorin Coras2-7/+10
2017-04-14tcp: completed trace functionsClement Durand2-35/+110
2017-04-13Session layer refactoringFlorin Coras20-1437/+2121
2017-04-13tcp builtin_client: bug correction and short_helpClement Durand1-1/+2
2017-04-13Remove unsed parameter from fib_table_entry_special_add() (only used in FIB t...Neale Ranns15-56/+30
2017-04-13LISP: make statistics thread safeFilip Tehlar9-50/+106
2017-04-11LISP: show mapping negative action in CLIFilip Tehlar1-2/+3
2017-04-11Devices: set interface placement does not remove the old interface placementSteven1-3/+0
2017-04-11MPLS Mcast coverity fixesNeale Ranns3-3/+3
2017-04-11MTRIE coverity fixesNeale Ranns1-6/+8
2017-04-11Remove usued, redundant and deprecated code from lookup.hNeale Ranns14-163/+72
2017-04-11Fix bug in configure 'pcap drop trace on file xx.cap' command (VPP-691)jerryian1-1/+1
2017-04-11vhost: interrupt mode enhancementsSteven2-34/+26
2017-04-10Common device-input interrupt infraDamjan Marion6-29/+180
2017-04-07MPLS McastNeale Ranns68-1044/+3962
2017-04-07Fix gpe dp args to allow for 32 bit bridge domain ids, VPP-690Florin Coras1-1/+1
2017-04-07VPP-684.Add ip which mask length exceeding upper limit,ping segmentfaultflyingeagle231-1/+4
2017-04-06BFD-FIB interactionsNeale Ranns21-144/+1550
2017-04-06VPP-686: create bridge-domainChoonho Son1-2/+4
2017-04-06Use thread local storage for thread indexDamjan Marion63-453/+470
2017-04-06VXLAN:fix tunnel delete not returning sw_if_indexEyal Bari1-0/+1
2017-04-05L2FIB:add l2fib_flush_bd l2fib_flush_int apisEyal Bari2-0/+82
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-04-05GRE over IPv6Ciara Loftus6-177/+545
2017-04-04Fix issue with gre protocol registration when running multithreadedDamjan Marion2-39/+15
2017-04-04Fix issue with udp port registration when running multithreadedDamjan Marion2-74/+51
2017-04-04BD/API:add bridge_domain_set_mac_age apiEyal Bari4-10/+55
2017-04-03Add an API call to set interface MAC addresses.Jon Loeliger2-2/+59
2017-04-03Adjacency layout change and move to vnet/adjNeale Ranns14-261/+248
2017-04-02TCP cc/window management fixes and debuggingFlorin Coras11-127/+360
2017-04-01CLI: create/delete bridge-domainChoonho Son2-1/+201
2017-04-01ARP/ND/API:fix arp reg + nd no identical regsEyal Bari1-55/+38
2017-04-01MTRIE Optimisations 2Neale Ranns26-409/+710
2017-03-31ARP/API:protect against identical registrationsEyal Bari2-56/+40
2017-03-30LISP: Do not show P-ITR generated mappingFilip Tehlar2-0/+6
2017-03-30Fix more "symbol XXX found in none of the libs" warningsDave Barach1-0/+1
2017-03-30vppinfra: add spinlock inline functionsDamjan Marion6-26/+12
2017-03-30SR replicate mheap corruption fix VPP-672shwethab4-12/+5
2017-03-30VPP-673 Fix L2 steering.Pablo Camarillo1-12/+14
2017-03-30VPP-669: ping: fix coverity check error 165075 + add ping testcaseAndrew Yourtchenko1-1/+1
2017-03-30BRIDGE-DOMAIN:enable arp term,mac/ip learning on local intsEyal Bari3-15/+11
2017-03-29IP lookup: remove used stack variablesNeale Ranns1-21/+5
2017-03-29LISP: fix IID in decapFilip Tehlar2-3/+4
2017-03-29Coverity Error: logically dead code in IP unnumbered CLINeale Ranns1-4/+0
2017-03-29MAP - add the domain struct directly into the dat-path and avoid the indirect...Neale Ranns6-167/+42
2017-03-29Mtrie optimisationsNeale Ranns13-275/+208