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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: refactor bpf_prog_get and type check into helper
Daniel Borkmann
2016-07-01
2
-12
/
+2
*
net/sched/sch_hfsc.c: anchor virtual curve at proper vt in hfsc_change_fsc()
Michal Soltys
2016-07-01
1
-1
/
+1
*
net/sched/sch_hfsc.c: go passive after vt update
Michal Soltys
2016-07-01
1
-16
/
+15
*
net/sched/sch_hfsc.c: remove leftover dlist and droplist
Michal Soltys
2016-07-01
1
-8
/
+0
*
net/sched/sch_hfsc.c: add unlikely() in qdisc_peek_len()
Michal Soltys
2016-07-01
1
-1
/
+1
*
net/sched/sch_hfsc.c: handle corner cases where head may change invalidating ...
Michal Soltys
2016-07-01
1
-1
/
+10
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-06-30
7
-74
/
+73
|
\
|
*
netem: fix a use after free
Eric Dumazet
2016-06-23
1
-6
/
+6
|
*
act_ife: acquire ife_mod_lock before reading ifeoplist
WANG Cong
2016-06-23
1
-6
/
+8
|
*
act_ife: only acquire tcf_lock for existing actions
WANG Cong
2016-06-23
1
-24
/
+31
|
*
htb: call qdisc_root with rcu read lock held
Florian Westphal
2016-06-15
1
-0
/
+2
|
*
net sched actions: bug fix dumping actions directly didnt produce NLMSG_DONE
Jamal Hadi Salim
2016-06-15
1
-1
/
+1
|
*
act_ipt: fix a bind refcnt leak
WANG Cong
2016-06-15
1
-2
/
+5
|
*
net_sched: prio: insure proper transactional behavior
Eric Dumazet
2016-06-15
1
-34
/
+23
|
*
net_sched: fix pfifo_head_drop behavior vs backlog
Eric Dumazet
2016-06-14
1
-0
/
+4
|
*
net_sched: prio: properly report out of memory errors
Eric Dumazet
2016-06-12
1
-20
/
+12
*
|
net_sched: netem: do not call qdisc_drop() with a NULL skb
Eric Dumazet
2016-06-29
1
-4
/
+8
*
|
net_sched: generalize bulk dequeue
Eric Dumazet
2016-06-25
1
-10
/
+58
*
|
net_sched: sch_htb: export class backlog in dumps
Eric Dumazet
2016-06-25
1
-4
/
+10
*
|
net_sched: fq_codel: cache skb->truesize into skb->cb
Eric Dumazet
2016-06-25
1
-3
/
+4
*
|
net_sched: drop packets after root qdisc lock is released
Eric Dumazet
2016-06-25
26
-101
/
+135
*
|
net, cls: also reject deleting all filters when TCA_KIND present
Daniel Borkmann
2016-06-16
1
-1
/
+1
*
|
net_sched: sch_fq: defer skb freeing
Eric Dumazet
2016-06-15
1
-1
/
+1
*
|
net_sched: sch_pie: defer skb freeing
Eric Dumazet
2016-06-15
1
-1
/
+1
*
|
net_sched: sch_netem: defer skb freeing
Eric Dumazet
2016-06-15
1
-3
/
+1
*
|
net_sched: sch_htb: defer skb freeing
Eric Dumazet
2016-06-15
1
-2
/
+2
*
|
net_sched: sch_hhf: defer skb freeing
Eric Dumazet
2016-06-15
1
-2
/
+2
*
|
net_sched: fq_codel: defer skb freeing
Eric Dumazet
2016-06-15
1
-8
/
+9
*
|
net_sched: sch_fq: defer skb freeing
Eric Dumazet
2016-06-15
1
-6
/
+13
*
|
net_sched: sch_codel: defer skb freeing in codel_change()
Eric Dumazet
2016-06-15
1
-1
/
+1
*
|
net_sched: sch_choke: defer skb freeing
Eric Dumazet
2016-06-15
1
-4
/
+4
*
|
net_sched: add the ability to defer skb freeing
Eric Dumazet
2016-06-15
1
-1
/
+1
*
|
net_sched: make tcf_hash_check() boolean
WANG Cong
2016-06-15
7
-11
/
+16
*
|
act_police: rename tcf_act_police_locate() to tcf_act_police_init()
WANG Cong
2016-06-15
1
-4
/
+4
*
|
net_sched: remove internal use of TC_POLICE_*
WANG Cong
2016-06-15
2
-3
/
+3
*
|
net/sched: flower: Return error when hw can't offload and skip_sw is set
Amir Vadai
2016-06-14
1
-17
/
+25
*
|
sched: remove NET_XMIT_POLICED
Florian Westphal
2016-06-12
2
-3
/
+1
*
|
net_sched: remove generic throttled management
Eric Dumazet
2016-06-10
7
-17
/
+4
*
|
net_sched: netem: remove qdisc_is_throttled() use
Eric Dumazet
2016-06-10
1
-3
/
+0
*
|
net_sched: cbq: remove a flaky use of qdisc_is_throttled()
Eric Dumazet
2016-06-10
1
-1
/
+1
*
|
net_sched: sch_plug: use a private throttled status
Eric Dumazet
2016-06-10
1
-6
/
+8
*
|
net, cls: allow for deleting all filters for given parent
Daniel Borkmann
2016-06-10
1
-4
/
+33
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-06-10
12
-75
/
+106
|
\
|
|
*
qfq: don't leak skb if kzalloc fails
Florian Westphal
2016-06-08
1
-2
/
+4
|
*
net: cls_u32: be more strict about skip-sw flag for knodes
Jakub Kicinski
2016-06-08
1
-18
/
+19
|
*
net: cls_u32: catch all hardware offload errors
Jakub Kicinski
2016-06-08
1
-1
/
+7
|
*
net: sched: fix tc_should_offload for specific clsact classes
Daniel Borkmann
2016-06-07
3
-7
/
+19
|
*
act_police: fix a crash during removal
WANG Cong
2016-06-07
1
-22
/
+11
|
*
fq_codel: return non zero qlen in class dumps
Eric Dumazet
2016-06-07
1
-1
/
+1
|
*
net: cls_u32: be more strict about skip-sw flag
Jakub Kicinski
2016-06-07
1
-10
/
+11
[next]