index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
connector
/
cn_queue.c
Age
Commit message (
Expand
)
Author
2020-12-16
net/connector: Add const qualifier to cb_id
Geoff Levand
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2017-10-22
drivers, connector: convert cn_callback_entry.refcnt from atomic_t to refcount_t
Elena Reshetova
2012-07-16
drivers: connector: fixed coding style issues
Valentin Ilie
2011-03-30
connector: convert to synchronous netlink message processing
Patrick McHardy
2011-02-23
connector: Convert char *name to const char *name
Joe Perches
2010-10-24
connector: remove lazy workqueue creation
Tejun Heo
2009-10-02
connector: Removed the destruct_data callback since it is always kfree_skb()
Philipp Reisner
2009-10-02
connector: Provide the sender's credentials to the callback
Philipp Reisner
2009-10-02
connector: Keep the skb in cn_callback_data
Philipp Reisner
2009-07-23
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-07-21
connector: maintainer/mail update.
Evgeniy Polyakov
2009-07-17
connector: make callback argument type explicit
Mike Frysinger
2009-02-02
connector: create connector workqueue only while needed once
Frederic Weisbecker
2008-03-23
connector: convert to single-threaded workqueue
Evgeniy Polyakov
2008-01-28
[CONNECTOR]: Cleanup struct cn_callback_entry
Li Zefan
2008-01-28
[CONNECTOR]: Cleanup struct cn_queue_dev
Li Zefan
2008-01-08
[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-22
WorkStruct: make allyesconfig
David Howells
2006-06-17
[CONNECTOR]: Fix warning in cn_queue.c
Andreas Schwab
2005-09-26
[CONNECTOR]: async connector mode.
Evgeniy Polyakov
2005-09-11
[NET]: Add netlink connector.
Evgeniy Polyakov