summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net_sched: unset TCQ_F_CAN_BYPASS when adding filtersCong Wang2019-07-283-4/+1
* cls_matchall: avoid panic when receiving a packet before filter setMatteo Croce2019-06-111-0/+3
* net: sched: don't use tc_action->order during action dumpVlad Buslov2019-06-041-2/+1
* 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: 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
* sch_cake: Interpret fwmark parameter as a bitmaskToke Høiland-Jørgensen2019-03-151-13/+12
* net_sched: return correct value for *notify* functionsZhike Wang2019-03-132-13/+34
* net: sched: fix potential use-after-free in __tcf_chain_put()Vlad Buslov2019-03-081-10/+7
* net: sched: flower: insert new filter to idr after setting its maskVlad Buslov2019-03-061-21/+22
* net/sched: act_tunnel_key: Fix double free dst_cachewenxu2019-03-051-16/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-041-7/+6
|\
| * net: sched: put back q.qlen into a single locationEric Dumazet2019-03-021-7/+6
* | net/sched: avoid unused-label warningArnd Bergmann2019-03-041-1/+1
* | sch_cake: Simplify logic in cake_select_tin()Toke Høiland-Jørgensen2019-03-031-38/+23
* | sch_cake: Permit use of connmarks as tin classifiersKevin Darbyshire-Bryant2019-03-031-7/+27
* | sch_cake: Make the dual modes fairerGeorge Amanakis2019-03-031-29/+63
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-024-8/+11
|\|
| * net: netem: fix skb length BUG_ON in __skb_to_sgvecSheng Lan2019-02-281-3/+7
| * net: sched: act_tunnel_key: fix NULL pointer dereference during initVlad Buslov2019-02-251-1/+2
| * net/sched: act_skbedit: fix refcount leak when replace failsDavide Caratti2019-02-241-2/+1
| * net/sched: act_ipt: fix refcount leak when replace failsDavide Caratti2019-02-241-2/+1
* | net: sched: pie: avoid slow division in drop probability decayLeslie Monis2019-02-281-1/+2
* | net: sched: act_csum: Fix csum calc for tagged packetsEli Britstein2019-02-271-2/+29
* | net: sched: act_tunnel_key: fix metadata handlingVlad Buslov2019-02-271-9/+9
* | Revert "net: sched: fw: don't set arg->stop in fw_walk() when empty"Vlad Buslov2019-02-271-1/+4
* | net: sched: pie: fix 64-bit divisionLeslie Monis2019-02-261-1/+1
* | net: Use RCU_POINTER_INITIALIZER() to init static variableLi RongQing2019-02-261-1/+1