summaryrefslogtreecommitdiff
path: root/net/kcm
AgeCommit message (Expand)Author
2018-02-25kcm: Only allow TCP sockets to be attached to a KCM muxTom Herbert
2018-02-25kcm: Check if sk_user_data already set in kcm_attachTom Herbert
2017-12-16fix kcm_clone()Al Viro
2017-09-20kcm: do not attach PF_KCM sockets to avoid deadlockEric Dumazet
2017-05-03kcm: return immediately after copy_from_user() failureWANG Cong
2017-02-26kcm: fix a null pointer dereference in kcm_sendmsg()WANG Cong
2017-02-26kcm: 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
2016-08-23kcm: Fix locking issueTom Herbert
2016-08-17kcm: Use stream parserTom Herbert
2016-07-25kcm: remove redundant -ve error check and return pathColin Ian King
2016-07-01bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann
2016-06-22kcm: fix /proc memory leakJiri Slaby
2016-05-19kcm: fix a signedness in kcm_splice_read()WANG Cong
2016-03-09kcm: Add receive message timeoutTom Herbert
2016-03-09kcm: Add memory limit for receive message constructionTom Herbert
2016-03-09kcm: Sendpage supportTom Herbert
2016-03-09kcm: Splice supportTom Herbert
2016-03-09kcm: Add statistics and proc interfacesTom Herbert
2016-03-09kcm: Kernel Connection Multiplexor moduleTom Herbert