aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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 Yourtchenko2-1/+119
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-29Fix for dependency problem with Fedora 25Thomas F Herbert1-2/+10
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-29VXLAN:validate mcast encapsulation ip/macEyal Bari2-4/+11
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 Ranns5-6/+217
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 Camarillo17-246/+203
2017-03-28Unscrew builtin clientDave Barach1-4/+8
2017-03-28NAT: Test refactoring to avoid redundant code for verification and creating p...Martin Gálik1-48/+59
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-27Python API: Fixup of debian package after cFFI changes.Ole Troan5-19/+8
2017-03-27make test: properly propagate exit statusKlement Sekera1-1/+2
2017-03-27Mcast rewrite no memcpyNeale Ranns17-94/+94
2017-03-27Check for missing deps on bootstrap target for Centos and Fedora.Thomas F Herbert1-0/+15
2017-03-27Fix output feature processing (VPP-670)AkshayaNadahalli1-0/+42
2017-03-27Python-API: debian packaging now depends on python-all (for pybuild)Ole Troan1-1/+1
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-24make test: fix broken plugin pathsKlement Sekera1-0/+2
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
2017-03-22Update MAC address kept for Bonded Interface and its SlavesJohn Lo1-23/+32
2017-03-22LISP: improve DP speedFilip Tehlar4-4/+29
2017-03-22vlib: add description field in plugin registrationDamjan Marion12-6/+21
2017-03-22ping: allow the user to send bursts of N packets instead of single packetAndrew Yourtchenko1-10/+42
2017-03-22make test: run all tests in test-cov targetKlement Sekera1-0/+1
2017-03-22make test: support out-of-tree pluginsKlement Sekera2-2/+14
2017-03-22make test: support out-of-tree testsKlement Sekera3-6/+61
2017-03-22dpdk: fix plugin linking with sw crypto librariesSergio Gonzalez Monroy2-20/+32
2017-03-22vhost: support interrupt modeSteven4-32/+392
2017-03-22SNAT: added actual delete to snat_det_mapMartin2-12/+49
2017-03-22policer: fix byte ordering in policer_details msgMarek Gradzki2-4/+4
2017-03-22Initial draft of VPP changes to cleanup iOAM export.Vengada8-6/+9
2017-03-21ACL plugin 1.2Andrew Yourtchenko7-19/+2809