aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-28net: sched: pie: avoid slow division in drop probability decayLeslie Monis1-1/+2
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-24net/sched: act_tunnel_key: Add dst_cache supportwenxu1-4/+21
2019-02-22net_sched: initialize net pointer inside tcf_exts_init()Cong Wang12-27/+27
2019-02-21net: sched: potential NULL dereference in tcf_block_find()Dan Carpenter1-1/+3
2019-02-20net_sched: fix a memory leak in cls_tcindexCong Wang1-13/+24
2019-02-20net_sched: fix a race condition in tcindex_destroy()Cong Wang1-7/+11
2019-02-18net: sched: using kfree_rcu() to simplify the codeWei Yongjun1-6/+1
2019-02-17net: sched: sch_api: set an error msg when qdisc_alloc_handle() failsIvan Vecera1-2/+4
2019-02-17net: sched: cgroup: verify that filter is not NULL during walkVlad Buslov1-0/+2
2019-02-17net: sched: matchall: verify that filter is not NULL in mall_walk()Vlad Buslov1-0/+3
2019-02-17net: sched: route: don't set arg->stop in route4_walk() when emptyVlad Buslov1-4/+1
2019-02-17net: sched: fw: don't set arg->stop in fw_walk() when emptyVlad Buslov1-4/+1
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-13/+14
2019-02-13net: sched: remove duplicated include from cls_api.cYueHaibing1-1/+0
2019-02-13net: sched: flower: only return error from hw offload if skip_swVlad Buslov1-2/+10
2019-02-12net_sched: fix two more memory leaks in cls_tcindexCong Wang1-9/+7
2019-02-12net_sched: fix a memory leak in cls_tcindexCong Wang1-16/+30
2019-02-12net_sched: fix a race condition in tcindex_destroy()Cong Wang1-7/+11
2019-02-12net: sched: unlock rules update APIVlad Buslov1-17/+114
2019-02-12net: sched: refactor tcf_block_find() into standalone functionsVlad Buslov1-92/+149
2019-02-12net: sched: extend proto ops to support unlocked classifiersVlad Buslov13-135/+178
2019-02-12net: sched: extend proto ops with 'put' callbackVlad Buslov1-1/+11
2019-02-12net: sched: track rtnl lock status when validating extensionsVlad Buslov12-15/+20
2019-02-12net: sched: prevent insertion of new classifiers during chain flushVlad Buslov1-6/+29
2019-02-12net: sched: refactor tp insert/delete for concurrent executionVlad Buslov1-25/+152
2019-02-12net: sched: traverse classifiers in chain with tcf_get_next_proto()Vlad Buslov2-12/+62
2019-02-12net: sched: introduce reference counting for tcf_protoVlad Buslov1-10/+43
2019-02-12net: sched: protect filter_chain list with filter_chain_lock mutexVlad Buslov2-33/+84
2019-02-12net: sched: protect chain template accesses with block lockVlad Buslov1-16/+57
2019-02-12net: sched: traverse chains in block with tcf_get_next_chain()Vlad Buslov2-26/+74
2019-02-12net: sched: protect block->chain0 with block->lockVlad Buslov1-3/+14
2019-02-12net: sched: refactor tc_ctl_chain() to use block->lockVlad Buslov1-11/+25
2019-02-12net: sched: protect chain->explicitly_created with block->lockVlad Buslov1-6/+13
2019-02-12net: sched: protect block state with mutexVlad Buslov1-13/+71