Age | Commit message (Expand) | Author | Files | Lines |
2018-12-31 | binary api clients: wait for vpp to start | Dave Barach | 1 | -0/+29 |
2018-12-29 | avf: tx dequeue optimizations | Damjan Marion | 3 | -11/+34 |
2018-12-29 | avf: chained buffers rx support | Damjan Marion | 4 | -44/+132 |
2018-12-28 | avf: chained buffers tx support | Damjan Marion | 2 | -104/+109 |
2018-12-28 | vppinfra: add simple ring implementation | Damjan Marion | 1 | -0/+134 |
2018-12-28 | session: free session after transport and app confirm | Florin Coras | 14 | -83/+98 |
2018-12-28 | vcl: handle invalid sessions in epoll | Florin Coras | 1 | -3/+10 |
2018-12-28 | vpp_papi: MACAddress equals fails in unittest. | Paul Vinciguerra | 2 | -0/+21 |
2018-12-27 | MAP: Install lpm.h as map.h references it. | Jon Loeliger | 1 | -0/+1 |
2018-12-26 | tcp: add more last-ack arcs | Florin Coras | 1 | -0/+19 |
2018-12-26 | tcp: separate active and passive establish timers | Florin Coras | 5 | -94/+107 |
2018-12-26 | avf: optimize RX function | Damjan Marion | 3 | -100/+86 |
2018-12-25 | tcp: add fin-wait-1 dispatch arcs | Florin Coras | 1 | -0/+19 |
2018-12-24 | GBP: fix dump and VOM populate | Neale Ranns | 1 | -2/+2 |
2018-12-24 | crypto-input: bug fix check-op | Kingwel Xie | 1 | -6/+6 |
2018-12-24 | FIB: adj src assert fix part 2 | Neale Ranns | 1 | -1/+8 |
2018-12-24 | tcp: compute seq_end in tcp_input | Florin Coras | 3 | -50/+41 |
2018-12-23 | avf: optimize rx ring refill | Damjan Marion | 1 | -76/+53 |
2018-12-23 | FIB: remove assert from adj src | Neale Ranns | 1 | -1/+0 |
2018-12-23 | avf: new ethernet-input support | Damjan Marion | 3 | -183/+44 |
2018-12-23 | avf: add option to specify interface name | Damjan Marion | 4 | -0/+11 |
2018-12-23 | vcl: fix coverity warnings | Florin Coras | 3 | -3/+21 |
2018-12-22 | tcp: improve waitclose in closing states | Florin Coras | 6 | -17/+83 |
2018-12-22 | ethernet-input tagged packets optimizations | Damjan Marion | 1 | -269/+474 |
2018-12-22 | dpdk: switch to in-memory mode, deprecate use of socket-mem | Damjan Marion | 1 | -112/+25 |
2018-12-22 | tapv2: coverity woe | Steven | 1 | -2/+4 |
2018-12-22 | crypto-input impprovement: | Kingwel Xie | 1 | -74/+163 |
2018-12-22 | bapi/vat: fix socket transport for vat | Florin Coras | 2 | -4/+17 |
2018-12-21 | http server: improvements | Florin Coras | 3 | -109/+291 |
2018-12-21 | GBP: add allowed ethertypes to contracts | Neale Ranns | 5 | -55/+129 |
2018-12-21 | MAP: Convert from DPO to input feature. | Jon Loeliger | 11 | -477/+582 |
2018-12-21 | MFIB: coverity fixes | Neale Ranns | 2 | -7/+16 |
2018-12-21 | NAT: fix coverity error 190176 (VPP-1474) | Matus Fabian | 1 | -0/+2 |
2018-12-21 | Revert "Build issue after https://gerrit.fd.io/r/#/c/16508/." | Ole Trøan | 1 | -3/+3 |
2018-12-21 | tcp: fix fin_wait_1 condition to send fin | Florin Coras | 4 | -3/+20 |
2018-12-20 | tcp: fix syn-sent reset | Florin Coras | 1 | -7/+9 |
2018-12-20 | NAT: total users and sessions gauges (VPP-1484) | Matus Fabian | 10 | -9/+154 |
2018-12-20 | FIB: encode the label stack in the FIB path during table dump | Neale Ranns | 15 | -23/+177 |
2018-12-20 | Build issue after https://gerrit.fd.io/r/#/c/16508/. | Paul Vinciguerra | 1 | -3/+3 |
2018-12-20 | Trivial: fix src/plugins/map/test.c memory leak | Paul Vinciguerra | 1 | -1/+2 |
2018-12-20 | delete policer classify repeat count drop packets when action is DROP | cohu | 1 | -5/+0 |
2018-12-20 | reassembly: replace asserts with error counters | Klement Sekera | 4 | -128/+272 |
2018-12-19 | session: add cli option to dump session elog | Florin Coras | 8 | -8/+62 |
2018-12-19 | tcp: fix fin in syn-rcvd | Florin Coras | 2 | -11/+18 |
2018-12-19 | tcp: add more state machine arcs | Florin Coras | 1 | -5/+79 |
2018-12-19 | tw: fix _16t_1w_2048sl timer weel definition | Florin Coras | 1 | -3/+3 |
2018-12-19 | MAP: Add API support for MAP input feature. | Jon Loeliger | 4 | -0/+216 |
2018-12-19 | Stats: Updated wrong slot on new vector | Ole Troan | 1 | -1/+0 |
2018-12-19 | tcp/session: notify transport of close when tx fifo is not empty | Florin Coras | 4 | -22/+29 |
2018-12-19 | session: handle close before app accept reply | Florin Coras | 3 | -7/+5 |