aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/cls_api.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-11net: sched: extend action ops with put_dev callbackVlad Buslov1-0/+1
2018-08-09net: sched: fix block->refcnt decrementJiri Pirko1-0/+2
2018-08-03net: sched: fix flush on non-existing chainJiri Pirko1-0/+7
2018-08-01net: sched: make tcf_chain_{get,put}() staticJiri Pirko1-18/+16
2018-08-01net: sched: fix notifications for action-held chainsJiri Pirko1-28/+43
2018-08-01net: sched: change name of zombie chain to "held_by_acts_only"Jiri Pirko1-8/+6
2018-07-27net: sched: don't dump chains only held by actionsJiri Pirko1-12/+58
2018-07-26net: sched: unmark chain as explicitly created on deleteJiri Pirko1-0/+1
2018-07-26net: sched: cls_api: fix dead code in switchGustavo A. R. Silva1-1/+0
2018-07-23net: sched: introduce chain templatesJiri Pirko1-0/+65
2018-07-23net: sched: introduce chain object to uapiJiri Pirko1-8/+300
2018-07-23net: sched: Avoid implicit chain 0 creationJiri Pirko1-47/+39
2018-07-23net: sched: push ops lookup bits into tcf_proto_lookup_ops()Jiri Pirko1-22/+31
2018-07-21net: sched: use PTR_ERR_OR_ZERO macro in tcf_block_cb_registerGustavo A. R. Silva1-1/+1
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller1-2/+2
2018-07-18net: sched: Using NULL instead of plain integerYueHaibing1-2/+2
2018-07-13net: sched: refactor flower walk to iterate over idrVlad Buslov1-0/+2
2018-07-08net: sched: change action API to use array of pointers to actionsVlad Buslov1-15/+6
2018-07-08net: sched: implement reference counted action releaseVlad Buslov1-1/+0
2018-07-08net: sched: implement unlocked action init APIVlad Buslov1-2/+3
2018-06-26net: sched: call reoffload op on block callback regJohn Hurley1-8/+46
2018-06-26net: sched: pass extack pointer to block binds and cb registrationJohn Hurley1-9/+16
2018-06-06Revert "net: sched: cls: Fix offloading when ingress dev is vxlan"David S. Miller1-16/+10
2018-06-05net: sched: cls: Fix offloading when ingress dev is vxlanPaul Blakey1-10/+16
2018-06-04net: sched: return error code when tcf proto is not foundVlad Buslov1-2/+2
2018-06-01net: sched: split tc_ctl_tfilter into three handlersVlad Buslov1-145/+293
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-05-24net_sched: switch to rcu_workCong Wang1-2/+3
2018-05-24net : sched: cls_api: deal with egdev path only if neededOr Gerlitz1-1/+1
2018-05-11net: sched: fix error path in tcf_proto_create() when modules are not configuredJiri Pirko1-1/+1
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-03-09net sched actions: update Add/Delete action API with new argumentRoman Mashak1-1/+2
2018-02-27net: Convert simple pernet_operationsKirill Tkhai1-0/+1
2018-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2018-02-20net: sched: report if filter is too large to dumpRoman Kapl1-1/+6
2018-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+12
2018-02-16net: sched: act: add extack to initAlexander Aring1-2/+2
2018-02-16net: Revert sched action extack support series.David S. Miller1-2/+2
2018-02-16net: sched: act: add extack to initAlexander Aring1-2/+2
2018-02-13net: sched: don't set q pointer for shared blocksJiri Pirko1-14/+12
2018-02-06cls_api: Convert to idr_alloc_u32Matthew Wilcox1-2/+2
2018-02-06idr: Delete idr_find_ext functionMatthew Wilcox1-1/+1
2018-02-06idr: Delete idr_remove_ext functionMatthew Wilcox1-1/+1
2018-01-24net: sched: propagate extack to cls->destroy callbacksJakub Kicinski1-7/+8
2018-01-19net: sched: cls: add extack support for delete callbackAlexander Aring1-1/+1
2018-01-19net: sched: cls: add extack support for tcf_exts_validateAlexander Aring1-2/+5
2018-01-19net: sched: cls: add extack support for change callbackAlexander Aring1-1/+2
2018-01-19net: sched: cls_api: handle generic cls errorsAlexander Aring1-11/+41
2018-01-18net: sched: silence uninitialized parent variable warning in tc_dump_tfilterJiri Pirko1-0/+7
2018-01-17net: sched: use block index as a handle instead of qdisc when block is sharedJiri Pirko1-84/+118