Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-12-19 | vlib: support Hyper-v/Azure VMBus |  Stephen Hemminger | 5 | -1/+550 |
2018-12-19 | dpdk plugin: blacklist PCI devices by type |  Dave Barach | 3 | -5/+52 |
2018-12-18 | tcp/session: drop connections if message queue is full |  Florin Coras | 4 | -21/+28 |
2018-12-18 | NAT44: nat44_add_del_lb_static_mapping enhancements (VPP-1514) |  Matus Fabian | 6 | -54/+447 |
2018-12-18 | VAPI/VOM: Removing legacy stats tests, add string type. |  Ole Troan | 3 | -4/+8 |
2018-12-18 | MAP: Add longest matching prefix (LPM) data structures |  Ole Troan | 3 | -0/+220 |
2018-12-18 | MFIB: recurse resolution through an MFIB entry |  Neale Ranns | 24 | -199/+2097 |
2018-12-18 | PAPI: Add MACAddress object wrapper for vl_api_mac_address_t |  Ole Troan | 12 | -35/+82 |
2018-12-18 | MAP: Remove dual loop in MAP-T in preparation for refactor. |  Ole Troan | 3 | -587/+0 |
2018-12-18 | tcp: cleanup connections if handshake fails |  Florin Coras | 1 | -3/+2 |
2018-12-18 | STATS: add vlib_set_simple_counter (VPP-1484) |  Matus Fabian | 1 | -0/+16 |
2018-12-17 | Improve perfmon json table picker |  Dave Barach | 4 | -23/+341 |
2018-12-17 | tcp: fix handling of broken syn options |  Florin Coras | 4 | -5/+15 |
2018-12-17 | tcp: accept rst that fail paws |  Florin Coras | 1 | -9/+9 |
2018-12-17 | vcl: handle reset while reading/writing data |  Florin Coras | 1 | -17/+9 |
2018-12-17 | stats: Deprecate old stats framework |  Ole Troan | 10 | -4809/+2 |
2018-12-17 | String type: Not include \0 in show_version |  Ole Troan | 3 | -16/+33 |
2018-12-17 | vcl/session: handle reset/disconnect before app accept |  Florin Coras | 6 | -81/+167 |
2018-12-17 | vmxnet3: support clear hardware interface counters |  Steven | 3 | -20/+60 |
2018-12-17 | MAP: Encode ht-ratio as f64 for API. |  Jon Loeliger | 1 | -2/+2 |
2018-12-17 | docs: clarify vector element alignment description. |  Dave Wallace | 1 | -6/+8 |
2018-12-16 | VPP-1523: harden reassembly |  Klement Sekera | 1 | -5/+3 |
2018-12-16 | IP6-MFIB: replace the radix tree with bihash (VPP-1526) |  Neale Ranns | 13 | -173/+222 |
2018-12-14 | String type: Fix off by one error |  Ole Troan | 3 | -5/+5 |
2018-12-14 | Revert gerrit 16429 to fix a Debian build-break |  Dave Barach | 1 | -22/+44 |
2018-12-14 | NAT: counters (VPP-1484) |  Matus Fabian | 8 | -76/+362 |
2018-12-14 | Fix compiling issue with GCC-8.x in string test functions |  Lijian.Zhang | 1 | -44/+22 |
2018-12-14 | VPP-1510: add support for punt delete |  Pavel Kotucek | 1 | -1/+12 |
2018-12-13 | MAP: Fix inverted 'is_add'/'is_del' flag in map_pre_resolve() call. |  Jon Loeliger | 1 | -1/+1 |
2018-12-13 | reassembly: fix internal buffer count accounting |  Klement Sekera | 1 | -0/+3 |
2018-12-13 | VPP-1522: harden reassembly code |  Klement Sekera | 2 | -24/+40 |
2018-12-13 | fix vlib_buffer_chain_compress assert in debug |  Klement Sekera | 1 | -1/+2 |
2018-12-13 | tcp: drop handshake ack with fin set |  Florin Coras | 1 | -1/+1 |
2018-12-13 | make build failure. |  Paul Vinciguerra | 4 | -7/+7 |
2018-12-13 | Fix VPP-1530 Classify session creation error |  jackiechen1985 | 1 | -1/+1 |
2018-12-13 | tcp: fix handling of no wscale in syns |  Florin Coras | 2 | -1/+6 |
2018-12-13 | ldp/vcl: reduce debug verbosity |  Florin Coras | 2 | -336/+129 |
2018-12-13 | tcp: validate seq for handshake ack |  Florin Coras | 2 | -0/+9 |
2018-12-13 | session/tcp: support tx flush mark |  Florin Coras | 8 | -7/+61 |
2018-12-13 | API: Use string type instead of u8. |  Ole Troan | 13 | -62/+224 |
2018-12-13 | ip4_rewrite_inline: fix variable error |  Zhiyong Yang | 1 | -2/+2 |
2018-12-13 | vapi: code cleanup |  Klement Sekera | 1 | -5/+4 |
2018-12-12 | VPP-1529: check hop-by-hop header length |  Dave Barach | 1 | -7/+37 |
2018-12-12 | Fix CDP failure in make test |  Lijian.Zhang | 1 | -2/+2 |
2018-12-12 | PAPI: Allow ipaddress object as argument and return values from API calls |  Ole Troan | 4 | -220/+266 |
2018-12-12 | fix spurious error setting SA on ipsec intf |  Matthew Smith | 1 | -1/+1 |