summaryrefslogtreecommitdiff
path: root/net/sched/cls_matchall.c
AgeCommit message (Expand)Author
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-09cls_matchall: use tcf_exts_get_net() before call_rcu()Cong Wang
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-29net_sched: use tcf_queue_work() in matchall filterCong Wang
2017-10-21net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS*Jiri Pirko
2017-10-21net: sched: cls_matchall: call block callbacks for offloadJiri Pirko
2017-09-18net/sched: cls_matchall: fix crash when used with classful qdiscDavide Caratti
2017-08-31net_sched: add reverse binding for tc classCong Wang
2017-08-11net: sched: remove cops->tcf_cl_offloadJiri Pirko
2017-08-07net_sched: use void pointer for filter handleWANG Cong
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko
2017-08-07net: sched: rename TC_SETUP_MATCHALL to TC_SETUP_CLSMATCHALLJiri Pirko
2017-08-07net: sched: make type an argument for ndo_setup_tcJiri Pirko
2017-08-04net: sched: cls_matchall: no need to call tcf_exts_change for newly allocated...Jiri Pirko
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko
2017-05-22net: sched: cls_matchall: fix null pointer dereferenceJiri Pirko
2017-05-04net/sched: remove redundant null check on headColin Ian King
2017-04-21net_sched: move the empty tp check from ->destroy() to ->delete()WANG Cong
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-02-17net/sched: cls_matchall: Reflect HW offloading statusOr Gerlitz
2017-02-17net/sched: cls_matchall: Dump the classifier flagsOr Gerlitz
2017-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-01net/sched: matchall: Fix configuration raceYotam Gigi
2017-01-03net/sched: cls_matchall: Fix error pathYotam Gigi
2016-11-28net, sched: respect rcu grace period on cls destructionDaniel Borkmann
2016-07-24net/sched: Add match-all classifier hw offloading.Yotam Gigi
2016-07-24net/sched: introduce Match-all classifierJiri Pirko