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
*
net/sched: actions: remove unused 'order'
Davide Caratti
2019-11-12
1
-1
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-11-09
2
-6
/
+82
|
\
|
*
net: sched: prevent duplicate flower rules from tcf_proto destroy race
John Hurley
2019-11-05
1
-4
/
+79
|
*
taprio: fix panic while hw offload sched list swap
Ivan Khoronzhuk
2019-11-05
1
-2
/
+3
*
|
net/sched: annotate lockless accesses to qdisc->empty
Eric Dumazet
2019-11-08
1
-1
/
+1
*
|
net: annotate lockless accesses to sk->sk_max_ack_backlog
Eric Dumazet
2019-11-06
1
-1
/
+1
*
|
net: annotate lockless accesses to sk->sk_ack_backlog
Eric Dumazet
2019-11-06
1
-1
/
+1
*
|
net_sched: add TCA_STATS_PKT64 attribute
Eric Dumazet
2019-11-05
1
-0
/
+2
*
|
net_sched: extend packet counter to 64bit
Eric Dumazet
2019-11-05
1
-1
/
+1
*
|
icmp: remove duplicate code
Matteo Croce
2019-11-05
1
-3
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-11-02
6
-30
/
+32
|
\
|
|
*
net: cls_bpf: fix NULL deref on offload filter removal
Jakub Kicinski
2019-11-01
1
-2
/
+6
|
*
net: sch_generic: Use pfifo_fast as fallback scheduler for CAN hardware
Vincent Prince
2019-10-25
1
-0
/
+2
|
*
net: core: add generic lockdep keys
Taehee Yoo
2019-10-24
1
-11
/
+6
|
*
net/flow_dissector: switch to siphash
Eric Dumazet
2019-10-23
3
-16
/
+19
|
*
net: sched: taprio: fix -Wmissing-prototypes warnings
Yi Wang
2019-10-22
1
-1
/
+1
*
|
net: sched: update action implementations to support flags
Vlad Buslov
2019-10-30
20
-26
/
+47
*
|
net: sched: extend TCA_ACT space with TCA_ACT_FLAGS
Vlad Buslov
2019-10-30
20
-25
/
+38
*
|
net: sched: modify stats helper functions to support regular stats
Vlad Buslov
2019-10-30
1
-5
/
+14
*
|
net: sched: don't expose action qstats to skb_tc_reinsert()
Vlad Buslov
2019-10-30
1
-2
/
+2
*
|
net: sched: extract qstats update code into functions
Vlad Buslov
2019-10-30
5
-5
/
+5
*
|
net: sched: extract bstats update code into function
Vlad Buslov
2019-10-30
6
-6
/
+6
*
|
net: sched: extract common action counters update code into function
Vlad Buslov
2019-10-30
6
-26
/
+19
*
|
net: sch_generic: Use pfifo_fast as fallback scheduler for CAN hardware
Vincent Prince
2019-10-25
1
-0
/
+2
*
|
fq_codel: do not include <linux/jhash.h>
Eric Dumazet
2019-10-22
1
-1
/
+0
*
|
net/sched: act_police: re-use tcf_tm_dump()
Davide Caratti
2019-10-21
1
-4
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-10-20
9
-26
/
+75
|
\
|
|
*
net: netem: correct the parent's backlog when corrupted packet was dropped
Jakub Kicinski
2019-10-19
1
-0
/
+2
|
*
net: netem: fix error path for corrupted GSO frames
Jakub Kicinski
2019-10-19
1
-3
/
+6
|
*
sched: etf: Fix ordering of packets with same txtime
Vinicius Costa Gomes
2019-10-15
1
-1
/
+1
|
*
net: avoid potential infinite loop in tc_ctl_action()
Eric Dumazet
2019-10-15
1
-6
/
+8
|
*
net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actions
Davide Caratti
2019-10-15
1
-4
/
+8
|
*
tcp: annotate sk->sk_wmem_queued lockless reads
Eric Dumazet
2019-10-13
1
-1
/
+1
|
*
net: annotate sk->sk_rcvlowat lockless reads
Eric Dumazet
2019-10-09
1
-1
/
+1
|
*
act_mirred: Fix mirred_init_module error handling
YueHaibing
2019-10-09
1
-1
/
+5
|
*
net: taprio: Fix returning EINVAL when configuring without flags
Vinicius Costa Gomes
2019-10-09
1
-0
/
+4
|
*
net_sched: fix backward compatibility for TCA_ACT_KIND
Cong Wang
2019-10-08
1
-4
/
+5
|
*
net_sched: fix backward compatibility for TCA_KIND
Cong Wang
2019-10-08
2
-5
/
+34
*
|
net: sched: Avoid using yield() in a busy waiting loop
Marc Kleine-Budde
2019-10-17
1
-2
/
+7
*
|
net_sched: sch_fq: remove one obsolete check in fq_dequeue()
Eric Dumazet
2019-10-15
1
-2
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-10-05
4
-18
/
+34
|
\
|
|
*
sch_dsmark: fix potential NULL deref in dsmark_init()
Eric Dumazet
2019-10-04
1
-0
/
+2
|
*
net: sched: cbs: Avoid division by zero when calculating the port rate
Vladimir Oltean
2019-10-01
1
-1
/
+1
|
*
net: sched: taprio: Avoid division by zero on invalid link speed
Vladimir Oltean
2019-10-01
1
-1
/
+1
|
*
net: sched: taprio: Fix potential integer overflow in taprio_set_picos_per_byte
Vladimir Oltean
2019-09-30
1
-2
/
+1
|
*
sch_cbq: validate TCA_CBQ_WRROPT to avoid crash
Eric Dumazet
2019-09-30
1
-14
/
+29
*
|
net_sched: remove need_resched() from qdisc_run()
Eric Dumazet
2019-10-02
1
-6
/
+1
|
/
*
net/sched: Set default of CONFIG_NET_TC_SKB_EXT to N
Paul Blakey
2019-09-27
1
-1
/
+0
*
net: sched: sch_sfb: don't call qdisc_put() while holding tree lock
Vlad Buslov
2019-09-27
1
-3
/
+4
*
net: sched: multiq: don't call qdisc_put() while holding tree lock
Vlad Buslov
2019-09-27
1
-7
/
+16
[next]