index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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
2021-10-28
nfp: bpf: relax prog rejection for mtu check through max_pkt_offset
Yu Xiao
3
-9
/
+26
2021-03-30
ethernet/netronome/nfp: Fix a use after free in nfp_bpf_ctrl_msg_rx
Lv Yunlong
1
-0
/
+1
2021-01-15
bpf: Rename BPF_XADD and prepare to encode other atomics in .imm
Brendan Jackman
3
-11
/
+22
2020-09-16
bpf: Mutex protect used_maps array and count
YiFei Zhu
1
-6
/
+12
2020-02-25
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-27
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-10
drivers: net: use flow block API
Pablo Neira Ayuso
1
-1
/
+4
2019-07-10
net: flow_offload: add flow_block_cb_setup_simple()
Pablo Neira Ayuso
1
-24
/
+5
2019-05-25
nfp: bpf: eliminate zero extension code-gen
Jiong Wang
3
-48
/
+81
2019-05-10
nfp: bpf: fix static check error through tightening shift amount adjustment
Jiong Wang
1
-1
/
+12
2019-04-13
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-02
nfp: bpf: complete ALU32 logic shift supports
Jiong Wang
1
-5
/
+67
2019-02-02
nfp: bpf: correct the behavior for shifts by zero
Jiong Wang
1
-10
/
+20
2019-01-27
nfp: bpf: implement jitting of JMP32
Jiong Wang
2
-26
/
+93
2019-01-24
nfp: bpf: support removing dead code
Jakub Kicinski
3
-1
/
+34
2019-01-24
nfp: bpf: support optimizing dead branches
Jakub Kicinski
3
-0
/
+49
2019-01-24
nfp: bpf: save original program length
Jakub Kicinski
4
-14
/
+15
2019-01-24
nfp: bpf: split up the skip flag
Jakub Kicinski
2
-19
/
+26
2019-01-24
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-08
nfp: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_*
Jiong Wang
1
-0
/
+45
2018-11-11
bpf: do not pass netdev to translate() and prepare() offload callbacks
Quentin Monnet
1
-5
/
+4
2018-11-11
bpf: pass prog instead of env to bpf_prog_offload_verifier_prep()
Quentin Monnet
1
-2
/
+1
2018-11-11
bpf: pass destroy() as a callback and remove its ndo_bpf subcommand
Quentin Monnet
1
-5
/
+2
2018-11-11
bpf: pass translate() as a callback and remove its ndo_bpf subcommand
Quentin Monnet
1
-8
/
+3
2018-11-11
bpf: call verifier_prep from its callback in struct bpf_offload_dev
Quentin Monnet
1
-6
/
+5
2018-11-11
bpf: pass a struct with offload callbacks to bpf_offload_dev_create()
Quentin Monnet
3
-4
/
+4
2018-11-11
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-17
nfp: bpf: double check vNIC capabilities after object sharing
Jakub Kicinski
3
-6
/
+22
2018-10-17
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-11
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
2018-10-08
nfp: bpf: optimise save/restore for R6~R9 based on register usage
Quentin Monnet
3
-23
/
+78
2018-10-08
nfp: bpf: fix return address from register-saving subroutine to callee
Quentin Monnet
1
-1
/
+27
[next]