aboutsummaryrefslogtreecommitdiff
path: root/net/kcm
AgeCommit message (Expand)Author
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena
2017-05-16net: socket: mark socket protocol handler structs as constlinzhang
2017-04-17kcm: remove a useless copy_from_user()WANG Cong
2017-03-24kcm: return immediately after copy_from_user() failureWANG Cong
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-14kcm: fix a null pointer dereference in kcm_sendmsg()WANG Cong
2017-02-09kcm: 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