Linux Foundation Collaborative Projects
index
:
vpp
master
stable/1606
stable/1609
stable/1701
stable/1704
stable/1707
stable/1710
stable/1801
stable/1804
stable/1807
stable/1810
stable/1901
stable/1904
stable/1908
stable/2001
stable/2005
stable/2009
stable/2101
stable/2106
stable/2110
stable/2202
stable/2206
stable/2210
stable/2302
stable/2306
stable/2310
stable/2402
stable/2406
stable/2410
stable/test
Vector Packet Processing
Grokmirror user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
acl
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-26
acl-plugin: fix the stateful ICMP handling and add testcases
Andrew Yourtchenko
1
-39
/
+40
2018-09-25
acl-plugin: optimize session idle timer checks
Andrew Yourtchenko
5
-32
/
+93
2018-09-24
Trivial: Clean up some typos.
Paul Vinciguerra
9
-14
/
+14
2018-09-14
acl-plugin: do not do clib_smp_atomic_add on per-worker counters
Andrew Yourtchenko
1
-2
/
+2
2018-09-06
acl-plugin: VPP-1400: fix crash when removing a session entry
Andrew Yourtchenko
1
-0
/
+2
2018-09-05
acl-plugin: VPP-1400: VPP may crash when performing ACL modifications on appl...
Andrew Yourtchenko
2
-61
/
+91
2018-09-03
acl-plugin: fix the memory leak with colliding entries storage
Andrew Yourtchenko
1
-4
/
+73
2018-08-27
cmake: Fix plugins .h includes
Mohsin Kazmi
1
-0
/
+5
2018-08-27
cmake: add missing vat plugins
Damjan Marion
1
-0
/
+3
2018-08-25
cmake: improve add_vpp_plugin macro
Damjan Marion
1
-2
/
+5
2018-08-17
CMake as an alternative to autotools (experimental)
Damjan Marion
1
-0
/
+21
2018-08-13
Multiarch handling in different constructor macros
Damjan Marion
1
-4
/
+3
2018-08-09
acl-plugin: fix failures in some of IPv4 test-debug testcases
Andrew Yourtchenko
1
-4
/
+4
2018-08-03
acl-plugin: fill in the 5tuple structure all at once, avoid short writes
Andrew Yourtchenko
1
-5
/
+3
2018-07-31
acl-plugin: move the acl epoch calculation into inline function
Andrew Yourtchenko
1
-7
/
+15
2018-07-23
fix vector index range checks
Eyal Bari
2
-10
/
+5
2018-07-19
Remove unused argument to vlib_feature_next
Damjan Marion
1
-1
/
+1
2018-07-18
Add config option to use dlmalloc instead of mheap
Dave Barach
2
-7
/
+17
2018-07-16
acl-plugin: fix coverity errors 186574,186575,186576,186577,183451
Andrew Yourtchenko
1
-20
/
+1
2018-06-27
acl: fix for loop initial declaration
Florin Coras
1
-1
/
+2
2018-06-27
acl-plugin: tm: avoid hash calculation dependency on a memory store operation
Andrew Yourtchenko
1
-1
/
+9
2018-06-27
acl-plugin: tm: add tuplemerge algorithm for relaxing the hashtable masks
Andrew Yourtchenko
3
-5
/
+625
2018-06-26
acl-plugin: tm: optimize multi-lookups and prepare to add tuplemerge
Andrew Yourtchenko
6
-252
/
+456
2018-06-25
acl-plugin: remove the noisy debug output
Andrew Yourtchenko
1
-1
/
+1
2018-06-21
acl-plugin: fallback to linear ACL search for fragments
Andrew Yourtchenko
2
-38
/
+34
2018-06-20
acl-plugin: acl-as-a-service: VPP-1248: fix the error if exports.h included i...
Andrew Yourtchenko
8
-194
/
+198
2018-06-17
acl-plugin: fix the high cpu usage caused by the connection cleaner
Andrew Yourtchenko
1
-1
/
+2
2018-06-17
acl-plugin: split (L3) and (L4/pkt) logic of creation of 5tuple structure, op...
Andrew Yourtchenko
1
-46
/
+70
2018-06-14
acl-plugin: VAT: add an option to load entire ACL from a ClassBench ruleset f...
Andrew Yourtchenko
1
-0
/
+190
2018-06-14
acl-plugin: use 16_8 bihash for IPv4 sessions and 40_8 bihash for IPv6 sessions
Andrew Yourtchenko
7
-84
/
+165
2018-06-13
acl-plugin: change the src/dst L3 info in 5tuple struct to be always contiguo...
Andrew Yourtchenko
6
-97
/
+156
2018-06-02
acl-plugin: multicore: session management fixes
Andrew Yourtchenko
6
-151
/
+332
2018-05-29
Add VLIB_NODE_FN() macro to simplify multiversioning of node functions
Damjan Marion
1
-117
/
+25
2018-05-28
acl-plugin: move to per-frame buffer pointer calculations and enqueue to next...
Andrew Yourtchenko
1
-208
/
+191
2018-05-27
acl-plugin: use clib_bihash_search_inline_2_40_8 rather than clib_bihash_sear...
Andrew Yourtchenko
2
-5
/
+3
2018-05-26
acl-plugin: create forward and return sessions in lieu of making a special pe...
Andrew Yourtchenko
5
-121
/
+156
2018-05-22
acl-plugin: refactor to introduce multiarch dataplane functions
Andrew Yourtchenko
5
-1614
/
+1997
2018-05-04
Harmonize vec/pool_get_aligned object sizes and alignment requests
Dave Barach
1
-0
/
+6
2018-04-17
acl-plugin: VPP-1241: fix the "show acl-plugin tables applied" output
Andrew Yourtchenko
2
-45
/
+20
2018-04-13
acl-plugin: VPP-1239: acl-as-a-service does not match IPv6 packets, works onl...
Andrew Yourtchenko
2
-4
/
+5
2018-04-12
Fixes for 'make UNATTENDED=yes CC=clang CXX=clang verify'
Neale Ranns
1
-1
/
+0
2018-04-11
acl-plugin: VPP-1231: add error checking to acl_plugin_set_acl_vec_for_context
Andrew Yourtchenko
1
-1
/
+26
2018-04-11
acl-plugin: VPP-1230: fix the "undefined symbol" error for acl_main when usin...
Andrew Yourtchenko
3
-9
/
+31
2018-03-30
acl-plugin: implement an optional session reclassification when ACL is (re-)a...
Andrew Yourtchenko
4
-10
/
+128
2018-03-30
Add missing stdint.h
Chris Luke
1
-0
/
+1
2018-03-27
acl-plugin: autosize the ACL plugin heap and fix the heap size types and parsing
Andrew Yourtchenko
3
-9
/
+43
2018-03-26
acl-plugin: defer the ACL plugin user module registration with ACL lookup unt...
Andrew Yourtchenko
1
-3
/
+5
2018-03-23
acl-plugin: improvements in 'show acl-plugin macip acl' CLI
Andrew Yourtchenko
2
-11
/
+47
2018-03-23
acl-plugin: set ACL heap within the exported functions that might alloc memory
Andrew Yourtchenko
3
-0
/
+23
2018-03-22
Revert "acl-plugin: improvement on 'show acl-plugin' CLI"
Damjan Marion
2
-37
/
+9
[next]