summaryrefslogtreecommitdiffstats
path: root/drivers/connector/connector.c
Commit message (Expand)AuthorAgeFilesLines
* connector: remove redundant input callback from cn_devVasily Averin2019-07-211-5/+1Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1Star
* connector: fix defined but not used warningRandy Dunlap2018-07-081-1/+2
* proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-14/+1Star
* drivers, connector: convert cn_callback_entry.refcnt from atomic_t to refcount_tElena Reshetova2017-10-221-1/+1
* connector: bump skb->users before callback invocationFlorian Westphal2016-01-051-8/+3Star
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-071-1/+2
* cn: verify msg->len before making callbackDavid Fries2014-11-271-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-031-1/+0Star
|\
| * connector: remove duplicated code in cn_call_callback()Alexey Khoroshilov2014-03-031-1/+0Star
* | connector: add portid to unicast in addition to broadcastingDavid Fries2014-02-081-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-041-2/+2
* netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso2012-09-091-2/+1Star
* drivers: connector: fixed coding style issuesValentin Ilie2012-07-171-2/+3
* netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso2012-06-301-4/+9
* connector: use nlmsg_put() instead of NLMSG_PUT() macro.Javier Martinez Canillas2012-06-271-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-311-35/+12Star
* 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/+4Star
* 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-031-175/+0Star
* connector: Removed the destruct_data callback since it is always kfree_skb()Philipp Reisner2009-10-021-8/+3Star
* 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/+5Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-241-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-031-9/+10
* CONNECTOR: add a proc entry to list connectorsLi Zefan2008-06-281-0/+40
* CONNECTOR: make cn_already_initialized staticLi Zefan2008-02-271-1/+1
* [NETNS]: Consolidate kernel netlink socket destruction.Denis V. Lunev2008-01-291-6/+3Star
* [CONNECTOR]: clean up {,__}cn_rx_skb()Li Zefan2008-01-291-26/+4Star
* [CONNECTOR]: add a missing break in cn_netlink_send()Li Zefan2008-01-291-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-311-4/+1Star
* [NET]: make netlink user -> kernel interface synchroniousDenis V. Lunev2007-10-111-13/+1Star
* [NET]: Support multiple network namespaces with netlinkEric W. Biederman2007-10-111-1/+1
* [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
* [CONNECTOR]: Bugfix for cn_call_callback()Philipp Reisner2007-03-081-11/+11
* [CONNECTOR]: Replace delayed work with usual work queue.Evgeniy Polyakov2006-12-181-9/+7Star