summaryrefslogtreecommitdiff
path: root/net/sched/cls_api.c
Commit message (Expand)AuthorAge
...
* | net: sched: use tc_setup_cb_call to call per-block callbacksJiri Pirko2017-10-21
* | net: sched: introduce per-block callbacksJiri Pirko2017-10-21
* | net: sched: add block bind/unbind notif. and extended block_get/putJiri Pirko2017-10-21
* | net: sched: propagate q and parent from caller down to tcf_fill_nodeJiri Pirko2017-10-16
* | net: sched: store net pointer in block and introduce qdisc_net helperJiri Pirko2017-10-16
* | net: sched: store Qdisc pointer in struct blockJiri Pirko2017-10-16
* | net: sched: remove unused tcf_exts_get_dev helper and cls_flower->egress_devJiri Pirko2017-10-11
* | net: sched: convert cls_flower->egress_dev users to tc_setup_cb_egdev infraJiri Pirko2017-10-11
* | net: sched: introduce per-egress action device callbacksJiri Pirko2017-10-11
* | net: sched: make tc_action_ops->get_dev return dev and avoid passing netJiri Pirko2017-10-11
|/
* net_sched: carefully handle tcf_block_put()Cong Wang2017-09-12
* net_sched: fix reference counting of tc filter chainCong Wang2017-09-12
* net: sched: fix memleak for chain zeroJiri Pirko2017-09-07
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-01
|\
| * net: sched: don't do tcf_chain_flush from tcf_chain_destroyJiri Pirko2017-08-22
| * net: sched: fix use after free when tcf_chain_destroy is called multiple timesJiri Pirko2017-08-22
* | net_sched: remove tc class reference countingWANG Cong2017-08-25
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-21
|\ \ | |/
| * net: sched: fix p_filter_chain check in tcf_chain_flushJiri Pirko2017-08-18
* | rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal2017-08-09
* | net_sched: get rid of some forward declarationsWANG Cong2017-08-08
* | net_sched: use void pointer for filter handleWANG Cong2017-08-07
* | net_sched: refactor notification code for RTM_DELTFILTERWANG Cong2017-08-07
* | net: sched: avoid atomic swap in tcf_exts_changeJiri Pirko2017-08-04
* | net: sched: use tcf_exts_has_actions instead of exts->nr_actionsJiri Pirko2017-08-04
* | net: sched: change names of action number helpers to be aligned with the restJiri Pirko2017-08-04
|/
* net_sched: only create filter chains for new filters/actionsWANG Cong2017-05-25
* net: sched: cls_api: make reclassify return all the way back to the original tpJiri Pirko2017-05-25
* net/sched: fix filter flushingJiri Pirko2017-05-23
* net/sched: properly assign RCU pointer in tcf_chain_tp_insert/removeJiri Pirko2017-05-23
* net: sched: add termination action to allow goto chainJiri Pirko2017-05-17
* net: sched: push tp down to action initJiri Pirko2017-05-17
* net: sched: introduce multichain support for filtersJiri Pirko2017-05-17
* net: sched: push chain dump to a separate functionJiri Pirko2017-05-17
* net: sched: introduce helpers to work with filter chainsJiri Pirko2017-05-17
* net: sched: move TC_H_MAJ macro call into tcf_auto_prioJiri Pirko2017-05-17
* net: sched: replace nprio by a bool to make the function more readableJiri Pirko2017-05-17
* net: sched: rename tcf_destroy_chain helperJiri Pirko2017-05-17
* net: sched: introduce tcf block infractructureJiri Pirko2017-05-17
* net: sched: move tc_classify function to cls_api.cJiri Pirko2017-05-17
* net_sched: move the empty tp check from ->destroy() to ->delete()WANG Cong2017-04-21
* net: rtnetlink: plumb extended ack to doit functionDavid Ahern2017-04-17
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-13
* sched: Fix accidental removal of errout gotoJiri Pirko2017-02-14
* sched: check negative err value to safe one level of indentJiri Pirko2017-02-10
* sched: add missing curly braces in else branch in tc_ctl_tfilterJiri Pirko2017-02-10
* sched: move err set right before goto errout in tc_ctl_tfilterJiri Pirko2017-02-10
* sched: push TC filter protocol creation into a separate functionJiri Pirko2017-02-10
* sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko2017-02-10
* sched: rename tcf_destroy to tcf_destroy_protoJiri Pirko2017-02-10