summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * net: sched: Kconfig: update reference link for PIELeslie Monis2019-03-261-2/+1
| * net: sched: fix cleanup NULL pointer exception in act_mirrJohn Hurley2019-03-231-2/+5
| * net/sched: let actions use RCU to access 'goto_chain'Davide Caratti2019-03-212-9/+11
| * net/sched: act_vlan: validate the control action inside init()Davide Caratti2019-03-211-3/+17
| * net/sched: act_tunnel_key: validate the control action inside init()Davide Caratti2019-03-211-2/+16
| * net/sched: act_skbmod: validate the control action inside init()Davide Caratti2019-03-211-3/+16
| * net/sched: act_skbedit: validate the control action inside init()Davide Caratti2019-03-211-3/+16
| * net/sched: act_simple: validate the control action inside init()Davide Caratti2019-03-211-14/+38
| * net/sched: act_sample: validate the control action inside init()Davide Caratti2019-03-211-3/+16
| * net/sched: act_police: validate the control action inside init()Davide Caratti2019-03-211-1/+11
| * net/sched: act_pedit: validate the control action inside init()Davide Caratti2019-03-211-2/+14
| * net/sched: act_nat: validate the control action inside init()Davide Caratti2019-03-211-1/+11
| * net/sched: act_connmark: validate the control action inside init()Davide Caratti2019-03-211-3/+18
| * net/sched: act_mirred: validate the control action inside init()Davide Caratti2019-03-211-4/+17
| * net/sched: act_ife: validate the control action inside init()Davide Caratti2019-03-211-13/+20
| * net/sched: act_gact: validate the control action inside init()Davide Caratti2019-03-211-1/+12
| * net/sched: act_csum: validate the control action inside init()Davide Caratti2019-03-211-3/+17
| * net/sched: act_bpf: validate the control action inside init()Davide Caratti2019-03-211-5/+18
| * net/sched: prepare TC actions to properly validate the control actionDavide Caratti2019-03-2117-55/+78
* | net: sched: add empty status flag for NOLOCK qdiscPaolo Abeni2019-03-231-0/+3
* | net: sched: flower: set unlocked flag for flower proto opsVlad Buslov2019-03-211-2/+1
* | net: sched: flower: track rtnl lock stateVlad Buslov2019-03-211-26/+56
* | net: sched: flower: protect flower classifier state with spinlockVlad Buslov2019-03-211-7/+32
* | net: sched: flower: handle concurrent tcf proto deletionVlad Buslov2019-03-211-0/+8