aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-173-25/+28
* netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso2012-06-291-4/+9
* connector: use nlmsg_put() instead of NLMSG_PUT() macro.Javier Martinez Canillas2012-06-261-6/+6
* connector: add comm change event report to proc connectorVladimir Zapolskiy2011-09-281-0/+26
* proc_fork_connector: a lockless ->real_parent usage is not safeOleg Nesterov2011-07-281-2/+6
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+2
* drivers/connector/cn_proc.c: remove unused localAndrew Morton2011-07-251-1/+0
* Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds2011-07-221-0/+35
|\
| * connector: add an event for monitoring process tracersVladimir Zapolskiy2011-07-181-0/+35
* | Connector: Correctly set the error code in case of success when dispatching r...K. Y. Srinivasan2011-06-071-0/+1
|/
* connector: fix skb double free in cn_rx_skb()Patrick McHardy2011-04-121-0/+1
* connector: convert to synchronous netlink message processingPatrick McHardy2011-03-302-76/+29
* connector: Convert char *name to const char *nameJoe Perches2011-02-232-4/+5
* connector: Use this_cpu operationsChristoph Lameter2010-12-171-2/+3
* connector: add module aliasStephen Hemminger2010-12-101-0/+1
* connector: remove lazy workqueue creationTejun Heo2010-10-242-72/+12
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-302-0/+2
* connector: Delete buggy notification code.Evgeniy Polyakov2010-02-021-175/+0
* connector: Fix incompatible pointer type warningStephen Boyd2009-10-061-1/+2
* connector: Removed the destruct_data callback since it is always kfree_skb()Philipp Reisner2009-10-022-10/+5
* connector: Provide the sender's credentials to the callbackPhilipp Reisner2009-10-022-5/+6
* connector: Keep the skb in cn_callback_dataPhilipp Reisner2009-10-022-7/+7
* proc connector: add event for process becoming session leaderScott James Remnant2009-09-231-0/+25
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-232-3/+3
|\
| * connector: maintainer/mail update.Evgeniy Polyakov2009-07-212-3/+3
* | connector: make callback argument type explicitMike Frysinger2009-07-173-7/+9
|/
* trivial: Kconfig: .ko is normally not included in module namesPavel Machek2009-06-121-1/+1
* connector: create connector workqueue only while needed onceFrederic Weisbecker2009-02-032-20/+79
* CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells2008-11-131-5/+11
* CRED: Separate task security context from task_structDavid Howells2008-11-131-4/+4
* CONNECTOR: add a proc entry to list connectorsLi Zefan2008-06-271-0/+40
* connector: convert to single-threaded workqueueEvgeniy Polyakov2008-03-231-1/+1
* CONNECTOR: make cn_already_initialized staticLi Zefan2008-02-261-1/+1
* [NETNS]: Consolidate kernel netlink socket destruction.Denis V. Lunev2008-01-281-6/+3
* [CONNECTOR]: Cleanup struct cn_callback_entryLi Zefan2008-01-281-1/+0
* [CONNECTOR]: Cleanup struct cn_queue_devLi Zefan2008-01-281-1/+0
* [CONNECTOR]: clean up {,__}cn_rx_skb()Li Zefan2008-01-281-26/+4
* [CONNECTOR]: add a missing break in cn_netlink_send()Li Zefan2008-01-281-0/+1
* [CONNECTOR]: Don't touch queue dev after decrement of ref count.Li Zefan2008-01-091-1/+1
* [CONNECTOR]: Return proper error code in cn_call_callback()Li Zefan2008-01-041-0/+2
* [CONNECTOR]: Fix a spurious kfree_skb() callMichal Januszewski2007-10-301-4/+1
* [NET]: make netlink user -> kernel interface synchroniousDenis V. Lunev2007-10-101-13/+1
* [NET]: Support multiple network namespaces with netlinkEric W. Biederman2007-10-101-1/+1
* Use menuconfig objects: connectorJan Engelhardt2007-07-161-3/+4
* [NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy2007-04-261-1/+1
* [NETLINK]: Introduce nlmsg_hdr() helperArnaldo Carvalho de Melo2007-04-261-1/+1