summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net: sched: Kconfig: update reference link for PIELeslie Monis2019-03-261-2/+1Star
* net: sched: fix cleanup NULL pointer exception in act_mirrJohn Hurley2019-03-241-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/+12Star
* 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-091-10/+7Star
* 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/+6Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-041-7/+6Star
|\
| * net: sched: put back q.qlen into a single locationEric Dumazet2019-03-021-7/+6Star
* | 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-041-38/+23Star
* | sch_cake: Permit use of connmarks as tin classifiersKevin Darbyshire-Bryant2019-03-041-7/+27
* | sch_cake: Make the dual modes fairerGeorge Amanakis2019-03-041-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-251-2/+1Star
| * net/sched: act_ipt: fix refcount leak when replace failsDavide Caratti2019-02-251-2/+1Star
* | 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-281-2/+29
* | net: sched: act_tunnel_key: fix metadata handlingVlad Buslov2019-02-281-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-271-1/+1
* | net: Use RCU_POINTER_INITIALIZER() to init static variableLi RongQing2019-02-261-1/+1
* | net: sched: fix typo in walker_check_empty()Vlad Buslov2019-02-261-2/+2
* | net: sched: pie: fix mistake in reference linkLeslie Monis2019-02-261-1/+1
* | net: sched: pie: update referencesMohit P. Tahiliani2019-02-251-3/+1Star
* | net: sched: pie: add derandomization mechanismMohit P. Tahiliani2019-02-251-1/+27
* | net: sched: pie: add more cases to auto-tune alpha and betaMohit P. Tahiliani2019-02-251-33/+32Star
* | net: sched: pie: change initial value of pie_vars->burst_timeMohit P. Tahiliani2019-02-251-2/+2
* | net: sched: pie: change default value of pie_params->tupdateMohit P. Tahiliani2019-02-251-1/+1
* | net: sched: pie: change default value of pie_params->targetMohit P. Tahiliani2019-02-251-1/+1
* | net: sched: pie: change value of QUEUE_THRESHOLDMohit P. Tahiliani2019-02-251-1/+1