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
2017-11-11
ACL: Add coding-style-patch-verification and indent.
Jon Loeliger
1
-965
/
+1260
2017-11-11
ACLs: Use better error return codes than "-1" everywhere.
Jon Loeliger
1
-14
/
+14
2017-11-08
ACL plugin support tagged subinterfaces
Pavel Kotucek
2
-40
/
+311
2017-10-30
Minor copyedit fixes to ACL Hash doc.
Jon Loeliger
1
-7
/
+6
2017-10-27
acl-plugin: increase the amount of memory for classifier tables used by MACIP...
Andrew Yourtchenko
1
-1
/
+1
2017-10-26
acl-plugin: refactor the "show acl-plugin" CLI, use vlib_cli_output() vs. for...
Andrew Yourtchenko
1
-181
/
+194
2017-10-13
acl-plugin: display "::" for INADDR6_ANY on ACL output
Steve Shin
2
-5
/
+10
2017-10-13
acl-plugin: split the "show" commands and add an option to show ACLs by inter...
Andrew Yourtchenko
1
-317
/
+407
2017-10-09
vppapigen: support per-file (major,minor,patch) version stamps
Dave Barach
1
-0
/
+1
2017-10-03
Repair vlib API socket server
Dave Barach
3
-3
/
+0
2017-09-28
General documentation updates
Chris Luke
2
-3
/
+5
2017-09-27
acl-plugin: take 2 at VPP-991 fix, this time with a test case which verifies it.
Andrew Yourtchenko
1
-2
/
+2
2017-09-25
acl-plugin: use vec_elt_at_index rather than pool_elt_at_index to access vect...
Andrew Yourtchenko
1
-2
/
+2
2017-09-22
acl-plugin: remove the clib_warning "ACL enabling..."
Andrew Yourtchenko
1
-4
/
+0
2017-09-19
ACL plugin enable macip for ip4/ip6 traffic
Pavel Kotucek
1
-8
/
+4
2017-09-18
ACL-plugin: fix coverity issue
Pavel Kotucek
1
-17
/
+17
2017-09-12
acl-plugin: add startup-config section "acl-plugin" and heap/hash parameters
Andrew Yourtchenko
3
-4
/
+60
2017-09-12
ACL-plugin add "replace" semantics for adding a new MacIP acl
Pavel Kotucek
4
-18
/
+295
2017-09-08
ACL-plugin MACIP ACLs tests
Pavel Kotucek
1
-2
/
+16
2017-09-08
acl-plugin: add hitcount to applied hash-acl entries
Andrew Yourtchenko
3
-4
/
+10
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
4
-17
/
+49
2017-08-22
acl-plugin: Recreate the bihash_40_8.h in the proper place
Andrew Yourtchenko
4
-87
/
+4
2017-08-18
Fix vpp crash when adding macip acl
Pavel Kotucek
1
-1
/
+1
2017-08-18
Fix small issues in ACL api
Pavel Kotucek
1
-3
/
+11
2017-08-18
acl-plugin: time out the sessions created by main thread too (VPP-948)
Andrew Yourtchenko
4
-13
/
+28
2017-08-15
acl-plugin: don't attempt to delete the ACLs on interface deletion if ACL plu...
Andrew Yourtchenko
1
-0
/
+4
2017-08-11
acl-plugin: add the debug CLI to show macip ACLs and where they are applied (...
Andrew Yourtchenko
1
-0
/
+76
2017-08-10
acl-plugin: hash lookup bitmask not cleared when ACL is unapplied from interf...
Andrew Yourtchenko
3
-4
/
+31
2017-08-10
acl-plugin: avoid crash in multithreaded setup adding/deleting ACLs with traf...
Andrew Yourtchenko
3
-0
/
+83
2017-08-10
acl-plugin: all TCP sessions treated as transient (VPP-932)
Andrew Yourtchenko
1
-3
/
+6
2017-08-08
acl-plugin: fix a misplaced return (VPP-910)
Andrew Yourtchenko
1
-1
/
+1
2017-08-08
MAC IP ACL interface list dump (as an alternative to the get/reply)
Neale Ranns
2
-1
/
+90
2017-08-08
acl-plugin: rework the optimization 7383, fortify acl-plugin memory behavior ...
Andrew Yourtchenko
5
-150
/
+289
2017-08-03
acl-plugin: multicore: CSIT c100k 2-core stateful ACL test does not pass (VPP...
Andrew Yourtchenko
4
-41
/
+106
2017-07-23
Improve L2 Input/Output Feature Infrastructure and Usage
John Lo
1
-6
/
+1
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
2
-20
/
+45
2017-07-04
acl-plugin: fix acl plugin test failing sporadically (VPP-898)
Andrew Yourtchenko
1
-0
/
+5
2017-06-22
acl-plugin: clean up the code enabling/disabling acl-plugin processing on int...
Andrew Yourtchenko
2
-4
/
+18
2017-06-21
acl-plugin: the second and subsequent ACEs incorrect endianness when custom-d...
Andrew Yourtchenko
1
-4
/
+22
2017-06-21
acl-plugin: CLI to clear all sessions
Andrew Yourtchenko
2
-8
/
+38
2017-06-21
acl-plugin: use ethernet_buffer_header_size() to determine the size of the et...
Andrew Yourtchenko
1
-1
/
+1
2017-06-21
acl-plugin: fix coverity issue 170476
Andrew Yourtchenko
1
-2
/
+1
2017-06-21
acl-plugin: fix coverity issue 166801
Andrew Yourtchenko
1
-1
/
+1
2017-06-21
acl-plugin: fix coverity error 171135
Andrew Yourtchenko
1
-0
/
+2
2017-06-21
acl-plugin: vat: acl_interface_list_dump confusing/incorrect output in case n...
Andrew Yourtchenko
1
-2
/
+2
2017-06-19
acl-plugin: bihash-based ACL lookup
Andrew Yourtchenko
9
-10
/
+1571
2017-06-15
acl-plugin: store sessions in a single hash table instead of a per-interface
Andrew Yourtchenko
4
-22
/
+39
2017-06-14
acl-plugin: shrink the L2 classifier tables used for traffic redirect
Andrew Yourtchenko
1
-17
/
+17
[next]