aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-01taprio: Add support for cycle-time-extensionVinicius Costa Gomes1-6/+29
2019-05-01taprio: Add support for setting the cycle-time manuallyVinicius Costa Gomes1-8/+51
2019-05-01taprio: Add support adding an admin scheduleVinicius Costa Gomes1-193/+318
2019-05-01taprio: Fix potencial use of invalid memory during dequeue()Vinicius Costa Gomes1-6/+8
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg56-129/+189
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek42-68/+70
2019-04-24net: sched: flower: refactor reoffload for concurrent accessVlad Buslov1-22/+57
2019-04-23net: sched: taprio: Fix taprio_dequeue()Andre Guedes1-2/+2
2019-04-23net: sched: taprio: Fix taprio_peek()Andre Guedes1-2/+2
2019-04-23net: sched: taprio: Remove should_restart_cycle()Andre Guedes1-9/+1
2019-04-23net: sched: taprio: Refactor taprio_get_start_time()Andre Guedes1-14/+23
2019-04-23net: sched: taprio: Remove pointless variable assigmentAndre Guedes1-1/+0
2019-04-18net/sched: taprio: fix build without 64bit divJakub Kicinski1-6/+11
2019-04-11net: sched: flower: fix filter net reference countingVlad Buslov1-11/+6
2019-04-11net: sched: flower: use correct ht function to prevent duplicatesVlad Buslov1-3/+3
2019-04-10net/sched: cbs: fix port_rate miscalculationLeandro Dorileo1-14/+84
2019-04-10net/sched: taprio: fix picos_per_byte miscalculationLeandro Dorileo1-16/+81
2019-04-10Revert: "net: sched: put back q.qlen into a single location"Paolo Abeni1-4/+5
2019-04-10net: sched: when clearing NOLOCK, clear TCQ_F_CPUSTATS, tooPaolo Abeni2-9/+16
2019-04-10net: sched: always do stats accounting according to TCQ_F_CPUSTATSPaolo Abeni1-33/+17
2019-04-07net: sched: flower: insert filter to ht before offloading it to hwVlad Buslov1-20/+44
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller16-86/+59
2019-04-04net: sched: ensure tc flower reoffload takes filter refJohn Hurley1-42/+46
2019-04-04sch_cake: Make sure we can write the IP header before changing DSCP bitsToke Høiland-Jørgensen1-0/+11
2019-04-04sch_cake: Use tc_skb_protocol() helper for getting packet protocolToke Høiland-Jørgensen1-1/+1
2019-04-04net/sched: act_sample: fix divide by zero in the traffic pathDavide Caratti1-2/+8
2019-04-02net: sched: don't set tunnel for decap actionVlad Buslov1-1/+0
2019-04-01net: sched: introduce and use qdisc tree flush/purge helpersPaolo Abeni10-66/+16
2019-04-01net: sched: introduce and use qstats read helpersPaolo Abeni10-17/+18
2019-04-01net/sched: fix ->get helper of the matchall clsNicolas Dichtel1-0/+5
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller19-120/+343
2019-03-26net: sched: Kconfig: update reference link for PIELeslie Monis1-2/+1
2019-03-23net: sched: add empty status flag for NOLOCK qdiscPaolo Abeni1-0/+3
2019-03-23net: sched: fix cleanup NULL pointer exception in act_mirrJohn Hurley1-2/+5
2019-03-21net: sched: flower: set unlocked flag for flower proto opsVlad Buslov1-2/+1
2019-03-21net: sched: flower: track rtnl lock stateVlad Buslov1-26/+56
2019-03-21net: sched: flower: protect flower classifier state with spinlockVlad Buslov1-7/+32
2019-03-21net: sched: flower: handle concurrent tcf proto deletionVlad Buslov1-0/+8
2019-03-21net: sched: flower: handle concurrent filter insertion in fl_changeVlad Buslov1-0/+9
2019-03-21net: sched: flower: protect masks list with spinlockVlad Buslov1-0/+8
2019-03-21net: sched: flower: handle concurrent mask insertionVlad Buslov1-7/+34
2019-03-21net: sched: flower: add reference counter to flower maskVlad Buslov1-5/+17
2019-03-21net: sched: flower: track filter deletion with flagVlad Buslov1-10/+29
2019-03-21net: sched: flower: introduce reference counting for filtersVlad Buslov1-14/+82
2019-03-21net: sched: flower: refactor fl_changeVlad Buslov1-39/+41
2019-03-21net: sched: flower: don't check for rtnl on head dereferenceVlad Buslov1-7/+17
2019-03-21net/sched: let actions use RCU to access 'goto_chain'Davide Caratti2-9/+11
2019-03-21net/sched: act_vlan: validate the control action inside init()Davide Caratti1-3/+17
2019-03-21net/sched: act_tunnel_key: validate the control action inside init()Davide Caratti1-2/+16
2019-03-21net/sched: act_skbmod: validate the control action inside init()Davide Caratti1-3/+16