History log of /drivers/staging/ozwpan/ozpd.c
Revision Date Author Comments
89f21cc050d5eed8eeffee5b46297fb7a74ef9dd 26-Apr-2012 Rupesh Gujare <rgujare@ozmodevices.com> staging: ozwpan: Fix bug where kfree is called twice.

Signed-off-by: Rupesh Gujare <rgujare@ozmodevices.com>
Signed-off-by: Chris Kelly <ckelly@ozmodevices.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1ec41a31fb695682cab7fc7c1f6ced84d188b6f9 03-Mar-2012 Greg Kroah-Hartman <gregkh@linuxfoundation.org> staging: ozwpan: remove debug allocator

The kernel already has a debug allocator, no need to have one unique to
a single driver. So delete it, replace with kfree, kmalloc, and, in a
few places that need it, kzalloc().

Cc: Chris Kelly <ckelly@ozmodevices.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
92a6253299d74833a36edb94d5a4bc541418b17a 02-Mar-2012 Dan Carpenter <dan.carpenter@oracle.com> Staging: ozwpan: prevent bogus dereference

app_id comes from the network and can't be trusted. If it's zero then
it will lead to a kernel crash.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Chris Kelly <ckelly@ozmodevices.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
bc3157dde35ac3b2ec12229edcfaca58cd7925c0 20-Feb-2012 Chris Kelly <ckelly@ozmodevices.com> staging: ozwpan: Added device state support

Added support for maintaining state and data buffering for devices
connected via the network.

Signed-off-by: Chris Kelly <ckelly@ozmodevices.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>