Age | Commit message (Expand) | Author | Files | Lines |
2017-08-16 | NAT64: Fallback to 3-tuple key for non TCP/UDP sessions (VPP-884) | Matus Fabian | 2 | -0/+123 |
2017-08-15 | Support proxy ARP on mirrored TAP interfaces | Neale Ranns | 1 | -4/+16 |
2017-08-15 | IPv6 local-address for P2P ethernet interfaces | Pavel Kotucek | 1 | -1/+2 |
2017-08-15 | VPP-939: Update CLI Helptext for rx-placement commands | Billy McFall | 2 | -94/+293 |
2017-08-15 | tcp: state machine improvements | Florin Coras | 7 | -23/+40 |
2017-08-15 | coverity: remove dependency on uint32_t in fib_test.c | Marek Gradzki | 1 | -1/+1 |
2017-08-14 | TCP: Update time_now once per burst | Florin Coras | 4 | -3/+15 |
2017-08-14 | FIB table add/delete API only | Neale Ranns | 4 | -0/+59 |
2017-08-14 | TCP: update builtin server/client cli help | Florin Coras | 2 | -5/+19 |
2017-08-13 | default update adjacency function deos not return multicast adjacency | Neale Ranns | 1 | -6/+40 |
2017-08-12 | LISP: fix fid nsh address formatting | Florin Coras | 1 | -1/+8 |
2017-08-11 | Fix tcp multi buffer segments retransmission | Florin Coras | 7 | -154/+298 |
2017-08-11 | LISP: fix wrong reply message in map_register_fallback_threshold call | Filip Tehlar | 1 | -1/+1 |
2017-08-11 | Dedicated SW Interface Event | Neale Ranns | 4 | -13/+26 |
2017-08-11 | the automatic addition of IP address to the magic TAP interface should only h... | Neale Ranns | 1 | -0/+21 |
2017-08-10 | Fix memory leaks found in policer code. | Chaoyu Jin | 1 | -0/+34 |
2017-08-10 | Fix LISP cp buffer leakage | Florin Coras | 1 | -1/+3 |
2017-08-10 | Improve the svm fifo allocator | Dave Barach | 2 | -3/+24 |
2017-08-10 | MPLS tunnel - multiple labels on the CLI - fix cut and paste robot errors | Neale Ranns | 1 | -13/+4 |
2017-08-09 | VPP-933 VPP crashes when deleting an ARP entry | Matthew Smith | 1 | -0/+7 |
2017-08-10 | TCP proxy prototype | Dave Barach | 10 | -210/+747 |
2017-08-09 | Allow multiple MPLS output labels to be passed on the CLI | Neale Ranns | 3 | -16/+53 |
2017-08-09 | ARP reply: use interface to build rewrite string | Neale Ranns | 1 | -17/+13 |
2017-08-08 | L2 over MPLS | Neale Ranns | 49 | -433/+546 |
2017-08-07 | LISP: Map-server fallback feature | Filip Tehlar | 5 | -58/+311 |
2017-08-05 | LISP: fix map register TTL reply handler, VPP-926 | Filip Tehlar | 1 | -1/+1 |
2017-08-04 | don't truncate the interface name in 'sh ip arp' | Neale Ranns | 1 | -1/+1 |
2017-08-04 | Initialize vxlan-gpe bypass mode | Hongjun Ni | 1 | -0/+16 |
2017-08-03 | DHCP Client: receive unicast ACKs | Neale Ranns | 2 | -8/+80 |
2017-08-03 | Add support for API client to receive L2 MAC events | John Lo | 9 | -162/+497 |
2017-08-02 | LISP: make TTL for map register messages configurable | Filip Tehlar | 5 | -0/+153 |
2017-08-02 | Fix vpp crash sending arp or probing neighb (VPP-917) | Pavel Kotucek | 2 | -0/+29 |
2017-08-02 | Fix ip checksum offload, move badly-placed ASSERT | Dave Barach | 2 | -2/+4 |
2017-08-02 | Fix tcp tx buffer allocation | Florin Coras | 11 | -111/+363 |
2017-08-02 | Make ip csum configurable in vlib buffer functions | Florin Coras | 8 | -24/+28 |
2017-08-01 | FIB path weight incorrect in dump (VPP-922) | Neale Ranns | 6 | -11/+17 |
2017-08-01 | P2P Ethernet | Pavel Kotucek | 13 | -29/+546 |
2017-08-01 | SPAN/API:enable L2 dump | Eyal Bari | 2 | -6/+10 |
2017-07-31 | CLI:add l2 input/outut to "sh int features" | Eyal Bari | 6 | -15/+79 |
2017-07-31 | Fix fib_path encoding (VPP-921) | Florin Coras | 1 | -0/+2 |
2017-07-31 | SPAN/CLI:fix disable + add errors | Eyal Bari | 1 | -16/+44 |
2017-07-30 | Make tcp active open data structures thread safe | Florin Coras | 18 | -254/+315 |
2017-07-27 | ping: fixing wrong value when there are worker threads | Mohammed Hawari | 2 | -9/+21 |
2017-07-27 | Fix interface reuse when running multithreaded | Damjan Marion | 1 | -4/+12 |
2017-07-27 | vhost: debug vhost-user command needs better error checking on the syntax (VP... | Steven | 1 | -5/+26 |
2017-07-26 | Fix lisp udp checksum | Florin Coras | 1 | -6/+18 |
2017-07-25 | Cleanup/refactor session layer code | Florin Coras | 14 | -983/+1109 |
2017-07-24 | SPAN:add l2 mirror | Eyal Bari | 8 | -137/+276 |
2017-07-23 | Improve L2 Input/Output Feature Infrastructure and Usage | John Lo | 15 | -333/+159 |
2017-07-21 | Improvements to tcp rx path and debugging | Florin Coras | 13 | -183/+612 |