summaryrefslogtreecommitdiffstats
path: root/net/kcm
Commit message (Expand)AuthorAgeFilesLines
* net: kcm: fix incorrect parameter validation in the kcm_getsockopt) functionGavrilov Ilia2024-03-111-1/+2
* net: kcm: Simplify the allocation of slab cachesKunwu Chan2024-02-211-6/+2
* net: add netmem to skb_frag_tMina Almasry2024-02-201-3/+4
* net: kcm: fix direct access to bv_lenMina Almasry2024-01-031-1/+1
* net: kcm: fill in MODULE_DESCRIPTION()Jakub Kicinski2023-11-081-0/+1
* kcm: Fix error handling for SOCK_DGRAM in kcm_sendmsg().Kuniyuki Iwashima2023-09-141-7/+8
* kcm: Fix memory leak in error path of kcm_sendmsg()Shigeru Yoshida2023-09-111-0/+2
* kcm: Destroy mutex in kcm_exit_net()Shigeru Yoshida2023-09-051-0/+2
* sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-241-20/+0
* kcm: Fix unnecessary psock unreservation.David Howells2023-06-171-1/+3
* kcm: Send multiple frags in one sendmsg()David Howells2023-06-121-76/+50
* kcm: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpageDavid Howells2023-06-121-5/+11
* kcm: Use splice_eof() to flushDavid Howells2023-06-081-0/+15
* kcm: Convert kcm_sendpage() to use MSG_SPLICE_PAGESDavid Howells2023-06-051-143/+18
* kcm: Support MSG_SPLICE_PAGESDavid Howells2023-06-051-17/+40
* net/sock: Introduce trace_sk_data_ready()Peilin Ye2023-01-231-0/+3
* kcm: close race conditions on sk_receive_queueCong Wang2022-11-151-52/+6
* kcm: do not sense pfmemalloc status in kcm_sendpage()Eric Dumazet2022-10-271-1/+1
* kcm: annotate data-races around kcm->rx_waitEric Dumazet2022-10-241-6/+11
* kcm: annotate data-races around kcm->rx_psockEric Dumazet2022-10-241-3/+5
* kcm: avoid potential race in kcm_tx_workEric Dumazet2022-10-131-1/+1
* kcm: fix strp_init() order and cleanupCong Wang2022-08-311-8/+7
* net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
* net: sock: introduce sk_error_reportAlexander Aring2021-06-291-1/+1
* revert "net: kcm: fix memory leak in kcm_sendmsg"Pavel Skripkin2021-06-071-5/+0
* net: kcm: fix memory leak in kcm_sendmsgPavel Skripkin2021-06-031-0/+5
* kcm: kcmsock.c: Couple of typo fixesBhaskar Chowdhury2021-03-281-2/+2
* net: group skb_shinfo zerocopy related bits together.Jonathan Lemon2021-01-071-2/+2
* net: kcm: Replace fput with sockfd_putZheng Yongjun2021-01-051-2/+2
* net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-3/+3
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* net: kcm: kcmproc.c: Fix RCU list suspicious usage warningMadhuparna Bhowmik2020-03-161-1/+1
* bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites.David Miller2020-02-241-3/+1
* kcm: disable preemption in kcm_parse_func_strparser()Eric Dumazet2019-09-271-1/+5
* kcm: use BPF_PROG_RUNSami Tolvanen2019-09-061-1/+1
* net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-1/+1
* net: Use skb accessors in network coreMatthew Wilcox (Oracle)2019-07-221-4/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* kcm: switch order of device registration to fix a crashJiri Slaby2019-04-011-8/+8
* kcm: Remove unnecessary SLAB_PANIC for kmem_cache_create() in kcm_initYueHaibing2019-02-231-2/+2
* net: remove blank lines at end of fileStephen Hemminger2018-07-242-2/+0
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-5/+5
* Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-5/+5
|\
| * net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2018-05-261-5/+5
* | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-72/+11
|\ \
| * | proc: introduce proc_create_net_singleChristoph Hellwig2018-05-161-14/+2
| * | proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-14/+2
| * | net/kcm: simplify proc registrationChristoph Hellwig2018-05-161-54/+17
| |/
* / kcm: Fix use-after-free caused by clonned socketsKirill Tkhai2018-06-011-1/+1
|/