summaryrefslogtreecommitdiffstats
path: root/net/kcm
AgeCommit message (Expand)AuthorLines
2023-11-08net: kcm: fill in MODULE_DESCRIPTION()Jakub Kicinski-0/+1
2023-09-14kcm: Fix error handling for SOCK_DGRAM in kcm_sendmsg().Kuniyuki Iwashima-7/+8
2023-09-11kcm: Fix memory leak in error path of kcm_sendmsg()Shigeru Yoshida-0/+2
2023-09-05kcm: Destroy mutex in kcm_exit_net()Shigeru Yoshida-0/+2
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells-20/+0
2023-06-17kcm: Fix unnecessary psock unreservation.David Howells-1/+3
2023-06-12kcm: Send multiple frags in one sendmsg()David Howells-76/+50
2023-06-12kcm: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpageDavid Howells-5/+11
2023-06-08kcm: Use splice_eof() to flushDavid Howells-0/+15
2023-06-05kcm: Convert kcm_sendpage() to use MSG_SPLICE_PAGESDavid Howells-143/+18
2023-06-05kcm: Support MSG_SPLICE_PAGESDavid Howells-17/+40
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye-0/+3
2022-11-15kcm: close race conditions on sk_receive_queueCong Wang-52/+6
2022-10-27kcm: do not sense pfmemalloc status in kcm_sendpage()Eric Dumazet-1/+1
2022-10-24kcm: annotate data-races around kcm->rx_waitEric Dumazet-6/+11
2022-10-24kcm: annotate data-races around kcm->rx_psockEric Dumazet-3/+5
2022-10-13kcm: avoid potential race in kcm_tx_workEric Dumazet-1/+1
2022-08-31kcm: fix strp_init() order and cleanupCong Wang-8/+7
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski-0/+1
2021-06-29net: sock: introduce sk_error_reportAlexander Aring-1/+1
2021-06-07revert "net: kcm: fix memory leak in kcm_sendmsg"Pavel Skripkin-5/+0
2021-06-03net: kcm: fix memory leak in kcm_sendmsgPavel Skripkin-0/+5
2021-03-28kcm: kcmsock.c: Couple of typo fixesBhaskar Chowdhury-2/+2
2021-01-07net: group skb_shinfo zerocopy related bits together.Jonathan Lemon-2/+2
2021-01-05net: kcm: Replace fput with sockfd_putZheng Yongjun-2/+2
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig-3/+3
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-1/+1
2020-03-16net: kcm: kcmproc.c: Fix RCU list suspicious usage warningMadhuparna Bhowmik-1/+1
2020-02-24bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites.David Miller-3/+1
2019-09-27kcm: disable preemption in kcm_parse_func_strparser()Eric Dumazet-1/+5
2019-09-06kcm: use BPF_PROG_RUNSami Tolvanen-1/+1
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon-1/+1
2019-07-22net: Use skb accessors in network coreMatthew Wilcox (Oracle)-4/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-4/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-04-01kcm: switch order of device registration to fix a crashJiri Slaby-8/+8
2019-02-23kcm: Remove unnecessary SLAB_PANIC for kmem_cache_create() in kcm_initYueHaibing-2/+2
2018-07-24net: remove blank lines at end of fileStephen Hemminger-2/+0
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds-5/+5
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-5/+5
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-72/+11
2018-06-01kcm: Fix use-after-free caused by clonned socketsKirill Tkhai-1/+1
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig-5/+5
2018-05-16proc: introduce proc_create_net_singleChristoph Hellwig-14/+2
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig-14/+2
2018-05-16net/kcm: simplify proc registrationChristoph Hellwig-54/+17
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai-2/+0
2018-03-26net: Use octal not symbolic permissionsJoe Perches-2/+2
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-10/+23
2018-03-16kcm: lock lower socket in kcm_attachTom Herbert-10/+23