aboutsummaryrefslogtreecommitdiff
path: root/net/sched/cls_fw.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02net_sched: refactor TC action init APIGravatar Cong Wang 1-7/+6
2020-01-27net_sched: fix ops->bind_class() implementationsGravatar Cong Wang 1-3/+8
2019-06-15net: sched: remove NET_CLS_IND config optionGravatar Jiri Pirko 1-13/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-6/+1
2019-04-27netlink: make validation more configurable for future strictnessGravatar Johannes Berg 1-1/+2
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagGravatar Michal Kubecek 1-1/+1
2019-02-27Revert "net: sched: fw: don't set arg->stop in fw_walk() when empty"Gravatar Vlad Buslov 1-1/+4
2019-02-22net_sched: initialize net pointer inside tcf_exts_init()Gravatar Cong Wang 1-2/+3
2019-02-17net: sched: fw: don't set arg->stop in fw_walk() when emptyGravatar Vlad Buslov 1-4/+1
2019-02-12net: sched: extend proto ops to support unlocked classifiersGravatar Vlad Buslov 1-5/+8
2019-02-12net: sched: track rtnl lock status when validating extensionsGravatar Vlad Buslov 1-1/+1
2018-05-24net_sched: switch to rcu_workGravatar Cong Wang 1-17/+7
2018-01-24net: sched: propagate extack to cls->destroy callbacksGravatar Jakub Kicinski 1-1/+1
2018-01-19net: sched: cls: add extack support for tcf_change_indevGravatar Alexander Aring 1-1/+1
2018-01-19net: sched: cls: add extack support for delete callbackGravatar Alexander Aring 1-1/+2
2018-01-19net: sched: cls: add extack support for tcf_exts_validateGravatar Alexander Aring 1-4/+6
2018-01-19net: sched: cls: add extack support for change callbackGravatar Alexander Aring 1-1/+1
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+14
2017-11-09cls_fw: use tcf_exts_get_net() before call_rcu()Gravatar Cong Wang 1-3/+14
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+16
2017-10-29net_sched: use tcf_queue_work() in fw filterGravatar Cong Wang 1-3/+16
2017-10-16net: sched: tcindex, fw, flow: use tcf_block_q helper to get struct QdiscGravatar Jiri Pirko 1-1/+4
2017-08-31net_sched: add reverse binding for tc classGravatar Cong Wang 1-0/+9
2017-08-07net_sched: use void pointer for filter handleGravatar WANG Cong 1-13/+13
2017-08-04net: sched: cls_fw: no need to call tcf_exts_change for newly allocated structGravatar Jiri Pirko 1-16/+5
2017-08-04net: sched: cls_fw: rename fw_change_attrs functionGravatar Jiri Pirko 1-6/+5
2017-08-04net: sched: remove redundant helpers tcf_exts_is_predicative and tcf_exts_is_...Gravatar Jiri Pirko 1-1/+1
2017-04-21net_sched: remove useless NULL to tp->rootGravatar WANG Cong 1-1/+0
2017-04-21net_sched: move the empty tp check from ->destroy() to ->delete()Gravatar WANG Cong 1-12/+17
2017-04-13netlink: pass extended ACK struct to parsing functionsGravatar Johannes Berg 1-1/+1
2016-09-19net sched: stylistic cleanupsGravatar Jamal Hadi Salim 1-5/+5
2016-08-22net_sched: properly handle failure case of tcf_exts_init()Gravatar WANG Cong 1-4/+14
2015-09-24net: revert "net_sched: move tp->root allocation into fw_init()"Gravatar WANG Cong 1-15/+15
2015-03-09net_sched: destroy proto tp when all filters are goneGravatar Cong Wang 1-2/+9
2015-03-05net_sched: move tp->root allocation into fw_init()Gravatar WANG Cong 1-10/+13
2014-12-09net: sched: cls: use nla_nest_cancel instead of nlmsg_trimGravatar Jiri Pirko 1-2/+1
2014-12-09net: sched: cls: remove unused op put from tcf_proto_opsGravatar Jiri Pirko 1-5/+0
2014-10-06net: sched: do not use tcf_proto 'tp' argument from call_rcuGravatar John Fastabend 1-2/+3
2014-09-28net_sched: remove the first parameter from tcf_exts_destroy()Gravatar WANG Cong 1-2/+2
2014-09-16net: sched: cls_fw: add missing tcf_exts_init call in fw_change()Gravatar John Fastabend 1-0/+2
2014-09-13net: sched: fw use RCUGravatar John Fastabend 1-34/+77
2014-04-27sched, cls: check if we could overwrite actions when changing a filterGravatar Cong Wang 1-5/+5
2014-03-18net: sched: use no more than one page in struct fw_headGravatar Eric Dumazet 1-26/+7
2014-01-16net_sched: fix error return code in fw_change_attrs()Gravatar Wei Yongjun 1-1/+3
2014-01-13net_sched: avoid casting void pointerGravatar WANG Cong 1-7/+7
2014-01-13net_sched: optimize tcf_match_indev()Gravatar WANG Cong 1-7/+12
2014-01-13net_sched: add struct net pointer to tcf_proto_ops->dumpGravatar WANG Cong 1-1/+1
2013-12-18net_sched: cls: refactor out struct tcf_ext_mapGravatar WANG Cong 1-9/+5
2013-12-18net_sched: act: use standard struct list_headGravatar WANG Cong 1-0/+1
2013-04-19pkt_sched: fix error return code in fw_change_attrs()Gravatar Wei Yongjun 1-1/+1