Age | Commit message (Expand) | Author | Files | Lines |
2018-11-15 | VXLAN-GBP: c-n-p error in the dual-loop tracing | Neale Ranns | 1 | -1/+1 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code | Dave Barach | 88 | -683/+717 |
2018-11-13 | tcp: cubic improvements | Florin Coras | 1 | -9/+25 |
2018-11-13 | tcp: cubic fast convergence | Florin Coras | 4 | -7/+73 |
2018-11-13 | ipsec: fix typo | Klement Sekera | 1 | -1/+1 |
2018-11-13 | L2 feautre bitmaps output verbose/non-verbose mode | Neale Ranns | 5 | -8/+29 |
2018-11-13 | vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..) | Damjan Marion | 14 | -30/+30 |
2018-11-12 | tcp: handle disconnects after enq notifications | Florin Coras | 4 | -37/+93 |
2018-11-12 | IPv6: Make link-local configurable per-interface (VPP-1446) | Juraj Sloboda | 6 | -118/+52 |
2018-11-10 | proxy-app: fix active connect | Florin Coras | 1 | -0/+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 | vnet: store hw interface speed in kbps instead of using flags | Damjan Marion | 7 | -39/+41 |
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 | tcp: pacer and mrtt estimation improvements | Florin Coras | 6 | -22/+63 |
2018-11-07 | tcp: consume incoming buffers instead of reusing | Florin Coras | 7 | -803/+727 |
2018-11-07 | l2: convert l2_patch to new multiarch scheme | Damjan Marion | 2 | -168/+115 |
2018-11-07 | GBP Endpoint Learning | Neale Ranns | 14 | -107/+278 |
2018-11-06 | BD ARP entry use common API types | Neale Ranns | 5 | -47/+73 |
2018-11-06 | vhost: crash in vhost_user_tx_avx2 | Steven | 1 | -0/+6 |
2018-11-06 | Change l2_patch from dual-loop to quad-loop | Yulong Pei | 1 | -18/+54 |
2018-11-06 | tcp: dequeue acked only once per burst | Florin Coras | 4 | -28/+64 |
2018-11-05 | vxlan: prefetch extra one cacheline holding external header | Zhiyong Yang | 1 | -2/+2 |
2018-11-05 | Enable atomic swap and store macro with acquire and release ordering | Sirshak Das | 2 | -5/+9 |
2018-11-05 | Genric API types format/unformat support for VAT and custom dump | Neale Ranns | 6 | -57/+21 |
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-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 | 3 | -5/+4 |
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-10-31 | session: fix sh session cli | Florin Coras | 1 | -1/+1 |
2018-10-31 | l2fib:remove unused bucket arg in lookup functions | Eyal Bari | 3 | -33/+7 |
2018-10-31 | session: prioritize postponed sessions | Florin Coras | 3 | -45/+33 |
2018-10-31 | session: add wrk context | Florin Coras | 6 | -158/+167 |
2018-10-30 | ADJ: init MTU to interface default | Neale Ranns | 2 | -1/+4 |
2018-10-30 | change mac address functions take const mac | Neale Ranns | 2 | -3/+3 |
2018-10-29 | migrate ipsec to new multiarch infra | Klement Sekera | 8 | -73/+49 |
2018-10-29 | Use throttle_t for ND throttling | Neale Ranns | 6 | -48/+36 |
2018-10-29 | interface-flags; fix coverity error found in conversion | Neale Ranns | 2 | -4/+30 |
2018-10-29 | Fixing Exclusive dpo path issues added when via rpath | Vijayabhaskar Katamreddy | 1 | -4/+18 |
2018-10-28 | session: move test to unittest plugin | Florin Coras | 2 | -1757/+0 |
2018-10-29 | bond: problem switching from l2 to l3 | Steven | 1 | -0/+11 |
2018-10-28 | session: extend connect api for internal apps | Florin Coras | 16 | -137/+409 |
2018-10-27 | FIB: Sources must be keep in priority order, so re-sort after a vec_del | Neale Ranns | 1 | -0/+2 |
2018-10-27 | pg: icmp4 & tcp4 ip length issue | Kingwel Xie | 2 | -2/+12 |
2018-10-27 | pg: incrementing len should be truncated by | Kingwel Xie | 1 | -12/+15 |