aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/act_bpf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-09Revert "net_sched: hold netns refcnt for each action"Cong Wang1-1/+1
2017-11-03net_sched: hold netns refcnt for each actionCong Wang1-1/+1
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
2015-07-08net: sched: add percpu stats to actionsEric Dumazet1-1/+1
2015-06-07bpf: make programs see skb->data == L2 for ingress and egressAlexei Starovoitov1-1/+8
2015-04-16bpf: fix bpf helpers to use skb->mac_header relative offsetsAlexei Starovoitov1-0/+3
2015-03-20act_bpf: add initial eBPF support for actionsDaniel Borkmann1-82/+213
2015-03-17act_bpf: allow non-default TC_ACT opcodes as BPF exec outcomeDaniel Borkmann1-8/+28
2015-01-26net: act_bpf: fix size mismatch on filter preparationDaniel Borkmann1-0/+3
2015-01-17tc: add BPF based actionJiri Pirko1-0/+205