summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/net/tcp_mmap.c
Commit message (Expand)AuthorAgeFilesLines
* selftests/net: fix typo in tcp_mmapEric Dumazet2023-04-061-1/+1
* selftests/net: Add SHA256 computation over data sent in tcp_mmapXiaoyan Li2023-03-221-11/+91
* selftests: net: tcp_mmap: populate pages in send pathEric Dumazet2023-01-231-1/+2
* selftests: net: tcp_mmap: Use huge pages in receive pathEric Dumazet2020-08-201-4/+5
* selftests: net: tcp_mmap: Use huge pages in send pathEric Dumazet2020-08-201-3/+26
* selftests: net: tcp_mmap: use madvise(MADV_DONTNEED)Eric Dumazet2020-08-201-0/+4
* selftests/net: tcp_mmap: fix clang warning for target arch PowerPCTanner Love2020-07-271-3/+3
* selftests: net: tcp_mmap: fix SO_RCVLOWAT settingEric Dumazet2020-05-061-1/+3
* selftests: net: tcp_mmap: clear whole tcp_zerocopy_receive structEric Dumazet2020-05-061-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-11-251-6/+59
|\
| * selftests: net: avoid ptl lock contention in tcp_mmapEric Dumazet2019-11-161-5/+53
| * selftests: net: tcp_mmap should create detached threadsEric Dumazet2019-11-151-1/+6
* | selftests: net: Use size_t and ssize_t for counting file sizeMasami Hiramatsu2019-11-071-4/+4
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 222Thomas Gleixner2019-05-301-15/+1
* selftest/net: fix protocol family to work for IPv4.Maninder Singh2018-08-021-1/+1
* selftests: net: tcp_mmap must use TCP_ZEROCOPY_RECEIVEEric Dumazet2018-04-291-28/+38
* selftests: net: add tcp_mmap programEric Dumazet2018-04-161-0/+437