aboutsummaryrefslogtreecommitdiffstats
path: root/net/kcm/kcmsock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+5
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-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
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-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-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
2017-12-05make sock_alloc_file() do sock_release() on failuresAl Viro1-6/+1
2017-12-05fix kcm_clone()Al Viro1-44/+27
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 Herbert1-19/+19
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
2016-08-23kcm: Fix locking issueTom Herbert1-5/+8
2016-08-17kcm: Use stream parserTom Herbert1-377/+79
2016-07-01bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann1-7/+1
2016-05-19kcm: fix a signedness in kcm_splice_read()WANG Cong1-1/+1
2016-03-09kcm: Add receive message timeoutTom Herbert1-0/+32
2016-03-09kcm: Add memory limit for receive message constructionTom Herbert1-0/+44
2016-03-09kcm: Sendpage supportTom Herbert1-2/+145
2016-03-09kcm: Splice supportTom Herbert1-2/+96
2016-03-09kcm: Add statistics and proc interfacesTom Herbert1-0/+80
2016-03-09kcm: Kernel Connection Multiplexor moduleTom Herbert1-0/+2016