aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
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-29Remove spurious client linkages against libvlib.soDave Barach2-2/+1
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
2017-03-29Sub-net broadcast addresses for IPv4Neale Ranns3-4/+92
2017-03-29dpdk: fix --with-dpdk-mlx5-pmd link issueDamjan Marion1-0/+3
2017-03-29vhost: vhost-user component may become unusable with too many open files (VPP...Steven1-9/+20
2017-03-29Bugfixing and documentation for SRv6Pablo Camarillo15-237/+193
2017-03-28Unscrew builtin clientDave Barach1-4/+8
2017-03-28vlib: inline dispatch_node(...) (again)Damjan Marion2-11/+2
2017-03-28Comment out dpdk section in startup.confDamjan Marion1-2/+2
2017-03-28af_packet driver needs to check VLIB_BUFFER_NEXT_PRESENT flag is setJim Gibson1-1/+2
2017-03-28Implement MAC Flush for BD or Interface from the L2FIBJohn Lo9-49/+258
2017-03-27TCP/session improvementsFlorin Coras28-563/+2201
2017-03-27Fix output feature processing (VPP-670)AkshayaNadahalli1-7/+6
2017-03-27Mcast rewrite no memcpyNeale Ranns16-92/+94
2017-03-27Fix output feature processing (VPP-670)AkshayaNadahalli1-0/+42
2017-03-26Rename "show interfaces" -> "show interface"Dave Barach4-5/+5
2017-03-25g2, c2cpel, and cpeldump: scale to 8M event log filesDave Barach3-0/+9
2017-03-22Update master revision to 17.07v17.07-rc0Ole Troan1-1/+1
2017-03-22Add memif - packet memory interface for intra-host communicationDamjan Marion13-0/+2774