aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/cls_matchall.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-24cls_matchall: propagate extack to delete callbackJakub Kicinski1-4/+5
2018-01-24cls_matchall: pass offload flags to tc_cls_common_offload_init()Jakub Kicinski1-2/+2
2018-01-24net: sched: prepare for reimplementation of tc_cls_common_offload_init()Jakub Kicinski1-2/+2
2018-01-24net: sched: propagate extack to cls->destroy callbacksJakub Kicinski1-1/+1
2018-01-22net: sched: add extack support for offload via tc_cls_common_offloadQuentin Monnet1-2/+2
2018-01-22net: sched: cls_matchall: propagate extack support for filter offloadQuentin Monnet1-2/+4
2018-01-19net: sched: cls: add extack support for delete callbackAlexander Aring1-1/+2
2018-01-19net: sched: cls: add extack support for tcf_exts_validateAlexander Aring1-3/+5
2018-01-19net: sched: cls: add extack support for change callbackAlexander Aring1-1/+1
2018-01-19net: sched: cls: fix code style issuesAlexander Aring1-1/+1
2018-01-17net: sched: keep track of offloaded filters and check tc offload featureJiri Pirko1-1/+2
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+12
2017-11-09cls_matchall: use tcf_exts_get_net() before call_rcu()Cong Wang1-3/+12
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+16
2017-10-29net_sched: use tcf_queue_work() in matchall filterCong Wang1-3/+16
2017-10-21net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS*Jiri Pirko1-16/+0
2017-10-21net: sched: cls_matchall: call block callbacks for offloadJiri Pirko1-27/+45
2017-09-18net/sched: cls_matchall: fix crash when used with classful qdiscDavide Caratti1-0/+1
2017-08-31net_sched: add reverse binding for tc classCong Wang1-0/+9
2017-08-11net: sched: remove cops->tcf_cl_offloadJiri Pirko1-2/+2
2017-08-07net_sched: use void pointer for filter handleWANG Cong1-8/+8
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko1-16/+11
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko1-4/+4
2017-08-07net: sched: rename TC_SETUP_MATCHALL to TC_SETUP_CLSMATCHALLJiri Pirko1-2/+2
2017-08-07net: sched: make type an argument for ndo_setup_tcJiri Pirko1-6/+4
2017-08-04net: sched: cls_matchall: no need to call tcf_exts_change for newly allocated structJiri Pirko1-12/+2
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko1-4/+5
2017-05-22net: sched: cls_matchall: fix null pointer dereferenceJiri Pirko1-1/+0
2017-05-04net/sched: remove redundant null check on headColin Ian King1-2/+1
2017-04-21net_sched: move the empty tp check from ->destroy() to ->delete()WANG Cong1-4/+3
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-2/+2
2017-02-17net/sched: cls_matchall: Reflect HW offloading statusOr Gerlitz1-2/+10
2017-02-17net/sched: cls_matchall: Dump the classifier flagsOr Gerlitz1-0/+3
2017-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-83/+46
2017-02-01net/sched: matchall: Fix configuration raceYotam Gigi1-82/+45
2017-01-03net/sched: cls_matchall: Fix error pathYotam Gigi1-6/+16
2016-11-28net, sched: respect rcu grace period on cls destructionDaniel Borkmann1-1/+0
2016-07-24net/sched: Add match-all classifier hw offloading.Yotam Gigi1-3/+73
2016-07-24net/sched: introduce Match-all classifierJiri Pirko1-0/+248