aboutsummaryrefslogtreecommitdiffstats
path: root/net/kcm
AgeCommit message (Expand)Author
2024-03-26net: kcm: fix incorrect parameter validation in the kcm_getsockopt) functionGavrilov Ilia
2023-09-23kcm: Fix error handling for SOCK_DGRAM in kcm_sendmsg().Kuniyuki Iwashima
2023-09-23kcm: Fix memory leak in error path of kcm_sendmsg()Shigeru Yoshida
2023-09-23kcm: Destroy mutex in kcm_exit_net()Shigeru Yoshida
2022-11-25kcm: close race conditions on sk_receive_queueCong Wang
2022-11-25kcm: avoid potential race in kcm_tx_workEric Dumazet
2022-11-03kcm: annotate data-races around kcm->rx_waitEric Dumazet
2022-11-03kcm: annotate data-races around kcm->rx_psockEric Dumazet
2022-09-15kcm: fix strp_init() order and cleanupCong Wang
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
2018-03-16kcm: lock lower socket in kcm_attachTom Herbert
2018-02-27net: Convert simple pernet_operationsKirill Tkhai
2018-02-27net: Convert /proc creating and destroying pernet_operationsKirill Tkhai
2018-02-14kcm: Call strp_stop before strp_done in kcm_attachTom Herbert
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-24kcm: Check if sk_user_data already set in kcm_attachTom Herbert
2018-01-24kcm: Only allow TCP sockets to be attached to a KCM muxTom Herbert
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan
2017-12-05make sock_alloc_file() do sock_release() on failuresAl Viro
2017-12-05fix kcm_clone()Al Viro
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-26kcm: Remove redundant unlikely()Tobias Klauser
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-30kcm: do not attach PF_KCM sockets to avoid deadlockEric Dumazet
2017-08-24strparser: initialize all callbacksEric Biggers
2017-08-01strparser: Generalize strparserTom Herbert
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena
2017-05-16net: socket: mark socket protocol handler structs as constlinzhang
2017-04-17kcm: remove a useless copy_from_user()WANG Cong