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
/
tools
/
testing
/
selftests
/
bpf
/
xdpxceiver.c
Age
Commit message (
Expand
)
Author
2021-03-30
selftests: xsk: Remove unused defines
Björn Töpel
2021-03-30
selftests: xsk: Remove mutex and condition variable
Björn Töpel
2021-03-30
selftests: xsk: Remove thread attribute
Björn Töpel
2021-03-30
selftests: xsk: Implement bpf_link test
Maciej Fijalkowski
2021-03-30
selftests: xsk: Remove sync_mutex_tx and atomic var
Maciej Fijalkowski
2021-03-30
selftests: xsk: Refactor teardown/bidi test cases and testapp_validate
Maciej Fijalkowski
2021-03-30
selftests: xsk: Remove Tx synchronization resources
Maciej Fijalkowski
2021-03-30
selftests: xsk: Split worker thread
Maciej Fijalkowski
2021-03-30
selftests: xsk: Remove thread for netns switch
Maciej Fijalkowski
2021-03-30
selftests: xsk: Simplify frame traversal in dumping thread
Maciej Fijalkowski
2021-03-30
selftests: xsk: Remove inline keyword from source file
Maciej Fijalkowski
2021-03-30
selftests: xsk: Remove unused function
Maciej Fijalkowski
2021-03-30
selftests: xsk: Remove struct ifaceconfigobj
Maciej Fijalkowski
2021-03-30
selftests: xsk: Don't call worker_pkt_dump() for stats test
Maciej Fijalkowski
2021-03-16
selftests/bpf: Fix maybe-uninitialized warning in xdpxceiver test
Andrii Nakryiko
2021-02-26
selftests/bpf: Introduce xsk statistics tests
Ciara Loftus
2021-02-26
selftests/bpf: Restructure xsk selftests
Ciara Loftus
2021-02-26
selftests/bpf: Expose and rename debug argument
Ciara Loftus
2021-02-26
selftest/bpf: Make xsk tests less verbose
Magnus Karlsson
2021-02-10
selftests/bpf: Simplify the calculation of variables
Jiapeng Chong
2021-01-26
selftests/bpf: Avoid useless void *-casts
Björn Töpel
2021-01-26
selftests/bpf: Consistent malloc/calloc usage
Björn Töpel
2021-01-26
selftests/bpf: Avoid heap allocation
Björn Töpel
2021-01-26
selftests/bpf: Define local variables at the beginning of a block
Björn Töpel
2021-01-26
selftests/bpf: Change type from void * to struct generic_data *
Björn Töpel
2021-01-26
selftests/bpf: Change type from void * to struct ifaceconfigobj *
Björn Töpel
2021-01-26
selftests/bpf: Remove casting by introduce local variable
Björn Töpel
2021-01-26
selftests/bpf: Improve readability of xdpxceiver/worker_pkt_validate()
Björn Töpel
2021-01-26
selftests/bpf: Remove memory leak
Björn Töpel
2021-01-26
selftests/bpf: Fix style warnings
Björn Töpel
2021-01-26
selftests/bpf: Remove a lot of ifobject casting
Björn Töpel
2020-12-18
selftests/bpf: Fix spelling mistake "tranmission" -> "transmission"
Colin Ian King
2020-12-09
selftests/bpf: Xsk selftests - Bi-directional Sockets - SKB, DRV
Weqaar Janjua
2020-12-09
selftests/bpf: Xsk selftests - Socket Teardown - SKB, DRV
Weqaar Janjua
2020-12-09
selftests/bpf: Xsk selftests - DRV POLL, NOPOLL
Weqaar Janjua
2020-12-09
selftests/bpf: Xsk selftests - SKB POLL, NOPOLL
Weqaar Janjua