Age | Commit message (Expand) | Author | Files | Lines |
2017-09-27 | Various fixes for issues found by Coverity (VPP-972) | Chris Luke | 2 | -1/+12 |
2017-09-26 | tcp: update snd_nxt after congestion recovery | Florin Coras | 2 | -9/+7 |
2017-09-26 | Add thread-safe event signaller, use RPC where required | Dave Barach | 1 | -2/+2 |
2017-09-25 | tcp: do not sample rtt for retransmitted segments | Florin Coras | 3 | -81/+100 |
2017-09-25 | Fix sending GARP/NA on Bonded Interface Active/Backup Link Up/Down | John Lo | 2 | -45/+2 |
2017-09-22 | vhost-user: fix link-up status | Yoann Desmouceaux | 1 | -1/+1 |
2017-09-22 | IP-MAC,ND:wildcard events,fix sending multiple events | Eyal Bari | 4 | -25/+70 |
2017-09-20 | session: store tep port in net order | Florin Coras | 4 | -14/+14 |
2017-09-20 | LISP: add debug cli for neighbor discovery | Filip Tehlar | 4 | -6/+71 |
2017-09-20 | TCP: fix "tcp src-address" command with IPv6 | Yoann Desmouceaux | 1 | -1/+1 |
2017-09-20 | tcp: add option to punt traffic | Pierre Pfister | 5 | -30/+99 |
2017-09-20 | Fix DHCP client so it works for worker threads | John Lo | 1 | -2/+14 |
2017-09-20 | Add ip6-local feature arc | Pierre Pfister | 4 | -8/+101 |
2017-09-19 | session/tcp: improve preallocated segment handling | Florin Coras | 10 | -123/+190 |
2017-09-19 | Treat label=0 as an invalid next-hop-via-label | Neale Ranns | 1 | -1/+7 |
2017-09-19 | LISP: support for neighbor discovery | Filip Tehlar | 8 | -110/+384 |
2017-09-19 | Set RX sw_if_index on decrypted routed IPsec buffers | Matthew Smith | 2 | -0/+3 |
2017-09-19 | Fix MPLS table create CLI | Neale Ranns | 1 | -7/+2 |
2017-09-19 | Implement VXLAN encap tx checksum offload | John Lo | 1 | -39/+108 |
2017-09-19 | Remove associated lisp-gpe entries when removing lisp local mapping. | Alberto Rodriguez-Natal | 2 | -7/+76 |
2017-09-18 | Fixes for issues Coverity has reported (VPP-972) | Chris Luke | 4 | -39/+13 |
2017-09-18 | L2BD,ARP-TERM:fix arp query report mechanism+test | Eyal Bari | 2 | -25/+61 |
2017-09-15 | dpdk: cli to check for buffer leakage | Florin Coras | 2 | -4/+7 |
2017-09-15 | vppinfra: add clib_mem_vm_ext_alloc function | Damjan Marion | 1 | -2/+2 |
2017-09-15 | Update of free text tag patch for BD | Jerome Tollet | 3 | -4/+7 |
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 |