Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8c2f421c1f0fa7768767ecaad497aa676fc9015a
/
net
/
sched
9b15350
qfq: don't leak skb if kzalloc fails
by Florian Westphal
· 8 years ago
201c44b
net: cls_u32: be more strict about skip-sw flag for knodes
by Jakub Kicinski
· 8 years ago
6eef380
net: cls_u32: catch all hardware offload errors
by Jakub Kicinski
· 8 years ago
92c075d
net: sched: fix tc_should_offload for specific clsact classes
by Daniel Borkmann
· 8 years ago
a03e6fe
act_police: fix a crash during removal
by WANG Cong
· 8 years ago
aafddbf
fq_codel: return non zero qlen in class dumps
by Eric Dumazet
· 8 years ago
d47a0f3
net: cls_u32: be more strict about skip-sw flag
by Jakub Kicinski
· 8 years ago
1a0f7d2
net: cls_u32: fix error code for invalid flags
by Jakub Kicinski
· 8 years ago
80e509d
fq_codel: fix NET_XMIT_CN behavior
by Eric Dumazet
· 8 years ago
a27758f
net_sched: keep backlog updated with qlen
by WANG Cong
· 8 years ago
8d5958f
sch_tbf: update backlog as well
by WANG Cong
· 8 years ago
d7f4f33
sch_red: update backlog as well
by WANG Cong
· 8 years ago
6a73b57
sch_drr: update backlog as well
by WANG Cong
· 8 years ago
6529d75
sch_prio: update backlog as well
by WANG Cong
· 8 years ago
357cc9b
sch_hfsc: always keep backlog updated
by WANG Cong
· 8 years ago
3d3ed18
net sched actions: policer missing timestamp processing
by Jamal Hadi Salim
· 8 years ago
a9efad8
net_sched: avoid too many hrtimer_start() calls
by Eric Dumazet
· 8 years ago
dc327f8
net_sched: close another race condition in tcf_mirred_release()
by WANG Cong
· 8 years ago
77f5776
fq_codel: fix memory limitation drift
by Eric Dumazet
· 8 years ago
10cbc68
net/sched: cls_flower: Hardware offloaded filters statistics support
by Amir Vadai
· 9 years ago
9fea47d
net/sched: act_gact: Update statistics when offloaded to hardware
by Amir Vadai
· 9 years ago
d34e3e1
net: cls_u32: Add support for skip-sw flag to tc u32 classifier.
by Samudrala, Sridhar
· 9 years ago
909b27f7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
4e8c861
net sched: ife action fix late binding
by Jamal Hadi Salim
· 9 years ago
5e1567a
net sched: skbedit action fix late binding
by Jamal Hadi Salim
· 9 years ago
0e5538a
net sched: simple action fix late binding
by Jamal Hadi Salim
· 9 years ago
87dfbdc
net sched: mirred action fix late binding
by Jamal Hadi Salim
· 9 years ago
a57f19d
net sched: ipt action fix late binding
by Jamal Hadi Salim
· 9 years ago
5026c9b
net sched: vlan action fix late binding
by Jamal Hadi Salim
· 9 years ago
95b5843
fq_codel: add memory limitation per queue
by Eric Dumazet
· 9 years ago
db58ba4
bpf: wire in data and data_end for cls_act_bpf
by Alexei Starovoitov
· 9 years ago
9b36627
net: remove dev->trans_start
by Florian Westphal
· 9 years ago
860e953
treewide: replace dev->trans_start update with helper
by Florian Westphal
· 9 years ago
cba65321
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
9d18562
fq_codel: add batch ability to fq_codel_drop()
by Eric Dumazet
· 9 years ago
6071bd1
netem: Segment GSO packets on enqueue
by Neil Horman
· 9 years ago
f0cdf76
net: remove NETDEV_TX_LOCKED support
by Florian Westphal
· 9 years ago
9854518
sched: align nlattr properly when needed
by Nicolas Dichtel
· 9 years ago
d068ca2
codel: split into multiple files
by Michal Kazior
· 9 years ago
79bdc4c
codel: generalize the implementation
by Michal Kazior
· 9 years ago
2a51c1e
sched: use nla_put_u64_64bit()
by Nicolas Dichtel
· 9 years ago
1602f49
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
3dcd493fb
net: sched: do not requeue a NULL skb
by Lars Persson
· 9 years ago
cfe2f14
qdisc: constify meta_type_ops structures
by Julia Lawall
· 9 years ago
3a461da
cls_bpf: reset class and reuse major in da
by Daniel Borkmann
· 9 years ago
8208d21
net/flower: Fix pointer cast
by Amir Vadai
· 9 years ago
5b33f48
net/flower: Introduce hardware offload support
by Amir Vadai
· 9 years ago
f8b33d8
net_sched: dsmark: use qdisc_dequeue_peeked()
by Kyeong Yoo
· 9 years ago
810813c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
44ef548
net: sched: fix act_ipt for LOG target
by Phil Sutter
· 9 years ago
d1491fa
act_ife: fix a typo in kmemdup() parameters
by WANG Cong
· 9 years ago
1f27cde
net: sched: use pfifo_fast for non real queues
by Eric Dumazet
· 9 years ago
241deec
sch_mqprio: Fix build with older gcc.
by David S. Miller
· 9 years ago
64d4e34
net: remove skb_sender_cpu_clear()
by WANG Cong
· 9 years ago
200e10f
Support to encoding decoding skb prio on IFE action
by Jamal Hadi Salim
· 9 years ago
084e2f6
Support to encoding decoding skb mark on IFE action
by Jamal Hadi Salim
· 9 years ago
ef6980b
introduce IFE action
by Jamal Hadi Salim
· 9 years ago
9e8ce79
net: sched: cls_u32 add bit to specify software only rules
by John Fastabend
· 9 years ago
6843e7a
net: sched: consolidate offload decision in cls_u32
by John Fastabend
· 9 years ago
bdf1766
sch_dsmark: update backlog as well
by WANG Cong
· 9 years ago
431e3a8
sch_htb: update backlog as well
by WANG Cong
· 9 years ago
2ccccf5
net_sched: update hierarchical backlog too
by WANG Cong
· 9 years ago
86a7996
net_sched: introduce qdisc_replace() helper
by WANG Cong
· 9 years ago
ddf97cc
net_sched: add network namespace support for tc actions
by WANG Cong
· 9 years ago
1d4150c
net_sched: prepare tcf_hashinfo_destroy() for netns support
by WANG Cong
· 9 years ago
b633353
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
3697649
bpf: try harder on clones when writing into skb
by Daniel Borkmann
· 9 years ago
7e6e18f
net_sched: Improve readability of filter processing
by Jamal Hadi Salim
· 9 years ago
619fe32
net_sched fix: reclassification needs to consider ether protocol changes
by Jamal Hadi Salim
· 9 years ago
a1b7c5f
net: sched: add cls_u32 offload hooks for netdevs
by John Fastabend
· 9 years ago
16e5cc6
net: rework setup_tc ndo op to consume general tc operand
by John Fastabend
· 9 years ago
e4c6734
net: rework ndo tc op to consume additional qdisc handle parameter
by John Fastabend
· 9 years ago
df3eb6c
net_sched: drr: check for NULL pointer in drr_dequeue
by Bernie Harris
· 9 years ago
9d367ed
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
66530bd
sched,cls_flower: set key address type when present
by Jamal Hadi Salim
· 9 years ago
1f211a1
net, sched: add clsact qdisc
by Daniel Borkmann
· 9 years ago
fdc5432
net, sched: add skb_at_tc_ingress helper
by Daniel Borkmann
· 9 years ago
73c20a8
net: sched: fix missing free per cpu on qstats
by John Fastabend
· 9 years ago
225734d
net_sched: make qdisc_tree_decrease_qlen() work for non mq
by Eric Dumazet
· 9 years ago
4eaf3b8
net_sched: fix qdisc_tree_decrease_qlen() races
by Eric Dumazet
· 9 years ago
02a56c8
net_sched: em_meta: use skb_to_full_sk() helper
by Eric Dumazet
· 9 years ago
743b2a6
sched: cls_flow: use skb_to_full_sk() helper
by Eric Dumazet
· 9 years ago
2a4f417
net: sched: kill dead code in sch_choke.c
by Phil Sutter
· 9 years ago
26440c8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
e446f9d
net: synack packets can be attached to request sockets
by Eric Dumazet
· 9 years ago
6ac644a
sch_hhf: fix return value of hhf_drop()
by WANG Cong
· 9 years ago
075640e
net/sched: make sch_blackhole.c explicitly non-modular
by Paul Gortmaker
· 9 years ago
d40496a
act_mirred: clear sender cpu before sending to tx
by WANG Cong
· 9 years ago
215c90a
act_mirred: always release tcf hash
by WANG Cong
· 9 years ago
6bd00b8
act_mirred: fix a race condition on mirred_list
by WANG Cong
· 9 years ago
c46646d
sched, bpf: add helper for retrieving routing realms
by Daniel Borkmann
· 9 years ago
ca6fb06
tcp: attach SYNACK messages to request sockets instead of listener
by Eric Dumazet
· 9 years ago
4963ed4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
d8aecb1
net: revert "net_sched: move tp->root allocation into fw_init()"
by WANG Cong
· 9 years ago
5cf8ca0
cls_bpf: further limit exec opcodes subset
by Daniel Borkmann
· 9 years ago
ef146fa
cls_bpf: make binding to classid optional
by Daniel Borkmann
· 9 years ago
bf007d1
cls_bpf: also dump TCA_BPF_FLAGS
by Daniel Borkmann
· 9 years ago
a31f1ad
netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tuple
by Eric W. Biederman
· 9 years ago
a4ffe31
act_connmark: Remember the struct net instead of guessing it.
by Eric W. Biederman
· 9 years ago
156c196
netfilter: x_tables: Pass struct net in xt_action_param
by Eric W. Biederman
· 9 years ago
Next »