aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-04-10Common device-input interrupt infraDamjan Marion7-29/+194
2017-04-10Handle ICMP echo with TTL=1 in deterministic and fast SNAT nodesJuraj Sloboda2-3/+85
2017-04-10Make fixes in SNAT codeJuraj Sloboda2-52/+56
2017-04-07Fix init of ENIC driver to allow receiving of jumbo packetsJohn Lo1-49/+27
2017-04-07MPLS McastNeale Ranns71-1101/+4042
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-06acl-plugin: make the IPv4/IPv6 non-first fragment handling in line with ACL (...Andrew Yourtchenko4-13/+77
2017-04-06jvpp: remove unused print&endian headers (fixes VPP-688)Marek Gradzki6-64/+10
2017-04-06BFD-FIB interactionsNeale Ranns22-146/+1555
2017-04-06VPP-686: create bridge-domainChoonho Son1-2/+4
2017-04-06Use thread local storage for thread indexDamjan Marion109-791/+790
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 Bari4-2/+180
2017-04-05BFD: add ARP-awareness, fix bugsKlement Sekera5-77/+282
2017-04-05acl-plugin: fix pretty-printing in "api trace custom-dump" (VPP-683)Andrew Yourtchenko6-317/+391
2017-04-05Fix two more memif coverity issuesMilan Lenco2-25/+32
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 Loftus7-190/+610
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 Bari6-15/+150
2017-04-04Clear pid-vector, to avoid spurious track selectionDave Barach2-4/+4
2017-04-04vlib: make vlib_node_interrupt_pending(...) thread safeDamjan Marion3-5/+22
2017-04-04VXLAN:fix api dump flipped src<->dstEyal Bari1-5/+2
2017-04-03g2: add multi-track time-slew controlsDave Barach4-16/+361
2017-04-03Fix memif coverity issuesMilan Lenco3-10/+33
2017-04-03vnet: remove vnet/rewrite.h from vnet.amDamjan Marion1-1/+0
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 Ranns15-265/+253
2017-04-02TCP cc/window management fixes and debuggingFlorin Coras13-146/+386
2017-04-01CLI: create/delete bridge-domainChoonho Son2-1/+201
2017-04-01ARP/ND/API:fix arp reg + nd no identical regsEyal Bari2-65/+59
2017-04-01Clean up event log merge codeDave Barach5-73/+282
2017-04-01MTRIE Optimisations 2Neale Ranns28-413/+720
2017-03-31ARP/API:protect against identical registrationsEyal Bari3-62/+49
2017-03-31dpdk: add support for Mellanox ConnectX-5 devicesDamjan Marion1-1/+4
2017-03-31vlib: extend foreach_vlib_main macro to assert if workers are not parkedDamjan Marion2-12/+27
2017-03-30Add vnet/rewrite.am back into exported headersNeale Ranns1-0/+1
2017-03-30LISP: Do not show P-ITR generated mappingFilip Tehlar2-0/+6
2017-03-30Fix pid field endian in ARP/ND/DHCP event related API messagesJohn Lo3-14/+14
2017-03-30Fix more "symbol XXX found in none of the libs" warningsDave Barach3-2/+2
2017-03-30acl-plugin: cleaner node bugfixes (VPP-675)Andrew Yourtchenko3-51/+75
2017-03-30vppinfra: add spinlock inline functionsDamjan Marion11-56/+117
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-30Clean up more Debian packaging symbol warningsDave Barach10-38/+250
2017-03-30BRIDGE-DOMAIN:enable arp term,mac/ip learning on local intsEyal Bari3-15/+11