summaryrefslogtreecommitdiffstats
path: root/net/sched/cls_api.c
AgeCommit message (Expand)Author
2019-07-28net: sched: verify that q!=NULL before setting q->flagsVlad Buslov
2019-07-28net_sched: unset TCQ_F_CAN_BYPASS when adding filtersCong Wang
2019-01-31net_sched: refetch skb protocol for each filterCong Wang
2018-10-15net/sched: cls_api: add missing validation of netlink attributesDavide Caratti
2018-09-13net_sched: notify filter deletion when deleting a chainCong Wang
2018-08-27net: sched: return -ENOENT when trying to remove filter from non-existent chainJiri Pirko
2018-08-27net: sched: fix extack error message when chain is failed to be createdJiri Pirko
2018-08-11net: sched: extend action ops with put_dev callbackVlad Buslov
2018-08-09net: sched: fix block->refcnt decrementJiri Pirko
2018-08-03net: sched: fix flush on non-existing chainJiri Pirko
2018-08-01net: sched: make tcf_chain_{get,put}() staticJiri Pirko
2018-08-01net: sched: fix notifications for action-held chainsJiri Pirko
2018-08-01net: sched: change name of zombie chain to "held_by_acts_only"Jiri Pirko
2018-07-27net: sched: don't dump chains only held by actionsJiri Pirko
2018-07-26net: sched: unmark chain as explicitly created on deleteJiri Pirko
2018-07-26net: sched: cls_api: fix dead code in switchGustavo A. R. Silva
2018-07-23net: sched: introduce chain templatesJiri Pirko
2018-07-23net: sched: introduce chain object to uapiJiri Pirko
2018-07-23net: sched: Avoid implicit chain 0 creationJiri Pirko
2018-07-23net: sched: push ops lookup bits into tcf_proto_lookup_ops()Jiri Pirko
2018-07-21net: sched: use PTR_ERR_OR_ZERO macro in tcf_block_cb_registerGustavo A. R. Silva
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2018-07-18net: sched: Using NULL instead of plain integerYueHaibing
2018-07-13net: sched: refactor flower walk to iterate over idrVlad Buslov
2018-07-08net: sched: change action API to use array of pointers to actionsVlad Buslov
2018-07-08net: sched: implement reference counted action releaseVlad Buslov
2018-07-08net: sched: implement unlocked action init APIVlad Buslov
2018-06-26net: sched: call reoffload op on block callback regJohn Hurley
2018-06-26net: sched: pass extack pointer to block binds and cb registrationJohn Hurley
2018-06-06Revert "net: sched: cls: Fix offloading when ingress dev is vxlan"David S. Miller
2018-06-05net: sched: cls: Fix offloading when ingress dev is vxlanPaul Blakey
2018-06-04net: sched: return error code when tcf proto is not foundVlad Buslov
2018-06-01net: sched: split tc_ctl_tfilter into three handlersVlad Buslov
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-24net_sched: switch to rcu_workCong Wang
2018-05-24net : sched: cls_api: deal with egdev path only if neededOr Gerlitz
2018-05-11net: sched: fix error path in tcf_proto_create() when modules are not configuredJiri Pirko
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-09net sched actions: update Add/Delete action API with new argumentRoman Mashak
2018-02-27net: Convert simple pernet_operationsKirill Tkhai
2018-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-02-20net: sched: report if filter is too large to dumpRoman Kapl
2018-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-02-16net: sched: act: add extack to initAlexander Aring
2018-02-16net: Revert sched action extack support series.David S. Miller
2018-02-16net: sched: act: add extack to initAlexander Aring
2018-02-13net: sched: don't set q pointer for shared blocksJiri Pirko
2018-02-06cls_api: Convert to idr_alloc_u32Matthew Wilcox
2018-02-06idr: Delete idr_find_ext functionMatthew Wilcox
2018-02-06idr: Delete idr_remove_ext functionMatthew Wilcox