summaryrefslogtreecommitdiffstats
path: root/net/kcm/kcmsock.c
Commit message (Expand)AuthorAgeFilesLines
* net: sock: introduce sk_error_reportAlexander Aring2021-06-291-1/+1
* revert "net: kcm: fix memory leak in kcm_sendmsg"Pavel Skripkin2021-06-071-5/+0
* net: kcm: fix memory leak in kcm_sendmsgPavel Skripkin2021-06-031-0/+5
* kcm: kcmsock.c: Couple of typo fixesBhaskar Chowdhury2021-03-281-2/+2
* net: group skb_shinfo zerocopy related bits together.Jonathan Lemon2021-01-071-2/+2
* net: kcm: Replace fput with sockfd_putZheng Yongjun2021-01-051-2/+2
* net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-3/+3
* bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites.David Miller2020-02-241-3/+1
* kcm: disable preemption in kcm_parse_func_strparser()Eric Dumazet2019-09-271-1/+5
* kcm: use BPF_PROG_RUNSami Tolvanen2019-09-061-1/+1
* net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-1/+1
* net: Use skb accessors in network coreMatthew Wilcox (Oracle)2019-07-221-4/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* kcm: switch order of device registration to fix a crashJiri Slaby2019-04-011-8/+8
* kcm: Remove unnecessary SLAB_PANIC for kmem_cache_create() in kcm_initYueHaibing2019-02-231-2/+2
* net: remove blank lines at end of fileStephen Hemminger2018-07-241-1/+0
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-5/+5
* Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-5/+5
|\
| * net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2018-05-261-5/+5
* | kcm: Fix use-after-free caused by clonned socketsKirill Tkhai2018-06-011-1/+1
|/
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-10/+23
|\
| * kcm: lock lower socket in kcm_attachTom Herbert2018-03-161-10/+23
* | net: Convert simple pernet_operationsKirill Tkhai2018-02-271-0/+1
* | kcm: Call strp_stop before strp_done in kcm_attachTom Herbert2018-02-141-0/+1
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-3/+3
* kcm: Check if sk_user_data already set in kcm_attachTom Herbert2018-01-241-2/+14
* kcm: Only allow TCP sockets to be attached to a KCM muxTom Herbert2018-01-241-2/+7
* make sock_alloc_file() do sock_release() on failuresAl Viro2017-12-051-6/+1
* fix kcm_clone()Al Viro2017-12-051-44/+27
* kcm: Remove redundant unlikely()Tobias Klauser2017-09-261-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-011-0/+4
|\
| * kcm: do not attach PF_KCM sockets to avoid deadlockEric Dumazet2017-08-301-0/+4
* | strparser: initialize all callbacksEric Biggers2017-08-241-6/+5
* | strparser: Generalize strparserTom Herbert2017-08-011-19/+19
|/
* net: socket: mark socket protocol handler structs as constlinzhang2017-05-161-1/+1
* kcm: remove a useless copy_from_user()WANG Cong2017-04-171-4/+0
* kcm: return immediately after copy_from_user() failureWANG Cong2017-03-241-3/+3
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+2
* kcm: fix a null pointer dereference in kcm_sendmsg()WANG Cong2017-02-141-2/+4
* kcm: fix 0-length case for kcm_sendmsg()WANG Cong2017-02-091-18/+22
* Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-10-071-15/+1
|\
| * skb_splice_bits(): get rid of callbackAl Viro2016-10-031-15/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-121-1/+2
|\|
| * kcm: fix a socket double freeWANG Cong2016-08-311-1/+2
* | kcm: Remove TCP specific references from kcm and strparserTom Herbert2016-08-281-17/+13
* | kcm: Fix locking issueTom Herbert2016-08-231-5/+8
* | kcm: Use stream parserTom Herbert2016-08-171-377/+79
|/
* bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann2016-07-011-7/+1
* kcm: fix a signedness in kcm_splice_read()WANG Cong2016-05-191-1/+1