index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sched
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-17
net_sched: close another race condition in tcf_mirred_release()
WANG Cong
1
-2
/
+3
2016-05-16
fq_codel: fix memory limitation drift
Eric Dumazet
1
-1
/
+2
2016-05-16
net/sched: cls_flower: Hardware offloaded filters statistics support
Amir Vadai
1
-0
/
+21
2016-05-16
net/sched: act_gact: Update statistics when offloaded to hardware
Amir Vadai
1
-0
/
+15
2016-05-16
net: cls_u32: Add support for skip-sw flag to tc u32 classifier.
Samudrala, Sridhar
1
-9
/
+36
2016-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-36
/
+74
2016-05-10
net sched: ife action fix late binding
Jamal Hadi Salim
1
-4
/
+10
2016-05-10
net sched: skbedit action fix late binding
Jamal Hadi Salim
1
-7
/
+11
2016-05-10
net sched: simple action fix late binding
Jamal Hadi Salim
1
-6
/
+12
2016-05-10
net sched: mirred action fix late binding
Jamal Hadi Salim
1
-6
/
+13
2016-05-10
net sched: ipt action fix late binding
Jamal Hadi Salim
1
-7
/
+12
2016-05-10
net sched: vlan action fix late binding
Jamal Hadi Salim
1
-6
/
+16
2016-05-08
fq_codel: add memory limitation per queue
Eric Dumazet
1
-3
/
+24
2016-05-06
bpf: wire in data and data_end for cls_act_bpf
Alexei Starovoitov
2
-0
/
+4
2016-05-04
net: remove dev->trans_start
Florian Westphal
1
-7
/
+3
2016-05-04
treewide: replace dev->trans_start update with helper
Florian Westphal
1
-1
/
+1
2016-05-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+59
2016-05-03
fq_codel: add batch ability to fq_codel_drop()
Eric Dumazet
1
-19
/
+45
2016-05-03
netem: Segment GSO packets on enqueue
Neil Horman
1
-2
/
+59
2016-04-26
net: remove NETDEV_TX_LOCKED support
Florian Westphal
1
-32
/
+0
2016-04-26
sched: align nlattr properly when needed
Nicolas Dichtel
15
-19
/
+27
2016-04-25
codel: split into multiple files
Michal Kazior
2
-0
/
+4
2016-04-25
codel: generalize the implementation
Michal Kazior
2
-7
/
+32
2016-04-25
sched: use nla_put_u64_64bit()
Nicolas Dichtel
3
-5
/
+10
2016-04-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+4
2016-04-14
net: sched: do not requeue a NULL skb
Lars Persson
1
-1
/
+4
2016-04-14
qdisc: constify meta_type_ops structures
Julia Lawall
1
-4
/
+4
2016-03-18
cls_bpf: reset class and reuse major in da
Daniel Borkmann
1
-5
/
+8
2016-03-11
net/flower: Fix pointer cast
Amir Vadai
1
-6
/
+6
2016-03-10
net/flower: Introduce hardware offload support
Amir Vadai
1
-1
/
+63
2016-03-08
net_sched: dsmark: use qdisc_dequeue_peeked()
Kyeong Yoo
1
-1
/
+1
2016-03-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2016-03-06
net: sched: fix act_ipt for LOG target
Phil Sutter
1
-0
/
+2
2016-03-06
act_ife: fix a typo in kmemdup() parameters
WANG Cong
1
-2
/
+2
2016-03-03
net: sched: use pfifo_fast for non real queues
Eric Dumazet
3
-2
/
+4
2016-03-01
sch_mqprio: Fix build with older gcc.
David S. Miller
1
-1
/
+1
2016-03-01
net: remove skb_sender_cpu_clear()
WANG Cong
1
-1
/
+0
2016-03-01
Support to encoding decoding skb prio on IFE action
Jamal Hadi Salim
3
-0
/
+82
2016-03-01
Support to encoding decoding skb mark on IFE action
Jamal Hadi Salim
3
-0
/
+85
2016-03-01
introduce IFE action
Jamal Hadi Salim
3
-0
/
+883
2016-03-01
net: sched: cls_u32 add bit to specify software only rules
John Fastabend
1
-10
/
+27
2016-03-01
net: sched: consolidate offload decision in cls_u32
John Fastabend
1
-4
/
+4
2016-02-29
sch_dsmark: update backlog as well
WANG Cong
1
-0
/
+3
2016-02-29
sch_htb: update backlog as well
WANG Cong
1
-1
/
+4
2016-02-29
net_sched: update hierarchical backlog too
WANG Cong
19
-47
/
+84
2016-02-29
net_sched: introduce qdisc_replace() helper
WANG Cong
12
-78
/
+12
2016-02-25
net_sched: add network namespace support for tc actions
WANG Cong
13
-138
/
+699
2016-02-25
net_sched: prepare tcf_hashinfo_destroy() for netns support
WANG Cong
1
-3
/
+29
2016-02-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2016-02-21
bpf: try harder on clones when writing into skb
Daniel Borkmann
2
-19
/
+7
[next]