index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
netdevsim
/
bpf.c
Age
Commit message (
Expand
)
Author
2023-11-23
netdevsim: Don't accept device bound programs
Stanislav Fomichev
2023-01-23
bpf: Introduce device-bound XDP programs
Stanislav Fomichev
2022-07-29
netdevsim: Avoid allocation warnings triggered from user space
Jakub Kicinski
2021-12-15
netdevsim: Zero-initialize memory for new map's value in function nsim_bpf_ma...
Haimin Zhang
2020-12-09
netdevsim: Add debugfs toggle to reject BPF programs in verifier
Toke Høiland-Jørgensen
2020-12-09
xdp: Remove the xdp_attachment_flags_ok() callback
Toke Høiland-Jørgensen
2020-07-25
bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commands
Andrii Nakryiko
2020-02-03
netdevsim: use IS_ERR instead of IS_ERR_OR_NULL for debugfs
Taehee Yoo
2019-04-26
netdevsim: move netdev creation/destruction to dev probe
Jiri Pirko
2019-04-26
netdevsim: merge sdev into dev
Jiri Pirko
2019-04-12
netdevsim: move sdev-specific init/uninit code into separate functions
Jiri Pirko
2019-04-12
netdevsim: make bpf_offload_dev_create() per-sdev instead of first ns
Jiri Pirko
2019-04-12
netdevsim: move sdev specific bpf debugfs files to sdev dir
Jiri Pirko
2019-02-12
bpf: offload: add priv field for drivers
Jakub Kicinski
2018-12-12
netdevsim: convert to DEFINE_SHOW_ATTRIBUTE
Yangtao Li
2018-11-16
bpf: Remove unused variable in nsim_bpf
Nathan Chancellor
2018-11-10
bpf: do not pass netdev to translate() and prepare() offload callbacks
Quentin Monnet
2018-11-10
bpf: pass prog instead of env to bpf_prog_offload_verifier_prep()
Quentin Monnet
2018-11-10
bpf: pass destroy() as a callback and remove its ndo_bpf subcommand
Quentin Monnet
2018-11-10
bpf: pass translate() as a callback and remove its ndo_bpf subcommand
Quentin Monnet
2018-11-10
bpf: call verifier_prep from its callback in struct bpf_offload_dev
Quentin Monnet
2018-11-10
bpf: pass a struct with offload callbacks to bpf_offload_dev_create()
Quentin Monnet
2018-10-08
bpf: add verifier callback to get stack usage info for offloaded progs
Quentin Monnet
2018-07-18
netdevsim: allow program sharing between devices
Jakub Kicinski
2018-07-18
bpf: offload: keep the offload state per-ASIC
Jakub Kicinski
2018-07-18
bpf: offload: aggregate offloads per-device
Jakub Kicinski
2018-07-18
netdevsim: associate bound programs with shared dev
Jakub Kicinski
2018-07-13
netdevsim: add support for simultaneous driver and hw XDP
Jakub Kicinski
2018-07-13
xdp: support simultaneous driver and hw XDP attachment
Jakub Kicinski
2018-07-13
xdp: factor out common program/flags handling from drivers
Jakub Kicinski
2018-07-13
xdp: don't make drivers report attachment mode
Jakub Kicinski
2018-02-01
netdevsim: fix overflow on the error path
Jakub Kicinski
2018-01-25
netdevsim: use tc_cls_can_offload_and_chain0()
Jakub Kicinski
2018-01-23
selftests/bpf: check bpf verifier log buffer usage works for HW offload
Quentin Monnet
2018-01-23
netdevsim: add extack support for TC eBPF offload
Quentin Monnet
2018-01-18
netdevsim: bpf: support fake map offload
Jakub Kicinski
2017-12-31
bpf: offload: allow netdev to disappear while verifier is running
Jakub Kicinski
2017-12-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-12-20
netdevsim: correctly check return value of debugfs_create_dir
Prashant Bhole
2017-12-20
netdevsim: bpf: remove unused variable
Jakub Kicinski
2017-12-05
netdevsim: make functions nsim_bpf_create_prog and nsim_bpf_destroy_prog static
Colin Ian King
2017-12-03
netdevsim: add bpf offload support
Jakub Kicinski