index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
offload.c
Age
Commit message (
Expand
)
Author
2018-05-04
bpf: offload: allow offloaded programs to use perf event arrays
Jakub Kicinski
2018-01-18
bpf: offload: report device information about offloaded maps
Jakub Kicinski
2018-01-18
bpf: offload: allow array map offload
Jakub Kicinski
2018-01-18
bpf: add new jited info fields in bpf_dev_offload and bpf_prog_info
Jiong Wang
2018-01-17
bpf: offload: make bpf_offload_dev_match() reject host+host case
Jakub Kicinski
2018-01-14
bpf: offload: add map offload infrastructure
Jakub Kicinski
2018-01-14
bpf: offload: factor out netdev checking at allocation time
Jakub Kicinski
2018-01-14
bpf: rename bpf_dev_offload -> bpf_prog_offload
Jakub Kicinski
2017-12-31
bpf: offload: report device information for offloaded programs
Jakub Kicinski
2017-12-31
bpf: offload: free program id when device disappears
Jakub Kicinski
2017-12-31
bpf: offload: free prog->aux->offload when device disappears
Jakub Kicinski
2017-12-31
bpf: offload: allow netdev to disappear while verifier is running
Jakub Kicinski
2017-12-31
bpf: offload: don't require rtnl for dev list manipulation
Jakub Kicinski
2017-11-27
bpf: offload: add a license header
Jakub Kicinski
2017-11-21
bpf: revert report offload info to user space
Jakub Kicinski
2017-11-21
bpf: offload: ignore namespace moves
Jakub Kicinski
2017-11-21
bpf: offload: rename the ifindex field
Jakub Kicinski
2017-11-21
bpf: offload: limit offload to cls_bpf and xdp programs only
Jakub Kicinski
2017-11-21
bpf: offload: add comment warning developers about double destroy
Jakub Kicinski
2017-11-05
bpf: report offload info to user space
Jakub Kicinski
2017-11-05
bpf: offload: add infrastructure for loading programs for a specific netdev
Jakub Kicinski