index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sched
/
sch_taprio.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-20
taprio: don't reject same mqprio settings
Ivan Khoronzhuk
1
-2
/
+26
2019-11-06
taprio: fix panic while hw offload sched list swap
Ivan Khoronzhuk
1
-2
/
+3
2019-10-22
net: sched: taprio: fix -Wmissing-prototypes warnings
Yi Wang
1
-1
/
+1
2019-10-10
net: taprio: Fix returning EINVAL when configuring without flags
Vinicius Costa Gomes
1
-0
/
+4
2019-10-01
net: sched: taprio: Avoid division by zero on invalid link speed
Vladimir Oltean
1
-1
/
+1
2019-10-01
net: sched: taprio: Fix potential integer overflow in taprio_set_picos_per_byte
Vladimir Oltean
1
-2
/
+1
2019-09-16
taprio: Add support for hardware offloading
Vinicius Costa Gomes
1
-43
/
+366
2019-09-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-14
/
+17
2019-09-01
taprio: Set default link speed to 10 Mbps in taprio_set_picos_per_byte
Vladimir Oltean
1
-10
/
+13
2019-09-01
taprio: Fix kernel panic in taprio_destroy
Vladimir Oltean
1
-4
/
+4
2019-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+2
2019-08-09
taprio: remove unused variable 'entry_list_policy'
YueHaibing
1
-4
/
+0
2019-08-09
net: sched: sch_taprio: fix memleak in error path for sched list parse
Ivan Khoronzhuk
1
-1
/
+2
2019-07-17
fix: taprio: Change type of txtime-delay parameter to u32
Vedang Patel
1
-3
/
+3
2019-06-29
taprio: Adjust timestamps for TCP packets
Vedang Patel
1
-1
/
+40
2019-06-29
taprio: make clock reference conversions easier
Vedang Patel
1
-8
/
+22
2019-06-29
taprio: Add support for txtime-assist mode
Vedang Patel
1
-17
/
+324
2019-06-29
taprio: Remove inline directive
Vedang Patel
1
-1
/
+1
2019-06-29
taprio: calculate cycle_time when schedule is installed
Vedang Patel
1
-18
/
+11
2019-05-07
taprio: add null check on sched_nest to avoid potential null pointer dereference
Colin Ian King
1
-0
/
+2
2019-05-01
taprio: Add support for cycle-time-extension
Vinicius Costa Gomes
1
-6
/
+29
2019-05-01
taprio: Add support for setting the cycle-time manually
Vinicius Costa Gomes
1
-8
/
+51
2019-05-01
taprio: Add support adding an admin schedule
Vinicius Costa Gomes
1
-193
/
+318
2019-05-01
taprio: Fix potencial use of invalid memory during dequeue()
Vinicius Costa Gomes
1
-6
/
+8
2019-04-28
netlink: make validation more configurable for future strictness
Johannes Berg
1
-9
/
+10
2019-04-28
netlink: make nla_nest_start() add NLA_F_NESTED flag
Michal Kubecek
1
-3
/
+4
2019-04-24
net: sched: taprio: Fix taprio_dequeue()
Andre Guedes
1
-2
/
+2
2019-04-24
net: sched: taprio: Fix taprio_peek()
Andre Guedes
1
-2
/
+2
2019-04-24
net: sched: taprio: Remove should_restart_cycle()
Andre Guedes
1
-9
/
+1
2019-04-24
net: sched: taprio: Refactor taprio_get_start_time()
Andre Guedes
1
-14
/
+23
2019-04-24
net: sched: taprio: Remove pointless variable assigment
Andre Guedes
1
-1
/
+0
2019-04-19
net/sched: taprio: fix build without 64bit div
Jakub Kicinski
1
-6
/
+11
2019-04-11
net/sched: taprio: fix picos_per_byte miscalculation
Leandro Dorileo
1
-16
/
+81
2019-04-02
net: sched: introduce and use qstats read helpers
Paolo Abeni
1
-1
/
+1
2018-10-04
tc: Add support for configuring the taprio scheduler
Vinicius Costa Gomes
1
-0
/
+962