index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sched
/
cls_api.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-1
/
+1
2020-03-27
netfilter: flowtable: Fix incorrect tc_setup_type type
wenxu
1
-1
/
+1
2020-03-24
net: sched: rename more stats_types
Jakub Kicinski
1
-5
/
+5
2020-03-20
net: tc_skbedit: Make the skbedit priority offloadable
Petr Machata
1
-0
/
+3
2020-03-19
net: sched: Fix hw_stats_type setting in pedit loop
Petr Machata
1
-1
/
+1
2020-03-18
net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*
Jakub Kicinski
1
-3
/
+3
2020-03-16
net: sched: set the hw_stats_type in pedit loop
Jiri Pirko
1
-0
/
+1
2020-03-13
net/sched: act_ct: Enable hardware offload of flow table entires
Paul Blakey
1
-0
/
+1
2020-03-12
Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/sa...
David S. Miller
1
-17
/
+81
2020-03-09
sched: act: allow user to specify type of HW stats for a filter
Jiri Pirko
1
-0
/
+7
2020-02-25
flow_offload: pass action cookie through offload structures
Jiri Pirko
1
-1
/
+30
2020-02-20
net: sched: Support specifying a starting chain via tc skb ext
Paul Blakey
1
-4
/
+35
2020-02-20
net: sched: Change the block's chain list to an rcu list
Paul Blakey
1
-2
/
+3
2020-02-20
net: sched: Pass ingress block to tcf_classify_ingress
Paul Blakey
1
-1
/
+3
2020-02-20
net: sched: Introduce ingress classification function
Paul Blakey
1
-14
/
+44
2020-02-18
net: sched: don't take rtnl lock during flow_action setup
Vlad Buslov
1
-7
/
+1
2020-02-18
net: sched: lock action when translating it to flow_action infra
Vlad Buslov
1
-6
/
+11
2020-01-22
net_sched: use validated TCA_KIND attribute in tc_new_tfilter()
Eric Dumazet
1
-3
/
+2
2019-12-31
net/sched: add delete_empty() to filters and use it in cls_flower
Davide Caratti
1
-26
/
+5
2019-12-07
net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add()
Eric Dumazet
1
-1
/
+7
2019-12-07
net: sched: allow indirect blocks to bind to clsact in TC
John Hurley
1
-19
/
+33
2019-12-07
net: core: rename indirect block ingress cb function
John Hurley
1
-2
/
+2
2019-11-06
net: sched: prevent duplicate flower rules from tcf_proto destroy race
John Hurley
1
-4
/
+79
2019-10-09
net_sched: fix backward compatibility for TCA_KIND
Cong Wang
1
-3
/
+33
2019-09-24
net: sched: fix possible crash in tcf_action_destroy()
Eric Dumazet
1
-2
/
+4
2019-09-16
net: sched: use get_dev() action API in flow_action infra
Vlad Buslov
1
-10
/
+3
2019-09-16
net: sched: take reference to psample group in flow_action infra
Vlad Buslov
1
-2
/
+11
2019-09-16
net: sched: extend flow_action_entry with destructor
Vlad Buslov
1
-32
/
+45
2019-09-06
net: openvswitch: Set OvS recirc_id from tc chain index
Paul Blakey
1
-0
/
+12
2019-08-27
net: sched: copy tunnel info when setting flow_action entry->tunnel
Vlad Buslov
1
-1
/
+8
2019-08-27
net: sched: take reference to action dev before calling offloads
Vlad Buslov
1
-0
/
+32
2019-08-27
net: sched: take rtnl lock in tc_setup_flow_action()
Vlad Buslov
1
-4
/
+13
2019-08-27
net: sched: conditionally obtain rtnl lock in cls hw offloads API
Vlad Buslov
1
-0
/
+65
2019-08-27
net: sched: add API for registering unlocked offload block callbacks
Vlad Buslov
1
-0
/
+6
2019-08-27
net: sched: notify classifier on successful offload add/delete
Vlad Buslov
1
-2
/
+17
2019-08-27
net: sched: refactor block offloads counter usage
Vlad Buslov
1
-14
/
+162
2019-08-27
net: sched: change tcf block offload counter type to atomic_t
Vlad Buslov
1
-1
/
+1
2019-08-27
net: sched: protect block offload-related fields with rw_semaphore
Vlad Buslov
1
-9
/
+36
2019-08-09
flow_offload: support get multi-subsystem block
wenxu
1
-1
/
+8
2019-08-09
flow_offload: move tc indirect block to flow offload
wenxu
1
-215
/
+25
2019-08-09
cls_api: add flow_indr_block_call function
wenxu
1
-10
/
+17
2019-08-09
cls_api: remove the tcf_block cache
wenxu
1
-8
/
+8
2019-08-09
cls_api: modify the tc_indr_block_ing_cmd parameters.
wenxu
1
-11
/
+15
2019-08-07
net: sched: add ingress mirred action to hardware IR
John Hurley
1
-0
/
+6
2019-08-07
net: sched: add skbedit of ptype action to hardware IR
John Hurley
1
-0
/
+3
2019-07-23
net: sched: include mpls actions in hardware intermediate representation
John Hurley
1
-0
/
+25
2019-07-21
net: sched: verify that q!=NULL before setting q->flags
Vlad Buslov
1
-1
/
+3
2019-07-20
net: flow_offload: add flow_block structure and use it
Pablo Neira Ayuso
1
-3
/
+7
2019-07-20
net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_t
Pablo Neira Ayuso
1
-1
/
+1
2019-07-17
net_sched: unset TCQ_F_CAN_BYPASS when adding filters
Cong Wang
1
-0
/
+1
[next]