summaryrefslogtreecommitdiff
path: root/drivers/connector/connector.c
Commit message (Expand)AuthorAge
* connector: bump skb->users before callback invocationFlorian Westphal2016-01-04
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-06
* cn: verify msg->len before making callbackDavid Fries2014-11-26
* connector: allow multiple messages to be sent in one packetDavid Fries2014-05-27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-04-02
|\
| * connector: remove duplicated code in cn_call_callback()Alexey Khoroshilov2014-03-03
* | connector: add portid to unicast in addition to broadcastingDavid Fries2014-02-07
|/
* connector: use 'size' everywhere in cn_netlink_send()Mathias Krause2013-10-02
* connector: use nlmsg_len() to check message lengthMathias Krause2013-10-02
* connector: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo2013-03-28
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-18
* net: proc: change proc_net_fops_create to proc_createGao feng2013-02-18
* Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman2013-01-03
* netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso2012-09-08
* drivers: connector: fixed coding style issuesValentin Ilie2012-07-16
* netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso2012-06-29
* connector: use nlmsg_put() instead of NLMSG_PUT() macro.Javier Martinez Canillas2012-06-26
* Connector: Correctly set the error code in case of success when dispatching r...K. Y. Srinivasan2011-06-07
* connector: fix skb double free in cn_rx_skb()Patrick McHardy2011-04-12
* connector: convert to synchronous netlink message processingPatrick McHardy2011-03-30
* connector: Convert char *name to const char *nameJoe Perches2011-02-23
* connector: add module aliasStephen Hemminger2010-12-10
* connector: remove lazy workqueue creationTejun Heo2010-10-24
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* connector: Delete buggy notification code.Evgeniy Polyakov2010-02-02
* connector: Removed the destruct_data callback since it is always kfree_skb()Philipp Reisner2009-10-02
* connector: Provide the sender's credentials to the callbackPhilipp Reisner2009-10-02
* connector: Keep the skb in cn_callback_dataPhilipp Reisner2009-10-02
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-23
|\
| * connector: maintainer/mail update.Evgeniy Polyakov2009-07-21
* | connector: make callback argument type explicitMike Frysinger2009-07-17
|/
* connector: create connector workqueue only while needed onceFrederic Weisbecker2009-02-02
* CONNECTOR: add a proc entry to list connectorsLi Zefan2008-06-27
* CONNECTOR: make cn_already_initialized staticLi Zefan2008-02-26
* [NETNS]: Consolidate kernel netlink socket destruction.Denis V. Lunev2008-01-28
* [CONNECTOR]: clean up {,__}cn_rx_skb()Li Zefan2008-01-28
* [CONNECTOR]: add a missing break in cn_netlink_send()Li Zefan2008-01-28
* [CONNECTOR]: Return proper error code in cn_call_callback()Li Zefan2008-01-04
* [CONNECTOR]: Fix a spurious kfree_skb() callMichal Januszewski2007-10-30
* [NET]: make netlink user -> kernel interface synchroniousDenis V. Lunev2007-10-10
* [NET]: Support multiple network namespaces with netlinkEric W. Biederman2007-10-10
* [NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy2007-04-25
* [NETLINK]: Introduce nlmsg_hdr() helperArnaldo Carvalho de Melo2007-04-25
* [CONNECTOR]: Bugfix for cn_call_callback()Philipp Reisner2007-03-07
* [CONNECTOR]: Replace delayed work with usual work queue.Evgeniy Polyakov2006-12-18
* [CONNECTOR]: Fix compilation breakage introduced recently.Evgeniy Polyakov2006-12-17
* WorkStruct: make allyesconfigDavid Howells2006-11-22
* [PATCH] connector-exportsAndrew Morton2006-06-23
* [CONNECTOR]: Initialize subsystem earlier.Evgeniy Polyakov2006-06-19
* [PATCH] sem2mutex: drivers: raw, connector, dcdbas, ppp_genericArjan van de Ven2006-03-23