netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next-2.6 0/8] CAIF: Bugfixes and updates
@ 2010-05-20  7:44 sjur.brandeland
  2010-05-20  7:44 ` [PATCH net-next-2.6 1/8] caif: Bugfix wait_ev*_timeout returns long sjur.brandeland
  2010-05-20  7:56 ` [PATCH net-next-2.6 0/8] CAIF: Bugfixes and updates David Miller
  0 siblings, 2 replies; 13+ messages in thread
From: sjur.brandeland @ 2010-05-20  7:44 UTC (permalink / raw)
  To: netdev, davem
  Cc: marcel, daniel.martensson, linus.walleji, sjurbren,
	Sjur Braendeland

From: Sjur Braendeland <sjur.brandeland@stericsson.com>

Hi Dave,
I have a series of CAIF bug fixes and changes. I realize you sent
the pull request to linux-next yesterday, am I too late for the
merge window with functional changes?

Functional changes:
o Add debug connection type for CAIF - this adds a new CAIF debug protocol.
o Add support for MSG_TRUNC - changes handling in seqpkt_recvmsg when 
  user buffer cannot hold content of SKB. We are now supporting MSG_TRUNC
  properly.
o Use link layer MTU instead of fixed MTU - get mtu and head/tail room from
  CAIF Link Layer when calculating MTU in CAIF IP Interface and
  CAIF Socket Layer.

The rest are bug fixes.

Regards
Sjur Brændeland

Sjur Braendeland (8):
  caif: Bugfix wait_ev*_timeout returns long.
  caif: Bugfix - use standard Linux lists
  caif: Bugfix - handle mem-allocation failures
  caif: Add support for MSG_TRUNC.
  caif: Add debug connection type for CAIF.
  caif: Use link layer MTU instead of fixed MTU
  caif: Bugfix - Poll can't return POLLHUP while connecting.
  caif: Fixed splint warnings

 drivers/net/caif/caif_serial.c   |    2 +-
 include/linux/caif/caif_socket.h |   40 ++++++++++-
 include/net/caif/caif_dev.h      |    8 ++-
 include/net/caif/caif_layer.h    |    6 --
 include/net/caif/cfcnfg.h        |   16 +++-
 include/net/caif/cfctrl.h        |    4 +-
 net/caif/caif_config_util.c      |    5 ++
 net/caif/caif_dev.c              |   12 ++-
 net/caif/caif_socket.c           |  144 ++++++++++++++++++--------------------
 net/caif/cfcnfg.c                |   39 ++++++++++-
 net/caif/cfctrl.c                |   93 +++++++------------------
 net/caif/cfmuxl.c                |    3 +-
 net/caif/cfpkt_skbuff.c          |   29 +++++---
 net/caif/cfrfml.c                |    5 --
 net/caif/cfserl.c                |   10 ++-
 net/caif/cfsrvl.c                |    6 ++
 net/caif/cfutill.c               |    6 --
 net/caif/cfveil.c                |    5 --
 net/caif/chnl_net.c              |   61 +++++++++++++---
 19 files changed, 284 insertions(+), 210 deletions(-)


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

end of thread, other threads:[~2010-05-24 20:50 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-20  7:44 [PATCH net-next-2.6 0/8] CAIF: Bugfixes and updates sjur.brandeland
2010-05-20  7:44 ` [PATCH net-next-2.6 1/8] caif: Bugfix wait_ev*_timeout returns long sjur.brandeland
2010-05-20  7:44   ` [PATCH net-next-2.6 2/8] caif: Bugfix - use standard Linux lists sjur.brandeland
2010-05-20  7:44     ` [PATCH net-next-2.6 3/8] caif: Bugfix - handle mem-allocation failures sjur.brandeland
2010-05-20  7:44       ` [PATCH net-next-2.6 4/8] caif: Add support for MSG_TRUNC sjur.brandeland
2010-05-20  7:44         ` [PATCH net-next-2.6 5/8] caif: Add debug connection type for CAIF sjur.brandeland
2010-05-20  7:44           ` [PATCH net-next-2.6 6/8] caif: Use link layer MTU instead of fixed MTU sjur.brandeland
2010-05-20  7:44             ` [PATCH net-next-2.6 7/8] caif: Bugfix - Poll can't return POLLHUP while connecting sjur.brandeland
2010-05-20  7:44               ` [PATCH net-next-2.6 8/8] caif: Fixed splint warnings sjur.brandeland
2010-05-20  7:56 ` [PATCH net-next-2.6 0/8] CAIF: Bugfixes and updates David Miller
2010-05-20 21:08   ` Sjur Brændeland
2010-05-20 22:27     ` David Miller
2010-05-24 20:50       ` Sjur Brændeland

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).