summaryrefslogtreecommitdiff
path: root/net/sched/act_bpf.c
AgeCommit message (Expand)Author
2019-09-10net_sched: fix a NULL pointer deref in ipt actionCong Wang
2018-05-30net/sched: fix idr leak on the error path of tcf_bpf_init()Davide Caratti
2018-04-12net/sched: fix NULL dereference in the error path of tcf_bpf_init()Davide Caratti
2017-11-09Revert "net_sched: hold netns refcnt for each action"Cong Wang
2017-11-03net_sched: hold netns refcnt for each actionCong Wang
2017-08-30net/sched: Change act_api and act_xxx modules to use IDRChris Mi
2017-06-21bpf: expose prog id for cls_bpf and act_bpfDaniel Borkmann
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-01-16bpf: rework prog_digest into prog_tagDaniel Borkmann
2016-12-05bpf: add prog_digest and expose it via fdinfo/netlinkDaniel Borkmann
2016-11-27bpf: drop useless bpf_fd member from cls/actDaniel Borkmann
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan
2016-10-29netlink: Add nla_memdup() to wrap kmemdup() use on nlattrThomas Graf
2016-09-15bpf: use skb_at_tc_ingress helper in tcf_bpfDaniel Borkmann
2016-09-15bpf: drop unnecessary test in cls_bpf_classify and tcf_bpfDaniel Borkmann
2016-07-25net_sched: move tc_action into tcf_commonWANG Cong
2016-07-01bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann
2016-06-07net sched: indentation and other OCD stylistic fixesJamal Hadi Salim
2016-06-07net sched actions: aggregate dumping of actions timeinfoJamal Hadi Salim
2016-06-07net sched actions: introduce timestamp for firsttime useJamal Hadi Salim
2016-05-06bpf: wire in data and data_end for cls_act_bpfAlexei Starovoitov
2016-04-26sched: align nlattr properly when neededNicolas Dichtel
2016-02-25net_sched: add network namespace support for tc actionsWANG Cong
2015-09-17bpf: add bpf_redirect() helperAlexei Starovoitov
2015-08-26net_sched: act_bpf: remove spinlock in fast pathAlexei Starovoitov
2015-08-26net_sched: act_bpf: remove unnecessary copyAlexei Starovoitov
2015-08-03act_bpf: properly support late binding of bpf action to a classifierDaniel Borkmann
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-07-29act_bpf: fix memory leaks when replacing bpf programsDaniel Borkmann
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-07-15tc: act_bpf: fix memory leakAlexei Starovoitov
2015-07-08net: sched: add percpu stats to actionsEric Dumazet
2015-06-07bpf: make programs see skb->data == L2 for ingress and egressAlexei Starovoitov
2015-04-16bpf: fix bpf helpers to use skb->mac_header relative offsetsAlexei Starovoitov
2015-03-20act_bpf: add initial eBPF support for actionsDaniel Borkmann
2015-03-17act_bpf: allow non-default TC_ACT opcodes as BPF exec outcomeDaniel Borkmann
2015-01-26net: act_bpf: fix size mismatch on filter preparationDaniel Borkmann
2015-01-17tc: add BPF based actionJiri Pirko