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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-20
net_sched: no need to free qdisc in RCU callback
Cong Wang
1
-8
/
+2
2017-09-20
net: sk_buff rbnode reorg
Eric Dumazet
1
-3
/
+4
2017-09-19
net_sched: sch_htb: add per class overlimits counter
Eric Dumazet
1
-0
/
+5
2017-09-19
net_sched: use explicit size of struct tcmsg, remove need to declare tcm
Colin Ian King
1
-2
/
+1
2017-09-13
net: sched: fix use-after-free in tcf_action_destroy and tcf_del_walker
Jiri Pirko
1
-2
/
+4
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-13
net_sched: get rid of tcfa_rcu
Cong Wang
1
-9
/
+8
2017-09-12
net/sched: fix pointer check in gen_handle
Josh Hunt
1
-1
/
+1
2017-09-08
net: sched: fix memleak for chain zero
Jiri Pirko
1
-9
/
+9
2017-09-07
sched: Use __qdisc_drop instead of kfree_skb in sch_prio and sch_qfq
Gao Feng
2
-2
/
+2
2017-09-06
net: sched: don't use GFP_KERNEL under spin lock
Jakub Kicinski
1
-2
/
+6
2017-09-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
12
-36
/
+42
2017-08-31
net_sched: add reverse binding for tc class
Cong Wang
10
-2
/
+147
2017-08-31
sch_tbf: fix two null pointer dereferences on init failure
Nikolay Aleksandrov
1
-2
/
+3
2017-08-31
sch_sfq: fix null pointer dereference on init failure
Nikolay Aleksandrov
1
-3
/
+3
2017-08-31
sch_netem: avoid null pointer deref on init failure
Nikolay Aleksandrov
1
-2
/
+2
2017-08-31
sch_fq_codel: avoid double free on init failure
Nikolay Aleksandrov
1
-3
/
+1
2017-08-31
sch_cbq: fix null pointer dereferences on init failure
Nikolay Aleksandrov
1
-3
/
+7
2017-08-31
sch_hfsc: fix null pointer deref and double free on init failure
Nikolay Aleksandrov
1
-7
/
+3
2017-08-31
sch_hhf: fix null pointer dereference on init failure
Nikolay Aleksandrov
1
-0
/
+3
2017-08-31
sch_multiq: fix double free on init failure
Nikolay Aleksandrov
1
-6
/
+1
2017-08-31
sch_htb: fix crash on init failure
Nikolay Aleksandrov
1
-2
/
+3
2017-08-31
net/sched: Change act_api and act_xxx modules to use IDR
Chris Mi
17
-292
/
+254
2017-08-31
net/sched: Change cls_flower to use IDR
Chris Mi
1
-32
/
+23
2017-08-30
act_ife: use registered ife_type as fallback
Alexander Aring
1
-14
/
+3
2017-08-29
sched: sfq: drop packets after root qdisc lock is released
Gao Feng
1
-7
/
+13
2017-08-26
net_sched: kill u32_node pointer in Qdisc
WANG Cong
1
-4
/
+53
2017-08-26
net_sched: remove tc class reference counting
WANG Cong
20
-260
/
+105
2017-08-26
net_sched: introduce tclass_del_notify()
WANG Cong
1
-6
/
+33
2017-08-26
net_sched: get rid of more forward declarations
WANG Cong
1
-179
/
+169
2017-08-25
net_sched: fix a refcount_t issue with noop_qdisc
Eric Dumazet
2
-4
/
+4
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-23
net: sched: use kvmalloc() for class hash tables
Eric Dumazet
1
-18
/
+4
2017-08-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-1
/
+3
2017-08-19
net: sched: fix NULL pointer dereference when action calls some targets
Xin Long
1
-0
/
+2
2017-08-18
net: sched: fix p_filter_chain check in tcf_chain_flush
Jiri Pirko
1
-1
/
+1
2017-08-17
net: sched: cls_flower: fix ndo_setup_tc type for stats call
Jiri Pirko
1
-1
/
+1
2017-08-17
qdisc: add tracepoint qdisc:qdisc_dequeue for dequeued SKBs
Jesper Dangaard Brouer
1
-2
/
+6
2017-08-16
net_sched/hfsc: opencode trivial set_active() and set_passive()
Konstantin Khlebnikov
1
-29
/
+16
2017-08-16
net_sched: call qlen_notify only if child qdisc is empty
Konstantin Khlebnikov
6
-13
/
+15
2017-08-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-8
/
+24
2017-08-16
net_sched: remove warning from qdisc_hash_add
Konstantin Khlebnikov
1
-3
/
+0
2017-08-16
net_sched/sfq: update hierarchical backlog when drop packet
Konstantin Khlebnikov
1
-1
/
+4
2017-08-16
net_sched: reset pointers to tcf blocks in classful qdiscs' destructors
Konstantin Khlebnikov
4
-4
/
+12
2017-08-12
net/sched/hfsc: allocate tcf block for hfsc root class
Konstantin Khlebnikov
1
-0
/
+8
2017-08-11
net: sched: remove cops->tcf_cl_offload
Jiri Pirko
5
-24
/
+12
2017-08-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2017-08-10
net: sched: set xt_tgchk_param par.nft_compat as 0 in ipt_init_target
Xin Long
1
-1
/
+1
[next]