aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-02-15Optimize GRE Tunnel and add support for ERSPAN encapJohn Lo12-358/+721
2018-02-15session: avoid session handle conflict with vclFlorin Coras6-13/+63
2018-02-15SCTP: fix corrupted buffers seen in output nodeMarco Varlese4-44/+62
2018-02-15SCTP: refactoringMarco Varlese4-129/+97
2018-02-14Reenable dhcp client detect when lease expiresDave Barach1-1/+50
2018-02-14session: support local sessions and deprecate redirectsFlorin Coras23-496/+1277
2018-02-14VOM: build with plugins disabledNeale Ranns5-34/+83
2018-02-14vppinfra: Remove empty fileMohsin Kazmi1-0/+0
2018-02-14make-test: use api custom-dump to reduce log size.Dave Wallace1-1/+7
2018-02-14NAT44 out2in DHCP client next nodeMatthew Smith1-8/+24
2018-02-14vxlan:remove interface recycle mechanismEyal Bari2-69/+11
2018-02-14NAT44: run NAT nodes after ACL (VPP-1160)Matus Fabian1-15/+15
2018-02-13vnet:remove duplicate interface function macroEyal Bari1-15/+3
2018-02-13BFD: make CLI consume only one line at a timeKlement Sekera1-26/+78
2018-02-13VOM: ACL: Add Object Model for acl ethertypeMohsin Kazmi7-0/+747
2018-02-12Fix the order of RFC2685 fields in the output.Igor Mikhailov (imichail)1-2/+2
2018-02-12Fix DHCP client crash with worker threadsMatthew Smith3-51/+56
2018-02-12SCTP: fix build errors on ubuntu bionicMarco Varlese1-4/+2
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