All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next-2.6 0/8] sctp: some cleanup and tiny fix for add/del
@ 2011-04-19  5:07 ` Wei Yongjun
  0 siblings, 0 replies; 42+ messages in thread
From: Wei Yongjun @ 2011-04-19  5:07 UTC (permalink / raw)
  To: David Miller; +Cc: netdev@vger.kernel.org, lksctp

Series of 8 patches against net-next-2.6, include some cleanup
and tiny fix for add/del ip, which have been waiting on vlad's
lksctp-dev tree for long times.

Shan Wei (5):
      sctp: delete unused macro definition of sctp_chunk_is_control
      sctp: fix the comment of sctp_sf_violation_paramlen()
      sctp: use common head of addr parameter to access member in addr-unrelated code
      sctp: kill abandoned SCTP_CMD_TRANSMIT command
      sctp: use memdup_user to copy data from userspace

Vlad Yasevich (3):
      sctp: teach CACC algorithm about removed transports
      sctp: Allow bindx_del to accept 0 port.
      sctp: Release all routes when processing acks ADD_IP or DEL_IP

 include/net/sctp/command.h   |    1 -
 include/net/sctp/constants.h |    1 -
 net/sctp/input.c             |    2 +-
 net/sctp/outqueue.c          |   11 ++++++++---
 net/sctp/sm_make_chunk.c     |   18 +++++++-----------
 net/sctp/sm_sideeffect.c     |    6 ------
 net/sctp/sm_statefuns.c      |    5 +++--
 net/sctp/socket.c            |   28 +++++++++++-----------------
 8 files changed, 30 insertions(+), 42 deletions(-)



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

end of thread, other threads:[~2011-04-20  4:48 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-19  5:07 [PATCH net-next-2.6 0/8] sctp: some cleanup and tiny fix for add/del Wei Yongjun
2011-04-19  5:07 ` [PATCH net-next-2.6 0/8] sctp: some cleanup and tiny fix for add/del ip Wei Yongjun
2011-04-19  5:09 ` [PATCH net-next-2.6 1/8] sctp: delete unused macro definition of Wei Yongjun
2011-04-19  5:09   ` [PATCH net-next-2.6 1/8] sctp: delete unused macro definition of sctp_chunk_is_control Wei Yongjun
2011-04-19  5:19   ` [PATCH net-next-2.6 1/8 v2] sctp: delete unused macro definition Wei Yongjun
2011-04-19  5:19     ` [PATCH net-next-2.6 1/8 v2] sctp: delete unused macro definition of sctp_chunk_is_control Wei Yongjun
2011-04-20  4:47     ` [PATCH net-next-2.6 1/8 v2] sctp: delete unused macro David Miller
2011-04-20  4:47       ` [PATCH net-next-2.6 1/8 v2] sctp: delete unused macro definition of sctp_chunk_is_control David Miller
2011-04-19  5:11 ` [PATCH net-next-2.6 2/8] sctp: fix the comment of sctp_sf_violation_paramlen() Wei Yongjun
2011-04-19  5:11   ` Wei Yongjun
2011-04-20  4:47   ` [PATCH net-next-2.6 2/8] sctp: fix the comment of David Miller
2011-04-20  4:47     ` [PATCH net-next-2.6 2/8] sctp: fix the comment of sctp_sf_violation_paramlen() David Miller
2011-04-19  5:11 ` [PATCH net-next-2.6 3/8] sctp: use common head of addr parameter Wei Yongjun
2011-04-19  5:11   ` [PATCH net-next-2.6 3/8] sctp: use common head of addr parameter to access member in addr-unrelated code Wei Yongjun
2011-04-20  4:47   ` [PATCH net-next-2.6 3/8] sctp: use common head of addr David Miller
2011-04-20  4:47     ` [PATCH net-next-2.6 3/8] sctp: use common head of addr parameter to access member in addr-unrelated code David Miller
2011-04-19  5:12 ` [PATCH net-next-2.6 4/8] sctp: kill abandoned SCTP_CMD_TRANSMIT command Wei Yongjun
2011-04-19  5:12   ` Wei Yongjun
2011-04-20  4:47   ` [PATCH net-next-2.6 4/8] sctp: kill abandoned David Miller
2011-04-20  4:47     ` [PATCH net-next-2.6 4/8] sctp: kill abandoned SCTP_CMD_TRANSMIT command David Miller
2011-04-19  5:13 ` [PATCH net-next-2.6 5/8] sctp: use memdup_user to copy data from Wei Yongjun
2011-04-19  5:13   ` [PATCH net-next-2.6 5/8] sctp: use memdup_user to copy data from userspace Wei Yongjun
2011-04-20  4:47   ` [PATCH net-next-2.6 5/8] sctp: use memdup_user to copy data David Miller
2011-04-20  4:47     ` [PATCH net-next-2.6 5/8] sctp: use memdup_user to copy data from userspace David Miller
2011-04-19  5:13 ` [PATCH net-next-2.6 6/8] sctp: teach CACC algorithm about removed Wei Yongjun
2011-04-19  5:13   ` [PATCH net-next-2.6 6/8] sctp: teach CACC algorithm about removed transports Wei Yongjun
2011-04-20  4:47   ` [PATCH net-next-2.6 6/8] sctp: teach CACC algorithm about David Miller
2011-04-20  4:47     ` [PATCH net-next-2.6 6/8] sctp: teach CACC algorithm about removed transports David Miller
2011-04-19  5:14 ` [PATCH net-next-2.6 7/8] sctp: Allow bindx_del to accept 0 port Wei Yongjun
2011-04-19  5:14   ` Wei Yongjun
2011-04-20  4:47   ` David Miller
2011-04-20  4:47     ` David Miller
2011-04-19  5:15 ` [PATCH net-next-2.6 8/8] sctp: Release all routes when processing Wei Yongjun
2011-04-19  5:15   ` [PATCH net-next-2.6 8/8] sctp: Release all routes when processing acks ADD_IP or DEL_IP Wei Yongjun
2011-04-20  4:47   ` [PATCH net-next-2.6 8/8] sctp: Release all routes when David Miller
2011-04-20  4:47     ` [PATCH net-next-2.6 8/8] sctp: Release all routes when processing acks ADD_IP or DEL_IP David Miller
2011-04-19  5:31 ` [PATCH net-next-2.6 0/8] sctp: some cleanup and tiny fix for Shan Wei
2011-04-19  5:31   ` [PATCH net-next-2.6 0/8] sctp: some cleanup and tiny fix for add/del ip Shan Wei
2011-04-19  8:10 ` [PATCH net-next-2.6 0/8] sctp: some cleanup and tiny fix for Nicolas Dichtel
2011-04-19  8:10   ` [PATCH net-next-2.6 0/8] sctp: some cleanup and tiny fix for add/del ip Nicolas Dichtel
2011-04-19  8:18   ` [PATCH net-next-2.6 0/8] sctp: some cleanup and tiny fix for Wei Yongjun
2011-04-19  8:18     ` [PATCH net-next-2.6 0/8] sctp: some cleanup and tiny fix for add/del ip Wei Yongjun

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.