New api in order to get max entries of connection table is added.
[vpp.git] / src / plugins / acl /
2018-12-11 KhersNew api in order to get max entries of connection table... 11/16411/9
2018-11-23 Andrew Yourtchenkoacl-plugin: fix coverity error that the fix related... 28/16128/3
2018-11-22 Andrew Yourtchenkoacl-plugin: optimize hash memory usage + fix the startu... 70/16070/3
2018-11-20 Andrew Yourtchenkoacl-plugin: performance optimizations for established... 08/14708/12
2018-11-15 Andrew Yourtchenkoacl-plugin: fix coverity error 188909 in unit-test... 38/15938/2
2018-11-14 Dave BarachRemove c-11 memcpy checks from perf-critical code 16/15916/4
2018-11-05 Andrew Yourtchenkoacl-plugin: 5-tuple parse: get rid of memcpy and move... 09/15709/2
2018-10-26 Andrew Yourtchenkoacl-plugin: fix the node multiarch function selection 36/15536/3
2018-10-25 Andrew Yourtchenkoacl-plugin: "show acl-plugin acl" ACE# is truncated... 97/15497/3
2018-10-24 Andrew Yourtchenkoacl-plugin: introduce a format function for l4 session key 16/15516/1
2018-10-23 Dave Barachc11 safe string handling support 47/15347/10
2018-10-20 Andrew Yourtchenkoacl-plugin: use the L2 feature arc infrastructure inste... 65/15165/9
2018-10-19 Sirshak Dasvppinfra: add atomic macros for __sync builtins 81/15181/5
2018-10-17 Andrew Yourtchenkoacl-plugin: tuplemerge: refresh the pointer to hash... 29/15329/1
2018-10-10 Andrew Yourtchenkoacl-plugin: reduce the syslog level for debug messages 14/15214/1
2018-10-04 Andrew Yourtchenkoacl-plugin: tuplemerge: avoid batch-resize of the appli... 42/15142/2
2018-09-26 Andrew Yourtchenkoacl-plugin: fix the stateful ICMP handling and add... 04/15004/2
2018-09-25 Andrew Yourtchenkoacl-plugin: optimize session idle timer checks 21/14821/7
2018-09-24 Paul VinciguerraTrivial: Clean up some typos. 40/14940/6
2018-09-14 Andrew Yourtchenkoacl-plugin: do not do clib_smp_atomic_add on per-worker... 95/14795/4
2018-09-06 Andrew Yourtchenkoacl-plugin: VPP-1400: fix crash when removing a session... 92/14692/1
2018-09-05 Andrew Yourtchenkoacl-plugin: VPP-1400: VPP may crash when performing... 34/14634/3
2018-09-03 Andrew Yourtchenkoacl-plugin: fix the memory leak with colliding entries... 33/14633/2
2018-08-27 Mohsin Kazmicmake: Fix plugins .h includes 06/14506/1
2018-08-27 Damjan Marioncmake: add missing vat plugins 96/14496/2
2018-08-25 Damjan Marioncmake: improve add_vpp_plugin macro 82/14482/1
2018-08-17 Damjan MarionCMake as an alternative to autotools (experimental) 51/14151/24
2018-08-13 Damjan MarionMultiarch handling in different constructor macros 47/14147/8
2018-08-09 Andrew Yourtchenkoacl-plugin: fix failures in some of IPv4 test-debug... 08/14108/2
2018-08-03 Andrew Yourtchenkoacl-plugin: fill in the 5tuple structure all at once... 93/13493/3
2018-07-31 Andrew Yourtchenkoacl-plugin: move the acl epoch calculation into inline... 92/13492/2
2018-07-23 Eyal Barifix vector index range checks 98/13598/2
2018-07-19 Damjan MarionRemove unused argument to vlib_feature_next 64/13564/2
2018-07-18 Dave BarachAdd config option to use dlmalloc instead of mheap 56/13356/20
2018-07-16 Andrew Yourtchenkoacl-plugin: fix coverity errors 186574,186575,186576... 78/13478/3
2018-06-27 Florin Corasacl: fix for loop initial declaration 53/13253/1
2018-06-27 Andrew Yourtchenkoacl-plugin: tm: avoid hash calculation dependency on... 77/13177/8
2018-06-27 Andrew Yourtchenkoacl-plugin: tm: add tuplemerge algorithm for relaxing... 62/13162/8
2018-06-26 Andrew Yourtchenkoacl-plugin: tm: optimize multi-lookups and prepare... 61/13161/8
2018-06-25 Andrew Yourtchenkoacl-plugin: remove the noisy debug output 90/13190/2
2018-06-21 Andrew Yourtchenkoacl-plugin: fallback to linear ACL search for fragments 60/13160/2
2018-06-20 Andrew Yourtchenkoacl-plugin: acl-as-a-service: VPP-1248: fix the error... 69/11969/9
2018-06-17 Andrew Yourtchenkoacl-plugin: fix the high cpu usage caused by the connec... 59/13059/3
2018-06-17 Andrew Yourtchenkoacl-plugin: split (L3) and (L4/pkt) logic of creation... 88/13088/2
2018-06-14 Andrew Yourtchenkoacl-plugin: VAT: add an option to load entire ACL from... 50/13050/2
2018-06-14 Andrew Yourtchenkoacl-plugin: use 16_8 bihash for IPv4 sessions and 40_8... 32/13032/3
2018-06-13 Andrew Yourtchenkoacl-plugin: change the src/dst L3 info in 5tuple struct... 08/13008/2
2018-06-02 Andrew Yourtchenkoacl-plugin: multicore: session management fixes 70/12770/9
2018-05-29 Damjan MarionAdd VLIB_NODE_FN() macro to simplify multiversioning... 73/12773/4
2018-05-28 Andrew Yourtchenkoacl-plugin: move to per-frame buffer pointer calculatio... 58/12758/2
2018-05-27 Andrew Yourtchenkoacl-plugin: use clib_bihash_search_inline_2_40_8 rather... 55/12755/2
2018-05-26 Andrew Yourtchenkoacl-plugin: create forward and return sessions in lieu... 23/12723/4
2018-05-22 Andrew Yourtchenkoacl-plugin: refactor to introduce multiarch dataplane... 51/12651/6
2018-05-04 Dave BarachHarmonize vec/pool_get_aligned object sizes and alignme... 79/12379/5
2018-04-17 Andrew Yourtchenkoacl-plugin: VPP-1241: fix the "show acl-plugin tables... 44/11844/1
2018-04-13 Andrew Yourtchenkoacl-plugin: VPP-1239: acl-as-a-service does not match... 61/11761/2
2018-04-12 Neale RannsFixes for 'make UNATTENDED=yes CC=clang CXX=clang verify' 48/11648/2
2018-04-11 Andrew Yourtchenkoacl-plugin: VPP-1231: add error checking to acl_plugin_... 62/11662/3
2018-04-11 Andrew Yourtchenkoacl-plugin: VPP-1230: fix the "undefined symbol" error... 63/11663/2
2018-03-30 Andrew Yourtchenkoacl-plugin: implement an optional session reclassificat... 89/9689/9
2018-03-30 Chris LukeAdd missing stdint.h 66/11466/2
2018-03-27 Andrew Yourtchenkoacl-plugin: autosize the ACL plugin heap and fix the... 89/11389/2
2018-03-26 Andrew Yourtchenkoacl-plugin: defer the ACL plugin user module registrati... 64/11364/2
2018-03-23 Andrew Yourtchenkoacl-plugin: improvements in 'show acl-plugin macip... 40/11340/2
2018-03-23 Andrew Yourtchenkoacl-plugin: set ACL heap within the exported functions... 29/11329/2
2018-03-22 Damjan MarionRevert "acl-plugin: improvement on 'show acl-plugin... 14/11314/1
2018-03-22 Andrew Yourtchenkoacl-plugin: implement ACL lookup contexts for "ACL... 74/11274/7
2018-03-21 Steve Shinacl-plugin: improvement on 'show acl-plugin' CLI 73/11273/2
2018-03-20 Steve ShinFix Allow ARP packets for dot1q interface with MACIP... 27/11227/2
2018-03-09 Mohsin KazmiACL: Fix the detail for ethertype whitelist 48/11048/4
2018-03-08 Andrew Yourtchenkoacl-plugin: add the support for dumping the ethertype... 84/10984/3
2018-02-09 Steve Shinacl-plugin: Stale classify table after deleting macip ACL 73/10473/2
2018-02-08 Andrew Yourtchenkoacl-plugin: add whitelisted ethertype mode (VPP-1163) 34/10434/4
2018-02-08 Andrew Yourtchenkoacl-plugin: VPP-1088: add support for egress filter... 96/9896/11
2018-02-08 Andrew Yourtchenkoacl-plugin: an elog-based tracing implementation for... 13/10413/5
2018-02-07 Andrew Yourtchenkoacl-plugin: multicore: send the interrupts to thread0 too 47/10447/2
2018-02-07 Andrew Yourtchenkoclassifier-based ACL: refactor + add output ACL 02/10002/9
2018-02-06 Steve ShinReflexive ACL support on ICMP 18/10418/2
2018-01-23 Ole TroanVPPAPIGEN: vppapigen replacement in Python PLY. 81/8781/23
2018-01-16 Andrew Yourtchenkoacl-plugin: multicore: use pool_init_fixed for per... 20/10120/2
2018-01-11 Florin Corasapi: remove transport specific code from handlers 38/10038/9
2018-01-09 Florin Corasapi: refactor vlibmemory 76/9976/21
2017-12-20 Andrew Yourtchenkoacl-plugin: add a debug CLI to print 5-tuple structure... 86/9886/2
2017-12-11 Andrew Yourtchenkoacl-plugin: unapply/reapply the classifier-based inacls... 72/9772/5
2017-12-01 Andrew Yourtchenkoacl-plugin: fix coverity 177970-177973,178891, and... 11/9611/7
2017-11-17 Andrew Yourtchenkoacl-plugin: use ip.save_rewrite_length to calculate... 34/9434/2
2017-11-16 Andrew Yourtchenkoacl-plugin: also print human-friendly format of 5tuple... 27/9427/2
2017-11-12 Jon LoeligerACL: Add coding-style-patch-verification and indent. 89/9389/1
2017-11-11 Jon LoeligerACLs: Use better error return codes than "-1" everywhere. 83/9383/3
2017-11-08 Pavel KotucekACL plugin support tagged subinterfaces 19/8519/7
2017-10-30 Jon LoeligerMinor copyedit fixes to ACL Hash doc. 25/9125/1
2017-10-27 Andrew Yourtchenkoacl-plugin: increase the amount of memory for classifie... 85/9085/1
2017-10-26 Andrew Yourtchenkoacl-plugin: refactor the "show acl-plugin" CLI, use... 61/9061/2
2017-10-13 Steve Shinacl-plugin: display "::" for INADDR6_ANY on ACL output 13/8813/2
2017-10-13 Andrew Yourtchenkoacl-plugin: split the "show" commands and add an option... 05/8805/2
2017-10-09 Dave Barachvppapigen: support per-file (major,minor,patch) version... 89/8589/6
2017-10-03 Dave BarachRepair vlib API socket server 69/8369/50
2017-09-28 Chris LukeGeneral documentation updates 66/8566/5
2017-09-27 Andrew Yourtchenkoacl-plugin: take 2 at VPP-991 fix, this time with a... 60/8560/3
2017-09-25 Andrew Yourtchenkoacl-plugin: use vec_elt_at_index rather than pool_elt_a... 25/8525/3
next