aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-06-21Add knob to specify effective group id (gid) for VPP processDamjan Marion3-0/+36
2017-06-21ARP: ignore non-connected routes and non-interface sources when determing if ...Neale Ranns2-33/+104
2017-06-21acl-plugin: fix coverity error 171135Andrew Yourtchenko1-0/+2
2017-06-21acl-plugin: vat: acl_interface_list_dump confusing/incorrect output in case n...Andrew Yourtchenko1-2/+2
2017-06-20vlib: make runtime_data handling thread-localIgor Mikhailov (imichail)1-16/+26
2017-06-20Parenthesize the usage of the macro argument within vec_search() macro defini...Andrew Yourtchenko1-1/+1
2017-06-20SNAT: unknow protocol hairpinning fixMatus Fabian1-1/+1
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-19NAT64: change not supported multi threading behaviourMatus Fabian5-6/+104
2017-06-19memif: add ip modeDamjan Marion4-35/+132
2017-06-19Overall tcp performance improvements (VPP-846)Florin Coras23-568/+945
2017-06-19SNAT: NAT packet with unknown L4 protocol if match 1:1 NATMatus Fabian2-6/+104
2017-06-19acl-plugin: bihash-based ACL lookupAndrew Yourtchenko10-10/+1572
2017-06-19NAT64: Hairpinning (VPP-699)Matus Fabian7-52/+477
2017-06-17Fix map-notify processing with multiple workersFlorin Coras2-13/+44
2017-06-16memif: show memif CLI enhancementSteven1-39/+115
2017-06-16memif: jumbo frames supportSteven2-148/+272
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 Coras2-8/+10
2017-06-16Fix gpe_native_fwd_rpaths_get (VPP-883)Florin Coras1-1/+3
2017-06-15Add VAT handlers for LISP-GPE APIFilip Tehlar3-11/+223
2017-06-15acl-plugin: store sessions in a single hash table instead of a per-interfaceAndrew Yourtchenko4-22/+39
2017-06-14Fix session api connect sock handler.Dave Wallace1-1/+10
2017-06-14acl-plugin: shrink the L2 classifier tables used for traffic redirectAndrew Yourtchenko1-17/+17
2017-06-14VPP-874: fix coverity warnings in tw_timer_template.cDave Barach1-4/+4
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-13SNAT: fix 1:1 NAT without port hairpinning TCP checksum updateMatus Fabian1-0/+10
2017-06-13memif: fix crash during interface deleteDamjan Marion1-0/+4
2017-06-12L2FIB:fix crash in show with deleted subif entriesEyal Bari1-4/+7
2017-06-12three-level timer wheel implementation w/ overflow vectorDave Barach13-77/+1331
2017-06-12memif: complete refactor of socket handling codeDamjan Marion11-1146/+1796
2017-06-12Fix build breakge post 6956Neale Ranns1-0/+2
2017-06-12NAT64: bug fixMatus Fabian2-6/+29
2017-06-12Remove calls to crc_u32 and add clib_crc32c for armv8+crcChristophe Fontaine6-92/+61
2017-06-12NAT64: coverity fixMatus Fabian1-2/+14
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 Coras17-409/+973
2017-06-09Sample plugin: Add sample plugin documentationRay Kinsella2-7/+89
2017-06-09acl-plugin: wrap a verbose debug message in the appropriate conditionalAndrew Yourtchenko1-0/+2
2017-06-09dpdk: fix ipsec coverity warningSergio Gonzalez Monroy1-2/+2
2017-06-09NAT64: ICMP error supportMatus Fabian6-23/+207
2017-06-08LISP: add NSH supportFilip Tehlar15-44/+826
2017-06-08acl-plugin: remove clib_warnings on plugin initAndrew Yourtchenko1-3/+0
2017-06-08Add gpe native-forward static route supportFlorin Coras5-16/+402
2017-06-08P2P Ethernet - APIPavel Kotucek8-6/+442