aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-26net: sched: Kconfig: update reference link for PIELeslie Monis1-2/+1
2019-03-23net: sched: fix cleanup NULL pointer exception in act_mirrJohn Hurley1-2/+5
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
2019-03-21net/sched: act_skbedit: validate the control action inside init()Davide Caratti1-3/+16
2019-03-21net/sched: act_simple: validate the control action inside init()Davide Caratti1-14/+38
2019-03-21net/sched: act_sample: validate the control action inside init()Davide Caratti1-3/+16
2019-03-21net/sched: act_police: validate the control action inside init()Davide Caratti1-1/+11
2019-03-21net/sched: act_pedit: validate the control action inside init()Davide Caratti1-2/+14
2019-03-21net/sched: act_nat: validate the control action inside init()Davide Caratti1-1/+11
2019-03-21net/sched: act_connmark: validate the control action inside init()Davide Caratti1-3/+18
2019-03-21net/sched: act_mirred: validate the control action inside init()Davide Caratti1-4/+17
2019-03-21net/sched: act_ife: validate the control action inside init()Davide Caratti1-13/+20
2019-03-21net/sched: act_gact: validate the control action inside init()Davide Caratti1-1/+12
2019-03-21net/sched: act_csum: validate the control action inside init()Davide Caratti1-3/+17
2019-03-21net/sched: act_bpf: validate the control action inside init()Davide Caratti1-5/+18
2019-03-21net/sched: prepare TC actions to properly validate the control actionDavide Caratti17-55/+78
2019-03-15sch_cake: Interpret fwmark parameter as a bitmaskToke Høiland-Jørgensen1-13/+12
2019-03-13net_sched: return correct value for *notify* functionsZhike Wang2-13/+34
2019-03-08net: sched: fix potential use-after-free in __tcf_chain_put()Vlad Buslov1-10/+7
2019-03-06net: sched: flower: insert new filter to idr after setting its maskVlad Buslov1-21/+22
2019-03-05net/sched: act_tunnel_key: Fix double free dst_cachewenxu1-16/+6
2019-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+6
2019-03-04net/sched: avoid unused-label warningArnd Bergmann1-1/+1
2019-03-03sch_cake: Simplify logic in cake_select_tin()Toke Høiland-Jørgensen1-38/+23
2019-03-03sch_cake: Permit use of connmarks as tin classifiersKevin Darbyshire-Bryant1-7/+27
2019-03-03sch_cake: Make the dual modes fairerGeorge Amanakis1-29/+63
2019-03-02net: sched: put back q.qlen into a single locationEric Dumazet1-7/+6
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-8/+11
2019-02-28net: sched: pie: avoid slow division in drop probability decayLeslie Monis1-1/+2
2019-02-28net: netem: fix skb length BUG_ON in __skb_to_sgvecSheng Lan1-3/+7
2019-02-27net: sched: act_csum: Fix csum calc for tagged packetsEli Britstein1-2/+29
2019-02-27net: sched: act_tunnel_key: fix metadata handlingVlad Buslov1-9/+9
2019-02-27Revert "net: sched: fw: don't set arg->stop in fw_walk() when empty"Vlad Buslov1-1/+4
2019-02-26net: sched: pie: fix 64-bit divisionLeslie Monis1-1/+1
2019-02-26net: Use RCU_POINTER_INITIALIZER() to init static variableLi RongQing1-1/+1
2019-02-26net: sched: fix typo in walker_check_empty()Vlad Buslov1-2/+2
2019-02-26net: sched: pie: fix mistake in reference linkLeslie Monis1-1/+1
2019-02-25net: sched: pie: update referencesMohit P. Tahiliani1-3/+1
2019-02-25net: sched: pie: add derandomization mechanismMohit P. Tahiliani1-1/+27
2019-02-25net: sched: pie: add more cases to auto-tune alpha and betaMohit P. Tahiliani1-33/+32
2019-02-25net: sched: pie: change initial value of pie_vars->burst_timeMohit P. Tahiliani1-2/+2
2019-02-25net: sched: pie: change default value of pie_params->tupdateMohit P. Tahiliani1-1/+1
2019-02-25net: sched: pie: change default value of pie_params->targetMohit P. Tahiliani1-1/+1
2019-02-25net: sched: pie: change value of QUEUE_THRESHOLDMohit P. Tahiliani1-1/+1
2019-02-25net: sched: don't release block->lock when dumping chainsVlad Buslov1-9/+7
2019-02-25net: sched: set dedicated tcf_walker flag when tp is emptyVlad Buslov1-4/+9
2019-02-25net: sched: act_tunnel_key: fix NULL pointer dereference during initVlad Buslov1-1/+2