aboutsummaryrefslogtreecommitdiffstats
path: root/net/kcm (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-27kcm: disable preemption in kcm_parse_func_strparser()Eric Dumazet1-1/+5
2019-09-06kcm: use BPF_PROG_RUNSami Tolvanen1-1/+1
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon1-1/+1
2019-07-22net: Use skb accessors in network coreMatthew Wilcox (Oracle)1-4/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-04-01kcm: switch order of device registration to fix a crashJiri Slaby1-8/+8
2019-02-23kcm: Remove unnecessary SLAB_PANIC for kmem_cache_create() in kcm_initYueHaibing1-2/+2
2018-07-24net: remove blank lines at end of fileStephen Hemminger2-2/+0
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-5/+5
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+5
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-72/+11
2018-06-01kcm: Fix use-after-free caused by clonned socketsKirill Tkhai1-1/+1
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig1-5/+5
2018-05-16proc: introduce proc_create_net_singleChristoph Hellwig1-14/+2
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig1-14/+2
2018-05-16net/kcm: simplify proc registrationChristoph Hellwig1-54/+17
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai2-2/+0
2018-03-26net: Use octal not symbolic permissionsJoe Perches1-2/+2
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+23
2018-03-16kcm: lock lower socket in kcm_attachTom Herbert1-10/+23
2018-02-27net: Convert simple pernet_operationsKirill Tkhai1-0/+1
2018-02-27net: Convert /proc creating and destroying pernet_operationsKirill Tkhai1-0/+1
2018-02-14kcm: Call strp_stop before strp_done in kcm_attachTom Herbert1-0/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-3/+3
2018-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+21
2018-01-24kcm: Check if sk_user_data already set in kcm_attachTom Herbert1-2/+14
2018-01-24kcm: Only allow TCP sockets to be attached to a KCM muxTom Herbert1-2/+7
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan1-2/+0
2017-12-05make sock_alloc_file() do sock_release() on failuresAl Viro1-6/+1
2017-12-05fix kcm_clone()Al Viro1-44/+27
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-26kcm: Remove redundant unlikely()Tobias Klauser1-1/+1
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2017-08-30kcm: do not attach PF_KCM sockets to avoid deadlockEric Dumazet1-0/+4
2017-08-24strparser: initialize all callbacksEric Biggers1-6/+5
2017-08-01strparser: Generalize strparserTom Herbert2-36/+36
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-05-16net: socket: mark socket protocol handler structs as constlinzhang1-1/+1
2017-04-17kcm: remove a useless copy_from_user()WANG Cong1-4/+0
2017-03-24kcm: return immediately after copy_from_user() failureWANG Cong1-3/+3
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+2
2017-02-14kcm: fix a null pointer dereference in kcm_sendmsg()WANG Cong1-2/+4
2017-02-09kcm: fix 0-length case for kcm_sendmsg()WANG Cong1-18/+22
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-15/+1
2016-10-03skb_splice_bits(): get rid of callbackAl Viro1-15/+1
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2016-08-31kcm: fix a socket double freeWANG Cong1-1/+2
2016-08-28kcm: Remove TCP specific references from kcm and strparserTom Herbert1-17/+13