summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2019-02-12net: sched: refactor tcf_block_find() into standalone functionsVlad Buslov
2019-02-12net: sched: extend proto ops to support unlocked classifiersVlad Buslov
2019-02-12net: sched: extend proto ops with 'put' callbackVlad Buslov
2019-02-12net: sched: track rtnl lock status when validating extensionsVlad Buslov
2019-02-12net: sched: prevent insertion of new classifiers during chain flushVlad Buslov
2019-02-12net: sched: refactor tp insert/delete for concurrent executionVlad Buslov
2019-02-12net: sched: traverse classifiers in chain with tcf_get_next_proto()Vlad Buslov
2019-02-12net: sched: introduce reference counting for tcf_protoVlad Buslov
2019-02-12net: sched: protect filter_chain list with filter_chain_lock mutexVlad Buslov
2019-02-12net: sched: protect chain template accesses with block lockVlad Buslov
2019-02-12net: sched: traverse chains in block with tcf_get_next_chain()Vlad Buslov
2019-02-12net: sched: protect block->chain0 with block->lockVlad Buslov
2019-02-12net: sched: refactor tc_ctl_chain() to use block->lockVlad Buslov
2019-02-12net: sched: protect chain->explicitly_created with block->lockVlad Buslov
2019-02-12net: sched: protect block state with mutexVlad Buslov
2019-02-11Documentation: bring operstate documentation up-to-dateJouke Witteveen
2019-02-10net: Change TCA_ACT_* to TCA_ID_* to match that of TCA_ID_POLICEEli Cohen
2019-02-10net: Move all TC actions identifiers to one placeEli Cohen
2019-02-08net/sched: use struct_size() helperGustavo A. R. Silva
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-06cls_flower: don't expose TC actions to drivers anymorePablo Neira Ayuso
2019-02-06flow_offload: add statistics retrieval infrastructure and use itPablo Neira Ayuso
2019-02-06cls_api: add translator to flow_action representationPablo Neira Ayuso
2019-02-06flow_offload: add flow action infrastructurePablo Neira Ayuso
2019-02-06flow_offload: add flow_rule and flow_match structures and use themPablo Neira Ayuso
2019-02-04net: cls_flower: Remove filter from mask before freeing itPetr Machata
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-01-19net_sched: add performance counters for basic filterCong Wang
2019-01-19sch_api: Change signature of qdisc_tree_reduce_backlog() to use intsToke Høiland-Jørgensen
2019-01-18net_sched: add hit counter for matchallCong Wang
2019-01-17net/sched: cls_flower: allocate mask dynamically in fl_change()Ivan Vecera
2019-01-16net_sched: refetch skb protocol for each filterCong Wang
2019-01-15net/sched: act_tunnel_key: fix memory leak in case of action replaceDavide Caratti
2019-01-15sch_cake: Correctly update parent qlen when splitting GSO packetsToke Høiland-Jørgensen
2019-01-15sched: Fix detection of empty queues in child qdiscsToke Høiland-Jørgensen
2019-01-15sched: Avoid dereferencing skb pointer after child enqueueToke Høiland-Jørgensen
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-19net/sched: cls_flower: Remove old entries from rhashtableRoi Dayan
2018-12-15net: sched: simplify the qdisc_leaf codeTonghao Zhang
2018-12-14net_sched: fold tcf_block_cb_call() into tc_setup_cb_call()Cong Wang
2018-12-10net/sched: Remove egdev mechanismOz Shlomo
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-09net/sched: cls_flower: Reject duplicated rules also under skip_swOr Gerlitz
2018-12-05net: netem: use a list in addition to rbtreePeter Oskolkov
2018-12-04net/sched: act_tunnel_key: Don't dump dst port if it wasn't setAdi Nissim
2018-12-04net/sched: act_tunnel_key: Allow key-less tunnelsAdi Nissim
2018-12-04Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2018-12-01net/sched: Replace call_rcu_bh() and rcu_barrier_bh()Paul E. McKenney