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
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
acl
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-11
acl: fix intermittent test failure
Andrew Yourtchenko
1
-9
/
+9
2019-09-02
acl: perform a sanity check of ACL rules before creating ACL
Andrew Yourtchenko
1
-0
/
+65
2019-08-23
tests: move plugin tests to src/plugins/*/test
Dave Wallace
5
-0
/
+4785
2019-08-15
acl: fix stats-segment counters validation on acl update
Andrew Yourtchenko
2
-8
/
+46
2019-07-29
api acl: breakout acl_types.api for reuse by others
Paul Vinciguerra
2
-79
/
+101
2019-07-24
acl: implement counters
Andrew Yourtchenko
5
-9
/
+183
2019-07-09
acl: perform the ACL-as-a-service user registrations in global heap
Andrew Yourtchenko
2
-10
/
+14
2019-07-09
vat: unload unused vat plugins
Dave Barach
1
-18
/
+2
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 doubly-linked list fields in hash applied ACEs
Andrew Yourtchenko
2
-99
/
+35
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
4
-18
/
+18
2019-02-19
acl-plugin: split the dataplane function into two, save 10sec in compile time
Andrew Yourtchenko
1
-87
/
+110
2019-02-14
Add -fno-common compile option
BenoƮt Ganne
1
-1
/
+1
2018-12-11
New api in order to get max entries of connection table is added.
Khers
3
-5
/
+83
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
3
-7
/
+33
2018-11-20
acl-plugin: performance optimizations for established connections
Andrew Yourtchenko
3
-197
/
+541
2018-11-15
acl-plugin: fix coverity error 188909 in unit-test code
Andrew Yourtchenko
1
-1
/
+0
2018-11-14
Remove c-11 memcpy checks from perf-critical code
Dave Barach
1
-3
/
+3
2018-11-05
acl-plugin: 5-tuple parse: get rid of memcpy and move to flags vs. bitfields
Andrew Yourtchenko
3
-80
/
+77
2018-10-26
acl-plugin: fix the node multiarch function selection
Andrew Yourtchenko
2
-33
/
+22
2018-10-25
acl-plugin: "show acl-plugin acl" ACE# is truncated to 4 digits in output
Andrew Yourtchenko
1
-1
/
+1
2018-10-24
acl-plugin: introduce a format function for l4 session key
Andrew Yourtchenko
3
-48
/
+77
2018-10-23
c11 safe string handling support
Dave Barach
4
-61
/
+61
2018-10-20
acl-plugin: use the L2 feature arc infrastructure instead of L2 classifier fo...
Andrew Yourtchenko
3
-699
/
+304
2018-10-19
vppinfra: add atomic macros for __sync builtins
Sirshak Das
1
-3
/
+3
2018-10-17
acl-plugin: tuplemerge: refresh the pointer to hash-readied ACL entries per e...
Andrew Yourtchenko
1
-0
/
+2
2018-10-10
acl-plugin: reduce the syslog level for debug messages
Andrew Yourtchenko
1
-5
/
+6
2018-10-04
acl-plugin: tuplemerge: avoid batch-resize of the applied entries vector - VP...
Andrew Yourtchenko
1
-2
/
+6
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
[next]