blob: 7c3f150c1f3718c16c295efd509844bda43945fb [file] [log] [blame]
a5b72a083da1 ("net/sched: add delete_empty() to filters and use it in cls_flower")
268a351d4a77 ("net: sched: fix typo in walker_check_empty()")
6676d5e416ee ("net: sched: set dedicated tcf_walker flag when tp is empty")
12db03b65c2b ("net: sched: extend proto ops to support unlocked classifiers")
7d5509fa0d3d ("net: sched: extend proto ops with 'put' callback")
726d061286ce ("net: sched: prevent insertion of new classifiers during chain flush")
8b64678e0af8 ("net: sched: refactor tp insert/delete for concurrent execution")
fe2923afc124 ("net: sched: traverse classifiers in chain with tcf_get_next_proto()")
4dbfa766440c ("net: sched: introduce reference counting for tcf_proto")
ed76f5edccc9 ("net: sched: protect filter_chain list with filter_chain_lock mutex")
a5654820bb4b ("net: sched: protect chain template accesses with block lock")
bbf73830cd48 ("net: sched: traverse chains in block with tcf_get_next_chain()")
165f01354c52 ("net: sched: protect block->chain0 with block->lock")
c266f64dbfa2 ("net: sched: protect block state with mutex")
a030598690c6 ("net: sched: cls_u32: simplify the hell out u32_delete() emptiness check")
787ce6d02d95 ("net: sched: use reference counting for tcf blocks on rules update")
0607e439943b ("net: sched: implement tcf_block_refcnt_{get|put}()")
f00234367b64 ("net: sched: implement functions to put and flush all chains")
cfebd7e242d7 ("net: sched: change tcf block reference counter type to refcount_t")
e368fdb61d8e ("net: sched: use Qdisc rcu API instead of relying on rtnl lock")
f5b9bac7451c ("net_sched: notify filter deletion when deleting a chain")
63cc5bcc9fc4 ("net: sched: fix block->refcnt decrement")
290b1c8b1a90 ("net: sched: make tcf_chain_{get,put}() static")
5368140730e4 ("net: sched: fix notifications for action-held chains")
3d32f4c548bd ("net: sched: change name of zombie chain to "held_by_acts_only"")
1f3ed383fb9a ("net: sched: don't dump chains only held by actions")
f5749081f0d4 ("net: sched: cls_flower: move key/mask dumping into a separate function")
9f407f1768d3 ("net: sched: introduce chain templates")
32a4f5ecd738 ("net: sched: introduce chain object to uapi")
f71e0ca4db18 ("net: sched: Avoid implicit chain 0 creation")
f34e8bff58f0 ("net: sched: push ops lookup bits into tcf_proto_lookup_ops()")
c4c5551df136 ("Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux")