summaryrefslogtreecommitdiffstats
path: root/drivers/connector
Commit message (Expand)AuthorAgeFilesLines
* 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-022-20/+79
* CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells2008-11-141-5/+11
* CRED: Separate task security context from task_structDavid Howells2008-11-141-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-081-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-251-1/+1
* [NETLINK]: Introduce nlmsg_hdr() helperArnaldo Carvalho de Melo2007-04-251-1/+1
* [CONNECTOR]: Bugfix for cn_call_callback()Philipp Reisner2007-03-071-11/+11
* [PATCH] connector: some fixes for ia64 unaligned access errorsErik Jacobson2007-01-051-5/+6
* [CONNECTOR]: Replace delayed work with usual work queue.Evgeniy Polyakov2006-12-182-12/+9
* [CONNECTOR]: Fix compilation breakage introduced recently.Evgeniy Polyakov2006-12-171-2/+1
* WorkStruct: make allyesconfigDavid Howells2006-11-222-19/+20
* [PATCH] Process Events: Fix biarch compatibility issue. use __u64 timestampChandra Seetharaman2006-07-311-5/+15
* [PATCH] connector-exportsAndrew Morton2006-06-231-4/+3
* [PATCH] Process Events - Header CleanupMatt Helsley2006-06-231-0/+1
* [CONNECTOR]: Initialize subsystem earlier.Evgeniy Polyakov2006-06-191-5/+9
* [CONNECTOR]: Fix warning in cn_queue.cAndreas Schwab2006-06-171-1/+1
* [PATCH] sem2mutex: drivers: raw, connector, dcdbas, ppp_genericArjan van de Ven2006-03-231-7/+8
* [CONNECTOR]: Use netlink_has_listeners() to avoind unnecessary allocations.Evgeniy Polyakov2006-03-201-3/+4
* [PATCH] Switch getnstimestamp() calls to ktime_get_ts()Matt Helsley2006-01-101-5/+6
* [PATCH] drivers/connector/cn_proc.c typosDavid S. Miller2006-01-081-2/+2
* [PATCH] Add timestamp field to process eventsMatt Helsley2005-12-121-0/+5
* [PATCH] Process Events ConnectorMatt Helsley2005-11-073-0/+231
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-081-2/+1
* [CONNECTOR]: fix sparse gfp nocast warningsRandy Dunlap2005-10-041-1/+2
* [CONNECTOR]: async connector mode.Evgeniy Polyakov2005-09-262-49/+57
OpenPOWER on IntegriCloud