aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-12Fix coverity issueFilip Tehlar1-0/+1
2017-06-10MPLS: cannot delete a path from the CLINeale Ranns1-13/+25
2017-06-09Fix gpe coverity issue (VPP-874)Florin Coras1-3/+8
2017-06-09Implement sack based tcp loss recovery (RFC 6675)Florin Coras13-405/+967
2017-06-09NAT64: ICMP error supportMatus Fabian1-8/+5
2017-06-08LISP: add NSH supportFilip Tehlar12-32/+579
2017-06-08Add gpe native-forward static route supportFlorin Coras5-16/+402
2017-06-08P2P Ethernet - APIPavel Kotucek5-0/+303
2017-06-07Small update to session APIFlorin Coras2-1/+5
2017-06-07VPP-874: fix coverity warning in vnet_classify.cDave Barach1-1/+1
2017-06-07VPP-872 and End.T function for SRv6Pablo Camarillo2-105/+101
2017-06-06Fix coverity error in IP4 Mtrie.Neale Ranns1-4/+4
2017-06-06Packets recieved on VLAN-0 map to the main interfaceNeale Ranns2-164/+32
2017-06-06Fix coverity issueFilip Tehlar1-0/+3
2017-06-06Rework vxlan-gpe to support FIB 2.0 and bypass modeHongjun Ni8-86/+1168
2017-06-06Fix lisp map-notify parsingFlorin Coras1-0/+1
2017-06-05LISP-GPE: return index of newly created fwd entry, VPP-868Filip Tehlar4-2/+20
2017-06-05LISP: fix GPE entry dump, VPP-871Filip Tehlar1-5/+5
2017-06-04Fix typo for specifying table_id on ping.wenxian li1-1/+1
2017-06-03Fix for gcc7Marco Varlese1-1/+1
2017-06-02vhost: add debug vhost-user on | off CLISteven2-20/+59
2017-06-01Fix 'ip probe' on /32Neale Ranns3-44/+48
2017-06-01MPLS trace the EOS bit correctlyNeale Ranns1-1/+2
2017-06-01IP Mcast - recalculate on interface up/dowmNeale Ranns3-60/+91
2017-06-01Improve fifo allocator performanceDave Barach12-204/+300
2017-05-30Flowprobe: Stateful flows and IPv6, L4 recordingOle Troan5-11/+23
2017-05-30LISP: L2 ARP handlingFilip Tehlar9-36/+600
2017-05-26MPLS lookup DPO does not pop the label (nor does it handle replicate)Neale Ranns4-84/+145