summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/net/tcp_mmap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* selftests: net: tcp_mmap: Use huge pages in receive pathEric Dumazet2020-08-211-4/+5
* selftests: net: tcp_mmap: Use huge pages in send pathEric Dumazet2020-08-211-3/+26
* selftests: net: tcp_mmap: use madvise(MADV_DONTNEED)Eric Dumazet2020-08-211-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-071-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-261-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-301-28/+38
* selftests: net: add tcp_mmap programEric Dumazet2018-04-171-0/+437