aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/cls_api.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-11-17net sched filters: pass netlink message flags in event notificationRoman Mashak1-2/+3
2016-10-27net sched filters: fix notification of filter delete with proper handleJamal Hadi Salim1-1/+2
2016-10-13net_sched: do not broadcast RTM_GETTFILTER resultEric Dumazet1-7/+11
2016-09-19net sched: stylistic cleanupsJamal Hadi Salim1-8/+10
2016-08-17net_sched: convert tcf_exts from list to pointer arrayWANG Cong1-15/+36
2016-06-16net, cls: also reject deleting all filters when TCA_KIND presentDaniel Borkmann1-1/+1
2016-06-10net, cls: allow for deleting all filters for given parentDaniel Borkmann1-4/+33
2016-06-07net sched: indentation and other OCD stylistic fixesJamal Hadi Salim1-4/+7
2015-05-21net: sched: fix call_rcu() race on classifier module unloadsDaniel Borkmann1-0/+5
2015-05-09net_sched: fix a use-after-free in tc_ctl_tfilter()WANG Cong1-4/+3
2015-03-09net_sched: destroy proto tp when all filters are goneCong Wang1-4/+10
2015-02-04cls_api.c: Fix dumping of non-existing actions' stats.Ignacy Gawędzki1-3/+4
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2014-10-08net_sched: copy exts->type in tcf_exts_change()WANG Cong1-0/+1
2014-09-28net_sched: remove the first parameter from tcf_exts_destroy()WANG Cong1-1/+1
2014-09-13net: rcu-ify tcf_protoJohn Fastabend1-15/+15
2014-07-17net_sched: cancel nest attribute on failure in tcf_exts_dump()Cong Wang1-3/+8
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-05-02net: Allow tc changes in user namespacesStéphane Graber1-1/+2
2014-04-27sched, act: allow to clear all actions as wellCong Wang1-8/+6
2014-04-27sched, cls: check if we could overwrite actions when changing a filterCong Wang1-4/+5
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman1-1/+1
2014-01-13net_sched: add struct net pointer to tcf_proto_ops->dumpWANG Cong1-5/+6