aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2017-07-18FIB path preferenceNeale Ranns13-62/+647
2017-07-18DHCP client option 61 "client_id"Neale Ranns4-2/+19
2017-07-18DHCP client - remove interface address when DHCP de-configuredNeale Ranns1-0/+1
2017-07-18TCP/UDP checksum offload APIDave Barach6-13/+121
2017-07-16Adjust replication context to match vnet_buffer(b)Dave Barach1-2/+2
2017-07-15Fixes and improved tcp/session debuggingFlorin Coras9-91/+960
2017-07-14vnet_buffer_t flags cleanupDamjan Marion13-103/+108
2017-07-14Introduce l{2,3,4}_hdr_offset fields in the buffer metadataDamjan Marion12-53/+36
2017-07-13Fix typo for non x86 platforms.Christophe Fontaine1-1/+1
2017-07-13Fix crash with worker threads on 4K VXLAN/BD setup (VPP-907)John Lo8-173/+51
2017-07-12Deprecate support for flattened output nodesDamjan Marion4-276/+3
2017-07-11Horizontal (nSessions) scaling draftDave Barach22-225/+679
2017-07-11L2INPUT:fix features mask cailculationEyal Bari1-6/+10
2017-07-10vlib: store buffer memory information in the buffer_mainDamjan Marion3-5/+5
2017-07-08lldp packet transmission on a bonded interfaceSteve Shin2-4/+8
2017-07-07ETH:optimized double is_tagged checkEyal Bari1-2/+24
2017-07-06Unlink /dev/shm files on application detach.Dave Wallace4-5/+36
2017-07-06DHCP complete event sends mask lengthNeale Ranns3-3/+7
2017-07-06VPP-902: LISP-CP: Wrong size in one_l2_arp_entries_get message.Ole Troan1-1/+1
2017-07-06devices: show interface rx-placement displays the wrong information (VPP-894)Steven1-1/+3
2017-07-06Send GARP/NA on bonded intf slave up/down if in active-backup modeJohn Lo4-0/+147
2017-07-05Add API support for LLDP config/interface setSteve Shin8-42/+301
2017-06-30VPP debug image with worker threads hit assert on adding IP route with traffi...Neale Ranns1-1/+16
2017-06-29LLDP: properly parse lldp cmds from startup configKlement Sekera1-3/+1
2017-06-29Fix SIGBUS on aarch64Christophe Fontaine1-1/+1
2017-06-28switch vlib process model to tw_timer_template timer implDave Barach1-0/+1
2017-06-27L2-LEARN:fix l2fib entry seq num not updated on hit (VPP-888)Eyal Bari5-87/+64
2017-06-26VPP-889: MAP Stats API/CLI crashes when no domains.Ole Troan2-1/+11
2017-06-25VPP crash on creating vxlan gpe interface. VPP-875Hongjun Ni3-6/+11
2017-06-23IP4/IP6 FIB: fix crash during interface deletePavel Kotucek4-1/+42
2017-06-22Update lisp map record default ttl to 24hv17.10-rc0Florin Coras1-2/+2
2017-06-22Improve svm fifo and tcp tx path performance (VPP-846)Florin Coras6-25/+137
2017-06-22VNET:explicitly pad l2_classifyEyal Bari1-10/+4
2017-06-21Introduce default rx mode for device driversDamjan Marion4-6/+18
2017-06-21ARP: ignore non-connected routes and non-interface sources when determing if ...Neale Ranns2-33/+104
2017-06-20vlib: make runtime_data handling thread-localIgor Mikhailov (imichail)1-16/+26
2017-06-20VPP-879 MAP: s/u32 is_add/u8 is_add in map.apiOle Troan1-1/+1
2017-06-19L2FWD:fix seq_num overwritten + validate l2fib entries when forwardingEyal Bari8-56/+99
2017-06-19Overall tcp performance improvements (VPP-846)Florin Coras17-426/+664
2017-06-19NAT64: Hairpinning (VPP-699)Matus Fabian2-28/+49
2017-06-17Fix map-notify processing with multiple workersFlorin Coras2-13/+44
2017-06-16LISP-GPE: add test CLI for NSHFilip Tehlar2-0/+132
2017-06-16Add missing barrier sync to rx placement infra codeDamjan Marion2-6/+18
2017-06-16Fix vni/dp_table endianness for gpe iface addition (VPP-882)Florin Coras1-6/+8
2017-06-16Fix gpe_native_fwd_rpaths_get (VPP-883)Florin Coras1-1/+3
2017-06-15Add VAT handlers for LISP-GPE APIFilip Tehlar2-11/+24
2017-06-14Fix session api connect sock handler.Dave Wallace1-1/+10
2017-06-14ETH:fix l2_len/vlan count mismatch for > 2 tagsEyal Bari3-16/+7
2017-06-13FIB walk process - wake-up rate unnecessarily highNeale Ranns1-1/+11
2017-06-12L2FIB:fix crash in show with deleted subif entriesEyal Bari1-4/+7