aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-02-12Improve MTU handlingNeale Ranns9-28/+106
2018-02-12dpdk:fix trace to follow feature arcEyal Bari3-87/+66
2018-02-09vppapigen: simplify JSON format for servicesMarek Gradzki1-2/+2
2018-02-09LD_PRELOAD: Refactor nomenclature (vcom -> ldp).Dave Wallace6-432/+432
2018-02-09acl-plugin: Stale classify table after deleting macip ACLSteve Shin1-0/+22
2018-02-09GBP pluginNeale Ranns21-3/+2706
2018-02-09ip4_forward: set pkt error in case potential memory corruptChun Li1-0/+2
2018-02-09memif: fix crash caused by zero pkt len in memif and clear dirty cache while ...Chun Li5-12/+102
2018-02-08classifier-based ACL: testcases for L2 ACLs + fix the enabling of outbound L2...Andrew Yourtchenko1-3/+6
2018-02-08virtio: reset vnet header on txDamjan Marion1-0/+3
2018-02-08vhostuser: Fix vhostuser file descriptor leakHaiyang Tan1-4/+13
2018-02-08add CLIB_HAVE_VEC128 with NEON intrinsics (VPP-1127)Gabriel Ganne3-9/+65
2018-02-08acl-plugin: add whitelisted ethertype mode (VPP-1163)Andrew Yourtchenko5-5/+308
2018-02-08SCTP: shutdown phaseMarco Varlese3-67/+92
2018-02-08VCL: remove vrf from vppcom api.Dave Wallace5-36/+14
2018-02-08Minimize bihash memory consumptionDave Barach3-118/+207
2018-02-08acl-plugin: VPP-1088: add support for egress filter in macip ACLsAndrew Yourtchenko2-16/+244
2018-02-08acl-plugin: an elog-based tracing implementation for troubleshooting the conn...Andrew Yourtchenko4-32/+153
2018-02-08ip: move lookup inline functions to header fileVijayabhaskar Katamreddy4-648/+759
2018-02-07Fix bug with glibc epoll fdKeith Burns (alagalah)1-1/+3
2018-02-07VXLAN: Allow user to specify a custom vxlan tunnel instance id.Jon Loeliger7-22/+140
2018-02-07acl-plugin: multicore: send the interrupts to thread0 tooAndrew Yourtchenko1-1/+1
2018-02-07vhost: Added ARMV8 NEON version of function map_guest_mem()Nitin Saxena1-0/+69
2018-02-07af_packet: Fix lock positionPierre Pfister1-2/+1
2018-02-07classifier-based ACL: refactor + add output ACLAndrew Yourtchenko19-502/+651
2018-02-07Refactor vlib_buffer flagsDamjan Marion17-169/+152
2018-02-07SCTP: address coverity-scan warningsMarco Varlese2-19/+10
2018-02-06Fix clang -Wvarargs compile errorsDamjan Marion3-5/+5
2018-02-06Fix clang implicit conversion errorsDamjan Marion2-14/+16
2018-02-06vlib: epoll on worker threadsDamjan Marion12-42/+204
2018-02-06SCTP: handling of heartbeating and max-retransmitsMarco Varlese4-57/+164
2018-02-06BIER: fix support for longer bit-string lengthsNeale Ranns11-144/+157
2018-02-06VCL: Fix type in trace output.Dave Wallace1-2/+2
2018-02-06SCTP: missing spinlock init when multiple threadsMarco Varlese1-2/+5
2018-02-06Reflexive ACL support on ICMPSteve Shin1-25/+113
2018-02-06Provide page-aligned length to ftruncate.Igor Mikhailov (imichail)1-1/+1
2018-02-05session: segment manager refactorFlorin Coras20-619/+815
2018-02-05NAT64: Run nat64-expire-worker-walk only when NAT64 is configured (VPP-1162)Matus Fabian2-4/+48
2018-02-05Fix ip4/6_reass_main.ip4/6_reass_expire_node_idx used before setDave Barach3-8/+17
2018-02-05SCTP: calculate RTO / RTT and RTTVAR as per RFCMarco Varlese4-47/+122
2018-02-05vhost_user: code cleanupHaiyang Tan1-4/+4
2018-02-03IP reassembly: workaround coverity warningsKlement Sekera2-0/+2
2018-02-02Clean up for vcl.am, making vppcom.h C++ awareKeith Burns (alagalah)2-10/+22
2018-02-02lisp-cp: fix handling of ndp without source link addr VPP-1159Florin Coras1-4/+21
2018-02-02VOM: route-domain find() fixNeale Ranns3-24/+5
2018-02-02vlmemory/svm: fix client detach from svm regionFlorin Coras6-13/+59
2018-02-02vlib_buffer_clone: allow client to request the maximum number of clones; 256Neale Ranns1-12/+50
2018-02-02Add L3DSR feature in LB pluginHongjun Ni8-88/+246
2018-02-01Out-of-order data chunks handling and moreMarco Varlese4-69/+235
2018-02-01IPv4/6 reassemblyKlement Sekera22-8/+2930