aboutsummaryrefslogtreecommitdiffstats
path: root/net/kcm/kcmsock.c
Commit message (Expand)AuthorAge
* net: remove blank lines at end of fileStephen Hemminger2018-07-24
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-28
* Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-04
|\
| * net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2018-05-26
* | kcm: Fix use-after-free caused by clonned socketsKirill Tkhai2018-06-01
|/
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-23
|\
| * kcm: lock lower socket in kcm_attachTom Herbert2018-03-16
* | net: Convert simple pernet_operationsKirill Tkhai2018-02-27
* | kcm: Call strp_stop before strp_done in kcm_attachTom Herbert2018-02-14
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* kcm: Check if sk_user_data already set in kcm_attachTom Herbert2018-01-24
* kcm: Only allow TCP sockets to be attached to a KCM muxTom Herbert2018-01-24
* make sock_alloc_file() do sock_release() on failuresAl Viro2017-12-05
* fix kcm_clone()Al Viro2017-12-05
* kcm: Remove redundant unlikely()Tobias Klauser2017-09-26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-01
|\
| * kcm: do not attach PF_KCM sockets to avoid deadlockEric Dumazet2017-08-30
* | strparser: initialize all callbacksEric Biggers2017-08-25
* | strparser: Generalize strparserTom Herbert2017-08-01
|/
* net: socket: mark socket protocol handler structs as constlinzhang2017-05-16
* kcm: remove a useless copy_from_user()WANG Cong2017-04-17
* kcm: return immediately after copy_from_user() failureWANG Cong2017-03-24
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-02
* kcm: fix a null pointer dereference in kcm_sendmsg()WANG Cong2017-02-14
* kcm: fix 0-length case for kcm_sendmsg()WANG Cong2017-02-09
* Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-10-07
|\
| * skb_splice_bits(): get rid of callbackAl Viro2016-10-03
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-12
|\|
| * kcm: fix a socket double freeWANG Cong2016-09-01
* | kcm: Remove TCP specific references from kcm and strparserTom Herbert2016-08-28
* | kcm: Fix locking issueTom Herbert2016-08-23
* | kcm: Use stream parserTom Herbert2016-08-17
|/
* bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann2016-07-01
* kcm: fix a signedness in kcm_splice_read()WANG Cong2016-05-19
* kcm: Add receive message timeoutTom Herbert2016-03-09
* kcm: Add memory limit for receive message constructionTom Herbert2016-03-09
* kcm: Sendpage supportTom Herbert2016-03-09
* kcm: Splice supportTom Herbert2016-03-09
* kcm: Add statistics and proc interfacesTom Herbert2016-03-09
* kcm: Kernel Connection Multiplexor moduleTom Herbert2016-03-09