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
/
acl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-25
acl: fix the integer overflow bug in API message length validation logic
Andrew Yourtchenko
1
-4
/
+4
2021-01-20
acl: replace glibc internal __bswap_64 with clib
Nathan Moos
1
-1
/
+2
2021-01-11
acl: fix tag C-string overflow
Benoît Ganne
1
-5
/
+14
2021-01-06
acl: fix cli tag parsing
Benoît Ganne
1
-1
/
+5
2020-12-14
misc: refactor clib_bitmap_foreach macro
Damjan Marion
1
-2
/
+2
2020-12-14
misc: move to new pool_foreach macros
Damjan Marion
1
-15
/
+15
2020-11-25
api: vat2 and json autogeneration for api messages
Ole Troan
1
-14
/
+39
2020-09-21
acl: remove custom ACL-plugin heap
Andrew Yourtchenko
1
-149
/
+12
2020-08-13
acl: use the global heap when allocating the lookup context
Andrew Yourtchenko
1
-0
/
+3
2020-04-24
acl: ACL creation CLI parsing fix
Neale Ranns
1
-2
/
+4
2020-03-27
acl: API cleanup
Jakub Grajciar
1
-152
/
+46
2020-03-26
acl: revert acl: api cleanup
Ole Trøan
1
-55
/
+81
2020-03-26
acl: API cleanup
Jakub Grajciar
1
-81
/
+55
2020-03-25
acl: Add CLI additions
Neale Ranns
1
-0
/
+254
2020-02-11
vppinfra: remove the historical mheap memory allocator
Dave Barach
1
-25
/
+0
2020-01-13
acl: Remove unsued type
Neale Ranns
1
-42
/
+31
2019-09-27
acl: remove api boilerplate
Ole Troan
1
-92
/
+8
2019-08-28
acl: perform a sanity check of ACL rules before creating ACL
Andrew Yourtchenko
1
-0
/
+81
2019-08-16
acl: fix stats-segment counters validation on acl update
Andrew Yourtchenko
1
-5
/
+10
2019-07-24
acl: implement counters
Andrew Yourtchenko
1
-1
/
+65
2019-07-09
acl: perform the ACL-as-a-service user registrations in global heap
Andrew Yourtchenko
1
-5
/
+3
2019-05-03
plugins: clean up plugin descriptions
Dave Wallace
1
-1
/
+1
2019-04-10
API: Fix shared memory only action handlers.
Ole Troan
1
-7
/
+5
2019-03-22
acl-plugin: get rid of a separate "count" field in the linear acl struct
Andrew Yourtchenko
1
-8
/
+9
2018-12-11
New api in order to get max entries of connection table is added.
Khers
1
-1
/
+28
2018-11-22
acl-plugin: optimize hash memory usage + fix the startup config parsing for m...
Andrew Yourtchenko
1
-6
/
+10
2018-10-25
acl-plugin: "show acl-plugin acl" ACE# is truncated to 4 digits in output
Andrew Yourtchenko
1
-1
/
+1
2018-10-23
c11 safe string handling support
Dave Barach
1
-45
/
+45
2018-10-20
acl-plugin: use the L2 feature arc infrastructure instead of L2 classifier fo...
Andrew Yourtchenko
1
-661
/
+38
2018-09-25
acl-plugin: optimize session idle timer checks
Andrew Yourtchenko
1
-0
/
+8
2018-09-24
Trivial: Clean up some typos.
Paul Vinciguerra
1
-2
/
+2
2018-07-23
fix vector index range checks
Eyal Bari
1
-2
/
+2
2018-07-18
Add config option to use dlmalloc instead of mheap
Dave Barach
1
-3
/
+8
2018-06-27
acl-plugin: tm: add tuplemerge algorithm for relaxing the hashtable masks
Andrew Yourtchenko
1
-0
/
+14
2018-06-20
acl-plugin: acl-as-a-service: VPP-1248: fix the error if exports.h included i...
Andrew Yourtchenko
1
-18
/
+15
2018-06-02
acl-plugin: multicore: session management fixes
Andrew Yourtchenko
1
-15
/
+28
2018-05-22
acl-plugin: refactor to introduce multiarch dataplane functions
Andrew Yourtchenko
1
-0
/
+7
2018-04-17
acl-plugin: VPP-1241: fix the "show acl-plugin tables applied" output
Andrew Yourtchenko
1
-4
/
+4
2018-04-12
Fixes for 'make UNATTENDED=yes CC=clang CXX=clang verify'
Neale Ranns
1
-1
/
+0
2018-04-11
acl-plugin: VPP-1230: fix the "undefined symbol" error for acl_main when usin...
Andrew Yourtchenko
1
-0
/
+1
2018-03-30
acl-plugin: implement an optional session reclassification when ACL is (re-)a...
Andrew Yourtchenko
1
-7
/
+89
2018-03-27
acl-plugin: autosize the ACL plugin heap and fix the heap size types and parsing
Andrew Yourtchenko
1
-5
/
+38
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
1
-11
/
+44
2018-03-23
acl-plugin: set ACL heap within the exported functions that might alloc memory
Andrew Yourtchenko
1
-0
/
+7
2018-03-22
Revert "acl-plugin: improvement on 'show acl-plugin' CLI"
Damjan Marion
1
-34
/
+9
2018-03-22
acl-plugin: implement ACL lookup contexts for "ACL as a service" use by other...
Andrew Yourtchenko
1
-459
/
+424
2018-03-21
acl-plugin: improvement on 'show acl-plugin' CLI
Steve Shin
1
-9
/
+34
2018-03-20
Fix Allow ARP packets for dot1q interface with MACIP enabled
Steve Shin
1
-50
/
+169
2018-03-09
ACL: Fix the detail for ethertype whitelist
Mohsin Kazmi
1
-2
/
+2
[next]