summaryrefslogtreecommitdiff
path: root/net/sched/cls_api.c
AgeCommit message (Expand)Author
2019-01-31net_sched: refetch skb protocol for each filterCong Wang
2018-11-04net/sched: cls_api: add missing validation of netlink attributesDavide Caratti
2018-05-19net: sched: fix error path in tcf_proto_create() when modules are not configuredJiri Pirko
2018-03-08net: sched: report if filter is too large to dumpRoman Kapl
2018-03-03net: sched: fix use-after-free in tcf_block_put_extJiri Pirko
2018-03-03net_sched: get rid of rcu_barrier() in tcf_block_put_ext()Cong Wang
2018-03-03net: sched: crash on blocks with goto chain actionRoman Kapl
2018-03-03net: sched: fix crash when deleting secondary chainsRoman Kapl
2017-11-09net_sched: introduce tcf_exts_get_net() and tcf_exts_put_net()Cong Wang
2017-10-31net_sched: remove tcf_block_put_deferred()Cong Wang
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-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
2017-08-22net: sched: don't do tcf_chain_flush from tcf_chain_destroyJiri Pirko
2017-08-22net: sched: fix use after free when tcf_chain_destroy is called multiple timesJiri Pirko
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-18net: sched: fix p_filter_chain check in tcf_chain_flushJiri Pirko
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal
2017-08-08net_sched: get rid of some forward declarationsWANG Cong
2017-08-07net_sched: use void pointer for filter handleWANG Cong
2017-08-07net_sched: refactor notification code for RTM_DELTFILTERWANG Cong
2017-08-04net: sched: avoid atomic swap in tcf_exts_changeJiri Pirko
2017-08-04net: sched: use tcf_exts_has_actions instead of exts->nr_actionsJiri Pirko
2017-08-04net: sched: change names of action number helpers to be aligned with the restJiri Pirko
2017-05-25net_sched: only create filter chains for new filters/actionsWANG Cong
2017-05-25net: sched: cls_api: make reclassify return all the way back to the original tpJiri Pirko
2017-05-23net/sched: fix filter flushingJiri Pirko
2017-05-23net/sched: properly assign RCU pointer in tcf_chain_tp_insert/removeJiri Pirko
2017-05-17net: sched: add termination action to allow goto chainJiri Pirko
2017-05-17net: sched: push tp down to action initJiri Pirko
2017-05-17net: sched: introduce multichain support for filtersJiri Pirko
2017-05-17net: sched: push chain dump to a separate functionJiri Pirko
2017-05-17net: sched: introduce helpers to work with filter chainsJiri Pirko
2017-05-17net: sched: move TC_H_MAJ macro call into tcf_auto_prioJiri Pirko
2017-05-17net: sched: replace nprio by a bool to make the function more readableJiri Pirko
2017-05-17net: sched: rename tcf_destroy_chain helperJiri Pirko
2017-05-17net: sched: introduce tcf block infractructureJiri Pirko
2017-05-17net: sched: move tc_classify function to cls_api.cJiri Pirko
2017-04-21net_sched: move the empty tp check from ->destroy() to ->delete()WANG Cong
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-02-14sched: Fix accidental removal of errout gotoJiri Pirko
2017-02-10sched: check negative err value to safe one level of indentJiri Pirko
2017-02-10sched: add missing curly braces in else branch in tc_ctl_tfilterJiri Pirko
2017-02-10sched: move err set right before goto errout in tc_ctl_tfilterJiri Pirko
2017-02-10sched: push TC filter protocol creation into a separate functionJiri Pirko