aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2017-10-07cdp/lldp: punt for no buffer (VPP-997)Steven2-0/+6
2017-10-06tuntap: Introduce per thread structure to suport multi-threads (VPP-1012)Steven2-65/+99
2017-10-06tun/tap: Bad packets sent to kernel via tun/tap interfaceSteven2-22/+29
2017-10-04Set MAC address needs the HW interface indexNeale Ranns2-2/+6
2017-10-04Update L2FIB entry timestamp only if BD aging enabled (VPP-1002)John Lo3-1/+3
2017-09-28VLAN support on host(af-packet) interface.Akshaya N1-3/+26
2017-09-01Improve L2FIB PDR/NDR performance (VPP-963)John Lo2-18/+29
2017-08-24vl_api_sw_interface_set_mtu_t_handler: fix assert in vnet_get_hw_interfaceAndrew Yourtchenko1-3/+10
2017-08-21gpe: fix sub-interface hash lookupFlorin Coras2-10/+10
2017-08-19Increase L2FIB MAC learn limit from 1M to 8M entriesJohn Lo1-1/+1
2017-08-11Fix LISP cp buffer leakageFlorin Coras1-1/+3
2017-08-08ping: fixing wrong value when there are worker threadsMohammed Hawari2-9/+21
2017-07-31Fix interface reuse when running multithreadedDamjan Marion1-4/+12
2017-07-21vhost: debug vhost-user command needs better error checking on the syntax (VP...Steven1-5/+26
2017-07-15DHCP complete event sends mask lengthNeale Ranns3-3/+7
2017-07-13L2INPUT:fix features mask cailculationEyal Bari1-6/+10
2017-07-13Fix crash with worker threads on 4K VXLAN/BD setup (VPP-907)John Lo8-173/+51
2017-07-10lldp packet transmission on a bonded interfaceSteve Shin2-4/+8
2017-07-08LLDP: properly parse lldp cmds from startup configKlement Sekera1-3/+1
2017-07-08Add API support for LLDP config/interface setSteve Shin8-42/+301
2017-07-06Send GARP/NA on bonded intf slave up/down if in active-backup modeJohn Lo4-0/+147
2017-07-06VPP-902: LISP-CP: Wrong size in one_l2_arp_entries_get message.Ole Troan1-1/+1
2017-07-01devices: show interface rx-placement displays the wrong information (VPP-894)Steven1-1/+3
2017-06-30IP4/IP6 FIB: fix crash during interface deletePavel Kotucek4-1/+42
2017-06-29VPP debug image with worker threads hit assert on adding IP route with traffi...Neale Ranns1-1/+16
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-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
2017-06-12NAT64: bug fixMatus Fabian1-5/+9
2017-06-12Remove calls to crc_u32 and add clib_crc32c for armv8+crcChristophe Fontaine1-26/+16