summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net/sched: avoid double free on matchall reoffloadPieter Jansen van Vuuren2019-05-081-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-072-0/+5
|\
| * cls_cgroup: avoid panic when receiving a packet before filter setMatteo Croce2019-05-051-0/+2
| * cls_matchall: avoid panic when receiving a packet before filter setMatteo Croce2019-05-041-0/+3
* | net/sched: remove block pointer from common offload structurePieter Jansen van Vuuren2019-05-074-31/+17
* | taprio: add null check on sched_nest to avoid potential null pointer dereferenceColin Ian King2019-05-071-0/+2
* | net_sched: sch_fq: handle non connected flowsEric Dumazet2019-05-071-2/+13
* | net_sched: sch_fq: do not assume EDT packets are orderedEric Dumazet2019-05-071-12/+83
* | sch_htb: redefine htb qdisc overlimitsCong Wang2019-05-051-3/+6
* | net/sched: add block pointer to tc_cls_common_offload structurePieter Jansen van Vuuren2019-05-054-17/+30
* | net/sched: allow stats updates from offloaded police actionsPieter Jansen van Vuuren2019-05-051-0/+15
* | net/sched: extend matchall offload for hardware statisticsPieter Jansen van Vuuren2019-05-051-0/+20
* | net/sched: add police action to the hardware intermediate representationPieter Jansen van Vuuren2019-05-051-0/+6
* | net/sched: move police action structures to headerPieter Jansen van Vuuren2019-05-051-36/+1
* | net/sched: remove unused functions for matchall offloadPieter Jansen van Vuuren2019-05-051-2/+0
* | net/sched: use the hardware intermediate representation for matchallPieter Jansen van Vuuren2019-05-051-0/+33
* | net/sched: add sample action to the hardware intermediate representationPieter Jansen van Vuuren2019-05-051-0/+8
* | net: sched: cls_u32: use struct_size() helperGustavo A. R. Silva2019-05-041-1/+1
* | net: add a generic tracepoint for TX queue timeoutCong Wang2019-05-041-0/+2
* | taprio: Add support for cycle-time-extensionVinicius Costa Gomes2019-05-011-6/+29
* | taprio: Add support for setting the cycle-time manuallyVinicius Costa Gomes2019-05-011-8/+51
* | taprio: Add support adding an admin scheduleVinicius Costa Gomes2019-05-011-193/+318
* | taprio: Fix potencial use of invalid memory during dequeue()Vinicius Costa Gomes2019-05-011-6/+8
* | netlink: make validation more configurable for future strictnessJohannes Berg2019-04-2756-129/+189
* | netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-2742-68/+70
* | net: sched: flower: refactor reoffload for concurrent accessVlad Buslov2019-04-241-22/+57
* | net: sched: taprio: Fix taprio_dequeue()Andre Guedes2019-04-231-2/+2
* | net: sched: taprio: Fix taprio_peek()Andre Guedes2019-04-231-2/+2
* | net: sched: taprio: Remove should_restart_cycle()Andre Guedes2019-04-231-9/+1
* | net: sched: taprio: Refactor taprio_get_start_time()Andre Guedes2019-04-231-14/+23
* | net: sched: taprio: Remove pointless variable assigmentAndre Guedes2019-04-231-1/+0
* | net/sched: taprio: fix build without 64bit divJakub Kicinski2019-04-181-6/+11
* | net: sched: flower: fix filter net reference countingVlad Buslov2019-04-111-11/+6
* | net: sched: flower: use correct ht function to prevent duplicatesVlad Buslov2019-04-111-3/+3
* | net/sched: cbs: fix port_rate miscalculationLeandro Dorileo2019-04-101-14/+84
* | net/sched: taprio: fix picos_per_byte miscalculationLeandro Dorileo2019-04-101-16/+81
* | Revert: "net: sched: put back q.qlen into a single location"Paolo Abeni2019-04-101-4/+5
* | net: sched: when clearing NOLOCK, clear TCQ_F_CPUSTATS, tooPaolo Abeni2019-04-102-9/+16
* | net: sched: always do stats accounting according to TCQ_F_CPUSTATSPaolo Abeni2019-04-101-33/+17
* | net: sched: flower: insert filter to ht before offloading it to hwVlad Buslov2019-04-071-20/+44
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-0516-86/+59
|\|
| * sch_cake: Make sure we can write the IP header before changing DSCP bitsToke Høiland-Jørgensen2019-04-041-0/+11
| * sch_cake: Use tc_skb_protocol() helper for getting packet protocolToke Høiland-Jørgensen2019-04-041-1/+1
| * net/sched: act_sample: fix divide by zero in the traffic pathDavide Caratti2019-04-041-2/+8
| * net: sched: introduce and use qdisc tree flush/purge helpersPaolo Abeni2019-04-0110-66/+16
| * net: sched: introduce and use qstats read helpersPaolo Abeni2019-04-0110-17/+18
| * net/sched: fix ->get helper of the matchall clsNicolas Dichtel2019-04-011-0/+5
* | net: sched: ensure tc flower reoffload takes filter refJohn Hurley2019-04-041-42/+46
* | net: sched: don't set tunnel for decap actionVlad Buslov2019-04-021-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-2719-120/+343
|\|