lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Thu, 30 Aug 2007 17:26:30 -0400 From: Vlad Yasevich <vladislav.yasevich@...com> To: davem@...emloft.net Cc: lksctp-developers@...ts.sourceforge.net, netdev@...r.kernel.org Subject: [GIT PULL] SCTP updates Hi David Please pull the following changes since commit b07d68b5ca4d55a16fab223d63d5fb36f89ff42f: Linus Torvalds (1): Linux 2.6.23-rc4 that are available in the git repository at: master.kernel.org:/pub/scm/linux/kernel/git/vxy/lksctp-dev.git master Vlad Yasevich (7): SCTP: properly clean up fragment and ordering queues during FWD-TSN. SCTP: Assign stream sequence numbers to the entire message SCTP: Pick the correct port when binding to 0. SCTP: Uncomfirmed transports can't become Inactive SCTP: Do not retransmit chunks that are newer then rtt. SCTP: Correctly disable listening when backlog is 0. SCTP: Abort on COOKIE-ECHO if backlog is exceeded. Wei Yongjun (4): SCTP: Fix sctp_addto_chunk() to add pad with correct length SCTP: Fix to encode PROTOCOL VIOLATION error cause correctly SCTP: Use net_ratelimit to suppress error messages print too fast SCTP: Fix to handle invalid parameter length correctly include/net/sctp/sm.h | 2 +- include/net/sctp/structs.h | 1 + include/net/sctp/ulpqueue.h | 1 + net/sctp/associola.c | 7 ++- net/sctp/outqueue.c | 7 +++ net/sctp/sm_make_chunk.c | 112 +++++++++++++++++++++++++++++------------- net/sctp/sm_sideeffect.c | 8 ++- net/sctp/sm_statefuns.c | 51 ++++++++++---------- net/sctp/socket.c | 3 + net/sctp/ulpqueue.c | 75 ++++++++++++++++++++++++----- 10 files changed, 190 insertions(+), 77 deletions(-) Thanks -vlad - 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