index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sched
/
sch_api.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: sched: introduce ingress/egress block index attributes for qdisc
Jiri Pirko
2018-01-17
1
-0
/
+60
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-17
1
-14
/
+1
|
\
|
*
net, sched: fix panic when updating miniq {b,q}stats
Daniel Borkmann
2018-01-16
1
-14
/
+1
*
|
net: delete /proc THIS_MODULE references
Alexey Dobriyan
2018-01-16
1
-1
/
+0
*
|
net: sched: Move offload check till after dump call
Nogah Frankel
2018-01-02
1
-3
/
+2
*
|
net: sched: don't set extack message in case the qdisc will be created
Jiri Pirko
2017-12-28
1
-3
/
+1
*
|
net: sch: api: add extack support in qdisc_alloc
Alexander Aring
2017-12-21
1
-1
/
+1
*
|
net: sch: api: add extack support in qdisc_get_rtab
Alexander Aring
2017-12-21
1
-2
/
+7
*
|
net: sched: sch: add extack for graft callback
Alexander Aring
2017-12-21
1
-1
/
+2
*
|
net: sched: sch: add extack for block callback
Alexander Aring
2017-12-21
1
-1
/
+1
*
|
net: sched: sch: add extack to change class
Alexander Aring
2017-12-21
1
-1
/
+1
*
|
net: sched: sch: add extack for change qdisc ops
Alexander Aring
2017-12-21
1
-1
/
+1
*
|
net: sched: sch: add extack for init callback
Alexander Aring
2017-12-21
1
-1
/
+1
*
|
net: sched: sch_api: handle generic qdisc errors
Alexander Aring
2017-12-21
1
-43
/
+105
*
|
net: sched: fix coding style issues
Alexander Aring
2017-12-21
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-12-16
1
-0
/
+2
|
\
|
|
*
net: sched: Add TCA_HW_OFFLOAD
Yuval Mintz
2017-12-15
1
-0
/
+2
*
|
net: sched: pfifo_fast use skb_array
John Fastabend
2017-12-08
1
-0
/
+5
*
|
net: sched: helpers to sum qlen and qlen for per cpu logic
John Fastabend
2017-12-08
1
-1
/
+2
*
|
net: sched: sch_api: rearrange init handling
Alexander Aring
2017-12-05
1
-41
/
+47
*
|
net: sched: sch_api: fix code style issues
Alexander Aring
2017-12-05
1
-5
/
+6
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-30
1
-0
/
+2
|
\
|
*
net_sched: avoid matching qdisc with zero handle
Cong Wang
2017-10-29
1
-0
/
+2
*
|
net: sched: use tcf_block_q helper to get q pointer for sch_tree_lock
Jiri Pirko
2017-10-16
1
-2
/
+4
*
|
net_sched: use explicit size of struct tcmsg, remove need to declare tcm
Colin Ian King
2017-09-18
1
-2
/
+1
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-09-01
1
-3
/
+3
|
\
|
*
net_sched: fix a refcount_t issue with noop_qdisc
Eric Dumazet
2017-08-24
1
-3
/
+3
*
|
net_sched: add reverse binding for tc class
Cong Wang
2017-08-31
1
-2
/
+66
*
|
net_sched: remove tc class reference counting
WANG Cong
2017-08-25
1
-13
/
+8
*
|
net_sched: introduce tclass_del_notify()
WANG Cong
2017-08-25
1
-6
/
+33
*
|
net_sched: get rid of more forward declarations
WANG Cong
2017-08-25
1
-179
/
+169
*
|
net: sched: use kvmalloc() for class hash tables
Eric Dumazet
2017-08-22
1
-18
/
+4
*
|
net_sched: call qlen_notify only if child qdisc is empty
Konstantin Khlebnikov
2017-08-16
1
-1
/
+9
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-08-15
1
-3
/
+0
|
\
|
|
*
net_sched: remove warning from qdisc_hash_add
Konstantin Khlebnikov
2017-08-15
1
-3
/
+0
*
|
rtnetlink: make rtnl_register accept a flags parameter
Florian Westphal
2017-08-09
1
-6
/
+6
|
/
*
net, sched: convert Qdisc.refcnt from atomic_t to refcount_t
Reshetova, Elena
2017-07-04
1
-4
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-06-30
1
-1
/
+2
|
\
|
*
net: sched: Fix one possible panic when no destroy callback
Gao Feng
2017-06-29
1
-1
/
+2
*
|
net: sched: introduce tcf block infractructure
Jiri Pirko
2017-05-17
1
-1
/
+1
*
|
net: sched: move tc_classify function to cls_api.c
Jiri Pirko
2017-05-17
1
-48
/
+0
|
/
*
net: sched: optimize class dumps
Eric Dumazet
2017-05-11
1
-0
/
+6
*
net: rtnetlink: plumb extended ack to doit function
David Ahern
2017-04-17
1
-6
/
+9
*
Subject: net: allow configuring default qdisc
stephen hemminger
2017-04-17
1
-0
/
+9
*
netlink: pass extended ACK struct to parsing functions
Johannes Berg
2017-04-13
1
-5
/
+5
*
net: sched: make default fifo qdiscs appear in the dump
Jiri Kosina
2017-03-12
1
-12
/
+30
*
pkt_sched: Remove useless qdisc_stab_lock
Gao Feng
2017-02-17
1
-12
/
+0
*
net_sched: fix error recovery at qdisc creation
Eric Dumazet
2017-02-11
1
-0
/
+2
*
sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_api
Jiri Pirko
2017-02-10
1
-22
/
+0
*
sched: rename tcf_destroy to tcf_destroy_proto
Jiri Pirko
2017-02-10
1
-2
/
+2
[next]