[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-id: <1274341448-14924-1-git-send-email-sjur.brandeland@stericsson.com>
Date: Thu, 20 May 2010 09:44:00 +0200
From: sjur.brandeland@...ricsson.com
To: netdev@...r.kernel.org, davem@...emloft.net
Cc: marcel@...tmann.org, daniel.martensson@...ricsson.com,
linus.walleji@...ricsson.com, sjurbren@...il.com,
Sjur Braendeland <sjur.brandeland@...ricsson.com>
Subject: [PATCH net-next-2.6 0/8] CAIF: Bugfixes and updates
From: Sjur Braendeland <sjur.brandeland@...ricsson.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(-)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists