summaryrefslogtreecommitdiffstats
path: root/net/kcm
AgeCommit message (Expand)Author
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
2017-03-24kcm: return immediately after copy_from_user() failureWANG Cong
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-14kcm: fix a null pointer dereference in kcm_sendmsg()WANG Cong
2017-02-09kcm: fix 0-length case for kcm_sendmsg()WANG Cong
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-10-03skb_splice_bits(): get rid of callbackAl Viro
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-08-31kcm: fix a socket double freeWANG Cong
2016-08-28kcm: Remove TCP specific references from kcm and strparserTom Herbert