Age | Commit message (Expand) | Author | Files | Lines |
2017-09-14 | Stats refactor | Keith Burns (alagalah) | 1 | -2/+74 |
2017-09-13 | gpe: initialize fib index for native forward entries | Florin Coras | 1 | -4/+6 |
2017-09-13 | Add a name to the creation of an IP and MPLS table | Neale Ranns | 17 | -70/+208 |
2017-09-12 | tcp: horizontal scaling improvments | Florin Coras | 9 | -205/+328 |
2017-09-11 | replace uint32_t with u32 | Neale Ranns | 6 | -12/+12 |
2017-09-11 | arp/glean: fix hash computation | Florin Coras | 1 | -1/+2 |
2017-09-11 | FIB table add/delete API | Neale Ranns | 49 | -487/+1254 |
2017-09-09 | move unix_file_* code to vppinfra | Damjan Marion | 10 | -68/+65 |
2017-09-08 | Initialize ip4_reass_lock of map_main to zero (VPP-975) | dongjuan | 1 | -0/+2 |
2017-09-08 | vlib: move linux-specific code to vlib/linux | Damjan Marion | 1 | -0/+1 |
2017-09-08 | PUNT: Missing include for readv() | Marco Varlese | 1 | -0/+1 |
2017-09-08 | Fixes for issues reported by Coverity (VPP-972) | Chris Luke | 1 | -1/+10 |
2017-09-07 | LISP: add neighbor discovery and CP protocol separation APIs | Filip Tehlar | 2 | -0/+86 |
2017-09-07 | LISP: Add APIs for enable/disable xTR/P-ITR/P-ETR modes | Filip Tehlar | 1 | -0/+60 |
2017-09-07 | Devices: Set interface rx-mode may cause SIGSEGV with nonexistent queue | Steven | 3 | -3/+17 |
2017-09-07 | Fix session connect_* api message handling. | Dave Wallace | 3 | -46/+47 |
2017-09-07 | Support for bridge domain free text tag | Jerome Tollet | 4 | -2/+66 |
2017-09-06 | Improve "show segment-manager segments" | Dave Barach | 4 | -26/+74 |
2017-09-06 | Fixes for issues raised by Coverity (VPP-972) | Chris Luke | 1 | -3/+0 |
2017-09-05 | PUNT socket: External control plane processes connected via UNIX domain sockets. | Ole Troan | 3 | -11/+555 |
2017-09-04 | LISP: re-fetch mapping before it expires | Filip Tehlar | 10 | -138/+330 |
2017-09-03 | Improve L2FIB PDR/NDR performance (VPP-963) | John Lo | 4 | -18/+30 |
2017-09-01 | Add fixed-size, preallocated pool support | Dave Barach | 5 | -48/+73 |
2017-08-31 | vhost: Disallow interrupt mode config if driver opts out interrupt support | Steven | 2 | -3/+9 |
2017-08-31 | Fix vent_data memory leak in function run_ping_ip46_address (VPP-966) | dongjuan | 1 | -0/+1 |
2017-08-30 | tcp: re-enable persist timer if no data available to send | Florin Coras | 3 | -5/+26 |
2017-08-30 | vhost: Cache qsz_mask instead of qsz in vhost_user_vring_t | Steven | 2 | -32/+28 |
2017-08-29 | session: segment manager improvements | Florin Coras | 8 | -164/+346 |
2017-08-29 | Fix for bootstrap crash when VPP compiled with gcc-7 | Marco Varlese | 1 | -1/+1 |
2017-08-28 | vhost: Remove operation mode in the API | Steven | 1 | -6/+0 |
2017-08-25 | TCP horizontal scaling | Dave Barach | 3 | -3/+30 |
2017-08-25 | tcp: retransmit and multi-buffer segment fixes and improvements | Florin Coras | 8 | -175/+312 |
2017-08-25 | Fix crash when TCP client using VPP host stack connects first | tjanciga | 1 | -0/+6 |
2017-08-25 | vl_api_sw_interface_set_mtu_t_handler: fix assert in vnet_get_hw_interface | Andrew Yourtchenko | 1 | -3/+10 |
2017-08-23 | Remove unused retval from gpe_native_fwd_rpath type definition | Marek Gradzki | 1 | -2/+0 |
2017-08-23 | gpe: add l2 lb counters | Florin Coras | 1 | -1/+5 |
2017-08-22 | Increase default MAC learn limit and check it in learn-update path | John Lo | 5 | -4/+8 |
2017-08-22 | policer: remove unused code | Damjan Marion | 1 | -4/+0 |
2017-08-22 | SRv6 tests | Kris Michielsen | 3 | -32/+201 |
2017-08-22 | ping: remove unnecesary x86 intrinsics #include | Damjan Marion | 1 | -1/+0 |
2017-08-21 | PPPoE usses a midchain adjacency stack on an interface-tx DPO | Neale Ranns | 10 | -555/+775 |
2017-08-19 | Fixed ip add bug for ip6 with review comments | pragash | 1 | -4/+4 |
2017-08-18 | session: fix multi-buffer segments | Florin Coras | 3 | -34/+40 |
2017-08-18 | gpe: fix sub-interface hash lookup | Florin Coras | 2 | -10/+10 |
2017-08-18 | feature: exit on misconfigured features (VPP-915) | Florin Coras | 1 | -3/+7 |
2017-08-18 | Use correct msg ID in the sw-interface-event from TAP and VHOST | Neale Ranns | 2 | -2/+2 |
2017-08-17 | TCP source address automation | Dave Barach | 5 | -13/+387 |
2017-08-16 | ip4: cleanup ip local | Florin Coras | 1 | -153/+85 |
2017-08-16 | tcp: fix v6 sessions | root | 7 | -81/+90 |
2017-08-16 | No context in SW interface event | Neale Ranns | 2 | -3/+8 |