Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-07-06 | VPP-902: LISP-CP: Wrong size in one_l2_arp_entries_get message. | Ole Troan | 1 | -1/+1 |
2017-07-06 | devices: show interface rx-placement displays the wrong information (VPP-894) | Steven | 1 | -1/+3 |
2017-07-06 | Send GARP/NA on bonded intf slave up/down if in active-backup mode | John Lo | 4 | -0/+147 |
2017-07-05 | Add API support for LLDP config/interface set | Steve Shin | 8 | -42/+301 |
2017-06-30 | VPP debug image with worker threads hit assert on adding IP route with traffi... | Neale Ranns | 1 | -1/+16 |
2017-06-29 | LLDP: properly parse lldp cmds from startup config | Klement Sekera | 1 | -3/+1 |
2017-06-29 | Fix SIGBUS on aarch64 | Christophe Fontaine | 1 | -1/+1 |
2017-06-28 | switch vlib process model to tw_timer_template timer impl | Dave Barach | 1 | -0/+1 |
2017-06-27 | L2-LEARN:fix l2fib entry seq num not updated on hit (VPP-888) | Eyal Bari | 5 | -87/+64 |
2017-06-26 | VPP-889: MAP Stats API/CLI crashes when no domains. | Ole Troan | 2 | -1/+11 |
2017-06-25 | VPP crash on creating vxlan gpe interface. VPP-875 | Hongjun Ni | 3 | -6/+11 |
2017-06-23 | IP4/IP6 FIB: fix crash during interface delete | Pavel Kotucek | 4 | -1/+42 |
2017-06-22 | Update lisp map record default ttl to 24hv17.10-rc0 | Florin Coras | 1 | -2/+2 |
2017-06-22 | Improve svm fifo and tcp tx path performance (VPP-846) | Florin Coras | 6 | -25/+137 |
2017-06-22 | VNET:explicitly pad l2_classify | Eyal Bari | 1 | -10/+4 |
2017-06-21 | Introduce default rx mode for device drivers | Damjan Marion | 4 | -6/+18 |
2017-06-21 | ARP: ignore non-connected routes and non-interface sources when determing if ... | Neale Ranns | 2 | -33/+104 |
2017-06-20 | vlib: make runtime_data handling thread-local | Igor Mikhailov (imichail) | 1 | -16/+26 |
2017-06-20 | VPP-879 MAP: s/u32 is_add/u8 is_add in map.api | Ole Troan | 1 | -1/+1 |
2017-06-19 | L2FWD:fix seq_num overwritten + validate l2fib entries when forwarding | Eyal Bari | 8 | -56/+99 |
2017-06-19 | Overall tcp performance improvements (VPP-846) | Florin Coras | 17 | -426/+664 |
2017-06-19 | NAT64: Hairpinning (VPP-699) | Matus Fabian | 2 | -28/+49 |
2017-06-17 | Fix map-notify processing with multiple workers | Florin Coras | 2 | -13/+44 |
2017-06-16 | LISP-GPE: add test CLI for NSH | Filip Tehlar | 2 | -0/+132 |
2017-06-16 | Add missing barrier sync to rx placement infra code | Damjan Marion | 2 | -6/+18 |
2017-06-16 | Fix vni/dp_table endianness for gpe iface addition (VPP-882) | Florin Coras | 1 | -6/+8 |
2017-06-16 | Fix gpe_native_fwd_rpaths_get (VPP-883) | Florin Coras | 1 | -1/+3 |
2017-06-15 | Add VAT handlers for LISP-GPE API | Filip Tehlar | 2 | -11/+24 |
2017-06-14 | Fix session api connect sock handler. | Dave Wallace | 1 | -1/+10 |
2017-06-14 | ETH:fix l2_len/vlan count mismatch for > 2 tags | Eyal Bari | 3 | -16/+7 |
2017-06-13 | FIB walk process - wake-up rate unnecessarily high | Neale Ranns | 1 | -1/+11 |
2017-06-12 | L2FIB:fix crash in show with deleted subif entries | Eyal Bari | 1 | -4/+7 |
2017-06-12 | NAT64: bug fix | Matus Fabian | 1 | -5/+9 |
2017-06-12 | Remove calls to crc_u32 and add clib_crc32c for armv8+crc | Christophe Fontaine | 1 | -26/+16 |
2017-06-12 | Fix coverity issue | Filip Tehlar | 1 | -0/+1 |
2017-06-10 | MPLS: cannot delete a path from the CLI | Neale Ranns | 1 | -13/+25 |
2017-06-09 | Fix gpe coverity issue (VPP-874) | Florin Coras | 1 | -3/+8 |