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
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
2019-03-21
net/sched: let actions use RCU to access 'goto_chain'
Davide Caratti
1
-1
/
+1
2019-03-13
net_sched: return correct value for *notify* functions
Zhike Wang
1
-9
/
+23
2019-03-09
net: sched: fix potential use-after-free in __tcf_chain_put()
Vlad Buslov
1
-10
/
+7
2019-02-26
net: sched: fix typo in walker_check_empty()
Vlad Buslov
1
-2
/
+2
2019-02-25
net: sched: don't release block->lock when dumping chains
Vlad Buslov
1
-9
/
+7
2019-02-25
net: sched: set dedicated tcf_walker flag when tp is empty
Vlad Buslov
1
-4
/
+9
2019-02-23
net_sched: initialize net pointer inside tcf_exts_init()
Cong Wang
1
-1
/
+0
2019-02-22
net: sched: potential NULL dereference in tcf_block_find()
Dan Carpenter
1
-1
/
+3
2019-02-14
net: sched: remove duplicated include from cls_api.c
YueHaibing
1
-1
/
+0
2019-02-12
net: sched: unlock rules update API
Vlad Buslov
1
-17
/
+114
2019-02-12
net: sched: refactor tcf_block_find() into standalone functions
Vlad Buslov
1
-92
/
+149
2019-02-12
net: sched: extend proto ops to support unlocked classifiers
Vlad Buslov
1
-75
/
+93
2019-02-12
net: sched: extend proto ops with 'put' callback
Vlad Buslov
1
-1
/
+11
2019-02-12
net: sched: track rtnl lock status when validating extensions
Vlad Buslov
1
-4
/
+5
2019-02-12
net: sched: prevent insertion of new classifiers during chain flush
Vlad Buslov
1
-6
/
+29
2019-02-12
net: sched: refactor tp insert/delete for concurrent execution
Vlad Buslov
1
-25
/
+152
2019-02-12
net: sched: traverse classifiers in chain with tcf_get_next_proto()
Vlad Buslov
1
-10
/
+60
2019-02-12
net: sched: introduce reference counting for tcf_proto
Vlad Buslov
1
-10
/
+43
2019-02-12
net: sched: protect filter_chain list with filter_chain_lock mutex
Vlad Buslov
1
-32
/
+79
2019-02-12
net: sched: protect chain template accesses with block lock
Vlad Buslov
1
-16
/
+57
2019-02-12
net: sched: traverse chains in block with tcf_get_next_chain()
Vlad Buslov
1
-25
/
+71
2019-02-12
net: sched: protect block->chain0 with block->lock
Vlad Buslov
1
-3
/
+14
2019-02-12
net: sched: refactor tc_ctl_chain() to use block->lock
Vlad Buslov
1
-11
/
+25
2019-02-12
net: sched: protect chain->explicitly_created with block->lock
Vlad Buslov
1
-6
/
+13
2019-02-12
net: sched: protect block state with mutex
Vlad Buslov
1
-13
/
+71
2019-02-06
cls_api: add translator to flow_action representation
Pablo Neira Ayuso
1
-0
/
+99
2019-02-06
flow_offload: add flow action infrastructure
Pablo Neira Ayuso
1
-0
/
+17
2019-01-17
net_sched: refetch skb protocol for each filter
Cong Wang
1
-2
/
+1
2018-12-15
net_sched: fold tcf_block_cb_call() into tc_setup_cb_call()
Cong Wang
1
-26
/
+20
2018-12-11
net/sched: Remove egdev mechanism
Oz Shlomo
1
-46
/
+1
2018-11-11
net: sched: register callbacks for indirect tc block binds
John Hurley
1
-1
/
+255
2018-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+7
2018-10-16
net/sched: cls_api: add missing validation of netlink attributes
Davide Caratti
1
-5
/
+8
2018-10-08
net: Add extack to nlmsg_parse
David Ahern
1
-2
/
+4
2018-10-02
net_sched: fix a crash in tc_new_tfilter()
Cong Wang
1
-1
/
+3
2018-09-26
net: sched: use reference counting for tcf blocks on rules update
Vlad Buslov
1
-17
/
+21
2018-09-26
net: sched: implement tcf_block_refcnt_{get|put}()
Vlad Buslov
1
-24
/
+50
2018-09-26
net: sched: protect block idr with spinlock
Vlad Buslov
1
-2
/
+13
2018-09-26
net: sched: implement functions to put and flush all chains
Vlad Buslov
1
-25
/
+30
2018-09-26
net: sched: change tcf block reference counter type to refcount_t
Vlad Buslov
1
-24
/
+35
2018-09-26
net: sched: use Qdisc rcu API instead of relying on rtnl lock
Vlad Buslov
1
-15
/
+64
2018-09-13
net_sched: notify filter deletion when deleting a chain
Cong Wang
1
-0
/
+2
2018-08-28
net: sched: return -ENOENT when trying to remove filter from non-existent chain
Jiri Pirko
1
-1
/
+1
2018-08-28
net: sched: fix extack error message when chain is failed to be created
Jiri Pirko
1
-1
/
+1
2018-08-11
net: sched: extend action ops with put_dev callback
Vlad Buslov
1
-0
/
+1
2018-08-10
net: sched: fix block->refcnt decrement
Jiri Pirko
1
-0
/
+2
2018-08-03
net: sched: fix flush on non-existing chain
Jiri Pirko
1
-0
/
+7
2018-08-01
net: sched: make tcf_chain_{get,put}() static
Jiri Pirko
1
-18
/
+16
2018-08-01
net: sched: fix notifications for action-held chains
Jiri Pirko
1
-28
/
+43
2018-08-01
net: sched: change name of zombie chain to "held_by_acts_only"
Jiri Pirko
1
-8
/
+6
[next]