index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sched
/
sch_api.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net/sched: fix error recovery in qdisc_create()
Eric Dumazet
2023-02-13
1
-7
/
+8
*
net/sched: make stab available before ops->init() call
Vladimir Oltean
2023-02-08
1
-18
/
+11
*
sched: add new attr TCA_EXT_WARN_MSG to report tc extact message
Hangbin Liu
2023-01-17
1
-21
/
+34
*
net: sched: disallow noqueue for qdisc classes
Frederick Lawler
2023-01-11
1
-0
/
+5
*
net/sched: add retpoline wrapper for tc
Pedro Tammela
2022-12-09
1
-0
/
+5
*
net: sched: fix race condition in qdisc_graft()
Eric Dumazet
2022-10-20
1
-2
/
+3
*
net: sched: ensure n arg not empty before call bind_class
Zhengchao Shao
2022-10-02
1
-1
/
+1
*
net/sched: query offload capabilities through ndo_setup_tc()
Vladimir Oltean
2022-09-30
1
-0
/
+17
*
net: sched: remove duplicate check of user rights in qdisc
Zhengchao Shao
2022-08-23
1
-11
/
+0
*
net_sched: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-23
1
-1
/
+1
*
net: sched: delete unused input parameter in qdisc_create
Zhengchao Shao
2022-08-17
1
-3
/
+3
*
net: sched: remove the unused return value of unregister_qdisc
Zhengchao Shao
2022-08-17
1
-2
/
+3
*
net: rename reference+tracking helpers
Jakub Kicinski
2022-06-10
1
-1
/
+1
*
net_sched: add __rcu annotation to netdev->qdisc
Eric Dumazet
2022-02-14
1
-10
/
+12
*
net: sched: Clarify error message when qdisc kind is unknown
Victor Nogueira
2022-01-20
1
-1
/
+1
*
sch_api: Don't skip qdisc attach on ingress
Maxim Mikityanskiy
2022-01-13
1
-1
/
+1
*
net/sched: add missing tracker information in qdisc_create()
Eric Dumazet
2022-01-05
1
-1
/
+1
*
net: sched: Remove Qdisc::running sequence counter
Ahmed S. Darwish
2021-10-18
1
-13
/
+3
*
net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data types
Ahmed S. Darwish
2021-10-18
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-09-30
1
-0
/
+6
|
\
|
*
net: prevent user from passing illegal stab size
王贇
2021-09-26
1
-0
/
+6
*
|
net_sched: Use struct_size() and flex_array_size() helpers
Gustavo A. R. Silva
2021-09-30
1
-3
/
+4
|
/
*
net/sched: Remove unnecessary if statement
Yajun Deng
2021-07-16
1
-8
/
+2
*
net: sched: avoid duplicates in classes dump
Maximilian Heyne
2021-03-04
1
-4
/
+4
*
net: sched: Add extack to Qdisc_class_ops.delete
Maxim Mikityanskiy
2021-01-23
1
-3
/
+4
*
net_sched: reject silly cell_log in qdisc_get_rtab()
Eric Dumazet
2021-01-16
1
-1
/
+2
*
net: sched: remove redundant 'rtnl_held' argument
Vlad Buslov
2020-12-01
1
-2
/
+2
*
treewide: rename nla_strlcpy to nla_strscpy.
Francis Laniel
2020-11-16
1
-1
/
+1
*
Modify return value of nla_strlcpy to match that of strscpy.
Francis Laniel
2020-11-16
1
-1
/
+1
*
sched: sch_api: add missing rcu read lock to silence the warning
Jiri Pirko
2020-07-21
1
-1
/
+2
*
Remove redundant condition in qdisc_graft
Gaurav Singh
2020-06-21
1
-2
/
+1
*
net_sched: add a tracepoint for qdisc creation
Cong Wang
2020-05-28
1
-0
/
+3
*
net_sched: do not reprogram a timer about to expire
Eric Dumazet
2020-03-18
1
-2
/
+7
*
net_sched: add qdisc_watchdog_schedule_range_ns()
Eric Dumazet
2020-03-18
1
-5
/
+7
*
net_sched: walk through all child classes in tc_bind_tclass()
Cong Wang
2020-01-27
1
-11
/
+30
*
net_sched: fix ops->bind_class() implementations
Cong Wang
2020-01-27
1
-2
/
+4
*
net_sched: fix backward compatibility for TCA_KIND
Cong Wang
2019-10-09
1
-2
/
+1
*
net_sched: add max len check for TCA_KIND
Cong Wang
2019-09-22
1
-1
/
+2
*
net_sched: check cops->tcf_block in tc_bind_tclass()
Cong Wang
2019-09-10
1
-0
/
+2
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
netlink: make validation more configurable for future strictness
Johannes Berg
2019-04-27
1
-9
/
+10
*
netlink: make nla_nest_start() add NLA_F_NESTED flag
Michal Kubecek
2019-04-27
1
-1
/
+1
*
net: sched: when clearing NOLOCK, clear TCQ_F_CPUSTATS, too
Paolo Abeni
2019-04-10
1
-1
/
+14
*
net_sched: return correct value for *notify* functions
Zhike Wang
2019-03-13
1
-4
/
+11
*
net: sched: using kfree_rcu() to simplify the code
Wei Yongjun
2019-02-19
1
-6
/
+1
*
net: sched: sch_api: set an error msg when qdisc_alloc_handle() fails
Ivan Vecera
2019-02-18
1
-2
/
+4
*
net: sched: extend proto ops to support unlocked classifiers
Vlad Buslov
2019-02-12
1
-3
/
+3
*
net: sched: traverse classifiers in chain with tcf_get_next_proto()
Vlad Buslov
2019-02-12
1
-2
/
+2
*
net: sched: traverse chains in block with tcf_get_next_chain()
Vlad Buslov
2019-02-12
1
-1
/
+3
*
sch_api: Change signature of qdisc_tree_reduce_backlog() to use ints
Toke Høiland-Jørgensen
2019-01-19
1
-2
/
+1
[next]