index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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-01-31
net_sched: refetch skb protocol for each filter
Cong Wang
1
-2
/
+1
2018-11-04
net/sched: cls_api: add missing validation of netlink attributes
Davide Caratti
1
-2
/
+5
2018-05-19
net: sched: fix error path in tcf_proto_create() when modules are not configured
Jiri Pirko
1
-1
/
+1
2018-03-09
net: sched: report if filter is too large to dump
Roman Kapl
1
-1
/
+6
2018-03-03
net: sched: fix use-after-free in tcf_block_put_ext
Jiri Pirko
1
-6
/
+7
2018-03-03
net_sched: get rid of rcu_barrier() in tcf_block_put_ext()
Cong Wang
1
-20
/
+9
2018-03-03
net: sched: crash on blocks with goto chain action
Roman Kapl
1
-5
/
+12
2018-03-03
net: sched: fix crash when deleting secondary chains
Roman Kapl
1
-3
/
+4
2017-11-09
net_sched: introduce tcf_exts_get_net() and tcf_exts_put_net()
Cong Wang
1
-0
/
+1
2017-10-31
net_sched: remove tcf_block_put_deferred()
Cong Wang
1
-29
/
+8
2017-10-29
net_sched: add rtnl assertion to tcf_exts_destroy()
Cong Wang
1
-0
/
+1
2017-10-29
net_sched: introduce a workqueue for RCU callbacks of tc filter
Cong Wang
1
-17
/
+51
2017-09-13
net_sched: carefully handle tcf_block_put()
Cong Wang
1
-6
/
+18
2017-09-13
net_sched: fix reference counting of tc filter chain
Cong Wang
1
-21
/
+26
2017-09-08
net: sched: fix memleak for chain zero
Jiri Pirko
1
-9
/
+9
2017-09-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+12
2017-08-26
net_sched: remove tc class reference counting
WANG Cong
1
-11
/
+6
2017-08-23
net: sched: don't do tcf_chain_flush from tcf_chain_destroy
Jiri Pirko
1
-3
/
+3
2017-08-23
net: sched: fix use after free when tcf_chain_destroy is called multiple times
Jiri Pirko
1
-2
/
+10
2017-08-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2017-08-18
net: sched: fix p_filter_chain check in tcf_chain_flush
Jiri Pirko
1
-1
/
+1
2017-08-10
rtnetlink: make rtnl_register accept a flags parameter
Florian Westphal
1
-3
/
+3
2017-08-09
net_sched: get rid of some forward declarations
WANG Cong
1
-111
/
+103
2017-08-08
net_sched: use void pointer for filter handle
WANG Cong
1
-9
/
+8
2017-08-08
net_sched: refactor notification code for RTM_DELTFILTER
WANG Cong
1
-5
/
+39
2017-08-04
net: sched: avoid atomic swap in tcf_exts_change
Jiri Pirko
1
-8
/
+2
2017-08-04
net: sched: use tcf_exts_has_actions instead of exts->nr_actions
Jiri Pirko
1
-1
/
+1
2017-08-04
net: sched: change names of action number helpers to be aligned with the rest
Jiri Pirko
1
-1
/
+1
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
[next]