summaryrefslogtreecommitdiffstats
path: root/net/sched/cls_api.c
Commit message (Expand)AuthorAgeFilesLines
* net_sched: carefully handle tcf_block_put()Cong Wang2017-09-121-6/+18
* net_sched: fix reference counting of tc filter chainCong Wang2017-09-121-21/+26
* net: sched: fix memleak for chain zeroJiri Pirko2017-09-071-9/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-011-4/+12
|\
| * net: sched: don't do tcf_chain_flush from tcf_chain_destroyJiri Pirko2017-08-221-3/+3
| * net: sched: fix use after free when tcf_chain_destroy is called multiple timesJiri Pirko2017-08-221-2/+10
* | net_sched: remove tc class reference countingWANG Cong2017-08-251-11/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-211-1/+1
|\ \ | |/
| * net: sched: fix p_filter_chain check in tcf_chain_flushJiri Pirko2017-08-181-1/+1
* | rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal2017-08-091-3/+3
* | net_sched: get rid of some forward declarationsWANG Cong2017-08-081-111/+103
* | net_sched: use void pointer for filter handleWANG Cong2017-08-071-9/+8
* | net_sched: refactor notification code for RTM_DELTFILTERWANG Cong2017-08-071-5/+39
* | net: sched: avoid atomic swap in tcf_exts_changeJiri Pirko2017-08-041-8/+2
* | net: sched: use tcf_exts_has_actions instead of exts->nr_actionsJiri Pirko2017-08-041-1/+1
* | net: sched: change names of action number helpers to be aligned with the restJiri Pirko2017-08-041-1/+1
|/
* net_sched: only create filter chains for new filters/actionsWANG Cong2017-05-251-4/+9
* net: sched: cls_api: make reclassify return all the way back to the original tpJiri Pirko2017-05-251-3/+5
* net/sched: fix filter flushingJiri Pirko2017-05-231-3/+10
* net/sched: properly assign RCU pointer in tcf_chain_tp_insert/removeJiri Pirko2017-05-231-2/+2
* net: sched: add termination action to allow goto chainJiri Pirko2017-05-171-1/+5
* net: sched: push tp down to action initJiri Pirko2017-05-171-4/+5
* net: sched: introduce multichain support for filtersJiri Pirko2017-05-171-16/+88
* net: sched: push chain dump to a separate functionJiri Pirko2017-05-171-43/+52
* net: sched: introduce helpers to work with filter chainsJiri Pirko2017-05-171-41/+107
* net: sched: move TC_H_MAJ macro call into tcf_auto_prioJiri Pirko2017-05-171-2/+2
* net: sched: replace nprio by a bool to make the function more readableJiri Pirko2017-05-171-6/+7
* net: sched: rename tcf_destroy_chain helperJiri Pirko2017-05-171-3/+3
* net: sched: introduce tcf block infractructureJiri Pirko2017-05-171-10/+38
* net: sched: move tc_classify function to cls_api.cJiri Pirko2017-05-171-0/+48
* net_sched: move the empty tp check from ->destroy() to ->delete()WANG Cong2017-04-211-13/+14
* net: rtnetlink: plumb extended ack to doit functionDavid Ahern2017-04-171-2/+3
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-1/+1
* sched: Fix accidental removal of errout gotoJiri Pirko2017-02-141-0/+1
* sched: check negative err value to safe one level of indentJiri Pirko2017-02-101-13/+9
* sched: add missing curly braces in else branch in tc_ctl_tfilterJiri Pirko2017-02-101-1/+2
* sched: move err set right before goto errout in tc_ctl_tfilterJiri Pirko2017-02-101-10/+19
* sched: push TC filter protocol creation into a separate functionJiri Pirko2017-02-101-51/+59
* sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko2017-02-101-0/+21
* sched: rename tcf_destroy to tcf_destroy_protoJiri Pirko2017-02-101-4/+4
* net, sched: fix soft lockup in tc_classifyDaniel Borkmann2016-12-261-1/+3
* net/sched: cls_flower: Add offload support using egress Hardware deviceHadar Hen Zion2016-12-021-0/+24
* net sched filters: fix filter handle ID in tfilter_notify_chain()Roman Mashak2016-11-241-1/+1
* net sched filters: pass netlink message flags in event notificationRoman Mashak2016-11-171-2/+3
* net sched filters: fix notification of filter delete with proper handleJamal Hadi Salim2016-10-271-1/+2
* net_sched: do not broadcast RTM_GETTFILTER resultEric Dumazet2016-10-131-7/+11
* net sched: stylistic cleanupsJamal Hadi Salim2016-09-191-8/+10
* net_sched: convert tcf_exts from list to pointer arrayWANG Cong2016-08-171-15/+36
* net, cls: also reject deleting all filters when TCA_KIND presentDaniel Borkmann2016-06-161-1/+1
* net, cls: allow for deleting all filters for given parentDaniel Borkmann2016-06-101-4/+33
OpenPOWER on IntegriCloud