aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-11-14l2-flood: fix restore vnet buffer's flags in the replication routineSteve Shin2-1/+7
2017-11-10Further fix to SHG handling for ARP/ICMPv6 from BVI in a BDJohn Lo1-6/+25
2017-11-09lock initJingLiuZTE1-0/+1
2017-11-08vppinfra: make _vec_resize_will_expand read-onlyFlorin Coras1-7/+3
2017-11-08Fix SHG handling for ARP/ICMPv6 received from BVI in a BDJohn Lo1-0/+8
2017-11-07Add replicate DPO header to export list for VPPSBNeale Ranns1-0/+1
2017-11-06LISP: fix negative mapping timeout, VPP-1043Filip Tehlar1-1/+2
2017-10-31Fix for vppctl and interactive commands (VPP-1038)Chris Luke1-3/+7
2017-10-27VPP-1033: Python API support arbitrary sized input parameters.Ole Troan1-13/+49
2017-10-23dpdk/ipsec: fix crypto device placementSergio Gonzalez Monroy1-7/+1
2017-10-19dpdk/ipsec: fix digest physical addressSergio Gonzalez Monroy3-14/+10
2017-10-18CSIT-844: fix binary api rx pthread heap push/popDave Barach2-3/+35
2017-10-18VPP-930: add missing ntohl to send_ip6_fib_details(...)Dave Barach1-1/+1
2017-10-18LISP: fix crash when sending NSH map-request message, ONE-32Filip Tehlar1-0/+3
2017-10-16VPP-1031: Fix minor issues in clib_spinlock_unlock()Dave Barach1-1/+3
2017-10-16LISP: fix map-request counters, ONE-25Filip Tehlar1-6/+5
2017-10-16ip: avoid arp assert if out of buffers (VPP-1030)Florin Coras1-0/+4
2017-10-16VPP-1029: Don't call clib_longjmp(...) directly from the SIGTERM handlerDave Barach2-4/+8
2017-10-14plugins/dpdk: align memory to avoid potential segfault and false sharingGeorgina Sheehan1-1/+1
2017-10-12NAT: fix delete of sessions for 1:1 NAT if 1 worker (VPP-1023)Matus Fabian1-1/+1
2017-10-11tcp: update thread time when initializing connection (VPP-1022)Florin Coras1-1/+8
2017-10-11IP neighbour move incorrectly placed jump labelNeale Ranns1-2/+2
2017-10-11tcp: do not format sb if not established (VPP-1018)Florin Coras1-2/+3
2017-10-11lisp: memset to zero mapping delete args (VPP-1017)Florin Coras1-0/+1
2017-10-11vhost: crash under heavy traffic condition due to memory corruption (VPP-1016)Steven1-2/+33
2017-10-09NAT: fixed ICMP broken translation for GRE tunnel interface (VPP-1008)Matus Fabian3-31/+27
2017-10-06tuntap: Introduce per thread structure to suport multi-threads (VPP-1012)Steven2-65/+99
2017-10-05fix buffer allocation for sparse jumbo frames in vhostPierre Pfister1-1/+3
2017-10-05drop python3 dependency (VPP-1010)Klement Sekera3-22/+25
2017-10-05memif: crash on slave mode (VPP-1006)Steven1-0/+1
2017-10-04session: fill in bind handle for sock flavored api (VPP-1005)Florin Coras1-1/+6
2017-10-04Propagate duplicate IF addr add/del error up to API.Jon Loeliger3-8/+30
2017-10-04Set MAC address needs the HW interface indexNeale Ranns2-2/+6
2017-10-04Dump of deag/lookup routes has is_drop=1 (VPP-995)Neale Ranns1-0/+2
2017-10-03Update L2FIB entry timestamp only if BD aging enabled (VPP-1002)John Lo3-3/+6
2017-10-03ip: fix probing of already resolved destinations (VPP-998)Florin Coras4-10/+28
2017-10-02L2-FIB:add mac learn events testEyal Bari1-56/+49
2017-09-29cdp/lldp: punt for no buffer (VPP-997)Steven2-0/+6
2017-09-28tun/tap: Bad packets sent to kernel via tun/tap interfaceSteven2-22/+29
2017-09-28General documentation updatesChris Luke3-40/+45
2017-09-27VPP-990 remove registered handler if control ping failsMatej Perina3-0/+14
2017-09-27LISP: add API handlers for set/get transport protocolFilip Tehlar4-0/+194
2017-09-27VLAN support on host(af-packet) interface.Akshaya N1-3/+26
2017-09-27Fix: unnecesary uio binding for Mellanox NICSteve Shin1-1/+3
2017-09-27Various fixes for issues found by Coverity (VPP-972)Chris Luke5-3/+25
2017-09-27acl-plugin: take 2 at VPP-991 fix, this time with a test case which verifies it.Andrew Yourtchenko1-2/+2
2017-09-26tcp: update snd_nxt after congestion recoveryFlorin Coras2-9/+7
2017-09-26Add thread-safe event signaller, use RPC where requiredDave Barach5-5/+73
2017-09-26NAT: remove worker_by_in lookup hash table (VPP-992)Matus Fabian4-97/+30
2017-09-26Memory overwritten when using unformat %u (VPP-987)Aequitas3-19/+19