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
/
offload.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-28
nfp: bpf: relax prog rejection for mtu check through max_pkt_offset
Yu Xiao
1
-4
/
+13
2020-09-16
bpf: Mutex protect used_maps array and count
YiFei Zhu
1
-6
/
+12
2019-12-09
treewide: Use sizeof_field() macro
Pankaj Bharadiya
1
-1
/
+1
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-08-31
nfp: bpf: add simple map op cache
Jakub Kicinski
1
-0
/
+3
2019-04-13
nfp: split out common control message handling code
Jakub Kicinski
1
-1
/
+2
2019-02-12
bpf: offload: add priv field for drivers
Jakub Kicinski
1
-3
/
+1
2019-01-24
nfp: bpf: support removing dead code
Jakub Kicinski
1
-0
/
+5
2019-01-24
nfp: bpf: support optimizing dead branches
Jakub Kicinski
1
-0
/
+1
2019-01-24
nfp: bpf: save original program length
Jakub Kicinski
1
-1
/
+2
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
1
-2
/
+2
2018-11-11
nfp: bpf: move nfp_bpf_analyzer_ops from verifier.c to offload.c
Quentin Monnet
1
-0
/
+5
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
1
-1
/
+13
2018-10-17
nfp: bpf: protect against mis-initializing atomic counters
Jakub Kicinski
1
-1
/
+17
2018-10-11
nfp: replace long license headers with SPDX
Jakub Kicinski
1
-32
/
+2
2018-10-08
nfp: bpf: account for additional stack usage when checking stack limit
Quentin Monnet
1
-8
/
+0
2018-10-08
nfp: bpf: add main logics for BPF-to-BPF calls support in nfp driver
Quentin Monnet
1
-1
/
+0
2018-10-08
nfp: bpf: copy eBPF subprograms information from kernel verifier
Quentin Monnet
1
-0
/
+2
2018-10-08
nfp: bpf: rename nfp_prog->stack_depth as nfp_prog->stack_frame_depth
Quentin Monnet
1
-1
/
+1
2018-07-27
nfp: bpf: improve map offload info messages
Jakub Kicinski
1
-4
/
+16
2018-07-27
nfp: bpf: remember maps by ID
Jakub Kicinski
1
-9
/
+13
2018-07-27
nfp: bpf: pass raw data buffer to nfp_bpf_event_output()
Jakub Kicinski
1
-12
/
+9
2018-07-18
nfp: bpf: allow program sharing within ASIC
Jakub Kicinski
1
-8
/
+2
2018-07-07
nfp: bpf: copy range info for all operands of all ALU operations
Jiong Wang
1
-1
/
+3
2018-07-07
nfp: bpf: rename umin/umax to umin_src/umax_src
Jiong Wang
1
-1
/
+1
2018-05-18
nfp: bpf: support logic indirect shifts (BPF_[L|R]SH | BPF_X)
Jiong Wang
1
-0
/
+2
2018-05-05
nfp: bpf: perf event output helpers support
Jakub Kicinski
1
-0
/
+47
2018-05-05
nfp: bpf: record offload neutral maps in the driver
Jakub Kicinski
1
-2
/
+123
2018-03-29
nfp: bpf: add basic support for atomic adds
Jakub Kicinski
1
-3
/
+42
2018-01-23
nfp: bpf: use extack support to improve debugging
Quentin Monnet
1
-9
/
+15
2018-01-19
bpf: offload: allow array map offload
Jakub Kicinski
1
-0
/
+2
2018-01-18
nfp: bpf: set new jit info fields
Jiong Wang
1
-1
/
+9
2018-01-15
nfp: bpf: implement bpf map offload
Jakub Kicinski
1
-0
/
+104
2018-01-15
bpf: rename bpf_dev_offload -> bpf_prog_offload
Jakub Kicinski
1
-1
/
+1
2018-01-10
nfp: hand over to BPF offload app at coarser granularity
Jakub Kicinski
1
-6
/
+19
2018-01-10
nfp: bpf: don't depend on high order allocations for program image
Jakub Kicinski
1
-2
/
+3
2018-01-10
nfp: bpf: relocate jump targets just before the load
Jakub Kicinski
1
-5
/
+10
2018-01-10
nfp: bpf: move jump resolution to jit.c
Jakub Kicinski
1
-17
/
+1
2018-01-10
nfp: bpf: round up the size of the stack
Jakub Kicinski
1
-1
/
+1
2017-12-15
nfp: bpf: prepare for parsing BPF FW capabilities
Jakub Kicinski
1
-0
/
+2
2017-12-01
nfp: bpf: flag jump destination to guide insn combine optimizations
Jiong Wang
1
-0
/
+1
2017-12-01
nfp: bpf: record jump destination to simplify jump fixup
Jiong Wang
1
-3
/
+19
2017-11-21
bpf: offload: move offload device validation out to the drivers
Jakub Kicinski
1
-2
/
+8
[next]