Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-16net/connector: Add const qualifier to cb_idGeoff Levand
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2017-10-22drivers, connector: convert cn_callback_entry.refcnt from atomic_t to refcount_tElena Reshetova
2012-07-17drivers: connector: fixed coding style issuesValentin Ilie
2011-03-31connector: convert to synchronous netlink message processingPatrick McHardy
2011-02-24connector: Convert char *name to const char *nameJoe Perches
2010-10-25connector: remove lazy workqueue creationTejun Heo
2009-10-02connector: Removed the destruct_data callback since it is always kfree_skb()Philipp Reisner
2009-10-02connector: Provide the sender's credentials to the callbackPhilipp Reisner
2009-10-02connector: Keep the skb in cn_callback_dataPhilipp Reisner
2009-07-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-07-21connector: maintainer/mail update.Evgeniy Polyakov
2009-07-17connector: make callback argument type explicitMike Frysinger
2009-02-03connector: create connector workqueue only while needed onceFrederic Weisbecker
2008-03-24connector: convert to single-threaded workqueueEvgeniy Polyakov
2008-01-29[CONNECTOR]: Cleanup struct cn_callback_entryLi Zefan
2008-01-29[CONNECTOR]: Cleanup struct cn_queue_devLi Zefan
2008-01-09[CONNECTOR]: Don't touch queue dev after decrement of ref count.Li Zefan
2006-12-18[CONNECTOR]: Replace delayed work with usual work queue.Evgeniy Polyakov
2006-11-22WorkStruct: make allyesconfigDavid Howells
2006-06-18[CONNECTOR]: Fix warning in cn_queue.cAndreas Schwab
2005-09-27[CONNECTOR]: async connector mode.Evgeniy Polyakov
2005-09-12[NET]: Add netlink connector.Evgeniy Polyakov