aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/connector
AgeCommit message (Expand)AuthorFilesLines
2024-02-13connector/cn_proc: revert "connector: Fix proc_event_num_listeners count not ...Keqi Wang1-3/+2
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2024-01-02connector: Fix proc_event_num_listeners count not clearedwangkeqi1-2/+3
2023-12-19netlink: introduce typedef for filter functionJiri Pirko1-3/+2
2023-10-24Fix NULL pointer dereference in cn_filter()Anjali Kulkarni1-1/+1
2023-07-23connector/cn_proc: Allow non-root users accessAnjali Kulkarni2-6/+19
2023-07-23connector/cn_proc: Performance improvementsAnjali Kulkarni1-6/+56
2023-07-23connector/cn_proc: Add filtering to fix some bugsAnjali Kulkarni2-14/+64
2022-01-26connector/cn_proc: Use task_is_in_init_pid_ns()Leo Yan1-1/+1
2020-12-16net/connector: Add const qualifier to cb_idGeoff Levand2-6/+6
2020-09-21connector: simplify the return expression of cn_add_callback()Qinglang Miao1-6/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-2/+2
2020-05-28connector/cn_proc: Protect send_msg() with a local lockMike Galbraith1-7/+14
2019-07-21connector: remove redundant input callback from cn_devVasily Averin1-5/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner3-44/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-03-08connector: fix unsafe usage of ->real_parentLi RongQing1-4/+18
2018-07-08connector: fix defined but not used warningRandy Dunlap1-1/+2
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+4
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-14/+1
2018-05-01connector: add parent pid and tgid to coredump and exit eventsStefan Strogin1-0/+4
2017-10-22drivers, connector: convert cn_callback_entry.refcnt from atomic_t to refcount_tElena Reshetova2-3/+3
2016-07-05connector: make cn_proc explicitly non-modularPaul Gortmaker1-3/+1
2016-06-28connector: fix out-of-order cn_proc netlink message deliveryAaron Campbell1-21/+22
2016-01-04connector: bump skb->users before callback invocationFlorian Westphal1-8/+3
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman1-1/+2
2015-01-07kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger1-1/+1
2014-11-26cn: verify msg->len before making callbackDavid Fries1-0/+6
2014-07-23connector: Use ktime_get_ns()Thomas Gleixner1-27/+9
2014-06-03Merge tag 'char-misc-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+15
2014-05-27connector: allow multiple messages to be sent in one packetDavid Fries1-2/+15
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman1-1/+1
2014-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+0
2014-03-03connector: remove duplicated code in cn_call_callback()Alexey Khoroshilov1-1/+0
2014-02-07connector: add portid to unicast in addition to broadcastingDavid Fries2-16/+22
2013-11-14connector: improved unaligned access error fixChris Metcalf1-30/+42
2013-10-02connector: use 'size' everywhere in cn_netlink_send()Mathias Krause1-1/+1
2013-10-02connector: use nlmsg_len() to check message lengthMathias Krause1-3/+4
2013-10-02proc connector: fix info leaksMathias Krause1-0/+18
2013-03-28connector: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo1-6/+6
2013-03-20connector: Added coredumping event to the process connectorJesper Derehag1-0/+25
2013-02-27proc connector: reject unprivileged listener bumpsKees Cook1-0/+8
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-1/+1
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng1-1/+1
2013-01-03Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman1-2/+2
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+1
2012-09-08netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso1-2/+1
2012-09-06userns: Convert process event connector to handle kuids and kgidsEric W. Biederman1-4/+14
2012-07-16drivers: connector: fixed coding style issuesValentin Ilie3-25/+28
2012-06-29netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso1-4/+9
2012-06-26connector: use nlmsg_put() instead of NLMSG_PUT() macro.Javier Martinez Canillas1-6/+6
2011-09-28connector: add comm change event report to proc connectorVladimir Zapolskiy1-0/+26
2011-07-28proc_fork_connector: a lockless ->real_parent usage is not safeOleg Nesterov1-2/+6
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+2
2011-07-25drivers/connector/cn_proc.c: remove unused localAndrew Morton1-1/+0
2011-07-22Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds1-0/+35
2011-07-18connector: add an event for monitoring process tracersVladimir Zapolskiy1-0/+35
2011-06-07Connector: Correctly set the error code in case of success when dispatching r...K. Y. Srinivasan1-0/+1
2011-04-12connector: fix skb double free in cn_rx_skb()Patrick McHardy1-0/+1
2011-03-30connector: convert to synchronous netlink message processingPatrick McHardy2-76/+29
2011-02-23connector: Convert char *name to const char *nameJoe Perches2-4/+5
2010-12-17connector: Use this_cpu operationsChristoph Lameter1-2/+3
2010-12-10connector: add module aliasStephen Hemminger1-0/+1
2010-10-24connector: remove lazy workqueue creationTejun Heo2-72/+12
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2-0/+2
2010-02-02connector: Delete buggy notification code.Evgeniy Polyakov1-175/+0
2009-10-06connector: Fix incompatible pointer type warningStephen Boyd1-1/+2
2009-10-02connector: Removed the destruct_data callback since it is always kfree_skb()Philipp Reisner2-10/+5
2009-10-02connector: Provide the sender's credentials to the callbackPhilipp Reisner2-5/+6
2009-10-02connector: Keep the skb in cn_callback_dataPhilipp Reisner2-7/+7
2009-09-23proc connector: add event for process becoming session leaderScott James Remnant1-0/+25
2009-07-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-3/+3
2009-07-21connector: maintainer/mail update.Evgeniy Polyakov2-3/+3
2009-07-17connector: make callback argument type explicitMike Frysinger3-7/+9
2009-06-12trivial: Kconfig: .ko is normally not included in module namesPavel Machek1-1/+1
2009-02-02connector: create connector workqueue only while needed onceFrederic Weisbecker2-20/+79
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells1-5/+11
2008-11-14CRED: Separate task security context from task_structDavid Howells1-4/+4
2008-06-27CONNECTOR: add a proc entry to list connectorsLi Zefan1-0/+40
2008-03-23connector: convert to single-threaded workqueueEvgeniy Polyakov1-1/+1
2008-02-26CONNECTOR: make cn_already_initialized staticLi Zefan1-1/+1
2008-01-28[NETNS]: Consolidate kernel netlink socket destruction.Denis V. Lunev1-6/+3
2008-01-28[CONNECTOR]: Cleanup struct cn_callback_entryLi Zefan1-1/+0
2008-01-28[CONNECTOR]: Cleanup struct cn_queue_devLi Zefan1-1/+0
2008-01-28[CONNECTOR]: clean up {,__}cn_rx_skb()Li Zefan1-26/+4
2008-01-28[CONNECTOR]: add a missing break in cn_netlink_send()Li Zefan1-0/+1
2008-01-08[CONNECTOR]: Don't touch queue dev after decrement of ref count.Li Zefan1-1/+1
2008-01-04[CONNECTOR]: Return proper error code in cn_call_callback()Li Zefan1-0/+2
2007-10-30[CONNECTOR]: Fix a spurious kfree_skb() callMichal Januszewski1-4/+1
2007-10-10[NET]: make netlink user -> kernel interface synchroniousDenis V. Lunev1-13/+1
2007-10-10[NET]: Support multiple network namespaces with netlinkEric W. Biederman1-1/+1
2007-07-16Use menuconfig objects: connectorJan Engelhardt1-3/+4
2007-04-25[NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy1-1/+1
2007-04-25[NETLINK]: Introduce nlmsg_hdr() helperArnaldo Carvalho de Melo1-1/+1
2007-03-07[CONNECTOR]: Bugfix for cn_call_callback()Philipp Reisner1-11/+11
2007-01-05[PATCH] connector: some fixes for ia64 unaligned access errorsErik Jacobson1-5/+6
2006-12-18[CONNECTOR]: Replace delayed work with usual work queue.Evgeniy Polyakov2-12/+9
2006-12-17[CONNECTOR]: Fix compilation breakage introduced recently.Evgeniy Polyakov1-2/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells2-19/+20
2006-07-31[PATCH] Process Events: Fix biarch compatibility issue. use __u64 timestampChandra Seetharaman1-5/+15
2006-06-23[PATCH] connector-exportsAndrew Morton1-4/+3
2006-06-23[PATCH] Process Events - Header CleanupMatt Helsley1-0/+1
2006-06-19[CONNECTOR]: Initialize subsystem earlier.Evgeniy Polyakov1-5/+9
2006-06-17[CONNECTOR]: Fix warning in cn_queue.cAndreas Schwab1-1/+1
2006-03-23[PATCH] sem2mutex: drivers: raw, connector, dcdbas, ppp_genericArjan van de Ven1-7/+8
2006-03-20[CONNECTOR]: Use netlink_has_listeners() to avoind unnecessary allocations.Evgeniy Polyakov1-3/+4
2006-01-10[PATCH] Switch getnstimestamp() calls to ktime_get_ts()Matt Helsley1-5/+6
2006-01-08[PATCH] drivers/connector/cn_proc.c typosDavid S. Miller1-2/+2
2005-12-12[PATCH] Add timestamp field to process eventsMatt Helsley1-0/+5
2005-11-07[PATCH] Process Events ConnectorMatt Helsley3-0/+231
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-2/+1
2005-10-04[CONNECTOR]: fix sparse gfp nocast warningsRandy Dunlap1-1/+2
2005-09-26[CONNECTOR]: async connector mode.Evgeniy Polyakov2-49/+57
2005-09-11[NET]: Add netlink connector.Evgeniy Polyakov4-0/+675