index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
netronome
/
nfp
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-22
nfp: bpf: Use kmemdup_array instead of kmemdup for multiple allocation
Yu Jiaoliang
1
-2
/
+2
2022-07-25
nfp: bpf: Fix typo 'the the' in comment
Slark Xiao
1
-1
/
+1
2021-10-28
nfp: bpf: relax prog rejection for mtu check through max_pkt_offset
Yu Xiao
3
-9
/
+26
2021-03-29
ethernet/netronome/nfp: Fix a use after free in nfp_bpf_ctrl_msg_rx
Lv Yunlong
1
-0
/
+1
2021-01-14
bpf: Rename BPF_XADD and prepare to encode other atomics in .imm
Brendan Jackman
3
-11
/
+22
2020-09-15
bpf: Mutex protect used_maps array and count
YiFei Zhu
1
-6
/
+12
2020-02-24
netronome: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-3
/
+3
2019-12-09
treewide: Use sizeof_field() macro
Pankaj Bharadiya
3
-7
/
+7
2019-11-23
net: use rhashtable_lookup() instead of rhashtable_lookup_fast()
Taehee Yoo
1
-2
/
+2
2019-11-18
bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never fails
Andrii Nakryiko
1
-3
/
+1
2019-10-08
nfp: bpf: make array exp_mask static, makes object smaller
Colin Ian King
1
-1
/
+1
2019-09-20
Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
1
-2
/
+0
2019-09-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
5
-11
/
+237
2019-08-31
nfp: bpf: add simple map op cache
Jakub Kicinski
5
-9
/
+215
2019-08-31
nfp: bpf: rework MTU checking
Jakub Kicinski
3
-3
/
+23
2019-08-26
nfp: bpf: fix latency bug when updating stack index register
Jiong Wang
1
-4
/
+13
2019-08-21
treewide: remove dummy Makefiles for single targets
Masahiro Yamada
1
-2
/
+0
2019-07-09
drivers: net: use flow block API
Pablo Neira Ayuso
1
-1
/
+4
2019-07-09
net: flow_offload: add flow_block_cb_setup_simple()
Pablo Neira Ayuso
1
-24
/
+5
2019-05-24
nfp: bpf: eliminate zero extension code-gen
Jiong Wang
3
-48
/
+81
2019-05-09
nfp: bpf: fix static check error through tightening shift amount adjustment
Jiong Wang
1
-1
/
+12
2019-04-12
nfp: split out common control message handling code
Jakub Kicinski
5
-263
/
+38
2019-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-11
/
+6
2019-02-23
nfp: bpf: fix ALU32 high bits clearance bug
Jiong Wang
1
-11
/
+6
2019-02-23
nfp: bpf: fix code-gen bug on BPF_ALU | BPF_XOR | BPF_K
Jiong Wang
1
-1
/
+1
2019-02-12
bpf: offload: add priv field for drivers
Jakub Kicinski
2
-4
/
+2
2019-02-01
nfp: bpf: complete ALU32 logic shift supports
Jiong Wang
1
-5
/
+67
2019-02-01
nfp: bpf: correct the behavior for shifts by zero
Jiong Wang
1
-10
/
+20
2019-01-26
nfp: bpf: implement jitting of JMP32
Jiong Wang
2
-26
/
+93
2019-01-23
nfp: bpf: support removing dead code
Jakub Kicinski
3
-1
/
+34
2019-01-23
nfp: bpf: support optimizing dead branches
Jakub Kicinski
3
-0
/
+49
2019-01-23
nfp: bpf: save original program length
Jakub Kicinski
4
-14
/
+15
2019-01-23
nfp: bpf: split up the skip flag
Jakub Kicinski
2
-19
/
+26
2019-01-23
nfp: bpf: don't use instruction number for jump target
Jakub Kicinski
1
-1
/
+1
2018-12-20
nfp: bpf: optimize codegen for JSET with a constant
Jakub Kicinski
1
-12
/
+10
2018-12-20
nfp: bpf: remove the trivial JSET optimization
Jakub Kicinski
1
-5
/
+0
2018-12-07
nfp: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_*
Jiong Wang
1
-0
/
+45
2018-11-10
bpf: do not pass netdev to translate() and prepare() offload callbacks
Quentin Monnet
1
-5
/
+4
2018-11-10
bpf: pass prog instead of env to bpf_prog_offload_verifier_prep()
Quentin Monnet
1
-2
/
+1
2018-11-10
bpf: pass destroy() as a callback and remove its ndo_bpf subcommand
Quentin Monnet
1
-5
/
+2
2018-11-10
bpf: pass translate() as a callback and remove its ndo_bpf subcommand
Quentin Monnet
1
-8
/
+3
2018-11-10
bpf: call verifier_prep from its callback in struct bpf_offload_dev
Quentin Monnet
1
-6
/
+5
2018-11-10
bpf: pass a struct with offload callbacks to bpf_offload_dev_create()
Quentin Monnet
3
-4
/
+4
2018-11-10
nfp: bpf: move nfp_bpf_analyzer_ops from verifier.c to offload.c
Quentin Monnet
3
-8
/
+12
2018-11-09
nfp: bpf: relax prog rejection through max_pkt_offset
Jiong Wang
1
-4
/
+5
2018-10-16
nfp: bpf: double check vNIC capabilities after object sharing
Jakub Kicinski
3
-6
/
+22
2018-10-16
nfp: bpf: protect against mis-initializing atomic counters
Jakub Kicinski
3
-7
/
+76
2018-10-11
nfp: replace long license headers with SPDX
Jakub Kicinski
7
-224
/
+14
2018-10-10
nfp: flower: use rhashtable for flow caching
Pieter Jansen van Vuuren
1
-5
/
+0
2018-10-08
nfp: bpf: support pointers to other stack frames for BPF-to-BPF calls
Quentin Monnet
3
-1
/
+6
[next]