aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/act_bpf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-13net: sched: act_bpf method rename for grep-ability and consistencyJamal Hadi Salim1-3/+3
2018-08-11net: sched: act_bpf: remove dependency on rtnl lockVlad Buslov1-3/+7
2018-07-29act_bpf: Use kmemdup instead of duplicating it in tcf_bpf_init_from_opsYueHaibing1-3/+1
2018-07-08net: sched: atomically check-allocate actionVlad Buslov1-3/+8
2018-07-08net: sched: don't release reference on action overwriteVlad Buslov1-4/+4
2018-07-08net: sched: add 'delete' function to action opsVlad Buslov1-0/+8
2018-07-08net: sched: implement unlocked action init APIVlad Buslov1-1/+2
2018-07-08net: sched: change type of reference and bind countersVlad Buslov1-2/+2
2018-04-05net/sched: fix NULL dereference in the error path of tcf_bpf_init()Davide Caratti1-4/+8
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-03-21net/sched: fix idr leak on the error path of tcf_bpf_init()Davide Caratti1-1/+1
2018-02-27net: Convert tc_action_net_init() and tc_action_net_exit() based pernet_operationsKirill Tkhai1-0/+1
2018-02-16net: sched: act: handle extack in tcf_generic_walkerAlexander Aring1-1/+1
2018-02-16net: sched: act: add extack for walk callbackAlexander Aring1-1/+2
2018-02-16net: sched: act: add extack for lookup callbackAlexander Aring1-1/+2
2018-02-16net: sched: act: add extack to init callbackAlexander Aring1-1/+1
2017-12-13net_sched: switch to exit_batch for action pernet opsCong Wang1-5/+3
2017-12-05net_sched: remove unused parameter from act cleanup opsCong Wang1-1/+1
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-11-09Revert "net_sched: hold netns refcnt for each action"Cong Wang1-1/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-11-03net_sched: hold netns refcnt for each actionCong Wang1-1/+1
2017-09-26bpf: rename bpf_compute_data_end into bpf_compute_data_pointersDaniel Borkmann1-2/+2
2017-08-30net/sched: Change act_api and act_xxx modules to use IDRChris Mi1-9/+8
2017-06-21bpf: expose prog id for cls_bpf and act_bpfDaniel Borkmann1-0/+3
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-1/+1
2017-01-16bpf: rework prog_digest into prog_tagDaniel Borkmann1-3/+2
2016-12-05bpf: add prog_digest and expose it via fdinfo/netlinkDaniel Borkmann1-0/+9
2016-11-27bpf: drop useless bpf_fd member from cls/actDaniel Borkmann1-7/+0
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+1
2016-10-29netlink: Add nla_memdup() to wrap kmemdup() use on nlattrThomas Graf1-3/+1
2016-09-15bpf: use skb_at_tc_ingress helper in tcf_bpfDaniel Borkmann1-1/+1
2016-09-15bpf: drop unnecessary test in cls_bpf_classify and tcf_bpfDaniel Borkmann1-3/+0
2016-07-25net_sched: move tc_action into tcf_commonWANG Cong1-12/+14
2016-07-01bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann1-6/+1
2016-06-07net sched: indentation and other OCD stylistic fixesJamal Hadi Salim1-1/+2
2016-06-07net sched actions: aggregate dumping of actions timeinfoJamal Hadi Salim1-5/+1
2016-06-07net sched actions: introduce timestamp for firsttime useJamal Hadi Salim1-0/+1
2016-05-06bpf: wire in data and data_end for cls_act_bpfAlexei Starovoitov1-0/+2
2016-04-26sched: align nlattr properly when neededNicolas Dichtel1-1/+2
2016-02-25net_sched: add network namespace support for tc actionsWANG Cong1-5/+47
2015-09-17bpf: add bpf_redirect() helperAlexei Starovoitov1-0/+1
2015-08-26net_sched: act_bpf: remove spinlock in fast pathAlexei Starovoitov1-17/+19
2015-08-26net_sched: act_bpf: remove unnecessary copyAlexei Starovoitov1-1/+1
2015-08-03act_bpf: properly support late binding of bpf action to a classifierDaniel Borkmann1-24/+27
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-18/+35
2015-07-29act_bpf: fix memory leaks when replacing bpf programsDaniel Borkmann1-18/+35
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2015-07-15tc: act_bpf: fix memory leakAlexei Starovoitov1-0/+3