Age | Commit message (Expand) | Author | Files | Lines |
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 | 13 | -207/+98 |
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 | VOM: stats | Neale Ranns | 7 | -47/+87 |
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 | 13 | -184/+328 |
2018-12-21 | MAP: Convert from DPO to input feature. | Jon Loeliger | 14 | -490/+691 |
2018-12-21 | Revert "tests: Rework vpp config generation." | Ole Troan | 3 | -258/+29 |
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 | Python Tests: Make VppTestCase unit testable. | Paul Vinciguerra | 1 | -0/+5 |
2018-12-21 | tests: Rework vpp config generation. | Paul Vinciguerra | 3 | -29/+258 |
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 | GBP: test case hardening against timing races | Neale Ranns | 1 | -13/+12 |
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 | 11 | -9/+187 |
2018-12-20 | FIB: encode the label stack in the FIB path during table dump | Neale Ranns | 17 | -32/+236 |
2018-12-20 | test/vpp_ip.py: Correct usage of 'is' | Paul Vinciguerra | 1 | -32/+28 |
2018-12-20 | VPP-1508 python3 tests: raw_input | Paul Vinciguerra | 1 | -3/+9 |
2018-12-20 | Tests: Cleanup @skip decorator. | Paul Vinciguerra | 16 | -81/+89 |
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 | 5 | -130/+275 |
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 | VOM: stats fixes | Neale Ranns | 6 | -83/+88 |
2018-12-19 | tw: fix _16t_1w_2048sl timer weel definition | Florin Coras | 1 | -3/+3 |
2018-12-19 | VOM: VXLAN-GBP command fixes | Neale Ranns | 3 | -6/+9 |
2018-12-19 | VOM: GBP-bridge-domain fix | Neale Ranns | 2 | -14/+8 |
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 |