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
/
sch_api.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-14
net_sched: add __rcu annotation to netdev->qdisc
Eric Dumazet
1
-10
/
+12
2022-01-20
net: sched: Clarify error message when qdisc kind is unknown
Victor Nogueira
1
-1
/
+1
2022-01-13
sch_api: Don't skip qdisc attach on ingress
Maxim Mikityanskiy
1
-1
/
+1
2022-01-05
net/sched: add missing tracker information in qdisc_create()
Eric Dumazet
1
-1
/
+1
2021-10-18
net: sched: Remove Qdisc::running sequence counter
Ahmed S. Darwish
1
-13
/
+3
2021-10-18
net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data types
Ahmed S. Darwish
1
-1
/
+1
2021-10-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+6
2021-09-30
net_sched: Use struct_size() and flex_array_size() helpers
Gustavo A. R. Silva
1
-3
/
+4
2021-09-26
net: prevent user from passing illegal stab size
王贇
1
-0
/
+6
2021-07-16
net/sched: Remove unnecessary if statement
Yajun Deng
1
-8
/
+2
2021-03-05
net: sched: avoid duplicates in classes dump
Maximilian Heyne
1
-4
/
+4
2021-01-23
net: sched: Add extack to Qdisc_class_ops.delete
Maxim Mikityanskiy
1
-3
/
+4
2021-01-16
net_sched: reject silly cell_log in qdisc_get_rtab()
Eric Dumazet
1
-1
/
+2
2020-12-01
net: sched: remove redundant 'rtnl_held' argument
Vlad Buslov
1
-2
/
+2
2020-11-16
treewide: rename nla_strlcpy to nla_strscpy.
Francis Laniel
1
-1
/
+1
2020-11-16
Modify return value of nla_strlcpy to match that of strscpy.
Francis Laniel
1
-1
/
+1
2020-07-21
sched: sch_api: add missing rcu read lock to silence the warning
Jiri Pirko
1
-1
/
+2
2020-06-21
Remove redundant condition in qdisc_graft
Gaurav Singh
1
-2
/
+1
2020-05-28
net_sched: add a tracepoint for qdisc creation
Cong Wang
1
-0
/
+3
2020-03-18
net_sched: do not reprogram a timer about to expire
Eric Dumazet
1
-2
/
+7
2020-03-18
net_sched: add qdisc_watchdog_schedule_range_ns()
Eric Dumazet
1
-5
/
+7
2020-01-27
net_sched: walk through all child classes in tc_bind_tclass()
Cong Wang
1
-11
/
+30
2020-01-27
net_sched: fix ops->bind_class() implementations
Cong Wang
1
-2
/
+4
2019-10-09
net_sched: fix backward compatibility for TCA_KIND
Cong Wang
1
-2
/
+1
2019-09-22
net_sched: add max len check for TCA_KIND
Cong Wang
1
-1
/
+2
2019-09-10
net_sched: check cops->tcf_block in tc_bind_tclass()
Cong Wang
1
-0
/
+2
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-04-28
netlink: make validation more configurable for future strictness
Johannes Berg
1
-9
/
+10
2019-04-28
netlink: make nla_nest_start() add NLA_F_NESTED flag
Michal Kubecek
1
-1
/
+1
2019-04-10
net: sched: when clearing NOLOCK, clear TCQ_F_CPUSTATS, too
Paolo Abeni
1
-1
/
+14
2019-03-13
net_sched: return correct value for *notify* functions
Zhike Wang
1
-4
/
+11
2019-02-19
net: sched: using kfree_rcu() to simplify the code
Wei Yongjun
1
-6
/
+1
2019-02-18
net: sched: sch_api: set an error msg when qdisc_alloc_handle() fails
Ivan Vecera
1
-2
/
+4
2019-02-12
net: sched: extend proto ops to support unlocked classifiers
Vlad Buslov
1
-3
/
+3
2019-02-12
net: sched: traverse classifiers in chain with tcf_get_next_proto()
Vlad Buslov
1
-2
/
+2
2019-02-12
net: sched: traverse chains in block with tcf_get_next_chain()
Vlad Buslov
1
-1
/
+3
2019-01-19
sch_api: Change signature of qdisc_tree_reduce_backlog() to use ints
Toke Høiland-Jørgensen
1
-2
/
+1
2018-12-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-17
/
+82
2018-12-15
net: sched: simplify the qdisc_leaf code
Tonghao Zhang
1
-3
/
+1
2018-12-01
net/sched: Replace call_rcu_bh() and rcu_barrier_bh()
Paul E. McKenney
1
-1
/
+1
2018-11-14
net: sched: provide notification for graft on root
Jakub Kicinski
1
-0
/
+17
2018-11-09
net: sched: refactor grafting Qdiscs with a parent
Jakub Kicinski
1
-14
/
+14
2018-11-09
net: sched: add an offload graft helper
Jakub Kicinski
1
-0
/
+29
2018-11-09
net: sched: add an offload dump helper
Jakub Kicinski
1
-0
/
+21
2018-10-25
net: sched: Remove TCA_OPTIONS from policy
David Ahern
1
-1
/
+0
2018-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+6
2018-10-19
net: sched: Fix for duplicate class dump
Phil Sutter
1
-1
/
+2
2018-10-16
net/sched: cls_api: add missing validation of netlink attributes
Davide Caratti
1
-4
/
+4
2018-10-08
net: Add extack to nlmsg_parse
David Ahern
1
-1
/
+1
2018-10-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+20
[next]