summaryrefslogtreecommitdiffstats
path: root/net/sched/cls_matchall.c
Commit message (Expand)AuthorAgeFilesLines
* net_sched: switch to rcu_workCong Wang2018-05-241-16/+5
* cls_matchall: propagate extack to delete callbackJakub Kicinski2018-01-241-4/+5
* cls_matchall: pass offload flags to tc_cls_common_offload_init()Jakub Kicinski2018-01-241-2/+2
* net: sched: prepare for reimplementation of tc_cls_common_offload_init()Jakub Kicinski2018-01-241-2/+2
* net: sched: propagate extack to cls->destroy callbacksJakub Kicinski2018-01-241-1/+1
* net: sched: add extack support for offload via tc_cls_common_offloadQuentin Monnet2018-01-221-2/+2
* net: sched: cls_matchall: propagate extack support for filter offloadQuentin Monnet2018-01-221-2/+4
* net: sched: cls: add extack support for delete callbackAlexander Aring2018-01-191-1/+2
* net: sched: cls: add extack support for tcf_exts_validateAlexander Aring2018-01-191-3/+5
* net: sched: cls: add extack support for change callbackAlexander Aring2018-01-191-1/+1
* net: sched: cls: fix code style issuesAlexander Aring2018-01-191-1/+1
* net: sched: keep track of offloaded filters and check tc offload featureJiri Pirko2018-01-171-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-101-3/+12
|\
| * cls_matchall: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-3/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-301-3/+16
|\ \ | |/
| * net_sched: use tcf_queue_work() in matchall filterCong Wang2017-10-291-3/+16
* | net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS*Jiri Pirko2017-10-211-16/+0
* | net: sched: cls_matchall: call block callbacks for offloadJiri Pirko2017-10-211-27/+45
|/
* net/sched: cls_matchall: fix crash when used with classful qdiscDavide Caratti2017-09-181-0/+1
* net_sched: add reverse binding for tc classCong Wang2017-08-311-0/+9
* net: sched: remove cops->tcf_cl_offloadJiri Pirko2017-08-111-2/+2
* net_sched: use void pointer for filter handleWANG Cong2017-08-071-8/+8
* net: sched: get rid of struct tc_to_netdevJiri Pirko2017-08-071-16/+11
* net: sched: push cls related args into cls_common structureJiri Pirko2017-08-071-4/+4
* net: sched: rename TC_SETUP_MATCHALL to TC_SETUP_CLSMATCHALLJiri Pirko2017-08-071-2/+2
* net: sched: make type an argument for ndo_setup_tcJiri Pirko2017-08-071-6/+4
* net: sched: cls_matchall: no need to call tcf_exts_change for newly allocated...Jiri Pirko2017-08-041-12/+2
* net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko2017-06-081-4/+5
* net: sched: cls_matchall: fix null pointer dereferenceJiri Pirko2017-05-221-1/+0
* net/sched: remove redundant null check on headColin Ian King2017-05-041-2/+1
* net_sched: move the empty tp check from ->destroy() to ->delete()WANG Cong2017-04-211-4/+3
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-2/+2
* net/sched: cls_matchall: Reflect HW offloading statusOr Gerlitz2017-02-171-2/+10
* net/sched: cls_matchall: Dump the classifier flagsOr Gerlitz2017-02-171-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-021-83/+46
|\
| * net/sched: matchall: Fix configuration raceYotam Gigi2017-02-011-82/+45
* | net/sched: cls_matchall: Fix error pathYotam Gigi2017-01-031-6/+16
|/
* net, sched: respect rcu grace period on cls destructionDaniel Borkmann2016-11-281-1/+0
* net/sched: Add match-all classifier hw offloading.Yotam Gigi2016-07-241-3/+73
* net/sched: introduce Match-all classifierJiri Pirko2016-07-241-0/+248
OpenPOWER on IntegriCloud