netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next-2-6 0/3] caif: Code cleanup
@ 2011-04-11 20:43 sjur.brandeland
  2011-04-11 20:43 ` [PATCH net-next-2-6 1/3] caif: code cleanup sjur.brandeland
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: sjur.brandeland @ 2011-04-11 20:43 UTC (permalink / raw)
  To: davem; +Cc: netdev, Stephen Hemminger, sjurbren, Sjur Brændeland

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

Hi Dave.

Here is some code cleanup for CAIF for net-next-2.6.
These patches can be applied independently of the other
bug-fix patches I just sent. 

I'm also including an old rfc/patch from Stephen Hemminger.
I hope this is OK.

Regards,
Sjur

Sjur Brændeland (2):
  caif: Don't resend if dev_queue_xmit fails.
  caif: Add BUG_ON if dev_info is missing in packet

Stephen Hemminger (1):
  caif: code cleanup

 include/net/caif/caif_dev.h |   27 +-----
 include/net/caif/cfctrl.h   |   12 +---
 include/net/caif/cfmuxl.h   |    2 -
 include/net/caif/cfpkt.h    |   75 ------------------
 include/net/caif/cfsrvl.h   |    3 +-
 net/caif/caif_config_util.c |    6 +-
 net/caif/caif_dev.c         |   45 +++---------
 net/caif/caif_socket.c      |   35 +--------
 net/caif/cfcnfg.c           |    2 +-
 net/caif/cfctrl.c           |   75 ++----------------
 net/caif/cfdgml.c           |    7 +--
 net/caif/cffrml.c           |    8 +--
 net/caif/cfmuxl.c           |   45 +----------
 net/caif/cfpkt_skbuff.c     |  178 +-----------------------------------------
 net/caif/cfserl.c           |    7 +--
 net/caif/cfsrvl.c           |    7 +--
 net/caif/cfutill.c          |    7 +--
 net/caif/cfveil.c           |    5 +-
 net/caif/cfvidl.c           |    5 +-
 19 files changed, 46 insertions(+), 505 deletions(-)


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

end of thread, other threads:[~2011-04-11 22:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-11 20:43 [PATCH net-next-2-6 0/3] caif: Code cleanup sjur.brandeland
2011-04-11 20:43 ` [PATCH net-next-2-6 1/3] caif: code cleanup sjur.brandeland
2011-04-11 20:43 ` [PATCH net-next-2.6 2/3] caif: Don't resend if dev_queue_xmit fails sjur.brandeland
2011-04-11 20:43 ` [PATCH net-next-2.6 3/3] caif: Add BUG_ON if dev_info is missing in packet sjur.brandeland
2011-04-11 22:14 ` [PATCH net-next-2-6 0/3] caif: Code cleanup 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).