Age | Commit message (Expand) | Author | Files | Lines |
2018-11-09 | GBP: Fix error-strings array in gbp-vxlan4 |  Neale Ranns | 1 | -1/+1 |
2018-11-09 | tcp: basic cubic implementation |  Florin Coras | 7 | -14/+259 |
2018-11-08 | vnet: remove unused field |  Damjan Marion | 1 | -2/+0 |
2018-11-08 | Calculate clock rounding constant |  Dave Barach | 2 | -3/+20 |
2018-11-08 | vnet: store hw interface speed in kbps instead of using flags |  Damjan Marion | 10 | -94/+54 |
2018-11-08 | IP load-balance; trace at the end of the node so the flow hash used is displayed |  Neale Ranns | 2 | -6/+6 |
2018-11-08 | avf: update virtchnl header file |  Damjan Marion | 1 | -18/+32 |
2018-11-08 | physmem: Add physmem map support |  Mohsin Kazmi | 3 | -3/+31 |
2018-11-08 | tlsopenssl: remove unused #include |  Klement Sekera | 1 | -1/+0 |
2018-11-08 | tcp: pacer and mrtt estimation improvements |  Florin Coras | 6 | -22/+63 |
2018-11-08 | vlib: use index to free suspended frame |  Florin Coras | 1 | -4/+4 |
2018-11-08 | GBP: fix for coverity found errors |  Neale Ranns | 2 | -6/+8 |
2018-11-07 | pmalloc: fix shared mappings |  Damjan Marion | 1 | -2/+4 |
2018-11-07 | GBP: Endpoints with VLAN tags and birdges that don't learn |  Neale Ranns | 5 | -17/+77 |
2018-11-07 | tcp: consume incoming buffers instead of reusing |  Florin Coras | 7 | -803/+727 |
2018-11-07 | Optimize xxx_zero_byte_mask NEON function |  Lijian Zhang | 1 | -44/+7 |
2018-11-07 | l2: convert l2_patch to new multiarch scheme |  Damjan Marion | 2 | -168/+115 |
2018-11-07 | GBP Endpoint Learning |  Neale Ranns | 40 | -675/+5763 |
2018-11-07 | NAT44: fix undesired dependency between static mapping and address from the p... |  Matus Fabian | 2 | -1/+9 |
2018-11-07 | Unresolved symbols in libvapiclient |  Neale Ranns | 1 | -0/+1 |
2018-11-07 | vmxnet3: reduce calling vmxnet3_reg_write_inline |  Steven | 3 | -8/+18 |
2018-11-06 | marvell: bump musdk version to 18.09.3 |  Damjan Marion | 5 | -17/+35 |
2018-11-06 | dpdk: don't automatically whitelist vmxnet3 PCI interfaces |  Steven | 1 | -1/+14 |
2018-11-06 | BD ARP entry use common API types |  Neale Ranns | 7 | -70/+85 |
2018-11-06 | vhost: crash in vhost_user_tx_avx2 |  Steven | 1 | -0/+6 |
2018-11-06 | IGMP: Improved handling of (*,G) join and leave |  Neale Ranns | 1 | -20/+74 |
2018-11-06 | VPP-1481: fixed tlv length checking & added tests |  Filip Varga | 1 | -2/+10 |
2018-11-06 | dpdk: format_dpdk_device_name cleanup |  Damjan Marion | 1 | -7/+7 |
2018-11-06 | Change l2_patch from dual-loop to quad-loop |  Yulong Pei | 1 | -18/+54 |
2018-11-06 | dpdk: fix device name suffix confusion with failsafe/netvsc |  Stephen Hemminger | 1 | -2/+2 |
2018-11-06 | dpdk: fix pmd device type when using netvsc or failsafe |  Stephen Hemminger | 1 | -1/+1 |
2018-11-06 | tcp: dequeue acked only once per burst |  Florin Coras | 4 | -28/+64 |
2018-11-05 | acl-plugin: 5-tuple parse: get rid of memcpy and move to flags vs. bitfields |  Andrew Yourtchenko | 3 | -80/+77 |
2018-11-05 | vxlan: prefetch extra one cacheline holding external header |  Zhiyong Yang | 1 | -2/+2 |
2018-11-05 | Don't autodetect plugin path if set on cmdline |  Klement Sekera | 1 | -2/+3 |
2018-11-05 | Enable atomic swap and store macro with acquire and release ordering |  Sirshak Das | 4 | -9/+12 |
2018-11-05 | Genric API types format/unformat support for VAT and custom dump |  Neale Ranns | 12 | -57/+162 |
2018-11-05 | VPP-1450: binary api call for dumping SPD to interface registration |  Filip Varga | 2 | -1/+81 |
2018-11-05 | tcp: send unsent data in fast recovery |  Florin Coras | 5 | -121/+196 |
2018-11-05 | Provide return value for PAPI disconnect() |  Igor Mikhailov (imichail) | 2 | -1/+3 |
2018-11-05 | Alter logging semantics for VPP PAPI object |  Igor Mikhailov (imichail) | 1 | -1/+1 |
2018-11-02 | tcp: coverity fixes |  Florin Coras | 3 | -9/+9 |
2018-11-02 | vnet: ping: rewrite for maintainability and multicore support |  Andrew Yourtchenko | 2 | -450/+737 |
2018-11-02 | vlib: define minimum chained buffer segment size |  Damjan Marion | 4 | -5/+15 |
2018-11-02 | dpdk: restore special handling for failsafe driver |  Stephen Hemminger | 1 | -1/+1 |
2018-11-02 | session: measure dispatch period only if under load |  Florin Coras | 9 | -22/+51 |
2018-11-02 | tcp: minimize use of tls |  Florin Coras | 4 | -198/+195 |
2018-11-02 | arp:add error counters for all failure cases |  Eyal Bari | 2 | -101/+85 |
2018-11-01 | tcp: fast retransmit pacing |  Florin Coras | 8 | -66/+129 |
2018-11-01 | Move RPC calls off the binary API input queue |  Dave Barach | 6 | -31/+62 |