aboutsummaryrefslogtreecommitdiff
path: root/net/kcm
AgeCommit message (Expand)AuthorFilesLines
2018-07-24net: remove blank lines at end of fileGravatar Stephen Hemminger 2-2/+0
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLGravatar Linus Torvalds 1-5/+5
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-5/+5
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-72/+11
2018-06-01kcm: Fix use-after-free caused by clonned socketsGravatar Kirill Tkhai 1-1/+1
2018-05-26net: convert datagram_poll users tp ->poll_maskGravatar Christoph Hellwig 1-5/+5
2018-05-16proc: introduce proc_create_net_singleGravatar Christoph Hellwig 1-14/+2
2018-05-16proc: introduce proc_create_net{,_data}Gravatar Christoph Hellwig 1-14/+2
2018-05-16net/kcm: simplify proc registrationGravatar Christoph Hellwig 1-54/+17
2018-03-27net: Drop pernet_operations::asyncGravatar Kirill Tkhai 2-2/+0
2018-03-26net: Use octal not symbolic permissionsGravatar Joe Perches 1-2/+2
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-10/+23
2018-03-16kcm: lock lower socket in kcm_attachGravatar Tom Herbert 1-10/+23
2018-02-27net: Convert simple pernet_operationsGravatar Kirill Tkhai 1-0/+1
2018-02-27net: Convert /proc creating and destroying pernet_operationsGravatar Kirill Tkhai 1-0/+1
2018-02-14kcm: Call strp_stop before strp_done in kcm_attachGravatar Tom Herbert 1-0/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-3/+3
2018-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-4/+21
2018-01-24kcm: Check if sk_user_data already set in kcm_attachGravatar Tom Herbert 1-2/+14
2018-01-24kcm: Only allow TCP sockets to be attached to a KCM muxGravatar Tom Herbert 1-2/+7
2018-01-16net: delete /proc THIS_MODULE referencesGravatar Alexey Dobriyan 1-2/+0
2017-12-05make sock_alloc_file() do sock_release() on failuresGravatar Al Viro 1-6/+1
2017-12-05fix kcm_clone()Gravatar Al Viro 1-44/+27
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-09-26kcm: Remove redundant unlikely()Gravatar Tobias Klauser 1-1/+1
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+4
2017-08-30kcm: do not attach PF_KCM sockets to avoid deadlockGravatar Eric Dumazet 1-0/+4
2017-08-24strparser: initialize all callbacksGravatar Eric Biggers 1-6/+5
2017-08-01strparser: Generalize strparserGravatar Tom Herbert 2-36/+36
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tGravatar Reshetova, Elena 1-1/+1
2017-05-16net: socket: mark socket protocol handler structs as constGravatar linzhang 1-1/+1
2017-04-17kcm: remove a useless copy_from_user()Gravatar WANG Cong 1-4/+0
2017-03-24kcm: return immediately after copy_from_user() failureGravatar WANG Cong 1-3/+3
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-0/+2
2017-02-14kcm: fix a null pointer dereference in kcm_sendmsg()Gravatar WANG Cong 1-2/+4
2017-02-09kcm: fix 0-length case for kcm_sendmsg()Gravatar WANG Cong 1-18/+22
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-15/+1
2016-10-03skb_splice_bits(): get rid of callbackGravatar Al Viro 1-15/+1
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+2
2016-08-31kcm: fix a socket double freeGravatar WANG Cong 1-1/+2
2016-08-28kcm: Remove TCP specific references from kcm and strparserGravatar Tom Herbert 1-17/+13
2016-08-23kcm: Fix locking issueGravatar Tom Herbert 2-10/+23
2016-08-17kcm: Use stream parserGravatar Tom Herbert 3-391/+110
2016-07-25kcm: remove redundant -ve error check and return pathGravatar Colin Ian King 1-5/+1
2016-07-01bpf: refactor bpf_prog_get and type check into helperGravatar Daniel Borkmann 1-7/+1
2016-06-22kcm: fix /proc memory leakGravatar Jiri Slaby 1-0/+1
2016-05-19kcm: fix a signedness in kcm_splice_read()Gravatar WANG Cong 1-1/+1
2016-03-09kcm: Add receive message timeoutGravatar Tom Herbert 2-2/+36
2016-03-09kcm: Add memory limit for receive message constructionGravatar Tom Herbert 2-2/+48