aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/cls_api.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-06cls_api: add translator to flow_action representationPablo Neira Ayuso1-0/+99
2019-02-06flow_offload: add flow action infrastructurePablo Neira Ayuso1-0/+17
2019-01-16net_sched: refetch skb protocol for each filterCong Wang1-2/+1
2018-12-14net_sched: fold tcf_block_cb_call() into tc_setup_cb_call()Cong Wang1-26/+20
2018-12-10net/sched: Remove egdev mechanismOz Shlomo1-46/+1
2018-11-11net: sched: register callbacks for indirect tc block bindsJohn Hurley1-1/+255
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+7
2018-10-15net/sched: cls_api: add missing validation of netlink attributesDavide Caratti1-5/+8
2018-10-08net: Add extack to nlmsg_parseDavid Ahern1-2/+4
2018-10-01net_sched: fix a crash in tc_new_tfilter()Cong Wang1-1/+3
2018-09-25net: sched: use reference counting for tcf blocks on rules updateVlad Buslov1-17/+21
2018-09-25net: sched: implement tcf_block_refcnt_{get|put}()Vlad Buslov1-24/+50
2018-09-25net: sched: protect block idr with spinlockVlad Buslov1-2/+13
2018-09-25net: sched: implement functions to put and flush all chainsVlad Buslov1-25/+30
2018-09-25net: sched: change tcf block reference counter type to refcount_tVlad Buslov1-24/+35
2018-09-25net: sched: use Qdisc rcu API instead of relying on rtnl lockVlad Buslov1-15/+64
2018-09-13net_sched: notify filter deletion when deleting a chainCong Wang1-0/+2
2018-08-27net: sched: return -ENOENT when trying to remove filter from non-existent chainJiri Pirko1-1/+1
2018-08-27net: sched: fix extack error message when chain is failed to be createdJiri Pirko1-1/+1
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