aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/net/tcp_mmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-02selftests/net: report rcv_mss in tcp_mmapWillem de Bruijn1-2/+16
2023-04-06selftests/net: fix typo in tcp_mmapEric Dumazet1-1/+1
2023-03-22selftests/net: Add SHA256 computation over data sent in tcp_mmapXiaoyan Li1-11/+91
2023-01-23selftests: net: tcp_mmap: populate pages in send pathEric Dumazet1-1/+2
2020-08-20selftests: net: tcp_mmap: Use huge pages in receive pathEric Dumazet1-4/+5
2020-08-20selftests: net: tcp_mmap: Use huge pages in send pathEric Dumazet1-3/+26
2020-08-20selftests: net: tcp_mmap: use madvise(MADV_DONTNEED)Eric Dumazet1-0/+4
2020-07-27selftests/net: tcp_mmap: fix clang warning for target arch PowerPCTanner Love1-3/+3
2020-05-06selftests: net: tcp_mmap: fix SO_RCVLOWAT settingEric Dumazet1-1/+3
2020-05-06selftests: net: tcp_mmap: clear whole tcp_zerocopy_receive structEric Dumazet1-1/+2
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-6/+59
2019-11-16selftests: net: avoid ptl lock contention in tcp_mmapEric Dumazet1-5/+53
2019-11-15selftests: net: tcp_mmap should create detached threadsEric Dumazet1-1/+6
2019-11-07selftests: net: Use size_t and ssize_t for counting file sizeMasami Hiramatsu1-4/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 222Thomas Gleixner1-15/+1
2018-08-02selftest/net: fix protocol family to work for IPv4.Maninder Singh1-1/+1
2018-04-29selftests: net: tcp_mmap must use TCP_ZEROCOPY_RECEIVEEric Dumazet1-28/+38
2018-04-16selftests: net: add tcp_mmap programEric Dumazet1-0/+437