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.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
/
verifier.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-11
nfp: bpf: move nfp_bpf_analyzer_ops from verifier.c to offload.c
Quentin Monnet
1
-8
/
+3
2018-10-17
nfp: bpf: double check vNIC capabilities after object sharing
Jakub Kicinski
1
-5
/
+6
2018-10-17
nfp: bpf: protect against mis-initializing atomic counters
Jakub Kicinski
1
-5
/
+53
2018-10-11
nfp: replace long license headers with SPDX
Jakub Kicinski
1
-32
/
+2
2018-10-08
nfp: bpf: support pointers to other stack frames for BPF-to-BPF calls
Quentin Monnet
1
-0
/
+3
2018-10-08
nfp: bpf: optimise save/restore for R6~R9 based on register usage
Quentin Monnet
1
-4
/
+10
2018-10-08
nfp: bpf: account for additional stack usage when checking stack limit
Quentin Monnet
1
-0
/
+68
2018-10-08
nfp: bpf: add main logics for BPF-to-BPF calls support in nfp driver
Quentin Monnet
1
-1
/
+33
2018-10-08
nfp: bpf: ignore helper-related checks for BPF calls in nfp verifier
Quentin Monnet
1
-4
/
+5
2018-10-08
nfp: bpf: copy eBPF subprograms information from kernel verifier
Quentin Monnet
1
-0
/
+15
2018-10-08
bpf: add verifier callback to get stack usage info for offloaded progs
Quentin Monnet
1
-1
/
+7
2018-08-04
nfp: bpf: xdp_adjust_tail support
Jakub Kicinski
1
-0
/
+7
2018-07-07
nfp: bpf: support u32 divide using reciprocal_div.h
Jiong Wang
1
-0
/
+31
2018-07-07
nfp: bpf: support u16 and u32 multiplications
Jiong Wang
1
-11
/
+47
2018-07-07
nfp: bpf: copy range info for all operands of all ALU operations
Jiong Wang
1
-1
/
+5
2018-07-07
nfp: bpf: rename umin/umax to umin_src/umax_src
Jiong Wang
1
-2
/
+2
2018-05-18
nfp: bpf: support logic indirect shifts (BPF_[L|R]SH | BPF_X)
Jiong Wang
1
-0
/
+8
2018-05-09
nfp: bpf: support setting the RX queue index
Jakub Kicinski
1
-2
/
+26
2018-05-05
nfp: bpf: rewrite map pointers with NFP TIDs
Jakub Kicinski
1
-9
/
+0
2018-05-05
nfp: bpf: perf event output helpers support
Jakub Kicinski
1
-1
/
+68
2018-03-29
nfp: bpf: add support for bpf_get_prandom_u32()
Jakub Kicinski
1
-0
/
+7
2018-03-29
nfp: bpf: add support for atomic add of unknown values
Jakub Kicinski
1
-7
/
+7
2018-03-29
nfp: bpf: add basic support for atomic adds
Jakub Kicinski
1
-0
/
+105
2018-03-29
nfp: bpf: add map deletes from the datapath
Jakub Kicinski
1
-0
/
+8
2018-03-29
nfp: bpf: add map updates from the datapath
Jakub Kicinski
1
-0
/
+10
2018-03-29
nfp: bpf: add helper for basic map call checks
Jakub Kicinski
1
-15
/
+25
2018-03-29
nfp: bpf: add helper for validating stack pointers
Jakub Kicinski
1
-22
/
+37
2018-01-17
nfp: bpf: reject program on instructions unknown to the JIT compiler
Quentin Monnet
1
-0
/
+6
2018-01-17
nfp: bpf: print map lookup problems into verifier log
Jakub Kicinski
1
-6
/
+8
2018-01-15
nfp: bpf: add support for reading map memory
Jakub Kicinski
1
-0
/
+8
2018-01-15
nfp: bpf: add verification and codegen for map lookups
Jakub Kicinski
1
-0
/
+39
2018-01-10
nfp: bpf: reuse verifier log for debug messages
Quentin Monnet
1
-14
/
+16
2017-12-31
bpf: offload: allow netdev to disappear while verifier is running
Jakub Kicinski
1
-1
/
+1
2017-12-15
nfp: bpf: optimize the adjust_head calls in trivial cases
Jakub Kicinski
1
-2
/
+44
2017-12-15
nfp: bpf: add basic support for adjust head call
Jakub Kicinski
1
-0
/
+12
2017-12-15
nfp: bpf: prepare for call support
Jakub Kicinski
1
-0
/
+16
2017-12-01
nfp: bpf: factor out is_mbpf_load & is_mbpf_store
Jiong Wang
1
-2
/
+2
2017-12-01
nfp: bpf: record jump destination to simplify jump fixup
Jiong Wang
1
-2
/
+2
2017-11-05
nfp: bpf: move to new BPF program offload infrastructure
Jakub Kicinski
1
-35
/
+8
2017-11-05
nfp: bpf: drop support for cls_bpf with legacy actions
Jakub Kicinski
1
-8
/
+3
2017-11-01
bpf: reduce verifier memory consumption
Alexei Starovoitov
1
-4
/
+4
2017-10-24
nfp: bpf: support stack accesses via non-constant pointers
Jakub Kicinski
1
-3
/
+9
2017-10-24
nfp: bpf: allow stack accesses via modified stack registers
Jakub Kicinski
1
-7
/
+17
2017-10-24
nfp: bpf: add stack write support
Jakub Kicinski
1
-5
/
+25
2017-10-24
nfp: bpf: refactor nfp_bpf_check_ptr()
Jakub Kicinski
1
-6
/
+12
2017-10-14
nfp: bpf: add support for direct packet access - read
Jakub Kicinski
1
-7
/
+14
2017-08-09
bpf/verifier: rework value tracking
Edward Cree
1
-10
/
+14
2017-06-01
nfp: move eBPF offload files to BPF app directory
Jakub Kicinski
1
-0
/
+174