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
/
netdevsim
/
bpf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-24
netdevsim: Don't accept device bound programs
Stanislav Fomichev
1
-2
/
+2
2023-01-23
bpf: Introduce device-bound XDP programs
Stanislav Fomichev
1
-4
/
+0
2022-07-30
netdevsim: Avoid allocation warnings triggered from user space
Jakub Kicinski
1
-3
/
+5
2021-12-16
netdevsim: Zero-initialize memory for new map's value in function nsim_bpf_ma...
Haimin Zhang
1
-0
/
+1
2020-12-09
netdevsim: Add debugfs toggle to reject BPF programs in verifier
Toke Høiland-Jørgensen
1
-2
/
+10
2020-12-09
xdp: Remove the xdp_attachment_flags_ok() callback
Toke Høiland-Jørgensen
1
-3
/
+0
2020-07-26
bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commands
Andrii Nakryiko
1
-4
/
+0
2020-02-04
netdevsim: use IS_ERR instead of IS_ERR_OR_NULL for debugfs
Taehee Yoo
1
-4
/
+6
2019-04-26
netdevsim: move netdev creation/destruction to dev probe
Jiri Pirko
1
-6
/
+7
2019-04-26
netdevsim: merge sdev into dev
Jiri Pirko
1
-46
/
+33
2019-04-13
netdevsim: move sdev-specific init/uninit code into separate functions
Jiri Pirko
1
-25
/
+38
2019-04-13
netdevsim: make bpf_offload_dev_create() per-sdev instead of first ns
Jiri Pirko
1
-12
/
+14
2019-04-13
netdevsim: move sdev specific bpf debugfs files to sdev dir
Jiri Pirko
1
-9
/
+9
2019-02-12
bpf: offload: add priv field for drivers
Jakub Kicinski
1
-2
/
+3
2018-12-13
netdevsim: convert to DEFINE_SHOW_ATTRIBUTE
Yangtao Li
1
-14
/
+2
2018-11-17
bpf: Remove unused variable in nsim_bpf
Nathan Chancellor
1
-1
/
+0
2018-11-11
bpf: do not pass netdev to translate() and prepare() offload callbacks
Quentin Monnet
1
-4
/
+3
2018-11-11
bpf: pass prog instead of env to bpf_prog_offload_verifier_prep()
Quentin Monnet
1
-2
/
+2
2018-11-11
bpf: pass destroy() as a callback and remove its ndo_bpf subcommand
Quentin Monnet
1
-3
/
+1
2018-11-11
bpf: pass translate() as a callback and remove its ndo_bpf subcommand
Quentin Monnet
1
-5
/
+9
2018-11-11
bpf: call verifier_prep from its callback in struct bpf_offload_dev
Quentin Monnet
1
-15
/
+17
2018-11-11
bpf: pass a struct with offload callbacks to bpf_offload_dev_create()
Quentin Monnet
1
-3
/
+3
2018-10-08
bpf: add verifier callback to get stack usage info for offloaded progs
Quentin Monnet
1
-1
/
+7
2018-07-18
netdevsim: allow program sharing between devices
Jakub Kicinski
1
-1
/
+1
2018-07-18
bpf: offload: keep the offload state per-ASIC
Jakub Kicinski
1
-3
/
+14
2018-07-18
bpf: offload: aggregate offloads per-device
Jakub Kicinski
1
-0
/
+7
2018-07-18
netdevsim: associate bound programs with shared dev
Jakub Kicinski
1
-12
/
+18
2018-07-13
netdevsim: add support for simultaneous driver and hw XDP
Jakub Kicinski
1
-22
/
+10
2018-07-13
xdp: support simultaneous driver and hw XDP attachment
Jakub Kicinski
1
-0
/
+6
2018-07-13
xdp: factor out common program/flags handling from drivers
Jakub Kicinski
1
-12
/
+4
2018-07-13
xdp: don't make drivers report attachment mode
Jakub Kicinski
1
-1
/
+0
2018-02-01
netdevsim: fix overflow on the error path
Jakub Kicinski
1
-3
/
+2
2018-01-26
netdevsim: use tc_cls_can_offload_and_chain0()
Jakub Kicinski
1
-4
/
+1
2018-01-24
selftests/bpf: check bpf verifier log buffer usage works for HW offload
Quentin Monnet
1
-0
/
+6
2018-01-24
netdevsim: add extack support for TC eBPF offload
Quentin Monnet
1
-7
/
+28
2018-01-19
netdevsim: bpf: support fake map offload
Jakub Kicinski
1
-0
/
+246
2017-12-31
bpf: offload: allow netdev to disappear while verifier is running
Jakub Kicinski
1
-1
/
+1
2017-12-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-11
/
+14
2017-12-20
netdevsim: correctly check return value of debugfs_create_dir
Prashant Bhole
1
-4
/
+4
2017-12-20
netdevsim: bpf: remove unused variable
Jakub Kicinski
1
-3
/
+0
2017-12-05
netdevsim: make functions nsim_bpf_create_prog and nsim_bpf_destroy_prog static
Colin Ian King
1
-2
/
+2
2017-12-03
netdevsim: add bpf offload support
Jakub Kicinski
1
-0
/
+373