netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next 00/11] caif patch-set for net-next
@ 2012-06-25 17:49 sjur.brandeland
  2012-06-25 17:49 ` [net-next 01/11] caif: Remove unused pointer and code sjur.brandeland
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: sjur.brandeland @ 2012-06-25 17:49 UTC (permalink / raw)
  To: davem; +Cc: netdev, sjurbren, Sjur Brændeland

From: Sjur Brændeland <sjur.brandeland@stericsson.com>

The first 8 patches are fixes,
there are a couple of fixes for issues found by static code analysis (coverity),
and some other misc cleanups/fixes.

The three last patches introduces rtnl for managing
the HSI interface and removes the use of module parameters.

Regards,
Sjur Brændeland

Kim Lilliestierna XX (5):
  caif: Remove unused pointer and code
  caif: added check for potential null return
  caif: Fixed potential memory leak
  caif-hsi: Removed dead code
  caif-hsi: changed test on aggregation_timeout

Sjur Brændeland (6):
  caif-hsi: Use netdev_X instead of dev_X for printing
  caif-hsi: Remove uncecessary assignments
  Documentation/networking/caif: Update documentation
  caif-hsi: Add rtnl support
  caif-hsi: Replace platform device with ops structure.
  caif-hsi: Remove use of module parameters

 Documentation/networking/caif/Linux-CAIF.txt |   91 ++---
 drivers/net/caif/caif_hsi.c                  |  547 ++++++++++++++------------
 include/net/caif/caif_hsi.h                  |   71 +++--
 net/caif/caif_dev.c                          |    8 +-
 net/caif/cfctrl.c                            |   17 +-
 5 files changed, 378 insertions(+), 356 deletions(-)

-- 
1.7.5.4

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2012-06-25 23:44 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-25 17:49 [net-next 00/11] caif patch-set for net-next sjur.brandeland
2012-06-25 17:49 ` [net-next 01/11] caif: Remove unused pointer and code sjur.brandeland
2012-06-25 17:49 ` [net-next 02/11] caif: added check for potential null return sjur.brandeland
2012-06-25 17:49 ` [net-next 03/11] caif: Fixed potential memory leak sjur.brandeland
2012-06-25 17:49 ` [net-next 04/11] caif-hsi: Removed dead code sjur.brandeland
2012-06-25 17:49 ` [net-next 05/11] caif-hsi: changed test on aggregation_timeout sjur.brandeland
2012-06-25 17:49 ` [net-next 06/11] caif-hsi: Use netdev_X instead of dev_X for printing sjur.brandeland
2012-06-25 17:49 ` [net-next 07/11] caif-hsi: Remove uncecessary assignments sjur.brandeland
2012-06-25 17:49 ` [net-next 08/11] Documentation/networking/caif: Update documentation sjur.brandeland
2012-06-25 17:49 ` [net-next 09/11] caif-hsi: Add rtnl support sjur.brandeland
2012-06-25 17:49 ` [net-next 10/11] caif-hsi: Replace platform device with ops structure sjur.brandeland
2012-06-25 17:49 ` [net-next 11/11] caif-hsi: Remove use of module parameters sjur.brandeland
2012-06-25 23:44 ` [net-next 00/11] caif patch-set for net-next David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).