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
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
2017-06-09
acl-plugin: wrap a verbose debug message in the appropriate conditional
Andrew Yourtchenko
1
-0
/
+2
2017-06-08
acl-plugin: remove clib_warnings on plugin init
Andrew Yourtchenko
1
-3
/
+0
2017-06-07
acl-plugin: add a plugin-specific control-ping message api and make the test ...
Andrew Yourtchenko
4
-1
/
+75
2017-06-07
acl-plugin: make the ACL plugin multicore-capable
Andrew Yourtchenko
5
-207
/
+912
2017-06-07
acl-plugin: fix coverity error in acl_test.c
Andrew Yourtchenko
1
-2
/
+2
2017-05-18
acl-plugin: reject the too-short variable-length messages from clients (VPP-839)
Andrew Yourtchenko
1
-3
/
+42
2017-05-15
acl-plugin: unapply the ACLs if interface is being deleted
Andrew Yourtchenko
1
-0
/
+4
2017-05-15
Add a missing byte-swap call in ACL intf dump.
Jon Loeliger
1
-1
/
+1
2017-05-10
Add crc32c inline function, allows compilation on 32-bit systems
Damjan Marion
1
-7
/
+2
2017-05-07
Avoid active connection prevent timeout of idle conns after it
Andrew Yourtchenko
2
-10
/
+12
2017-04-25
"autoreply" flag: autogenerate standard xxx_reply_t messages
Dave Barach
1
-55
/
+5
2017-04-20
Clean up old datapath code in ACL plugin.
Andrew Yourtchenko
12
-2074
/
+18
2017-04-18
ACL-plugin does not match UDP next-header, VPP-687
Pavel Kotucek
1
-1
/
+1
2017-04-12
acl-plugin: missing "deny" parameter in API
Pavel Kotucek
1
-0
/
+5
2017-04-06
acl-plugin: make the IPv4/IPv6 non-first fragment handling in line with ACL (...
Andrew Yourtchenko
4
-13
/
+77
2017-04-05
acl-plugin: fix pretty-printing in "api trace custom-dump" (VPP-683)
Andrew Yourtchenko
5
-316
/
+388
2017-03-30
acl-plugin: cleaner node bugfixes (VPP-675)
Andrew Yourtchenko
3
-51
/
+75
2017-03-22
vlib: add description field in plugin registration
Damjan Marion
1
-0
/
+1
2017-03-21
ACL plugin 1.2
Andrew Yourtchenko
5
-19
/
+2086
2017-03-16
API:replaced all REPLY_MACRO's with api_helper_macros.h
Eyal Bari
1
-68
/
+15
2017-03-13
ACL plugin rejects ICMP messages (VPP-624)
Pavel Kotucek
1
-21
/
+19
2017-03-03
VPP-651: Ensure sw_if_index to node mapping for L2 output path is only done v...
Andrew Yourtchenko
7
-85
/
+36
2017-02-03
Plugin infrastructure improvements
Damjan Marion
4
-39
/
+6
2017-02-02
Refactor fragile msg macro W and W2 to not burry return control flow.
Jon Loeliger
1
-16
/
+36
2017-02-02
Localize the timeout variable within the W message macro.
Jon Loeliger
1
-12
/
+0
2017-02-02
Convert message macro S to accept a message pointer parameter;
Jon Loeliger
1
-12
/
+12
2017-02-02
Ensure all M() and M2() second parameters are the message pointer.
Jon Loeliger
1
-8
/
+8
[prev]
[next]