summaryrefslogtreecommitdiffstats
path: root/net/sched/cls_api.c
AgeCommit message (Expand)Author
2018-01-19net: sched: cls: add extack support for tcf_exts_validateAlexander Aring
2018-01-19net: sched: cls: add extack support for change callbackAlexander Aring
2018-01-19net: sched: cls_api: handle generic cls errorsAlexander Aring
2018-01-18net: sched: silence uninitialized parent variable warning in tc_dump_tfilterJiri Pirko
2018-01-17net: sched: use block index as a handle instead of qdisc when block is sharedJiri Pirko
2018-01-17net: sched: keep track of offloaded filters and check tc offload featureJiri Pirko
2018-01-17net: sched: remove classid and q fields from tcf_protoJiri Pirko
2018-01-17net: sched: introduce block mechanism to handle netif_keep_dst callsJiri Pirko
2018-01-17net: sched: avoid usage of tp->q in tcf_classifyJiri Pirko
2018-01-17net: sched: introduce shared filter blocks infrastructureJiri Pirko
2018-01-17net: sched: introduce support for multiple filter chain pointers registrationJiri Pirko
2017-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-26net: sched: fix possible null pointer deref in tcf_block_putJiri Pirko
2017-12-21net: sch: api: add extack support in tcf_block_getAlexander Aring
2017-12-21net: sched: sch: add extack for block callbackAlexander Aring
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-15net: sched: fix clsact init error pathJiri Pirko
2017-12-13net: remove duplicate includesPravin Shedge
2017-12-08net: sched: fix use-after-free in tcf_block_put_extJiri Pirko
2017-12-05net_sched: get rid of rcu_barrier() in tcf_block_put_ext()Cong Wang
2017-11-25net: sched: crash on blocks with goto chain actionRoman Kapl
2017-11-24net: sched: fix crash when deleting secondary chainsRoman Kapl
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-09net_sched: introduce tcf_exts_get_net() and tcf_exts_put_net()Cong Wang
2017-11-03net: sched: introduce chain_head_change callbackJiri Pirko
2017-11-03net_sched: check NULL in tcf_block_put()Cong Wang
2017-11-03net: sched: move block offload unbind after all chains are flushedJiri Pirko
2017-11-02net: sched: remove tc_can_offload check from egdev callJiri Pirko
2017-11-02net: sched: move the can_offload check from binding phase to rule insertion p...Jiri Pirko
2017-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-31net_sched: remove tcf_block_put_deferred()Cong Wang
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-29net_sched: add rtnl assertion to tcf_exts_destroy()Cong Wang
2017-10-29net_sched: introduce a workqueue for RCU callbacks of tc filterCong Wang
2017-10-24net/sched: Fix actions list corruption when adding offloaded tc flowsOr Gerlitz
2017-10-21net: sched: use tc_setup_cb_call to call per-block callbacksJiri Pirko
2017-10-21net: sched: introduce per-block callbacksJiri Pirko
2017-10-21net: sched: add block bind/unbind notif. and extended block_get/putJiri Pirko
2017-10-16net: sched: propagate q and parent from caller down to tcf_fill_nodeJiri Pirko
2017-10-16net: sched: store net pointer in block and introduce qdisc_net helperJiri Pirko
2017-10-16net: sched: store Qdisc pointer in struct blockJiri Pirko
2017-10-11net: sched: remove unused tcf_exts_get_dev helper and cls_flower->egress_devJiri Pirko
2017-10-11net: sched: convert cls_flower->egress_dev users to tc_setup_cb_egdev infraJiri Pirko
2017-10-11net: sched: introduce per-egress action device callbacksJiri Pirko
2017-10-11net: sched: make tc_action_ops->get_dev return dev and avoid passing netJiri Pirko
2017-09-12net_sched: carefully handle tcf_block_put()Cong Wang
2017-09-12net_sched: fix reference counting of tc filter chainCong Wang
2017-09-07net: sched: fix memleak for chain zeroJiri Pirko
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-25net_sched: remove tc class reference countingWANG Cong