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