Age | Commit message (Expand) | Author | Files | Lines |
2018-11-18 | Complain if a client binary API queue is full |  Dave Barach | 1 | -0/+8 |
2018-11-18 | mac_address_t: size to 6 bytes so it represents wire format |  Neale Ranns | 1 | -7/+15 |
2018-11-17 | pcap-based dispatch tracer |  Dave Barach | 18 | -93/+469 |
2018-11-17 | ldp: fixes/improvements to select |  Florin Coras | 2 | -94/+84 |
2018-11-17 | IP-punt: add documentation to the API and fix IP address init |  Neale Ranns | 2 | -1/+3 |
2018-11-16 | VPP-1496 Cleanup stats socket on exit. |  Paul Vinciguerra | 1 | -0/+16 |
2018-11-16 | VPP-1495: Fix intermittent stat sock test failures. |  Paul Vinciguerra | 1 | -1/+7 |
2018-11-15 | QoS: fix always recoding as IP |  Neale Ranns | 2 | -28/+48 |
2018-11-15 | GBP: redirect contracts |  Neale Ranns | 23 | -601/+2627 |
2018-11-15 | VPP-1474: fix 2x coverity warnings |  Dave Barach | 2 | -3/+3 |
2018-11-15 | acl-plugin: fix coverity error 188909 in unit-test code |  Andrew Yourtchenko | 1 | -1/+0 |
2018-11-15 | ip4-input: fix prefetch data issue for tunnel decap cases |  Zhiyong Yang | 1 | -4/+8 |
2018-11-15 | ipsec: infra for selecting backends |  Klement Sekera | 13 | -227/+738 |
2018-11-15 | session: fix endpt cfg test (VPP-1492) |  Florin Coras | 1 | -3/+11 |
2018-11-15 | VXLAN-GBP: c-n-p error in the dual-loop tracing |  Neale Ranns | 1 | -1/+1 |
2018-11-14 | VPP-1477: Replace DatatypeConverter.printHexBinary with bytesToHex |  Michal Cmarada | 1 | -3/+14 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code |  Dave Barach | 178 | -1303/+1353 |
2018-11-14 | vcl/ldp: fix poll |  Florin Coras | 3 | -70/+80 |
2018-11-13 | docs and Config utility, package cloud support |  jdenisco | 3 | -55/+86 |
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 | vlib:remove unused argument |  Eyal Bari | 2 | -4/+2 |
2018-11-13 | ipsec: fix typo |  Klement Sekera | 1 | -1/+1 |
2018-11-13 | japi: Move Java API binding to cmake |  Mohsin Kazmi | 7 | -386/+308 |
2018-11-13 | IGMP: improve CLI debug output |  Neale Ranns | 9 | -42/+163 |
2018-11-13 | L2 feautre bitmaps output verbose/non-verbose mode |  Neale Ranns | 6 | -10/+31 |
2018-11-13 | vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..) |  Damjan Marion | 25 | -49/+47 |
2018-11-12 | tcp: handle disconnects after enq notifications |  Florin Coras | 4 | -37/+93 |
2018-11-12 | docs: add 1810, including package cloud |  jdenisco | 10 | -131/+178 |
2018-11-12 | IPv6: Make link-local configurable per-interface (VPP-1446) |  Juraj Sloboda | 8 | -188/+52 |
2018-11-10 | proxy-app: fix active connect |  Florin Coras | 1 | -0/+1 |
2018-11-10 | pmalloc: u32 pp->index leads to va address overrun |  Kingwel Xie | 1 | -1/+2 |
2018-11-09 | Fix logging into multiple files |  juraj.linkes | 3 | -7/+6 |
2018-11-09 | dpdk: configure ip4 header checksum rx offload properly |  Damjan Marion | 2 | -1/+8 |
2018-11-09 | GBP: Fix error-strings array in gbp-vxlan4 |  Neale Ranns | 1 | -1/+1 |
2018-11-09 | tcp: separate unit and throughput tests |  Florin Coras | 1 | -8/+20 |
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 | make test: remove unnecessary check |  Klement Sekera | 1 | -2/+0 |
2018-11-08 | make test: bfd refactor |  Klement Sekera | 2 | -5/+14 |
2018-11-08 | make test: rename dummy test name |  Klement Sekera | 1 | -1/+1 |
2018-11-08 | make test: p2p ethernet refactor |  Klement Sekera | 2 | -23/+15 |
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 |