Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-07-21 | SNAT: in2out translation as an output feature hairpinning (VPP-913) | Matus Fabian | 1 | -0/+6 |
2017-07-20 | Fix coverity issue introduced with IP checksum offload commit | Damjan Marion | 1 | -3/+3 |
2017-07-20 | Prevent double freeing of first segment manager. | Dave Wallace | 1 | -1/+2 |
2017-07-20 | L2FWD:move vec_validate out of access function | Eyal Bari | 2 | -2/+9 |
2017-07-19 | Add a bihash prefetchable bucket-level cache | Dave Barach | 3 | -7/+7 |
2017-07-19 | Fix IP checksum offload metadata setup | Dave Barach | 1 | -2/+12 |
2017-07-18 | FIB path preference | Neale Ranns | 13 | -62/+647 |
2017-07-18 | DHCP client option 61 "client_id" | Neale Ranns | 4 | -2/+19 |
2017-07-18 | DHCP client - remove interface address when DHCP de-configured | Neale Ranns | 1 | -0/+1 |
2017-07-18 | TCP/UDP checksum offload API | Dave Barach | 6 | -13/+121 |
2017-07-16 | Adjust replication context to match vnet_buffer(b) | Dave Barach | 1 | -2/+2 |
2017-07-15 | Fixes and improved tcp/session debugging | Florin Coras | 9 | -91/+960 |
2017-07-14 | vnet_buffer_t flags cleanup | Damjan Marion | 13 | -103/+108 |
2017-07-14 | Introduce l{2,3,4}_hdr_offset fields in the buffer metadata | Damjan Marion | 12 | -53/+36 |
2017-07-13 | Fix typo for non x86 platforms. | Christophe Fontaine | 1 | -1/+1 |
2017-07-13 | Fix crash with worker threads on 4K VXLAN/BD setup (VPP-907) | John Lo | 8 | -173/+51 |
2017-07-12 | Deprecate support for flattened output nodes | Damjan Marion | 4 | -276/+3 |
2017-07-11 | Horizontal (nSessions) scaling draft | Dave Barach | 22 | -225/+679 |
2017-07-11 | L2INPUT:fix features mask cailculation | Eyal Bari | 1 | -6/+10 |
2017-07-10 | vlib: store buffer memory information in the buffer_main | Damjan Marion | 3 | -5/+5 |
2017-07-08 | lldp packet transmission on a bonded interface | Steve Shin | 2 | -4/+8 |
2017-07-07 | ETH:optimized double is_tagged check | Eyal Bari | 1 | -2/+24 |
2017-07-06 | Unlink /dev/shm files on application detach. | Dave Wallace | 4 | -5/+36 |
2017-07-06 | DHCP complete event sends mask length | Neale Ranns | 3 | -3/+7 |