index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sched
/
sch_taprio.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix: taprio: Change type of txtime-delay parameter to u32
Vedang Patel
2019-07-16
1
-3
/
+3
*
taprio: Adjust timestamps for TCP packets
Vedang Patel
2019-06-28
1
-1
/
+40
*
taprio: make clock reference conversions easier
Vedang Patel
2019-06-28
1
-8
/
+22
*
taprio: Add support for txtime-assist mode
Vedang Patel
2019-06-28
1
-17
/
+324
*
taprio: Remove inline directive
Vedang Patel
2019-06-28
1
-1
/
+1
*
taprio: calculate cycle_time when schedule is installed
Vedang Patel
2019-06-28
1
-18
/
+11
*
taprio: add null check on sched_nest to avoid potential null pointer dereference
Colin Ian King
2019-05-07
1
-0
/
+2
*
taprio: Add support for cycle-time-extension
Vinicius Costa Gomes
2019-05-01
1
-6
/
+29
*
taprio: Add support for setting the cycle-time manually
Vinicius Costa Gomes
2019-05-01
1
-8
/
+51
*
taprio: Add support adding an admin schedule
Vinicius Costa Gomes
2019-05-01
1
-193
/
+318
*
taprio: Fix potencial use of invalid memory during dequeue()
Vinicius Costa Gomes
2019-05-01
1
-6
/
+8
*
netlink: make validation more configurable for future strictness
Johannes Berg
2019-04-27
1
-9
/
+10
*
netlink: make nla_nest_start() add NLA_F_NESTED flag
Michal Kubecek
2019-04-27
1
-3
/
+4
*
net: sched: taprio: Fix taprio_dequeue()
Andre Guedes
2019-04-24
1
-2
/
+2
*
net: sched: taprio: Fix taprio_peek()
Andre Guedes
2019-04-24
1
-2
/
+2
*
net: sched: taprio: Remove should_restart_cycle()
Andre Guedes
2019-04-24
1
-9
/
+1
*
net: sched: taprio: Refactor taprio_get_start_time()
Andre Guedes
2019-04-24
1
-14
/
+23
*
net: sched: taprio: Remove pointless variable assigment
Andre Guedes
2019-04-24
1
-1
/
+0
*
net/sched: taprio: fix build without 64bit div
Jakub Kicinski
2019-04-19
1
-6
/
+11
*
net/sched: taprio: fix picos_per_byte miscalculation
Leandro Dorileo
2019-04-11
1
-16
/
+81
*
net: sched: introduce and use qstats read helpers
Paolo Abeni
2019-04-01
1
-1
/
+1
*
tc: Add support for configuring the taprio scheduler
Vinicius Costa Gomes
2018-10-04
1
-0
/
+962