aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-10-06Separate CP and DP fib table for PPPoEHongjun Ni3-56/+66
2017-10-05dpdk/ipsec: rework plus improved cli commandsSergio Gonzalez Monroy14-1702/+2522
2017-10-05Clean up "show api ring" debug CLIDave Barach2-4/+15
2017-10-05Distributed Virtual Router SupportNeale Ranns13-109/+545
2017-10-04[aarch64] Fixes CLI crashes on dpaa2 platform.Christophe Fontaine74-130/+130
2017-10-04Set MAC address needs the HW interface indexNeale Ranns2-2/+6
2017-10-04dpdk: use vpp physmem allocator for dpdk buffersDamjan Marion2-63/+144
2017-10-04Dump of deag/lookup routes has is_drop=1 (VPP-995)Neale Ranns1-0/+2
2017-10-04memif: crash on slave modeSteven1-0/+1
2017-10-04VPP-1001 - update AF Packet Driver to for modern kernelsAnton Ivanov4-10/+119
2017-10-04Add API support to dump IPsec SAsMatthew Smith3-0/+292
2017-10-03api: fix internal client registrationsFlorin Coras1-0/+2
2017-10-03Update L2FIB entry timestamp only if BD aging enabled (VPP-1002)John Lo3-3/+6
2017-10-03tcp: updates to connection closing procedure (VPP-996)Florin Coras4-17/+63
2017-10-03jvpp: added logs for sending and receiving event messages (VPP-982)Matej Perina5-0/+30
2017-10-03Repair vlib API socket serverDave Barach87-1104/+2510
2017-10-03Propagate duplicate IF addr add/del error up to API.Jon Loeliger3-8/+30
2017-10-02L2-FIB:add mac learn events testEyal Bari1-56/+49
2017-09-28cdp/lldp: punt for no bufferSteven2-0/+6
2017-09-28C++ API: remove deprecated throw listsKlement Sekera1-8/+4
2017-09-28drop python3 dependencyKlement Sekera3-22/+25
2017-09-27Update package versionFlorin Coras1-1/+1
2017-09-28General documentation updatesChris Luke3-40/+45
2017-09-28tun/tap: Bad packets sent to kernel via tun/tap interfaceSteven2-22/+29
2017-09-27VPP-990 remove registered handler if control ping failsv18.01-rc0Matej 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
2017-09-25tcp: do not sample rtt for retransmitted segmentsFlorin Coras3-81/+100
2017-09-25acl-plugin: use vec_elt_at_index rather than pool_elt_at_index to access vect...Andrew Yourtchenko1-2/+2
2017-09-25Fix usage string for vatJerome Tollet1-1/+2
2017-09-25Fix sending GARP/NA on Bonded Interface Active/Backup Link Up/DownJohn Lo5-72/+101
2017-09-25Add binary API documentationDave Barach3-71/+474
2017-09-25NAT: session number limitation to avoid running out of memory crash (VPP-984)Matus Fabian4-38/+120
2017-09-22Fix vpp "unix interactive" when running under emacs + gdbDave Barach1-3/+8
2017-09-22vhost-user: fix link-up statusYoann Desmouceaux1-1/+1
2017-09-22acl-plugin: remove the clib_warning "ACL enabling..."Andrew Yourtchenko1-4/+0
2017-09-22IP-MAC,ND:wildcard events,fix sending multiple eventsEyal Bari6-101/+216
2017-09-21vppctl,cli: Improve non-interactive vppctl (VPP-944)Chris Luke2-89/+404
2017-09-21NAT: remove worker_by_out lookup hash table (VPP-989)Matus Fabian3-133/+120
2017-09-20session: store tep port in net orderFlorin Coras4-14/+14
2017-09-20Improve API message handler re-registration checkDave Barach1-3/+5
2017-09-20LISP: add debug cli for neighbor discoveryFilip Tehlar4-6/+71
2017-09-20CLI: fix segfault when browsing an empty historyYoann Desmouceaux1-3/+1