summaryrefslogtreecommitdiffstats
path: root/drivers/connector/connector.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cn: verify msg->len before making callbackDavid Fries2014-11-261-0/+6
* connector: allow multiple messages to be sent in one packetDavid Fries2014-05-271-2/+15
* 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-071-7/+13
|/
* 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
* connector: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo2013-03-281-6/+6
* 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
* netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso2012-09-081-2/+1
* drivers: connector: fixed coding style issuesValentin Ilie2012-07-161-2/+3
* 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: 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-301-35/+12
* connector: Convert char *name to const char *nameJoe Perches2011-02-231-1/+1
* connector: add module aliasStephen Hemminger2010-12-101-0/+1
* connector: remove lazy workqueue creationTejun Heo2010-10-241-5/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* connector: Delete buggy notification code.Evgeniy Polyakov2010-02-021-175/+0
* connector: Removed the destruct_data callback since it is always kfree_skb()Philipp Reisner2009-10-021-8/+3
* connector: Provide the sender's credentials to the callbackPhilipp Reisner2009-10-021-2/+2
* connector: Keep the skb in cn_callback_dataPhilipp Reisner2009-10-021-6/+5
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-231-2/+2
|\
| * connector: maintainer/mail update.Evgeniy Polyakov2009-07-211-2/+2
* | connector: make callback argument type explicitMike Frysinger2009-07-171-3/+3
|/
* connector: create connector workqueue only while needed onceFrederic Weisbecker2009-02-021-9/+10
* CONNECTOR: add a proc entry to list connectorsLi Zefan2008-06-271-0/+40
* 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]: 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]: 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
* [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
* [CONNECTOR]: Replace delayed work with usual work queue.Evgeniy Polyakov2006-12-181-9/+7
* [CONNECTOR]: Fix compilation breakage introduced recently.Evgeniy Polyakov2006-12-171-2/+1
* WorkStruct: make allyesconfigDavid Howells2006-11-221-16/+15
* [PATCH] connector-exportsAndrew Morton2006-06-231-4/+3
* [CONNECTOR]: Initialize subsystem earlier.Evgeniy Polyakov2006-06-191-5/+9
* [PATCH] sem2mutex: drivers: raw, connector, dcdbas, ppp_genericArjan van de Ven2006-03-231-7/+8
OpenPOWER on IntegriCloud