aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/cls_api.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-16net: sched: propagate q and parent from caller down to tcf_fill_nodeJiri Pirko1-20/+35
2017-10-16net: sched: store net pointer in block and introduce qdisc_net helperJiri Pirko1-0/+1
2017-10-16net: sched: store Qdisc pointer in struct blockJiri Pirko1-1/+2
2017-10-11net: sched: remove unused tcf_exts_get_dev helper and cls_flower->egress_devJiri Pirko1-22/+0
2017-10-11net: sched: convert cls_flower->egress_dev users to tc_setup_cb_egdev infraJiri Pirko1-3/+10
2017-10-11net: sched: introduce per-egress action device callbacksJiri Pirko1-0/+30
2017-10-11net: sched: make tc_action_ops->get_dev return dev and avoid passing netJiri Pirko1-4/+2
2017-09-12net_sched: carefully handle tcf_block_put()Cong Wang1-6/+18
2017-09-12net_sched: fix reference counting of tc filter chainCong Wang1-21/+26
2017-09-07net: sched: fix memleak for chain zeroJiri Pirko1-9/+9
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+12
2017-08-25net_sched: remove tc class reference countingWANG Cong1-11/+6
2017-08-22net: sched: don't do tcf_chain_flush from tcf_chain_destroyJiri Pirko1-3/+3
2017-08-22net: sched: fix use after free when tcf_chain_destroy is called multiple timesJiri Pirko1-2/+10
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-08-18net: sched: fix p_filter_chain check in tcf_chain_flushJiri Pirko1-1/+1
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal1-3/+3
2017-08-08net_sched: get rid of some forward declarationsWANG Cong1-111/+103
2017-08-07net_sched: use void pointer for filter handleWANG Cong1-9/+8
2017-08-07net_sched: refactor notification code for RTM_DELTFILTERWANG Cong1-5/+39
2017-08-04net: sched: avoid atomic swap in tcf_exts_changeJiri Pirko1-8/+2
2017-08-04net: sched: use tcf_exts_has_actions instead of exts->nr_actionsJiri Pirko1-1/+1
2017-08-04net: sched: change names of action number helpers to be aligned with the restJiri Pirko1-1/+1
2017-05-25net_sched: only create filter chains for new filters/actionsWANG Cong1-4/+9
2017-05-25net: sched: cls_api: make reclassify return all the way back to the original tpJiri Pirko1-3/+5
2017-05-23net/sched: fix filter flushingJiri Pirko1-3/+10
2017-05-23net/sched: properly assign RCU pointer in tcf_chain_tp_insert/removeJiri Pirko1-2/+2
2017-05-17net: sched: add termination action to allow goto chainJiri Pirko1-1/+5
2017-05-17net: sched: push tp down to action initJiri Pirko1-4/+5
2017-05-17net: sched: introduce multichain support for filtersJiri Pirko1-16/+88
2017-05-17net: sched: push chain dump to a separate functionJiri Pirko1-43/+52
2017-05-17net: sched: introduce helpers to work with filter chainsJiri Pirko1-41/+107
2017-05-17net: sched: move TC_H_MAJ macro call into tcf_auto_prioJiri Pirko1-2/+2
2017-05-17net: sched: replace nprio by a bool to make the function more readableJiri Pirko1-6/+7
2017-05-17net: sched: rename tcf_destroy_chain helperJiri Pirko1-3/+3
2017-05-17net: sched: introduce tcf block infractructureJiri Pirko1-10/+38
2017-05-17net: sched: move tc_classify function to cls_api.cJiri Pirko1-0/+48
2017-04-21net_sched: move the empty tp check from ->destroy() to ->delete()WANG Cong1-13/+14
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern1-2/+3
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-1/+1
2017-02-14sched: Fix accidental removal of errout gotoJiri Pirko1-0/+1
2017-02-10sched: check negative err value to safe one level of indentJiri Pirko1-13/+9
2017-02-10sched: add missing curly braces in else branch in tc_ctl_tfilterJiri Pirko1-1/+2
2017-02-10sched: move err set right before goto errout in tc_ctl_tfilterJiri Pirko1-10/+19
2017-02-10sched: push TC filter protocol creation into a separate functionJiri Pirko1-51/+59
2017-02-10sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko1-0/+21
2017-02-10sched: rename tcf_destroy to tcf_destroy_protoJiri Pirko1-4/+4
2016-12-26net, sched: fix soft lockup in tc_classifyDaniel Borkmann1-1/+3
2016-12-02net/sched: cls_flower: Add offload support using egress Hardware deviceHadar Hen Zion1-0/+24
2016-11-24net sched filters: fix filter handle ID in tfilter_notify_chain()Roman Mashak1-1/+1