index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
mscc
/
ocelot_flower.c
Age
Commit message (
Expand
)
Author
2020-10-11
net: mscc: ocelot: offload VLAN mangle action to VCAP IS1
Vladimir Oltean
2020-10-02
net: mscc: ocelot: offload redirect action to VCAP IS2
Vladimir Oltean
2020-10-02
net: mscc: ocelot: only install TCAM entries into a specific lookup and PAG
Vladimir Oltean
2020-10-02
net: mscc: ocelot: offload egress VLAN rewriting to VCAP ES0
Xiaoliang Yang
2020-10-02
net: mscc: ocelot: offload ingress skbedit and vlan actions to VCAP IS1
Xiaoliang Yang
2020-10-02
net: mscc: ocelot: create TCAM skeleton from tc filter chains
Vladimir Oltean
2020-10-02
net: mscc: ocelot: offload multiple tc-flower actions in same rule
Vladimir Oltean
2020-09-29
net: mscc: ocelot: look up the filters in flower_stats() and flower_destroy()
Vladimir Oltean
2020-09-29
net: mscc: ocelot: parse flower action before key
Vladimir Oltean
2020-06-29
net:qos: police action offloading parameter 'burst' change to the original value
Po Liu
2020-06-20
net: mscc: ocelot: generalize the "ACE/ACL" names
Vladimir Oltean
2020-06-20
net: mscc: ocelot: rename ocelot_ace.{c, h} to ocelot_vcap.{c,h}
Vladimir Oltean
2020-06-20
net: mscc: ocelot: move net_device related functions to ocelot_net.c
Vladimir Oltean
2020-06-20
net: mscc: ocelot: access EtherType using __be16
Vladimir Oltean
2020-06-19
net: qos offload add flow status with dropped count
Po Liu
2020-04-22
net: mscc: ocelot: lift protocol restriction for flow_match_eth_addrs keys
Vladimir Oltean
2020-04-22
net: mscc: ocelot: support matching on EtherType
Vladimir Oltean
2020-04-18
net: mscc: ocelot: deal with problematic MAC_ETYPE VCAP IS2 rules
Vladimir Oltean
2020-03-30
net: mscc: ocelot: add action of police on vcap_is2
Xiaoliang Yang
2020-03-30
net: sched: expose HW stats types per action used by drivers
Jiri Pirko
2020-03-17
net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*
Jakub Kicinski
2020-03-08
flow_offload: check for basic action hw stats type
Jiri Pirko
2020-03-08
ocelot_flower: use flow_offload_has_one_action() helper
Jiri Pirko
2020-03-03
net: mscc: ocelot: return directly in ocelot_cls_flower_{replace, destroy}
Vladimir Oltean
2020-03-03
net: mscc: ocelot: replace "rule" and "ocelot_rule" variable names with "ace"
Vladimir Oltean
2020-03-03
net: mscc: ocelot: simplify tc-flower offload structures
Vladimir Oltean
2020-03-03
net: mscc: ocelot: make ocelot_ace_rule support multiple ports
Yangbo Lu
2019-11-11
net: mscc: ocelot: separate net_device related items out of ocelot_port
Vladimir Oltean
2019-08-18
net: sched: use major priority number as hardware priority
Pablo Neira Ayuso
2019-07-19
net: flow_offload: add flow_block structure and use it
Pablo Neira Ayuso
2019-07-19
net: flow_offload: remove netns parameter from flow_block_cb_alloc()
Pablo Neira Ayuso
2019-07-09
net: flow_offload: rename tc_cls_flower_offload to flow_cls_offload
Pablo Neira Ayuso
2019-07-09
drivers: net: use flow block API
Pablo Neira Ayuso
2019-07-09
net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*
Pablo Neira Ayuso
2019-06-02
net: mscc: ocelot: Hardware ofload for tc flower filter
Horatiu Vultur