summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: sched: don't release block->lock when dumping chainsVlad Buslov2019-02-251-9/+7Star
* net: sched: set dedicated tcf_walker flag when tp is emptyVlad Buslov2019-02-251-4/+9
* net/sched: act_tunnel_key: Add dst_cache supportwenxu2019-02-251-4/+21
* net_sched: initialize net pointer inside tcf_exts_init()Cong Wang2019-02-2312-27/+27
* net: sched: potential NULL dereference in tcf_block_find()Dan Carpenter2019-02-211-1/+3
* net_sched: fix a memory leak in cls_tcindexCong Wang2019-02-211-13/+24
* net_sched: fix a race condition in tcindex_destroy()Cong Wang2019-02-211-7/+11
* net: sched: using kfree_rcu() to simplify the codeWei Yongjun2019-02-191-6/+1Star
* net: sched: sch_api: set an error msg when qdisc_alloc_handle() failsIvan Vecera2019-02-181-2/+4
* net: sched: cgroup: verify that filter is not NULL during walkVlad Buslov2019-02-171-0/+2
* net: sched: matchall: verify that filter is not NULL in mall_walk()Vlad Buslov2019-02-171-0/+3
* net: sched: route: don't set arg->stop in route4_walk() when emptyVlad Buslov2019-02-171-4/+1Star
* net: sched: fw: don't set arg->stop in fw_walk() when emptyVlad Buslov2019-02-171-4/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-152-13/+14
|\
| * net_sched: fix two more memory leaks in cls_tcindexCong Wang2019-02-121-9/+7Star
| * net_sched: fix a memory leak in cls_tcindexCong Wang2019-02-121-16/+30
| * net_sched: fix a race condition in tcindex_destroy()Cong Wang2019-02-121-7/+11
| * Documentation: bring operstate documentation up-to-dateJouke Witteveen2019-02-111-1/+1
* | net: sched: remove duplicated include from cls_api.cYueHaibing2019-02-141-1/+0Star
* | net: sched: flower: only return error from hw offload if skip_swVlad Buslov2019-02-141-2/+10
* | net: sched: unlock rules update APIVlad Buslov2019-02-121-17/+114
* | net: sched: refactor tcf_block_find() into standalone functionsVlad Buslov2019-02-121-92/+149
* | net: sched: extend proto ops to support unlocked classifiersVlad Buslov2019-02-1213-135/+178
* | net: sched: extend proto ops with 'put' callbackVlad Buslov2019-02-121-1/+11
* | net: sched: track rtnl lock status when validating extensionsVlad Buslov2019-02-1212-15/+20
* | net: sched: prevent insertion of new classifiers during chain flushVlad Buslov2019-02-121-6/+29
* | net: sched: refactor tp insert/delete for concurrent executionVlad Buslov2019-02-121-25/+152
* | net: sched: traverse classifiers in chain with tcf_get_next_proto()Vlad Buslov2019-02-122-12/+62
* | net: sched: introduce reference counting for tcf_protoVlad Buslov2019-02-121-10/+43
* | net: sched: protect filter_chain list with filter_chain_lock mutexVlad Buslov2019-02-122-33/+84
* | net: sched: protect chain template accesses with block lockVlad Buslov2019-02-121-16/+57
* | net: sched: traverse chains in block with tcf_get_next_chain()Vlad Buslov2019-02-122-26/+74
* | net: sched: protect block->chain0 with block->lockVlad Buslov2019-02-121-3/+14
* | net: sched: refactor tc_ctl_chain() to use block->lockVlad Buslov2019-02-121-11/+25
* | net: sched: protect chain->explicitly_created with block->lockVlad Buslov2019-02-121-6/+13
* | net: sched: protect block state with mutexVlad Buslov2019-02-121-13/+71
* | net: Change TCA_ACT_* to TCA_ID_* to match that of TCA_ID_POLICEEli Cohen2019-02-1017-18/+18
* | net: Move all TC actions identifiers to one placeEli Cohen2019-02-101-2/+0Star
* | net/sched: use struct_size() helperGustavo A. R. Silva2019-02-091-1/+1