summaryrefslogtreecommitdiffstats
path: root/net/sched/cls_api.c
Commit message (Expand)AuthorAgeFilesLines
* net: sched: fix crash when deleting secondary chainsRoman Kapl2017-11-241-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-101-0/+1
|\
| * net_sched: introduce tcf_exts_get_net() and tcf_exts_put_net()Cong Wang2017-11-091-0/+1
* | net: sched: introduce chain_head_change callbackJiri Pirko2017-11-031-22/+32
* | net_sched: check NULL in tcf_block_put()Cong Wang2017-11-031-3/+2
* | net: sched: move block offload unbind after all chains are flushedJiri Pirko2017-11-031-2/+2
* | net: sched: remove tc_can_offload check from egdev callJiri Pirko2017-11-021-1/+1
* | net: sched: move the can_offload check from binding phase to rule insertion p...Jiri Pirko2017-11-021-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-021-29/+9
|\ \ | |/
| * net_sched: remove tcf_block_put_deferred()Cong Wang2017-10-311-29/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-301-21/+57
|\ \ | |/
| * net_sched: add rtnl assertion to tcf_exts_destroy()Cong Wang2017-10-291-0/+1
| * net_sched: introduce a workqueue for RCU callbacks of tc filterCong Wang2017-10-291-17/+51
* | net/sched: Fix actions list corruption when adding offloaded tc flowsOr Gerlitz2017-10-241-4/+3
* | net: sched: use tc_setup_cb_call to call per-block callbacksJiri Pirko2017-10-211-3/+18
* | net: sched: introduce per-block callbacksJiri Pirko2017-10-211-0/+105
* | net: sched: add block bind/unbind notif. and extended block_get/putJiri Pirko2017-10-211-3/+53
* | net: sched: propagate q and parent from caller down to tcf_fill_nodeJiri Pirko2017-10-161-20/+35
* | net: sched: store net pointer in block and introduce qdisc_net helperJiri Pirko2017-10-161-0/+1
* | net: sched: store Qdisc pointer in struct blockJiri Pirko2017-10-161-1/+2
* | net: sched: remove unused tcf_exts_get_dev helper and cls_flower->egress_devJiri Pirko2017-10-111-22/+0
* | net: sched: convert cls_flower->egress_dev users to tc_setup_cb_egdev infraJiri Pirko2017-10-111-3/+10
* | net: sched: introduce per-egress action device callbacksJiri Pirko2017-10-111-0/+30
* | net: sched: make tc_action_ops->get_dev return dev and avoid passing netJiri Pirko2017-10-111-4/+2
|/
* net_sched: carefully handle tcf_block_put()Cong Wang2017-09-121-6/+18
* net_sched: fix reference counting of tc filter chainCong Wang2017-09-121-21/+26
* net: sched: fix memleak for chain zeroJiri Pirko2017-09-071-9/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-011-4/+12
|\
| * net: sched: don't do tcf_chain_flush from tcf_chain_destroyJiri Pirko2017-08-221-3/+3
| * net: sched: fix use after free when tcf_chain_destroy is called multiple timesJiri Pirko2017-08-221-2/+10
* | net_sched: remove tc class reference countingWANG Cong2017-08-251-11/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-211-1/+1
|\ \ | |/
| * net: sched: fix p_filter_chain check in tcf_chain_flushJiri Pirko2017-08-181-1/+1
* | rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal2017-08-091-3/+3
* | net_sched: get rid of some forward declarationsWANG Cong2017-08-081-111/+103
* | net_sched: use void pointer for filter handleWANG Cong2017-08-071-9/+8
* | net_sched: refactor notification code for RTM_DELTFILTERWANG Cong2017-08-071-5/+39
* | net: sched: avoid atomic swap in tcf_exts_changeJiri Pirko2017-08-041-8/+2
* | net: sched: use tcf_exts_has_actions instead of exts->nr_actionsJiri Pirko2017-08-041-1/+1
* | net: sched: change names of action number helpers to be aligned with the restJiri Pirko2017-08-041-1/+1
|/
* net_sched: only create filter chains for new filters/actionsWANG Cong2017-05-251-4/+9
* net: sched: cls_api: make reclassify return all the way back to the original tpJiri Pirko2017-05-251-3/+5
* net/sched: fix filter flushingJiri Pirko2017-05-231-3/+10
* net/sched: properly assign RCU pointer in tcf_chain_tp_insert/removeJiri Pirko2017-05-231-2/+2
* net: sched: add termination action to allow goto chainJiri Pirko2017-05-171-1/+5
* net: sched: push tp down to action initJiri Pirko2017-05-171-4/+5
* net: sched: introduce multichain support for filtersJiri Pirko2017-05-171-16/+88
* net: sched: push chain dump to a separate functionJiri Pirko2017-05-171-43/+52
* net: sched: introduce helpers to work with filter chainsJiri Pirko2017-05-171-41/+107
* net: sched: move TC_H_MAJ macro call into tcf_auto_prioJiri Pirko2017-05-171-2/+2
OpenPOWER on IntegriCloud