Age | Commit message (Expand) | Author | Files | Lines |
2018-10-17 | tcp: avoid sack processing when not needed (VPP-1460) |  Florin Coras | 2 | -3/+6 |
2018-10-17 | bond: tx optimizations |  Damjan Marion | 3 | -307/+330 |
2018-10-17 | VPP-1459:Ip4 lookup fail when exist prefix cover. |  mu.duojiao | 1 | -3/+1 |
2018-10-16 | tls: fix multi threaded medium scale test (VPP-1457) |  Florin Coras | 7 | -11/+52 |
2018-10-16 | FIB: use vlib-log for debugging |  Neale Ranns | 15 | -149/+237 |
2018-10-16 | Ping; report failures to the terminal |  Neale Ranns | 2 | -14/+39 |
2018-10-16 | vcl: fix bidirectional tests (VPP-1455) |  Florin Coras | 1 | -24/+24 |
2018-10-16 | Sticky Load-balance |  Neale Ranns | 6 | -40/+497 |
2018-10-15 | vnet: create L2 feature arc infrastructure |  Andrew Yourtchenko | 7 | -2/+728 |
2018-10-15 | VPP-1448: Fix error when recurse on down the trie. |  mu.duojiao | 1 | -21/+19 |
2018-10-14 | vxlan:fix ip6 tunnel deletion |  Eyal Bari | 1 | -1/+2 |
2018-10-14 | session: mark apis for deprecation |  Florin Coras | 1 | -2/+9 |
2018-10-12 | session: don't wait indefinitely for apps to consume evts (VPP-1454) |  Florin Coras | 1 | -10/+28 |
2018-10-12 | vnet: complete the fix for l3_hdr_offset calculation for single loop fastpass... |  Andrew Yourtchenko | 1 | -1/+1 |
2018-10-12 | ip: add container proxy dump API (VPP-1364) |  Matus Fabian | 4 | -0/+121 |
2018-10-11 | bfd:fix handling session creation batch |  Eyal Bari | 1 | -27/+34 |
2018-10-11 | L2: BM traffic does not use UU-FWD (VPP-1445) |  Neale Ranns | 1 | -1/+2 |
2018-10-10 | reassembly: get number of workers instead of threads (VPP-1435) |  Juraj Sloboda | 2 | -6/+6 |
2018-10-10 | L2-flood: no clone for 1 replication |  Neale Ranns | 1 | -59/+69 |
2018-10-09 | vnet: ethernet-input incorrectly sets l3_hdr_offset in some cases |  Andrew Yourtchenko | 1 | -26/+26 |
2018-10-08 | Adding Multipath support for exclusive DPO based fib path entries via rpath |  Vijayabhaskar Katamreddy | 2 | -2/+16 |
2018-10-08 | replicate trace fix |  Neale Ranns | 1 | -2/+6 |
2018-10-06 | bond: active-backup mode is using the wrong load balance algo |  Steven | 1 | -2/+4 |
2018-10-05 | bond: tx perf improvement, part trois |  Damjan Marion | 2 | -67/+166 |
2018-10-05 | session: fix local session tagging and cleanup |  Florin Coras | 3 | -7/+5 |
2018-10-05 | On interface deletion - make sure any vlan qinq table is cleared |  John Lo | 1 | -0/+2 |
2018-10-05 | Improve ip_mroute_add_del documentation |  Ian Wells | 1 | -4/+24 |
2018-10-05 | vxlan:ip4 decap:remove access to tunnel object |  Eyal Bari | 3 | -183/+190 |
2018-10-04 | Support reassembly for fragments coming to ip4-local node |  Juraj Sloboda | 3 | -0/+9 |
2018-10-04 | udp_echo: fix cut-through server mode |  Florin Coras | 2 | -19/+26 |
2018-10-04 | MFIB-API: when programming an (S,G) fix the grp-len |  Neale Ranns | 1 | -0/+4 |
2018-10-04 | VPP-1430: remove unnecessary padding |  Marco Varlese | 1 | -2/+0 |
2018-10-04 | Fix handling of mpls_tunnel_add_del API |  John Lo | 1 | -2/+16 |
2018-10-03 | ipsec: add missing ipv6 ah code & ipv6 tests |  Klement Sekera | 4 | -27/+103 |
2018-10-03 | session: fix first segment manager cleanup |  Florin Coras | 2 | -4/+5 |
2018-10-03 | VPP-1426: CLI crash on 'set int feature' |  Paul Vinciguerra | 1 | -1/+1 |
2018-10-02 | Enabled untagged vs default functionality |  Mike Bly | 2 | -6/+5 |
2018-10-02 | ip4-local: classify protos that skip csum and src check |  Florin Coras | 1 | -13/+38 |
2018-10-02 | vhost-user: add support for vlib_log API |  Jerome Tollet | 4 | -177/+129 |
2018-10-02 | BFD: add get echo source API (VPP-1367) |  Matus Fabian | 2 | -1/+87 |
2018-10-02 | IPsec: add API for SPDs dump (VPP-1363) |  Matus Fabian | 2 | -1/+60 |
2018-10-02 | vhost-user: Interface state updates |  Juraj Sloboda | 4 | -16/+29 |
2018-10-02 | vhost_user: Fix setting MTU using uninitialized variable |  Juraj Sloboda | 1 | -2/+1 |
2018-10-02 | Update code to compute checksum for buffer chains |  Juraj Sloboda | 1 | -1/+1 |
2018-10-02 | tls: fix disconnects for sessions with pending data |  Florin Coras | 6 | -17/+73 |
2018-10-02 | tcp: fix close wait timeout with no fin |  Florin Coras | 1 | -0/+4 |
2018-10-02 | tcp: accept fins if in recovery |  Florin Coras | 1 | -1/+3 |
2018-10-01 | Fix documentation about sw_interface_set_l2_bridge |  Yichen Wang | 1 | -1/+1 |
2018-10-01 | Source VRF Select |  Neale Ranns | 2 | -0/+34 |
2018-10-01 | Add adjacency counters to the stats segment |  Neale Ranns | 5 | -8/+40 |