aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/w1/w1_netlink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-09w1: Add subsystem kernel public interfaceAndrew F. Davis1-1/+1
2017-04-08w1: Remove unneeded use of assert() and remove w1_log.hAndrew F. Davis1-1/+0
2017-04-08w1: Use kernel common min() implementationAndrew F. Davis1-3/+1
2017-01-25w1: Fixup source file headersAndrew F. Davis1-7/+0
2014-11-26w1: avoid potential u16 overflowDavid Fries1-1/+1
2014-06-19w1: use pr_* instead of printkFjodor Schelichow1-2/+1
2014-05-27w1: optional bundling of netlink kernel repliesDavid Fries1-248/+401
2014-04-16w1: fix netlink refcnt leak on error pathDavid Fries1-18/+26
2014-02-07w1: hold bus_mutex in netlink and searchDavid Fries1-2/+11
2014-02-07w1: reply only to the requester portidDavid Fries1-17/+25
2014-02-07connector: add portid to unicast in addition to broadcastingDavid Fries1-7/+7
2014-02-07w1: process w1 netlink commands in w1_process threadDavid Fries1-37/+129
2014-02-07w1: new netlink commands, add/remove/list slavesDavid Fries1-34/+91
2014-02-07w1: fix w1_send_slave dropping a slave idDavid Fries1-12/+13
2011-08-25MAINTAINERS: Evgeniy has movedEvgeniy Polyakov1-1/+1
2011-05-26w1: have netlink search update kernel listDavid Fries1-1/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-10-02connector: Provide the sender's credentials to the callbackPhilipp Reisner1-1/+1
2009-07-17connector: make callback argument type explicitMike Frysinger1-2/+1
2009-01-08w1: send status messages after command processingEvgeniy Polyakov1-7/+46
2009-01-08w1: added w1 reset commandEvgeniy Polyakov1-0/+3
2009-01-08w1: allow master IO commandsEvgeniy Polyakov1-65/+77
2009-01-08w1: list slaves commandsEvgeniy Polyakov1-17/+85
2009-01-08w1: add touch block commandEvgeniy Polyakov1-3/+8
2009-01-08w1: add list masters w1 commandEvgeniy Polyakov1-0/+56
2006-06-22[PATCH] w1: Use mutexes instead of semaphores.Evgeniy Polyakov1-2/+2
2006-06-22[PATCH] w1: Make w1 connector notifications depend on connector.Evgeniy Polyakov1-3/+1
2006-06-22[PATCH] w1: Userspace communication protocol over connector.Evgeniy Polyakov1-30/+185
2005-09-08[PATCH] W1: w1_netlink: New init/fini netlink callbacks.Evgeniy Polyakov1-0/+26
2005-08-29[NETLINK]: Convert netlink users to use group numbers instead of bitmasksPatrick McHardy1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+66