summaryrefslogtreecommitdiff
path: root/net/kcm
AgeCommit message (Expand)AuthorFilesLines
2024-03-11net: kcm: fix incorrect parameter validation in the kcm_getsockopt) functionGavrilov Ilia1-1/+2
2024-02-21net: kcm: Simplify the allocation of slab cachesKunwu Chan1-6/+2
2024-02-20net: add netmem to skb_frag_tMina Almasry1-3/+4
2024-01-04net: kcm: fix direct access to bv_lenMina Almasry1-1/+1
2023-11-09net: kcm: fill in MODULE_DESCRIPTION()Jakub Kicinski1-0/+1
2023-09-14kcm: Fix error handling for SOCK_DGRAM in kcm_sendmsg().Kuniyuki Iwashima1-7/+8
2023-09-11kcm: Fix memory leak in error path of kcm_sendmsg()Shigeru Yoshida1-0/+2
2023-09-05kcm: Destroy mutex in kcm_exit_net()Shigeru Yoshida1-0/+2
2023-06-25sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells1-20/+0
2023-06-17kcm: Fix unnecessary psock unreservation.David Howells1-1/+3
2023-06-13kcm: Send multiple frags in one sendmsg()David Howells1-76/+50
2023-06-13kcm: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpageDavid Howells1-5/+11
2023-06-09kcm: Use splice_eof() to flushDavid Howells1-0/+15
2023-06-06kcm: Convert kcm_sendpage() to use MSG_SPLICE_PAGESDavid Howells1-143/+18
2023-06-06kcm: Support MSG_SPLICE_PAGESDavid Howells1-17/+40
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye1-0/+3
2022-11-15kcm: close race conditions on sk_receive_queueCong Wang1-52/+6
2022-10-27kcm: do not sense pfmemalloc status in kcm_sendpage()Eric Dumazet1-1/+1
2022-10-24kcm: annotate data-races around kcm->rx_waitEric Dumazet1-6/+11
2022-10-24kcm: annotate data-races around kcm->rx_psockEric Dumazet1-3/+5
2022-10-13kcm: avoid potential race in kcm_tx_workEric Dumazet1-1/+1
2022-08-31kcm: fix strp_init() order and cleanupCong Wang1-8/+7
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski1-0/+1
2021-06-29net: sock: introduce sk_error_reportAlexander Aring1-1/+1
2021-06-07revert "net: kcm: fix memory leak in kcm_sendmsg"Pavel Skripkin1-5/+0
2021-06-04net: kcm: fix memory leak in kcm_sendmsgPavel Skripkin1-0/+5
2021-03-29kcm: kcmsock.c: Couple of typo fixesBhaskar Chowdhury1-2/+2
2021-01-08net: group skb_shinfo zerocopy related bits together.Jonathan Lemon1-2/+2
2021-01-06net: kcm: Replace fput with sockfd_putZheng Yongjun1-2/+2
2020-07-25net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-3/+3
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-03-17net: kcm: kcmproc.c: Fix RCU list suspicious usage warningMadhuparna Bhowmik1-1/+1
2020-02-25bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites.David Miller1-3/+1
2019-09-27kcm: disable preemption in kcm_parse_func_strparser()Eric Dumazet1-1/+5
2019-09-06kcm: use BPF_PROG_RUNSami Tolvanen1-1/+1
2019-07-31net: Use skb_frag_off accessorsJonathan Lemon1-1/+1
2019-07-23net: Use skb accessors in network coreMatthew Wilcox (Oracle)1-4/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-04-02kcm: switch order of device registration to fix a crashJiri Slaby1-8/+8
2019-02-24kcm: Remove unnecessary SLAB_PANIC for kmem_cache_create() in kcm_initYueHaibing1-2/+2
2018-07-25net: remove blank lines at end of fileStephen Hemminger2-2/+0
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-5/+5
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-5/+5
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-72/+11
2018-06-01kcm: Fix use-after-free caused by clonned socketsKirill Tkhai1-1/+1
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig1-5/+5
2018-05-16proc: introduce proc_create_net_singleChristoph Hellwig1-14/+2
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig1-14/+2
2018-05-16net/kcm: simplify proc registrationChristoph Hellwig1-54/+17