Age | Commit message (Expand) | Author | Files | Lines |
2018-09-07 | Add flush flag on del as command |  Hongjun Ni | 5 | -16/+164 |
2018-09-07 | geneve: fix variable initial value |  Zhiyong Yang | 1 | -1/+1 |
2018-09-07 | docs: what is vpp and features and performance |  Scott Keeler | 10 | -29/+54 |
2018-09-07 | libmemif: slave connecting bugfix |  Jakub Grajciar | 3 | -48/+70 |
2018-09-07 | cmake: Fix compilation for OCTEONTx |  Nitin Saxena | 1 | -5/+5 |
2018-09-07 | Silence warning over ignored return value (CID 187932) |  Chris Luke | 1 | -2/+2 |
2018-09-06 | vxlan: improve encap performance |  Zhiyong Yang | 1 | -2/+10 |
2018-09-06 | eth_mac_equal takes const pointers |  Neale Ranns | 1 | -1/+1 |
2018-09-06 | vxlan_gpe: optimize encap performance |  Zhiyong Yang | 1 | -32/+47 |
2018-09-06 | DOC ONLY: cmake / ninja build system doc |  Dave Barach | 2 | -1/+188 |
2018-09-06 | Fix Telnet option processing issue |  Chris Luke | 1 | -1/+8 |
2018-09-06 | acl-plugin: VPP-1400: fix crash when removing a session entry |  Andrew Yourtchenko | 1 | -0/+2 |
2018-09-06 | vcl/session/svm: fix coverity warnings |  Florin Coras | 3 | -5/+12 |
2018-09-06 | session: support multiple worker binds |  Florin Coras | 20 | -425/+721 |
2018-09-06 | Enum type on the API for QoS sources |  Neale Ranns | 3 | -15/+52 |
2018-09-06 | NAT: fix maximum out of order fragments (VPP-1399) |  Matus Fabian | 7 | -14/+46 |
2018-09-06 | NAT: test cleanup (VPP-1252) |  Matus Fabian | 1 | -30/+11 |
2018-09-06 | Fix test summary and retries |  juraj.linkes | 2 | -24/+37 |
2018-09-05 | STATS: Update Prometheus port |  Ole Troan | 2 | -2/+2 |
2018-09-05 | Add missing API MAC address encode implementation |  Neale Ranns | 1 | -0/+1 |
2018-09-05 | acl-plugin: VPP-1400: VPP may crash when performing ACL modifications on appl... |  Andrew Yourtchenko | 2 | -61/+91 |
2018-09-04 | NAT: add support for configurable port range (VPP-1346) |  Matus Fabian | 7 | -6/+372 |
2018-09-04 | Add Load Balancer plugin Maintainers |  Hongjun Ni | 1 | -0/+6 |
2018-09-04 | avf: fix random rss key |  Jakub Grajciar | 1 | -2/+2 |
2018-09-04 | l2_output:skip processing if no features are enabled |  Eyal Bari | 1 | -2/+6 |
2018-09-04 | Add JVPP for NSH plugin |  Hongjun Ni | 3 | -0/+149 |
2018-09-04 | vcl: refactor test apps to use multiple workers |  Florin Coras | 3 | -324/+344 |
2018-09-04 | Fixed showing negative count in stats show CLI |  Naoyuki Mori | 2 | -4/+4 |
2018-09-04 | add option to allow user to set ciphers |  Ping Yu | 2 | -6/+33 |
2018-09-03 | Deprecate old buffer replication scheme |  Damjan Marion | 11 | -624/+19 |
2018-09-03 | acl-plugin: fix the memory leak with colliding entries storage |  Andrew Yourtchenko | 1 | -4/+73 |
2018-09-03 | Compile vppinfra on macOS |  Damjan Marion | 26 | -104/+199 |
2018-09-03 | NAT44: client-IP based session affinity for load-balancing (VPP-1297) |  Matus Fabian | 12 | -40/+588 |
2018-09-03 | vapi: init clib mem heap on connect if needed |  Klement Sekera | 1 | -0/+4 |
2018-09-02 | STATS: Python binding to access VPP statistics and counters. |  Ole Troan | 7 | -10/+203 |
2018-09-02 | Switch to cmake |  Damjan Marion | 57 | -4736/+76 |
2018-09-02 | cmake: cache line size detection |  Damjan Marion | 2 | -1/+36 |
2018-09-01 | cmake: respect TERM |  Damjan Marion | 1 | -8/+11 |
2018-09-01 | cmake: pass linker flags, use devtoolset on centos 7 |  Damjan Marion | 1 | -8/+21 |
2018-08-31 | cmake: detect vpp version, set soversion, pretty config print |  Damjan Marion | 3 | -5/+57 |
2018-08-31 | Support lb on both vip and per-port-vip case |  Hongjun Ni | 8 | -256/+953 |
2018-08-31 | IPx address query functions take a const pointer |  Neale Ranns | 2 | -34/+33 |
2018-08-31 | Fix typo |  Dave Barach | 1 | -1/+1 |
2018-08-31 | Docs: update MPLS FIB section with text from the wiki |  Neale Ranns | 1 | -49/+152 |
2018-08-31 | Add INFO.yaml file |  Vanessa Rene Valderrama | 1 | -0/+106 |
2018-08-31 | FIB path CLI fix for lookup-table IDs |  Neale Ranns | 1 | -0/+12 |
2018-08-31 | Introduce a mac_address_t on the API and in VPP |  Neale Ranns | 14 | -5/+414 |
2018-08-31 | VPP-1407: Fix the wrong length of udp header for buffer chains |  shubing guo | 1 | -1/+4 |
2018-08-31 | VPP-1408: Fix bug that wrong tx fifo drop in buffer chains flow of dgram mode |  shubing guo | 1 | -1/+4 |
2018-08-30 | vcl: add support for multi-worker apps |  Florin Coras | 10 | -595/+912 |