Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
13b06b78c772d64e2207e4a5a5329856fe2bf241
/
net
/
sched
/
act_bpf.c
2874c5f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
by Thomas Gleixner
· 5 years ago
8cb0817
netlink: make validation more configurable for future strictness
by Johannes Berg
· 6 years ago
4e18100
net/sched: act_bpf: validate the control action inside init()
by Davide Caratti
· 6 years ago
85d0966
net/sched: prepare TC actions to properly validate the control action
by Davide Caratti
· 6 years ago
eddd2cf
net: Change TCA_ACT_* to TCA_ID_* to match that of TCA_ID_POLICE
by Eli Cohen
· 6 years ago
f061b48
Revert "net: sched: act: add extack for lookup callback"
by Cong Wang
· 6 years ago
97a3f84f
net_sched: remove unnecessary ops->delete()
by Cong Wang
· 6 years ago
653cd28
net: sched: always disable bh when taking tcf_lock
by Vlad Buslov
· 6 years ago
2fbec27
net: sched: act_bpf method rename for grep-ability and consistency
by Jamal Hadi Salim
· 6 years ago
2142236
net: sched: act_bpf: remove dependency on rtnl lock
by Vlad Buslov
· 6 years ago
3f6bcc5
act_bpf: Use kmemdup instead of duplicating it in tcf_bpf_init_from_ops
by YueHaibing
· 6 years ago
0190c1d
net: sched: atomically check-allocate action
by Vlad Buslov
· 6 years ago
4e8ddd7
net: sched: don't release reference on action overwrite
by Vlad Buslov
· 6 years ago
b409074
net: sched: add 'delete' function to action ops
by Vlad Buslov
· 6 years ago
789871b
net: sched: implement unlocked action init API
by Vlad Buslov
· 6 years ago
036bb44
net: sched: change type of reference and bind counters
by Vlad Buslov
· 6 years ago
3239534
net/sched: fix NULL dereference in the error path of tcf_bpf_init()
by Davide Caratti
· 7 years ago
2f635ce
net: Drop pernet_operations::async
by Kirill Tkhai
· 7 years ago
03fe2de
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
bbc09e7
net/sched: fix idr leak on the error path of tcf_bpf_init()
by Davide Caratti
· 7 years ago
685ecfb
net: Convert tc_action_net_init() and tc_action_net_exit() based pernet_operations
by Kirill Tkhai
· 7 years ago
b362014
net: sched: act: handle extack in tcf_generic_walker
by Alexander Aring
· 7 years ago
4178010
net: sched: act: add extack for walk callback
by Alexander Aring
· 7 years ago
331a929
net: sched: act: add extack for lookup callback
by Alexander Aring
· 7 years ago
589dad6
net: sched: act: add extack to init callback
by Alexander Aring
· 7 years ago
039af9c
net_sched: switch to exit_batch for action pernet ops
by Cong Wang
· 7 years ago
9a63b25
net_sched: remove unused parameter from act cleanup ops
by Cong Wang
· 7 years ago
4dc6758
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
c7e460c
Revert "net_sched: hold netns refcnt for each action"
by Cong Wang
· 7 years ago
2a17178
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
ceffcc5
net_sched: hold netns refcnt for each action
by Cong Wang
· 7 years ago
6aaae2b
bpf: rename bpf_compute_data_end into bpf_compute_data_pointers
by Daniel Borkmann
· 7 years ago
65a206c
net/sched: Change act_api and act_xxx modules to use IDR
by Chris Mi
· 7 years ago
e862830
bpf: expose prog id for cls_bpf and act_bpf
by Daniel Borkmann
· 7 years ago
fceb643
netlink: pass extended ACK struct to parsing functions
by Johannes Berg
· 8 years ago
f1f7714
bpf: rework prog_digest into prog_tag
by Daniel Borkmann
· 8 years ago
7bd509e
bpf: add prog_digest and expose it via fdinfo/netlink
by Daniel Borkmann
· 8 years ago
55556dd
bpf: drop useless bpf_fd member from cls/act
by Daniel Borkmann
· 8 years ago
c7d03a0
netns: make struct pernet_operations::id unsigned int
by Alexey Dobriyan
· 8 years ago
b15ca18
netlink: Add nla_memdup() to wrap kmemdup() use on nlattr
by Thomas Graf
· 8 years ago
f53d8c7
bpf: use skb_at_tc_ingress helper in tcf_bpf
by Daniel Borkmann
· 8 years ago
04b3f8d
bpf: drop unnecessary test in cls_bpf_classify and tcf_bpf
by Daniel Borkmann
· 8 years ago
a85a970
net_sched: move tc_action into tcf_common
by WANG Cong
· 8 years ago
113214b
bpf: refactor bpf_prog_get and type check into helper
by Daniel Borkmann
· 8 years ago
0b0f43f
net sched: indentation and other OCD stylistic fixes
by Jamal Hadi Salim
· 8 years ago
48d8ee1
net sched actions: aggregate dumping of actions timeinfo
by Jamal Hadi Salim
· 8 years ago
53eb440
net sched actions: introduce timestamp for firsttime use
by Jamal Hadi Salim
· 8 years ago
db58ba4
bpf: wire in data and data_end for cls_act_bpf
by Alexei Starovoitov
· 9 years ago
9854518
sched: align nlattr properly when needed
by Nicolas Dichtel
· 9 years ago
ddf97cc
net_sched: add network namespace support for tc actions
by WANG Cong
· 9 years ago
27b29f6
bpf: add bpf_redirect() helper
by Alexei Starovoitov
· 9 years ago
cff8245
net_sched: act_bpf: remove spinlock in fast path
by Alexei Starovoitov
· 9 years ago
faa54be
net_sched: act_bpf: remove unnecessary copy
by Alexei Starovoitov
· 9 years ago
a5c90b2
act_bpf: properly support late binding of bpf action to a classifier
by Daniel Borkmann
· 9 years ago
5510b3c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
f4eaed2
act_bpf: fix memory leaks when replacing bpf programs
by Daniel Borkmann
· 9 years ago
c5e40ee
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
ddf06c1
tc: act_bpf: fix memory leak
by Alexei Starovoitov
· 9 years ago
519c818
net: sched: add percpu stats to actions
by Eric Dumazet
· 9 years ago
3431205
bpf: make programs see skb->data == L2 for ingress and egress
by Alexei Starovoitov
· 9 years ago
a166151
bpf: fix bpf helpers to use skb->mac_header relative offsets
by Alexei Starovoitov
· 10 years ago
a8cb5f5
act_bpf: add initial eBPF support for actions
by Daniel Borkmann
· 10 years ago
ced585c
act_bpf: allow non-default TC_ACT opcodes as BPF exec outcome
by Daniel Borkmann
· 10 years ago
fd3e646
net: act_bpf: fix size mismatch on filter preparation
by Daniel Borkmann
· 10 years ago
d23b8ad
tc: add BPF based action
by Jiri Pirko
· 10 years ago