summaryrefslogtreecommitdiffstats
path: root/drivers/connector
Commit message (Expand)AuthorAgeFilesLines
* connector/cn_proc: revert "connector: Fix proc_event_num_listeners count not ...Keqi Wang2024-02-131-3/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-01-041-2/+3
|\
| * connector: Fix proc_event_num_listeners count not clearedwangkeqi2024-01-021-2/+3
* | netlink: introduce typedef for filter functionJiri Pirko2023-12-191-3/+2
|/
* Fix NULL pointer dereference in cn_filter()Anjali Kulkarni2023-10-241-1/+1
* connector/cn_proc: Allow non-root users accessAnjali Kulkarni2023-07-232-6/+19
* connector/cn_proc: Performance improvementsAnjali Kulkarni2023-07-231-6/+56
* connector/cn_proc: Add filtering to fix some bugsAnjali Kulkarni2023-07-232-14/+64
* connector/cn_proc: Use task_is_in_init_pid_ns()Leo Yan2022-01-261-1/+1
* net/connector: Add const qualifier to cb_idGeoff Levand2020-12-162-6/+6
* connector: simplify the return expression of cn_add_callback()Qinglang Miao2020-09-211-6/+1
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-2/+2
* connector/cn_proc: Protect send_msg() with a local lockMike Galbraith2020-05-281-7/+14
* connector: remove redundant input callback from cn_devVasily Averin2019-07-211-5/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-303-44/+3
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* connector: fix unsafe usage of ->real_parentLi RongQing2019-03-081-4/+18
* connector: fix defined but not used warningRandy Dunlap2018-07-081-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-061-0/+4
|\
| * connector: add parent pid and tgid to coredump and exit eventsStefan Strogin2018-05-011-0/+4
* | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-14/+1
|/
* drivers, connector: convert cn_callback_entry.refcnt from atomic_t to refcount_tElena Reshetova2017-10-222-3/+3
* connector: make cn_proc explicitly non-modularPaul Gortmaker2016-07-051-3/+1
* connector: fix out-of-order cn_proc netlink message deliveryAaron Campbell2016-06-281-21/+22
* connector: bump skb->users before callback invocationFlorian Westphal2016-01-041-8/+3
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-1/+2
* kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger2015-01-071-1/+1
* cn: verify msg->len before making callbackDavid Fries2014-11-261-0/+6
* connector: Use ktime_get_ns()Thomas Gleixner2014-07-231-27/+9
* Merge tag 'char-misc-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-06-031-2/+15
|\
| * connector: allow multiple messages to be sent in one packetDavid Fries2014-05-271-2/+15
* | net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman2014-04-241-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-04-021-1/+0
|\
| * connector: remove duplicated code in cn_call_callback()Alexey Khoroshilov2014-03-031-1/+0
* | connector: add portid to unicast in addition to broadcastingDavid Fries2014-02-072-16/+22
|/
* connector: improved unaligned access error fixChris Metcalf2013-11-141-30/+42
* connector: use 'size' everywhere in cn_netlink_send()Mathias Krause2013-10-021-1/+1
* connector: use nlmsg_len() to check message lengthMathias Krause2013-10-021-3/+4
* proc connector: fix info leaksMathias Krause2013-10-021-0/+18
* connector: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo2013-03-281-6/+6
* connector: Added coredumping event to the process connectorJesper Derehag2013-03-201-0/+25
* proc connector: reject unprivileged listener bumpsKees Cook2013-02-271-0/+8
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-1/+1
* net: proc: change proc_net_fops_create to proc_createGao feng2013-02-181-1/+1
* Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-021-2/+1
|\
| * netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso2012-09-081-2/+1
* | userns: Convert process event connector to handle kuids and kgidsEric W. Biederman2012-09-061-4/+14
|/
* drivers: connector: fixed coding style issuesValentin Ilie2012-07-163-25/+28
* netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso2012-06-291-4/+9