summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-09-25Fix sending GARP/NA on Bonded Interface Active/Backup Link Up/DownJohn Lo5-72/+101
2017-09-25Add binary API documentationDave Barach4-71/+475
2017-09-25NAT: session number limitation to avoid running out of memory crash (VPP-984)Matus Fabian4-38/+120
2017-09-23libmemif: Jumbo frames data/buffer length fixJakub Grajciar2-83/+195
2017-09-22openSUSE build fixMarco Varlese2-4/+6
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 Bari8-103/+288
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-21Fix for ssl dependency on debian 9Anton Ivanov1-2/+7
2017-09-21Unpack into temporary directory with longer name.Thomas F Herbert1-2/+10
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
2017-09-20TCP: fix "tcp src-address" command with IPv6Yoann Desmouceaux1-1/+1
2017-09-20tcp: add option to punt trafficPierre Pfister5-30/+99
2017-09-20Use openssl 1.0 compat RPM for Fedora 26 and newer.Thomas F Herbert2-2/+7
2017-09-20Fix DHCP client so it works for worker threadsJohn Lo2-2/+17
2017-09-20Add ip6-local feature arcPierre Pfister4-8/+101
2017-09-20NAT: don't call ipfix rpc when disabled (VPP-988)Matus Fabian1-168/+181
2017-09-20NAT: move session and user lookup tables to per thread data (VPP-986)Matus Fabian5-110/+151
2017-09-19format_sockaddr: add trivial support for AF_LOCAL socketsDave Barach1-0/+12
2017-09-19Add C++ APIKlement Sekera20-268/+2338
2017-09-19session/tcp: improve preallocated segment handlingFlorin Coras12-138/+209
2017-09-19Treat label=0 as an invalid next-hop-via-labelNeale Ranns1-1/+7
2017-09-19LISP: support for neighbor discoveryFilip Tehlar9-110/+617
2017-09-19Set RX sw_if_index on decrypted routed IPsec buffersMatthew Smith2-0/+3
2017-09-19Fix MPLS table create CLINeale Ranns1-7/+2
2017-09-19Add new C APIKlement Sekera19-14/+3943
2017-09-19Implement VXLAN encap tx checksum offloadJohn Lo1-39/+108
2017-09-19ACL plugin enable macip for ip4/ip6 trafficPavel Kotucek2-89/+204
2017-09-19Remove associated lisp-gpe entries when removing lisp local mapping.Alberto Rodriguez-Natal2-7/+76
2017-09-18Fixes for issues Coverity has reported (VPP-972)Chris Luke10-45/+74
2017-09-18L2BD,ARP-TERM:fix arp query report mechanism+testEyal Bari6-69/+288
2017-09-18ACL-plugin: fix coverity issuePavel Kotucek1-17/+17
2017-09-17Add multi-vm Vagrantfile for vcl-test.Dave Wallace6-144/+272
2017-09-16dpdk: display EAL init args on startupDamjan Marion1-0/+1
2017-09-15dpdk: cli to check for buffer leakageFlorin Coras7-6/+134
2017-09-15jvpp: add vpe_pid to ConnectionInfoMatej Perina2-8/+11
2017-09-15vppinfra: add clib_mem_vm_ext_alloc functionDamjan Marion17-525/+461
2017-09-15VPP-958: RPM Update wipes out local changes to 80-vpp.confBilly McFall1-2/+2
2017-09-15Update of free text tag patch for BDJerome Tollet5-7/+29
2017-09-15libmemif: Jumbo frames supportJakub Grajciar9-103/+285
2017-09-15Modify return value of snat_out2in_lb(VPP-985)dongjuan2-10/+12
2017-09-14clib_socket: add sendmsg / recvmsg with ancillary data supportDamjan Marion5-27/+164
2017-09-13NAT: fixed bug in snat_alloc_outside_address_and_port (VPP-981)Matus Fabian1-1/+1
2017-09-14Stats refactorKeith Burns (alagalah)5-464/+1233