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
2017-05-25
net_sched: only create filter chains for new filters/actions
WANG Cong
1
-4
/
+9
2017-05-25
net: sched: cls_api: make reclassify return all the way back to the original tp
Jiri Pirko
1
-3
/
+5
2017-05-23
net/sched: fix filter flushing
Jiri Pirko
1
-3
/
+10
2017-05-23
net/sched: properly assign RCU pointer in tcf_chain_tp_insert/remove
Jiri Pirko
1
-2
/
+2
2017-05-17
net: sched: add termination action to allow goto chain
Jiri Pirko
1
-1
/
+5
2017-05-17
net: sched: push tp down to action init
Jiri Pirko
1
-4
/
+5
2017-05-17
net: sched: introduce multichain support for filters
Jiri Pirko
1
-16
/
+88
2017-05-17
net: sched: push chain dump to a separate function
Jiri Pirko
1
-43
/
+52
2017-05-17
net: sched: introduce helpers to work with filter chains
Jiri Pirko
1
-41
/
+107
2017-05-17
net: sched: move TC_H_MAJ macro call into tcf_auto_prio
Jiri Pirko
1
-2
/
+2
2017-05-17
net: sched: replace nprio by a bool to make the function more readable
Jiri Pirko
1
-6
/
+7
2017-05-17
net: sched: rename tcf_destroy_chain helper
Jiri Pirko
1
-3
/
+3
2017-05-17
net: sched: introduce tcf block infractructure
Jiri Pirko
1
-10
/
+38
2017-05-17
net: sched: move tc_classify function to cls_api.c
Jiri Pirko
1
-0
/
+48
2017-04-21
net_sched: move the empty tp check from ->destroy() to ->delete()
WANG Cong
1
-13
/
+14
2017-04-17
net: rtnetlink: plumb extended ack to doit function
David Ahern
1
-2
/
+3
2017-04-13
netlink: pass extended ACK struct to parsing functions
Johannes Berg
1
-1
/
+1
2017-02-14
sched: Fix accidental removal of errout goto
Jiri Pirko
1
-0
/
+1
2017-02-10
sched: check negative err value to safe one level of indent
Jiri Pirko
1
-13
/
+9
2017-02-10
sched: add missing curly braces in else branch in tc_ctl_tfilter
Jiri Pirko
1
-1
/
+2
2017-02-10
sched: move err set right before goto errout in tc_ctl_tfilter
Jiri Pirko
1
-10
/
+19
2017-02-10
sched: push TC filter protocol creation into a separate function
Jiri Pirko
1
-51
/
+59
2017-02-10
sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_api
Jiri Pirko
1
-0
/
+21
2017-02-10
sched: rename tcf_destroy to tcf_destroy_proto
Jiri Pirko
1
-4
/
+4
2016-12-26
net, sched: fix soft lockup in tc_classify
Daniel Borkmann
1
-1
/
+3
2016-12-02
net/sched: cls_flower: Add offload support using egress Hardware device
Hadar Hen Zion
1
-0
/
+24
2016-11-25
net sched filters: fix filter handle ID in tfilter_notify_chain()
Roman Mashak
1
-1
/
+1
2016-11-17
net sched filters: pass netlink message flags in event notification
Roman Mashak
1
-2
/
+3
2016-10-28
net sched filters: fix notification of filter delete with proper handle
Jamal Hadi Salim
1
-1
/
+2
2016-10-13
net_sched: do not broadcast RTM_GETTFILTER result
Eric Dumazet
1
-7
/
+11
2016-09-20
net sched: stylistic cleanups
Jamal Hadi Salim
1
-8
/
+10
2016-08-18
net_sched: convert tcf_exts from list to pointer array
WANG Cong
1
-15
/
+36
2016-06-17
net, cls: also reject deleting all filters when TCA_KIND present
Daniel Borkmann
1
-1
/
+1
2016-06-11
net, cls: allow for deleting all filters for given parent
Daniel Borkmann
1
-4
/
+33
2016-06-08
net sched: indentation and other OCD stylistic fixes
Jamal Hadi Salim
1
-4
/
+7
2015-05-22
net: sched: fix call_rcu() race on classifier module unloads
Daniel Borkmann
1
-0
/
+5
2015-05-09
net_sched: fix a use-after-free in tc_ctl_tfilter()
WANG Cong
1
-4
/
+3
2015-03-09
net_sched: destroy proto tp when all filters are gone
Cong Wang
1
-4
/
+10
2015-02-05
cls_api.c: Fix dumping of non-existing actions' stats.
Ignacy Gawędzki
1
-3
/
+4
2014-10-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2014-10-08
net_sched: copy exts->type in tcf_exts_change()
WANG Cong
1
-0
/
+1
2014-09-29
net_sched: remove the first parameter from tcf_exts_destroy()
WANG Cong
1
-1
/
+1
2014-09-13
net: rcu-ify tcf_proto
John Fastabend
1
-15
/
+15
2014-07-18
net_sched: cancel nest attribute on failure in tcf_exts_dump()
Cong Wang
1
-3
/
+8
2014-05-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2014-05-03
net: Allow tc changes in user namespaces
Stéphane Graber
1
-1
/
+2
2014-04-28
sched, act: allow to clear all actions as well
Cong Wang
1
-8
/
+6
2014-04-28
sched, cls: check if we could overwrite actions when changing a filter
Cong Wang
1
-4
/
+5
2014-04-24
net: Use netlink_ns_capable to verify the permisions of netlink messages
Eric W. Biederman
1
-1
/
+1
2014-01-13
net_sched: add struct net pointer to tcf_proto_ops->dump
WANG Cong
1
-5
/
+6
[next]