summaryrefslogtreecommitdiff
path: root/net/sched/cls_matchall.c
Commit message (Expand)AuthorAge
* cls_matchall: propagate extack to delete callbackJakub Kicinski2018-01-24
* cls_matchall: pass offload flags to tc_cls_common_offload_init()Jakub Kicinski2018-01-24
* net: sched: prepare for reimplementation of tc_cls_common_offload_init()Jakub Kicinski2018-01-24
* net: sched: propagate extack to cls->destroy callbacksJakub Kicinski2018-01-24
* net: sched: add extack support for offload via tc_cls_common_offloadQuentin Monnet2018-01-22
* net: sched: cls_matchall: propagate extack support for filter offloadQuentin Monnet2018-01-22
* net: sched: cls: add extack support for delete callbackAlexander Aring2018-01-19
* net: sched: cls: add extack support for tcf_exts_validateAlexander Aring2018-01-19
* net: sched: cls: add extack support for change callbackAlexander Aring2018-01-19
* net: sched: cls: fix code style issuesAlexander Aring2018-01-19
* net: sched: keep track of offloaded filters and check tc offload featureJiri Pirko2018-01-17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-10
|\
| * cls_matchall: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-09
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-30
|\ \ | |/
| * net_sched: use tcf_queue_work() in matchall filterCong Wang2017-10-29
* | net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS*Jiri Pirko2017-10-21
* | net: sched: cls_matchall: call block callbacks for offloadJiri Pirko2017-10-21
|/
* net/sched: cls_matchall: fix crash when used with classful qdiscDavide Caratti2017-09-18
* net_sched: add reverse binding for tc classCong Wang2017-08-31
* net: sched: remove cops->tcf_cl_offloadJiri Pirko2017-08-11
* net_sched: use void pointer for filter handleWANG Cong2017-08-07
* net: sched: get rid of struct tc_to_netdevJiri Pirko2017-08-07
* net: sched: push cls related args into cls_common structureJiri Pirko2017-08-07
* net: sched: rename TC_SETUP_MATCHALL to TC_SETUP_CLSMATCHALLJiri Pirko2017-08-07
* net: sched: make type an argument for ndo_setup_tcJiri Pirko2017-08-07
* net: sched: cls_matchall: no need to call tcf_exts_change for newly allocated...Jiri Pirko2017-08-04
* net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko2017-06-08
* net: sched: cls_matchall: fix null pointer dereferenceJiri Pirko2017-05-22
* net/sched: remove redundant null check on headColin Ian King2017-05-04
* net_sched: move the empty tp check from ->destroy() to ->delete()WANG Cong2017-04-21
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-13
* net/sched: cls_matchall: Reflect HW offloading statusOr Gerlitz2017-02-17
* net/sched: cls_matchall: Dump the classifier flagsOr Gerlitz2017-02-17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-02
|\
| * net/sched: matchall: Fix configuration raceYotam Gigi2017-02-01
* | net/sched: cls_matchall: Fix error pathYotam Gigi2017-01-03
|/
* net, sched: respect rcu grace period on cls destructionDaniel Borkmann2016-11-28
* net/sched: Add match-all classifier hw offloading.Yotam Gigi2016-07-24
* net/sched: introduce Match-all classifierJiri Pirko2016-07-24