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
/
hash_lookup.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-22
acl-plugin: get rid of doubly-linked list fields in hash applied ACEs
Andrew Yourtchenko
1
-87
/
+33
2019-03-22
acl-plugin: tuplemerge: fix a crash during soak test with split partition
Andrew Yourtchenko
1
-7
/
+11
2019-03-22
acl-plugin: get rid of a separate "count" field in the linear acl struct
Andrew Yourtchenko
1
-5
/
+5
2018-11-23
acl-plugin: fix coverity error that the fix related for [VPP-1502] has triggered
Andrew Yourtchenko
1
-9
/
+13
2018-11-22
acl-plugin: optimize hash memory usage + fix the startup config parsing for m...
Andrew Yourtchenko
1
-0
/
+22
2018-11-14
Remove c-11 memcpy checks from perf-critical code
Dave Barach
1
-3
/
+3
2018-10-23
c11 safe string handling support
Dave Barach
1
-9
/
+9
2018-10-17
acl-plugin: tuplemerge: refresh the pointer to hash-readied ACL entries per e...
Andrew Yourtchenko
1
-0
/
+2
2018-10-04
acl-plugin: tuplemerge: avoid batch-resize of the applied entries vector - VP...
Andrew Yourtchenko
1
-2
/
+6
2018-09-24
Trivial: Clean up some typos.
Paul Vinciguerra
1
-2
/
+2
2018-09-05
acl-plugin: VPP-1400: VPP may crash when performing ACL modifications on appl...
Andrew Yourtchenko
1
-61
/
+90
2018-09-03
acl-plugin: fix the memory leak with colliding entries storage
Andrew Yourtchenko
1
-4
/
+73
2018-08-09
acl-plugin: fix failures in some of IPv4 test-debug testcases
Andrew Yourtchenko
1
-4
/
+4
2018-07-18
Add config option to use dlmalloc instead of mheap
Dave Barach
1
-4
/
+9
2018-06-27
acl: fix for loop initial declaration
Florin Coras
1
-1
/
+2
2018-06-27
acl-plugin: tm: add tuplemerge algorithm for relaxing the hashtable masks
Andrew Yourtchenko
1
-5
/
+604
2018-06-26
acl-plugin: tm: optimize multi-lookups and prepare to add tuplemerge
Andrew Yourtchenko
1
-141
/
+247
2018-06-21
acl-plugin: fallback to linear ACL search for fragments
Andrew Yourtchenko
1
-36
/
+21
2018-06-14
acl-plugin: use 16_8 bihash for IPv4 sessions and 40_8 bihash for IPv6 sessions
Andrew Yourtchenko
1
-2
/
+2
2018-06-13
acl-plugin: change the src/dst L3 info in 5tuple struct to be always contiguo...
Andrew Yourtchenko
1
-13
/
+38
2018-04-17
acl-plugin: VPP-1241: fix the "show acl-plugin tables applied" output
Andrew Yourtchenko
1
-41
/
+16
2018-03-27
acl-plugin: autosize the ACL plugin heap and fix the heap size types and parsing
Andrew Yourtchenko
1
-0
/
+3
2018-03-22
acl-plugin: implement ACL lookup contexts for "ACL as a service" use by other...
Andrew Yourtchenko
1
-221
/
+230
2017-10-03
Repair vlib API socket server
Dave Barach
1
-1
/
+0
2017-09-12
acl-plugin: add startup-config section "acl-plugin" and heap/hash parameters
Andrew Yourtchenko
1
-2
/
+2
2017-09-08
acl-plugin: add hitcount to applied hash-acl entries
Andrew Yourtchenko
1
-0
/
+2
2017-09-07
acl-plugin: match index set to first portrange element if non-first portrange...
Andrew Yourtchenko
1
-5
/
+1
2017-08-25
acl-plugin: warning printed when acl_add_replace already applied ACLs (comple...
Andrew Yourtchenko
1
-17
/
+38
2017-08-10
acl-plugin: hash lookup bitmask not cleared when ACL is unapplied from interf...
Andrew Yourtchenko
1
-4
/
+27
2017-08-10
acl-plugin: avoid crash in multithreaded setup adding/deleting ACLs with traf...
Andrew Yourtchenko
1
-0
/
+29
2017-08-08
acl-plugin: rework the optimization 7383, fortify acl-plugin memory behavior ...
Andrew Yourtchenko
1
-102
/
+151
2017-07-20
acl-plugin: assertion failed at hash_lookup.c:226 when modifying ACLs applied...
Andrew Yourtchenko
1
-0
/
+11
2017-07-04
acl-plugin: VPP-897: applying of large number of ACEs is slow
Andrew Yourtchenko
1
-18
/
+39
2017-06-19
acl-plugin: bihash-based ACL lookup
Andrew Yourtchenko
1
-0
/
+742