aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
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: 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
2019-02-10net: Change TCA_ACT_* to TCA_ID_* to match that of TCA_ID_POLICEEli Cohen17-18/+18
2019-02-10net: Move all TC actions identifiers to one placeEli Cohen1-2/+0
2019-02-08net/sched: use struct_size() helperGustavo A. R. Silva1-1/+1
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2019-02-06cls_flower: don't expose TC actions to drivers anymorePablo Neira Ayuso1-5/+0
2019-02-06flow_offload: add statistics retrieval infrastructure and use itPablo Neira Ayuso1-0/+4
2019-02-06cls_api: add translator to flow_action representationPablo Neira Ayuso2-0/+113
2019-02-06flow_offload: add flow action infrastructurePablo Neira Ayuso2-3/+21
2019-02-06flow_offload: add flow_rule and flow_match structures and use themPablo Neira Ayuso1-13/+34
2019-02-04net: cls_flower: Remove filter from mask before freeing itPetr Machata1-1/+5
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-36/+61
2019-01-19net_sched: add performance counters for basic filterCong Wang1-0/+25
2019-01-19sch_api: Change signature of qdisc_tree_reduce_backlog() to use intsToke Høiland-Jørgensen1-2/+1
2019-01-18net_sched: add hit counter for matchallCong Wang1-0/+24
2019-01-17net/sched: cls_flower: allocate mask dynamically in fl_change()Ivan Vecera1-5/+14
2019-01-16net_sched: refetch skb protocol for each filterCong Wang1-2/+1
2019-01-15net/sched: act_tunnel_key: fix memory leak in case of action replaceDavide Caratti1-8/+11
2019-01-15sch_cake: Correctly update parent qlen when splitting GSO packetsToke Høiland-Jørgensen1-2/+3
2019-01-15sched: Fix detection of empty queues in child qdiscsToke Høiland-Jørgensen3-3/+9
2019-01-15sched: Avoid dereferencing skb pointer after child enqueueToke Høiland-Jørgensen8-16/+23
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds16-483/+1074
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-5/+5
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+3
2018-12-19net/sched: cls_flower: Remove old entries from rhashtableRoi Dayan1-4/+3
2018-12-15net: sched: simplify the qdisc_leaf codeTonghao Zhang1-3/+1
2018-12-14net_sched: fold tcf_block_cb_call() into tc_setup_cb_call()Cong Wang5-45/+33
2018-12-10net/sched: Remove egdev mechanismOz Shlomo2-267/+1
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-25/+25
2018-12-09net/sched: cls_flower: Reject duplicated rules also under skip_swOr Gerlitz1-13/+10
2018-12-05net: netem: use a list in addition to rbtreePeter Oskolkov1-20/+69
2018-12-04net/sched: act_tunnel_key: Don't dump dst port if it wasn't setAdi Nissim1-1/+3
2018-12-04net/sched: act_tunnel_key: Allow key-less tunnelsAdi Nissim1-10/+11