aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/cls_matchall.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-09cls_matchall: use tcf_exts_get_net() before call_rcu()Cong Wang1-3/+12
2017-10-29net_sched: use tcf_queue_work() in matchall filterCong Wang1-3/+16
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