aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_taprio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-05Revert "net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo child qdiscs"Vladimir Oltean1-5/+3
2022-09-29net/sched: taprio: allow user input of per-tc max SDUVladimir Oltean1-1/+151
2022-09-26net/sched: taprio: simplify list iteration in taprio_dev_notifier()Vladimir Oltean1-9/+4
2022-09-22net/sched: use tc_qdisc_stats_dump() in qdiscZhengchao Shao1-4/+1
2022-09-22net/sched: taprio: remove unnecessary taprio_list_lockVladimir Oltean1-7/+0
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+11
2022-09-20net/sched: taprio: replace safety precautions with commentsVladimir Oltean1-15/+9
2022-09-20net/sched: taprio: add extack messages in taprio_initVladimir Oltean1-2/+6
2022-09-20net/sched: taprio: stop going through private ops for dequeue and peekVladimir Oltean1-46/+12
2022-09-20net/sched: taprio: remove redundant FULL_OFFLOAD_IS_ENABLED check in taprio_enqueueVladimir Oltean1-3/+3
2022-09-20net/sched: taprio: use rtnl_dereference for oper and admin sched in taprio_destroy()Vladimir Oltean1-4/+8
2022-09-20net/sched: taprio: taprio_dump and taprio_change are protected by rtnl_mutexVladimir Oltean1-10/+4
2022-09-20net/sched: taprio: taprio_offload_config_changed() is protected by rtnl_mutexVladimir Oltean1-8/+2
2022-09-20net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo child qdiscsVladimir Oltean1-3/+5
2022-09-20net/sched: taprio: avoid disabling offload when it was never enabledVladimir Oltean1-4/+6
2022-08-25net: sched: delete duplicate cleanup of backlog and qlenZhengchao Shao1-2/+0
2022-06-30time64.h: consolidate uses of PSEC_PER_NSECVladimir Oltean1-2/+3
2022-04-11net/sched: taprio: Check if socket flags are validBenedikt Spranger1-1/+2
2021-11-09net/sched: sch_taprio: fix undefined behavior in ktime_mono_to_anyEric Dumazet1-10/+17
2021-10-18net: sched: Remove Qdisc::running sequence counterAhmed S. Darwish1-1/+1
2021-10-05net/sched: sch_taprio: properly cancel timer from taprio_destroy()Eric Dumazet1-0/+4
2021-08-30fix array-index-out-of-bounds in taprio_changeHaimin Zhang1-1/+3
2021-08-02net/sched: taprio: Fix init procedureYannick Vignon1-2/+0
2021-07-02net/sched: sch_taprio: fix typo in commentJesper Dangaard Brouer1-1/+1
2021-05-13net: taprio offload: enforce qdisc to netdev queue mappingYannick Vignon1-40/+45
2021-05-11net/sched: taprio: Drop unnecessary NULL check after container_ofGuenter Roeck1-3/+0
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+6
2021-04-19net: sched: tapr: prevent cycle_time == 0 in parse_taprio_scheduleDu Cheng1-0/+6
2021-03-19taprio: Handle short intervals and large packetsKurt Kanzenbach1-10/+54
2021-01-19taprio: boolean values to a bool variableJiapeng Zhong1-3/+3
2020-12-18net/sched: sch_taprio: ensure to reset/destroy all child qdiscsDavide Caratti1-3/+4
2020-12-17net/sched: sch_taprio: reset child qdiscs before freeing themDavide Caratti1-1/+16
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski1-0/+1
2020-09-11taprio: Fix allowing too small intervalsVinicius Costa Gomes1-11/+17
2020-08-26taprio: Fix using wrong queues in gate maskVinicius Costa Gomes1-6/+24
2020-07-16Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"Petr Machata1-2/+2
2020-06-29net: sched: Pass root lock to Qdisc_ops.enqueuePetr Machata1-2/+2
2020-06-19taprio: Use struct_size() in kzalloc()Gustavo A. R. Silva1-3/+2
2020-03-12taprio: Fix sending packets without dequeueing themVinicius Costa Gomes1-3/+9
2020-03-03net: taprio: add missing attribute validation for txtime delayJakub Kicinski1-0/+1
2020-02-07taprio: Fix dropping packets when using taprio + ETF offloadingVinicius Costa Gomes1-2/+2
2020-02-07taprio: Use taprio_reset_tc() to reset Traffic Classes configurationVinicius Costa Gomes1-1/+1
2020-02-07taprio: Add missing policy validation for flagsVinicius Costa Gomes1-0/+1
2020-02-07taprio: Fix still allowing changing the flags during runtimeVinicius Costa Gomes1-20/+41
2020-02-07taprio: Fix enabling offload with wrong number of traffic classesVinicius Costa Gomes1-13/+13
2019-11-19taprio: don't reject same mqprio settingsIvan Khoronzhuk1-2/+26
2019-11-05taprio: fix panic while hw offload sched list swapIvan Khoronzhuk1-2/+3
2019-10-22net: sched: taprio: fix -Wmissing-prototypes warningsYi Wang1-1/+1
2019-10-09net: taprio: Fix returning EINVAL when configuring without flagsVinicius Costa Gomes1-0/+4
2019-10-01net: sched: taprio: Avoid division by zero on invalid link speedVladimir Oltean1-1/+1