index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sched
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-05
net: sched: don't use GFP_KERNEL under spin lock
Jakub Kicinski
1
-2
/
+6
2017-09-01
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-30
sch_tbf: fix two null pointer dereferences on init failure
Nikolay Aleksandrov
1
-2
/
+3
2017-08-30
sch_sfq: fix null pointer dereference on init failure
Nikolay Aleksandrov
1
-3
/
+3
2017-08-30
sch_netem: avoid null pointer deref on init failure
Nikolay Aleksandrov
1
-2
/
+2
2017-08-30
sch_fq_codel: avoid double free on init failure
Nikolay Aleksandrov
1
-3
/
+1
2017-08-30
sch_cbq: fix null pointer dereferences on init failure
Nikolay Aleksandrov
1
-3
/
+7
2017-08-30
sch_hfsc: fix null pointer deref and double free on init failure
Nikolay Aleksandrov
1
-7
/
+3
2017-08-30
sch_hhf: fix null pointer dereference on init failure
Nikolay Aleksandrov
1
-0
/
+3
2017-08-30
sch_multiq: fix double free on init failure
Nikolay Aleksandrov
1
-6
/
+1
2017-08-30
sch_htb: fix crash on init failure
Nikolay Aleksandrov
1
-2
/
+3
2017-08-30
net/sched: Change act_api and act_xxx modules to use IDR
Chris Mi
17
-292
/
+254
2017-08-30
net/sched: Change cls_flower to use IDR
Chris Mi
1
-32
/
+23
2017-08-29
act_ife: use registered ife_type as fallback
Alexander Aring
1
-14
/
+3
2017-08-28
sched: sfq: drop packets after root qdisc lock is released
Gao Feng
1
-7
/
+13
2017-08-25
net_sched: kill u32_node pointer in Qdisc
WANG Cong
1
-4
/
+53
2017-08-25
net_sched: remove tc class reference counting
WANG Cong
20
-260
/
+105
2017-08-25
net_sched: introduce tclass_del_notify()
WANG Cong
1
-6
/
+33
2017-08-25
net_sched: get rid of more forward declarations
WANG Cong
1
-179
/
+169
2017-08-24
net_sched: fix a refcount_t issue with noop_qdisc
Eric Dumazet
2
-4
/
+4
2017-08-22
net: sched: don't do tcf_chain_flush from tcf_chain_destroy
Jiri Pirko
1
-3
/
+3
2017-08-22
net: sched: fix use after free when tcf_chain_destroy is called multiple times
Jiri Pirko
1
-2
/
+10
2017-08-22
net: sched: use kvmalloc() for class hash tables
Eric Dumazet
1
-18
/
+4
2017-08-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-1
/
+3
2017-08-18
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-16
net: sched: cls_flower: fix ndo_setup_tc type for stats call
Jiri Pirko
1
-1
/
+1
2017-08-16
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-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-8
/
+24
2017-08-15
net_sched: remove warning from qdisc_hash_add
Konstantin Khlebnikov
1
-3
/
+0
2017-08-15
net_sched/sfq: update hierarchical backlog when drop packet
Konstantin Khlebnikov
1
-1
/
+4
2017-08-15
net_sched: reset pointers to tcf blocks in classful qdiscs' destructors
Konstantin Khlebnikov
4
-4
/
+12
2017-08-11
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-09
net: sched: set xt_tgchk_param par.nft_compat as 0 in ipt_init_target
Xin Long
1
-1
/
+1
2017-08-09
rtnetlink: make rtnl_register accept a flags parameter
Florian Westphal
3
-12
/
+12
2017-08-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-10
/
+10
2017-08-08
net: sched: set xt_tgchk_param par.net properly in ipt_init_target
Xin Long
1
-10
/
+10
2017-08-08
net_sched: get rid of some forward declarations
WANG Cong
1
-111
/
+103
2017-08-07
net_sched: use void pointer for filter handle
WANG Cong
12
-146
/
+136
2017-08-07
net_sched: refactor notification code for RTM_DELTFILTER
WANG Cong
1
-5
/
+39
2017-08-07
net: sched: get rid of struct tc_to_netdev
Jiri Pirko
5
-112
/
+86
2017-08-07
net: sched: move prio into cls_common
Jiri Pirko
1
-3
/
+0
2017-08-07
net: sched: push cls related args into cls_common structure
Jiri Pirko
5
-32
/
+22
2017-08-07
net: sched: make egress_dev flag part of flower offload struct
Jiri Pirko
1
-1
/
+1
2017-08-07
net: sched: rename TC_SETUP_MATCHALL to TC_SETUP_CLSMATCHALL
Jiri Pirko
1
-2
/
+2
[next]