summaryrefslogtreecommitdiffstats
path: root/net/kcm
AgeCommit message (Expand)AuthorLines
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-3/+3
2018-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+21
2018-01-24kcm: Check if sk_user_data already set in kcm_attachTom Herbert-2/+14
2018-01-24kcm: Only allow TCP sockets to be attached to a KCM muxTom Herbert-2/+7
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan-2/+0
2017-12-05make sock_alloc_file() do sock_release() on failuresAl Viro-6/+1
2017-12-05fix kcm_clone()Al Viro-44/+27
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-09-26kcm: Remove redundant unlikely()Tobias Klauser-1/+1
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+4
2017-08-30kcm: do not attach PF_KCM sockets to avoid deadlockEric Dumazet-0/+4
2017-08-24strparser: initialize all callbacksEric Biggers-6/+5
2017-08-01strparser: Generalize strparserTom Herbert-36/+36
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena-1/+1
2017-05-16net: socket: mark socket protocol handler structs as constlinzhang-1/+1
2017-04-17kcm: remove a useless copy_from_user()WANG Cong-4/+0
2017-03-24kcm: return immediately after copy_from_user() failureWANG Cong-3/+3
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar-0/+2
2017-02-14kcm: fix a null pointer dereference in kcm_sendmsg()WANG Cong-2/+4
2017-02-09kcm: fix 0-length case for kcm_sendmsg()WANG Cong-18/+22
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-15/+1
2016-10-03skb_splice_bits(): get rid of callbackAl Viro-15/+1
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+2
2016-08-31kcm: fix a socket double freeWANG Cong-1/+2
2016-08-28kcm: Remove TCP specific references from kcm and strparserTom Herbert-17/+13
2016-08-23kcm: Fix locking issueTom Herbert-10/+23
2016-08-17kcm: Use stream parserTom Herbert-391/+110
2016-07-25kcm: remove redundant -ve error check and return pathColin Ian King-5/+1
2016-07-01bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann-7/+1
2016-06-22kcm: fix /proc memory leakJiri Slaby-0/+1
2016-05-19kcm: fix a signedness in kcm_splice_read()WANG Cong-1/+1
2016-03-09kcm: Add receive message timeoutTom Herbert-2/+36
2016-03-09kcm: Add memory limit for receive message constructionTom Herbert-2/+48
2016-03-09kcm: Sendpage supportTom Herbert-2/+145
2016-03-09kcm: Splice supportTom Herbert-2/+96
2016-03-09kcm: Add statistics and proc interfacesTom Herbert-1/+503
2016-03-09kcm: Kernel Connection Multiplexor moduleTom Herbert-0/+2029