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
2019-10-30
net: sched: update action implementations to support flags
Vlad Buslov
20
-26
/
+47
2019-10-30
net: sched: extend TCA_ACT space with TCA_ACT_FLAGS
Vlad Buslov
20
-25
/
+38
2019-10-30
net: sched: modify stats helper functions to support regular stats
Vlad Buslov
1
-5
/
+14
2019-10-30
net: sched: don't expose action qstats to skb_tc_reinsert()
Vlad Buslov
1
-2
/
+2
2019-10-30
net: sched: extract qstats update code into functions
Vlad Buslov
5
-5
/
+5
2019-10-30
net: sched: extract bstats update code into function
Vlad Buslov
6
-6
/
+6
2019-10-30
net: sched: extract common action counters update code into function
Vlad Buslov
6
-26
/
+19
2019-10-25
net: sch_generic: Use pfifo_fast as fallback scheduler for CAN hardware
Vincent Prince
1
-0
/
+2
2019-10-22
fq_codel: do not include <linux/jhash.h>
Eric Dumazet
1
-1
/
+0
2019-10-21
net/sched: act_police: re-use tcf_tm_dump()
Davide Caratti
1
-4
/
+1
2019-10-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
9
-26
/
+75
2019-10-19
net: netem: correct the parent's backlog when corrupted packet was dropped
Jakub Kicinski
1
-0
/
+2
2019-10-19
net: netem: fix error path for corrupted GSO frames
Jakub Kicinski
1
-3
/
+6
2019-10-17
net: sched: Avoid using yield() in a busy waiting loop
Marc Kleine-Budde
1
-2
/
+7
2019-10-15
sched: etf: Fix ordering of packets with same txtime
Vinicius Costa Gomes
1
-1
/
+1
2019-10-15
net: avoid potential infinite loop in tc_ctl_action()
Eric Dumazet
1
-6
/
+8
2019-10-15
net_sched: sch_fq: remove one obsolete check in fq_dequeue()
Eric Dumazet
1
-2
/
+1
2019-10-15
net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actions
Davide Caratti
1
-4
/
+8
2019-10-13
tcp: annotate sk->sk_wmem_queued lockless reads
Eric Dumazet
1
-1
/
+1
2019-10-09
net: annotate sk->sk_rcvlowat lockless reads
Eric Dumazet
1
-1
/
+1
2019-10-09
act_mirred: Fix mirred_init_module error handling
YueHaibing
1
-1
/
+5
2019-10-09
net: taprio: Fix returning EINVAL when configuring without flags
Vinicius Costa Gomes
1
-0
/
+4
2019-10-08
net_sched: fix backward compatibility for TCA_ACT_KIND
Cong Wang
1
-4
/
+5
2019-10-08
net_sched: fix backward compatibility for TCA_KIND
Cong Wang
2
-5
/
+34
2019-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
4
-18
/
+34
2019-10-04
sch_dsmark: fix potential NULL deref in dsmark_init()
Eric Dumazet
1
-0
/
+2
2019-10-02
net_sched: remove need_resched() from qdisc_run()
Eric Dumazet
1
-6
/
+1
2019-10-01
net: sched: cbs: Avoid division by zero when calculating the port rate
Vladimir Oltean
1
-1
/
+1
2019-10-01
net: sched: taprio: Avoid division by zero on invalid link speed
Vladimir Oltean
1
-1
/
+1
2019-09-30
net: sched: taprio: Fix potential integer overflow in taprio_set_picos_per_byte
Vladimir Oltean
1
-2
/
+1
2019-09-30
sch_cbq: validate TCA_CBQ_WRROPT to avoid crash
Eric Dumazet
1
-14
/
+29
2019-09-27
net/sched: Set default of CONFIG_NET_TC_SKB_EXT to N
Paul Blakey
1
-1
/
+0
2019-09-27
net: sched: sch_sfb: don't call qdisc_put() while holding tree lock
Vlad Buslov
1
-3
/
+4
2019-09-27
net: sched: multiq: don't call qdisc_put() while holding tree lock
Vlad Buslov
1
-7
/
+16
2019-09-27
net: sched: sch_htb: don't call qdisc_put() while holding tree lock
Vlad Buslov
1
-1
/
+3
2019-09-27
sch_netem: fix rcu splat in netem_enqueue()
Eric Dumazet
1
-1
/
+1
2019-09-26
net/sched: cbs: Fix not adding cbs instance to list
Vinicius Costa Gomes
1
-17
/
+13
2019-09-26
net: Fix Kconfig indentation
Krzysztof Kozlowski
1
-72
/
+72
2019-09-24
net: sched: fix possible crash in tcf_action_destroy()
Eric Dumazet
1
-2
/
+4
2019-09-21
net_sched: add policy validation for action attributes
Cong Wang
1
-16
/
+18
2019-09-21
net_sched: add max len check for TCA_KIND
Cong Wang
1
-1
/
+2
2019-09-20
sch_netem: fix a divide by zero in tabledist()
Eric Dumazet
1
-1
/
+1
2019-09-20
net/sched: act_sample: don't push mac header on ip6gre ingress
Davide Caratti
1
-0
/
+1
2019-09-17
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+3
2019-09-16
taprio: Add support for hardware offloading
Vinicius Costa Gomes
1
-43
/
+366
2019-09-16
net: sched: use get_dev() action API in flow_action infra
Vlad Buslov
2
-18
/
+16
2019-09-16
net: sched: take reference to psample group in flow_action infra
Vlad Buslov
2
-2
/
+38
2019-09-16
net: sched: extend flow_action_entry with destructor
Vlad Buslov
1
-32
/
+45
2019-09-15
net_sched: let qdisc_put() accept NULL pointer
Cong Wang
1
-0
/
+3
2019-09-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
3
-3
/
+10
[next]